body {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 1200px;
	margin-top: 0px;
	margin-bottom: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/*font-size: small; */
	width: expression(document.body.clientWidth > 1200? "1200px" : "95%");
	background-color:#23427A ;	/*##2A2B53 purple-  #1B2F64 you can change this. */
}

* html {
	/* For IE: simulate max-width with IE-proprietary expression() function: */
	width: expression(document.body.clientWidth > 790 ? "760px" : "95%");
	}


/* * html body {
	font-size: x-small; /*for IE5/Win */
	/*font-size: small; /* for other IE versions 
	}*/



#headerBack 	{
				position:absolute;
				width:100%;
				height: 138px;
				clear: both;
				visibility: visible;
				background-color: white;
				z-index: 0;
				}

#logo {
	position:absolute;
	width: 114px;
	height:95px;
	z-index:7;
	top: 0;
	text-indent: 35px;
	padding-top: 5px;
	visibility: visible;
}

#fwsBar {
		 height: 31px;
		 width: 100%;
		 position: absolute;
		 top: 9px;
		 visibility: visible;
		 background-image: url('http://www.fws.gov/home/usfws_bar.gif');
		 background-position: 149px;
		 background-repeat: no-repeat;
		 background-color: #000000;
		 z-index:1;
		} 

#siteName {
	position:absolute;
	height: 36px;
	z-index:6;
	top: 39px;
	font-size: 35px;
	line-height: 40px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	font-family: Arial Narrow, Helvetica, sans-serif;
	visibility: visible;
	padding-right: 10px;
	padding-left: 0px;
	text-indent: 151px;
}


#searchBar {
	width: 100%;
	top: 103px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #334411; /*you can change this. It should agree with border top color */
	position: absolute;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #334411; /* #314510 you can change this. It should agree with border bottom color */
	padding-top: 2px;
	padding-bottom: 2px;
	visibility: visible;
	background-color: #334411; /*you can change this*/
	vertical-align: middle;
	z-index: 3;
	overflow: hidden;
	}

.search-cell 	{
				height: 26px;
				}


#organizationName 	{
					font-family: Arial, Helvetica, sans-serif;
					font-size: 16px;
					font-weight: bold;
					text-align: right;
					height: 18px;
					vertical-align: top;
					border-bottom-width: 2px;
					border-bottom-style: solid;
					border-bottom-color: #334411;
					visibility: visible;
					position: absolute;
					top: 75px;
					height: 18px;
					z-index: 5;
					background: #6C7B4C; /* #5A694Ayou can change this. It should be lighter than the fws bar but still dark enough for the region or organization name to stand out.*/
					margin-bottom: 12px;
					overflow: hidden;
					width: 100%;
					}

.organizationText {
	padding-right: 10px;
}

#organizationName, #organizationName a {
	color: #FFFFFF; 
	text-decoration: none;
}


#searchBar FORM {
	cursor: text;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	overflow: hidden;
}


#mainBody {
	position:absolute;
	width:100%;
	z-index:8;
	top: 136px;
	clear: both;
	visibility: visible;
	padding-bottom: 0px;
	background-color: white;
}

/*#siteContent, {
	padding-bottom: 10px;
				}
				*/ 

#siteContent 	{
				padding-left: 10px;
				padding-right: 10px;
				}

#serviceFooter, #siteFooter, #lastUpdated 	{
											font-size: 0.8em;
											line-height: 1.5em;
											padding-left: 10px;
											padding-right: 10px;
											padding-bottom: 10px;
											text-align: center;
											}
											
#serviceFooter, #siteFooter, #lastUpdated p	{
											text-align: center;
											}


.icon1 {
	visibility: visible;
	background-repeat: no-repeat;
	z-index:7;
	background-image: url(http://www.fws.gov/images/systran/zh.gif);
	margin-right: 10px;
	margin-left: 3px;
} 

.icon2 {
	visibility: visible;
	background-repeat: no-repeat;
	z-index:7;
	background-image: url(http://www.fws.gov/images/systran/fr.gif);
	margin-right: 3px;
	margin-left: 3px;
} 

.icon3 {
	visibility: visible;
	background-repeat: no-repeat;
	z-index:7;
	background-image: url(http://www.fws.gov/images/systran/es.gif);
	margin-right: 3px;
	margin-left: 3px;
} 

.icon4 {
	visibility: visible;
	background-repeat: no-repeat;
	z-index:7;
	margin-right: 3px;
	margin-left: 3px;
	display: none;
} 

.icon5 {
	visibility: visible;
	background-repeat: no-repeat;
	z-index:7;
	margin-right: 3px;
	margin-left: 3px;
	display: none;
} 

.icon6 {
	visibility: visible;
	background-repeat: no-repeat;
	z-index:7;
	margin-right: 3px;
	margin-left: 3px;
	display: none;
} 

.icon7 {
	visibility: visible;
	background-repeat: no-repeat;
	z-index:7;
	margin-right: 3px;
	margin-left: 3px;
	display: none;
} 

/*#secondarylogo {
	display: none;
}	
*/
