body {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-width: 1200px;
	min-width: 590px;
	margin-top: 0px;
	margin-bottom: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width: expression(document.body.clientWidth > 1202? "1200px" : "90%");
	background-color: #E7EAEB;	/* you can change this. */


}

* html {
	/* For IE: simulate max-width with IE-proprietary expression() function: */
	width: expression(document.body.clientWidth > 790 ? "760px" : "90%");
	}


* html body {
	font-size: x-small; /*for IE5/Win */
	f\ont-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-align: left;
	text-indent: 35px;
	padding-top: 5px;
	visibility: visible;
}

#fwsBar {
		 height: 31px;
		 width: 100%;
		 position: absolute;
		 top: 9px;
		 visibility: visible;
		 background-image: url('https://www.fws.gov/pacific/images/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;
	text-align: left;
	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: 102px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000; /*you can change this. It should agree with border top color */
	position: absolute;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000; /* you can change this. It should agree with border bottom color */
	padding-top: 2px;
	padding-bottom: 2px;
	visibility: visible;
	background-color: #23427A; /*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: #000000;
	visibility: visible;
	position: absolute;
	top: 75px;
	height: 18px;
	z-index: 5;
	background: #6489AE; /*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.*/
	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;
}

#lastUpdated, #siteFooter, #serviceFooter {
	text-align: center;
}

#siteContent, #serviceFooter, #siteFooter, #lastUpdated {
	padding-bottom: 10px;
}

#serviceFooter, #siteFooter, #lastUpdated, #siteContent {
	padding-left: 10px;
	padding-right: 10px;

}


.icon1 {
	visibility: visible;
	background-repeat: no-repeat;
	z-index:7;
	background-image: url(https://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(https://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(https://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;
}	

#pagecontent{
	float:left;
	width:650px;
	line-height:1.5em;
	padding:10px;
}
#pagecontent.single-column{
	width:1000px;
}
#sidebar{
	width:330px;
	float:right;
	padding:10px;
}

#footer{
	color:#f9f1da;
	min-height:442px;
	clear:both;
}
#sidebar ul, #footer ul{
	margin:0;
	padding:0;
}
#sidebar ul, .box{
	border:1px solid #ccc;
	margin:1em 0;
}
.box .more{
	border-top:1px solid #ccc;
	height:25px;
	text-align:right;
	line-height:25px;
	padding-right:10px;
}
#footer ul li {
	padding:0 10px;
	display:inline;
	border-right:1px solid #2c1b14;
}
#footer ul li.last{
	border:none;
}
#footer #quicklinks{
	clear:both;
	min-height:350px;
	background:url(../images/content-bg.jpg) 0 0 repeat-x;
}
#footer #quicklinks ul{
	display:block;
	width:21%;
	float:left;
	padding:0 2%;
}
#sidebar ul li, #footer #quicklinks ul li{
	display:block; /* override the generic #footer property */
	border:none; /* override the generic #footer property */
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar ul li a, #footer #quicklinks ul li a{
	text-decoration:none;
	display:block;
	border-bottom:1px dashed #2c1b14;
	padding:3px 0;
}
#sidebar ul li{
	padding-right:5px;
	padding-left:5px;
}
#footer #quicklinks ul h5{
	margin-bottom:7px;
	color:#23427A;
	font-size:120%;
	border-bottom:1px solid #ccc;
}
.box h3{
	margin:0;
	padding:0;
	padding-left:1em;
	color:#23427A;
	line-height:25px;
	font-size:1.1em;
	font-weight:bold;
	letter-spacing:1px;
	
	height:25px;
	border-bottom:1px solid #ccc;
	background:url(https://www.fws.gov/pacific/images/box-heading-bg.png) 0 0 repeat-x;
}
.box-body{
	padding:5px;	
}
.center{
	text-align:center;
}
.data{
	background-color:#E8EBEC;
}
.data ul{
	margin:0;
	padding:0;
	list-style:none;
}
.data li{
	margin:0;
	padding:5px;
	border-bottom:1px solid #fff;
}
.date{
	font-style:italic;
	color:#900;
}
#footer #lastUpdated{
	clear:both; /* clear the float from the quicklinks lists */
	color:#630;
	padding-top:2em;
}