/*   National Print Style Sheet (float version) */

body {
	position:relative;   
	/* width: 6.9in;      commented out 11182011 renne */
	width:100%;               /*changed from auto to 100% 11252011  Renne */           
	background-color:white;
	max-width:5000px;     /*changed from 5000px; to none 11252011  renne */
	min-width:300px;    /*changed from 300 px to none 11252011 renne */ 
	/*margin:15px; */       /* changed from auto 11252011 - Renne  */
} 

#wrapper {                  /* added 11182011 for pages with absolute positioning renne */
	position:relative;
	top:0px;
	left:0px;
}

/*   commented this out 11182011 because found out some sites have this as a wrapper around entire page - renne

#headerBack {                
	display: none;
}

*/

#logo {                        
	position:relative;  
	float:left;
	width:79px;
	padding-top:0px;
	margin-top:5px; 
	margin-left:35px; 
	margin-bottom:15px;      /* add space between bottom of logo and the mainBody for a minimum margin - Renne */
	text-indent:0px;         /* override 35px - Renne */
}

#fwsBar {
	display:none;
}

#siteName {
	position:relative; 
	float:right;
	width: 5.3in;
	height:auto;
	z-index:1;
	top:0px;
	padding:0px;
	margin:0px;
	text-indent: 0px;   /*overrides text-indent:151 in screen style sheet */
	text-align:left;                       /* added 11182011 renne */
	white-space:normal;
	} 



#organizationName {
	position:relative;           
	float:right;
	width:5.3in;
	height:auto;
	z-index: 1;
	text-align:left;
	background: white; /*you can change this */
	margin:0px;   /*   override the screen style margins */
	padding:0px;
	top:0px;            /* override the screen style of 75px; */
	border:0px;
}

.organizationText {
	padding: 0px;
}

#organizationName, #organizationName a {
	color: black; /*you can change this. It should be lighter than the fws bar but still dark enough for the region or organization name to stand out.*/
	text-decoration: none;
}


#mainBody {
	/*position:static;    renne - 11232011 commented out to fix firefox not printing header */
	/* top:0px;           renne - 11232011 commented out to fix firefox not printing header */ 
	/*top:115px; */       /* test renne 11222011 - this bumps up the dividing line between header and main content but still working as abosolute (need to fix ) */
	/* position:relative; /*
	/* top:0px; */
	padding:0px;
	background-color: white;
	border-top: 1px solid black;
	padding-top: 10px;          /*changed from 15px renne 11/25/2011 */
	
	}

#lastUpdated {
	border-top: 1px solid black;
	margin-top: 20px;
	padding-top: 15px;

}

#siteFooter, #lastUpdated, #siteContent {
	padding-left: 0px;
	padding-right: 0px;

}

#searchBar {
	display:none;
}

#serviceFooter {
	display: none;
}