/*body {
	background-color: #517093;	
}*/
#fwsBar {
	background-image: url('http://www.fws.gov/home/usfws_bar.gif'); /* to change background color, you must change this link to a an usfws_bar graphic in your directory. See the National Web Manager if you need this graphic */
	background-color: #000000; /* to change the fws bar color, change this to agree with the color in the usfws_bar graphic you are using */
} 
#siteName {
	font-size: 35px;
	color: #000000;
}
/*#searchBar {
	border-bottom-color: #000000; 
	border-top-color: #000000; 
	background-color: #23427A; 
}*/


#organizationName {
	border-bottom-color: #000000; /* you can change this. It should be darker than the background color. */
	background-color: #336699; /*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.*/
}

/*#mainBody {
	background-color: white; /
}*/

/*.icon4 {
	display: none; 
} 


.icon5 {
	display: none; 
} 


.icon6 {
	display: none; 
} 


.icon7 {
	display: none; 
} 
*/
/*the following styles are from http://www.fws.gov/css/twoLogoStyles.css*/
/* CSS used for Refuge Site to add Refuge Logo and reposition the site name and banner bar */
#secondarylogo {
	position:absolute;
	width:59px;
	height:76px;
	z-index:7;
	top:9px;
	padding-top:5px;
	left: 125px;
	display: inline;
}
#fwsBar {
	background-position:215px;
	}
	
#siteName {
	text-indent:219px;
	}