/*
===========================================
CSS:      Hamilton Hawkes Print styles
Author:   Saul Willers - www.saulwillers.com
Version:  June 2005
=========================================== */

/*
===========================================
Things To =Hide
=========================================== */

/* Overall Layout 
=========================================== */
#hamiltonHawkes {
 display:none;
}
/* Body Layout 
=========================================== */
#leftNav {
 display:none;
}
#bodyBot {
 text-align:right;
 padding:2em 0 0 0;
}
#bodyBot p {
 display:none;
}
/* Footer 
=========================================== */
#footer ul {
 display:none;
}
#footer #fDesign {
 display:none;
}
/* Common Universal Styles 
=========================================== */
strong {
 font-weight:normal;
}
/* 
===========================================
Page Specific Styles
=========================================== */
/* home 
=========================================== */
.home #extraContent {
 display:none;
}
/* contact 
=========================================== */
.contact fieldset {
 display:none;
}



/*
===========================================
Things To =Show
=========================================== */

/* Body Styles
=========================================== */
body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 76%; /* Font sizing in em's. To change everything, just change this */
 color: #000000;
}
/* Overall Layout 
=========================================== */
#header {
 text-align:right;
}
#nonSexual {
 text-align:right;
 padding:2px 10px 25px 0;
 font-size:1.2em;
 color:#666666;
 letter-spacing: -0.03em;
}
/* Body Layout 
=========================================== */
#bodyMain {
 font-size:1.18em;
 line-height:1.7em;
}
#bodyMain p {
 margin:1.2em 0 1.2em 0; /* set top and botom margins to ensure
 all browsers start contents at same spot */
}
.para { 
 margin:1.2em 0 1.2em 0; 
}
/* Footer 
=========================================== */
#footer #fCopyright {
 padding:1.5em 0 0 0;
}
/* Common Universal Styles 
=========================================== */
h1 {
 padding:0 0 1em 0;
 margin:0;
 font-family: "Times New Roman", Times, serif;
 font-size:1.8em;
 color:#000000;
 line-height:normal;
}
h2 {
 display:inline;
 padding:0;
 margin:0;
 font-size:1.05em;
 color:#000000;
 line-height:normal;
}
h3 {
 display:inline;
 padding:0;
 margin:0;
 font-size:1em;
 color:#000000;
 line-height:normal;
}
/* 
===========================================
Page Specific Styles
=========================================== */
/* news 
=========================================== */
.news .smallP {
 margin:0.7em 0 0.7em 0;
}
/* contact 
=========================================== */
.contact .conType {
 float:left;
 width:6em;
 padding:0.5em 0 0.5em 0;
}
.contact .conDetail {
 float:left;
 padding:0.5em 0 0.5em 0;
}