@charset "UTF-8";
/* CSS Document */

#fwsBar {
	height: 36px;
	width: 100%;
	visibility: visible;
	background-color: #000000;
	text-decoration: none;
	background-image: url(http://www.fws.gov/images/usfws_bar.gif);
	background-position: 207px;
	background-repeat: no-repeat;
}

#siteName {			/* If you change the siteName color, you may also need to change "siteName a" color*/
	width: 100%;
	line-height:62px;
	font-size: 2.25em;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
	padding-left: 75px;
	font-weight:bold;
}

#siteName a{
	text-decoration:none;
	color: #000000;
	padding-left: 136px;
}
.organizationText {	
	font-family:"Times New Roman", Times, serif;
	font-size: 2em;
	font-style:italic;
	float: right;
	padding-right: 10px;
	padding-top: 22px;
	color: #666666; 
	text-decoration: none;
}

#searchBar {
	cursor: text;
	padding-top: 6px;
	padding-left: 136px;
	overflow: hidden;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000; /*you can change this. It should agree with border top color */
	visibility: visible;
	background-color: #336699; /* you can change this changed from #AA9A83*/
	overflow: hidden;
}
#searchBar FORM {
	cursor: text;
	margin: 0px;
	overflow: hidden;
}
#query {
	width: 200px;
}
#logo {
	position:absolute;
	width: 114px;
	height:95px;
	z-index:7;
	top: 5px;
	text-align: left;
	text-indent: 35px;
	padding-top: 5px;
	visibility: visible;
	background:url(http://www.fws.gov/home/graphics/logo.png) top right no-repeat; /*Adds PNG Logo */
}


#logo a{		/* Makes logo area clickable */
	display:block;
	position:relative;
	z-index:10;	
	width: 114px;
	height:95px;
	top: 0;
	padding-top: 5px;
}
#logo img[src*="logo2005"] {		/* Hides the old GIF logo */
    display: none;
}
#socIcons {
	float: right;
	padding-right: 10px;
	width: 185px;
	margin: 0 auto;
	display: inline-block;
}
.muted
{
		color:#999;
}
#lastUpdated, #siteFooter, #serviceFooter {
	text-align: center;
}

#siteContent, #serviceFooter, #siteFooter, #lastUpdated {
	padding-bottom: 10px;
}

#serviceFooter, #siteFooter, #lastUpdated, #siteContent {
	padding-left: 10px;
	padding-right: 10px;

}
@media (min-width: 768px) and (max-width: 967px) {
 
  }
  .organizationText {
	display:none;
  }
}
@media (min-width: 681px) and (max-width: 767px) {
	body {
	padding-right: 10px;
    padding-left: 10px;
	}
	#siteName {	
	margin-right: 5px;
	font-size: 1.65em;
	font-weight:600;
	text-wrap:normal !important;
  }
   .organizationText {
	display:none;
   }
}


@media (max-width:479px) {
	#fwsBar {
	background-image: url(file:http://www.fws.gov/images/usfws_bar_med.gif);
	background-position:90px;
	background-repeat: no-repeat;
	}
#logo {
	text-indent: 5px;
	width: 84px;

}
#logo a {
	text-indent: 5px;
	width: 84px;

}
#searchBar {
	padding-left:120px;
}  
.organizationText {
	display:none;
   }
}
@media (min-width:480px) and (max-width:591px)
{
#logo {
	text-indent: 20px;
	width: 99px;

}
#logo a {
	text-indent: 20px;
	width: 99px;

}
}
@media (min-width:551px) and (max-width:680px)
{
	#siteName
	{	
	line-height:41px;
	margin-left:0px;
	font-size: 1.5em;
	font-weight:600;
}
	
}
@media (min-width: 401px) and (max-width:550px) {
	#fwsBar {
	background-image: url(http://www.fws.gov/images/usfws_bar_med.gif);
	background-position:110px;
	background-repeat: no-repeat;
	}
	#siteName
	{	
	line-height:41px;
	margin-left:-20px;
	font-size: 1.15em;
	font-weight:600;
}
	#query {
	margin-left:-35px;
	width:150px;
}
  .organizationText {
	display:none;
   }
}
@media (max-width:400px)
{	#siteName {	
	line-height:41px;
	margin-left:-44px;
	font-size: .85em;
	font-weight:600;
  }
  #query {
	margin-left:-25px;
	width:100px;
}

}