@charset "UTF-8";
body {
	font: 100%/1.4 Arial, Helvetica, Verdana, sans-serif;
	background-color: #002f4b;
	color: #000;
	behavior:url('https://www.fws.gov/international/css/ie/csshover3.htc');
	behavior:url('https://www.fws.gov/international/css/ie/ie-css3.htc');
	behavior:url('https://www.fws.gov/international/css/ie/pie.htc');
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 5px;
	line-height: 1.5em;
	}
	
h4 {
	margin-bottom: 5px;
	line-height: 1.1em;
	font-size:0.9em;
	margin-top: 0px;
	}

p  {
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

ul {
	font-size:.75em
}

#sitemap {
	font-size:14px;
}

#sitemap li {
	font-size:14px;
}

#sitemap li ol {
	font-size: 14px;
}

#adobe {
	font-size: 11px;
	font-weight: normal;
}

.small {
	font-size: 0.75em;
}

.bold {
	font-weight: bold;
}

.caption {
	text-align: right;
	font-weight: bold;
	font-size: 0.7em;
	margin-top: 0px;
}

a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #00507f;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #809cac;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
	vertical-align: bottom;
	position: relative;
}

/* ~~this fixed width container surrounds the other divs~~ */
#container {
	position: relative;
	width: 960px;
	background: #FFF;
	
	/*margin: auto; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-left: auto;
	margin-right: auto;
}

#container2 {
	position: relative;
	top: 100px;
	width: 960px;
	background: #FFF;
	
	/*margin: auto; /* the auto value on the sides, coupled with the width, centers the layout */
	margin-left: auto;
	margin-right: auto;
}

.subContainer {
	background: #fff;	
}

/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */

#logo {
	position:absolute;
	width:100px;
	height:95px;
	z-index:10;
	top: 0;
	text-align: left;
	text-indent: 35px;
	padding-top: 5px;
	visibility: visible;
}

#fwsbar {
	text-indent: 149px;
	height: 31px;
	width: 960px;
	position: absolute;
	top: 10px;
	visibility: visible;
	background-color: #000000;
	z-index:1;
}


#sitename {
	position:absolute;
	height:36;
	z-index:9;
	top: 39px;
	font-size: 35px;
	line-height: 35px;
	font-weight: bolder;
	background: #fff;
	text-align: left;
	font-family: "Arial Narrow", Helvetica, sans-serif;
	visibility: visible;
	padding-left: 0px;
	text-indent: 151px;
	width: 960px;
}

#sitename a {
	text-decoration: none; 
	color: #000;
}

#regionname {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000; /*you can change this. It should be lighter than the fws bar but still dark enough for the region or program name to stand out */
	text-align: right;
	height: 20px;
	vertical-align: middle;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	visibility: visible;
	position: absolute;
	top: 74px;
	z-index: 1;
	background:#bfcdd5; /*you can change this */
	margin-bottom: 12px;
	overflow: hidden;
	width: 960px;
}

.regiontext {
	padding-right: 10px;
}

#searchBar {
	width: 960px;
	top: 96px;
	float: right;
	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: 5px 0px 5px 0px;
	visibility: visible;
	/*background: #002f4b;*/ /*you can change this*/
	background: #fff;
	text-indent: 600px;
	vertical-align: middle;
	z-index: 3;
	overflow: hidden
	
}


#SubMenuBar {
	width: 460px;
	float: right;
	position: absolute;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #fff; /*you can change this. It should be lighter than the fws bar but still dark enough for the region or program name to stand out */
	text-align: left;
	width: 700px;
	margin-bottom: 15px;
	visibility: visible;
	background: #336699; /*you can change this*/
	text-indent: 20px;
	z-index: 3;
	overflow: hidden
	height: 40px;
  line-height: 40px;
  vertical-align: middle;
	
}

#exemptanimals {
	margin-right: 20px;
	margin-left: 20px;


}


#searchBar .radioLabel {
  color : white;
  font-size: smaller;
}

/* -- Main Navigation Bar -- */

#navBanner {
	background-color: #fff;
	height: 204px;
	width: 960px;
	z-index: 0;
}

#navBannerImg {
	margin-top: 0px;
}

/* Main */
#menu
{
width: 100%;
position: absolute;
clear: both;
height: 30px;
margin-top: 0px;
padding: 0px 0 0 0;
list-style: none;
background: -moz-linear-gradient(#fff, transparent);
background: -webkit-gradient(linear,left bottom,left top,color-stop(0, transparent),color-stop(1, #fff));
background: -webkit-linear-gradient(#fff, transparent);
background: -o-linear-gradient(#fff, transparent);
background: -ms-linear-gradient(#fff, transparent);
background: linear-gradient(#fff, transparent);
z-index: 15;
background: #bfcdd5;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000; /* you can change this. It should agree with border bottom color */
	padding: 5px 0px 5px 0px;


}

#menu li
{
	float: left;
	width: 50px;
	margin-right: 1px;
	padding: 8px 0 0px 0;
	position: relative;
	}

#menu a
{
	float: left;
	height: 45px;
	width: 50px;
	padding: 0 0px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	font-family: Arial, Helvetica;
	font-size: 12px;
	line-height: 1em;
	font-weight: bold;
  position: relative;
}

#menu li:hover > a
{
	color: #8c8c8c;
	line-height: 1em;
	text-decoration: none;
}

#menu li:hover > ul
{
        display: block;
}

/* Sub-menu */

#menu ul
{
    list-style: none;
    margin-top: 18px;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 20;
	background: #bfcdd5;
}

#menu ul li
{
    float: none;
	position: relative;
	z-index: 20;
    margin: 0;
    padding: 0;
    display: block;
	background: #bfcdd5;
  width: auto; 

    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777; 
}

#menu ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: relative;
}

#menu ul a
{
    padding: 10px 4px 10px 3px;
	width: 140px;
    height: auto;
    display: block;
    float: none;
    text-transform: none;
	background: #bfcdd5;
}

*html #menu ul a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #menu ul a /* IE7 */
{
    height: auto;
    width: 88px;
}

#menu ul a:hover
{
    width: 150px;
		background: #989898;
		color: #fff;
		
}

#menu ul li:first-child a
{

}

/*#menu ul li:first-child a:after*/
{
    content: '';
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid transparent;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #989898;
}


#menu ul li:last-child a
{

}

#menu ul ul {
	top: 0;
	left: 95px;
	margin-top: 0px;
	z-index: 25;
}

#menu ul ul li {
}

#menu ul ul li a {
	    width: 89px;
}

#menu ul ul li a:hover {
	    width: 89px;
}

#menu ul ul li:first-child a:after {	
left: -8px;
top: 12px;
width: 0;
height: 0;
border-left: 0;
border-bottom: 5px solid transparent;
border-top: 5px solid transparent;
border-right: 8px solid #989898;
position: static;
}

/* Clear floated elements */
#menu:after
{
        visibility: hidden;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
        position: static;
}

* html #menu             { zoom: 1; } /* IE6 */
*:first-child+html #menu { zoom: 1; } /* IE7 */


#socialNav {
	width: 100%;
	padding-bottom: 10px;
	padding-right: auto;
	padding-left: auto;
	
    }
	
#socialNav ul {
	margin: 0;
	padding-left: 0px;
	list-style-type: none;
    }

#socialNav ul li {
	display: inline;
	width: auto;
	height: auto;
	}

/* ~~ These are the columns for the layout. ~~ 

1) Padding is only placed on the top and/or bottom of the divs. The elements within these divs have padding on their sides. This saves you from any "box model math". Keep in mind, if you add any side padding or border to the div itself, it will be added to the width you define to create the *total* width. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design. You may also choose to remove the padding on the element in the div and place a second div within it with no width and the padding necessary for your design.

2) No margin has been given to the columns since they are all floated. If you must add margin, avoid placing it on the side you're floating toward (for example: a right margin on a div set to float right). Many times, padding can be used instead. For divs where this rule must be broken, you should add a "display:inline" declaration to the div's rule to tame a bug where some versions of Internet Explorer double the margin.

3) Since classes can be used multiple times in a document (and an element can also have multiple classes applied), the columns have been assigned class names instead of IDs. For example, two sidebar divs could be stacked if necessary. These can very easily be changed to IDs if that's your preference, as long as you'll only be using them once per document.

4) If you prefer your nav on the right instead of the left, simply float these columns the opposite direction (all right instead of all left) and they'll render in reverse order. There's no need to move the divs around in the HTML source.

*/

.subContainer {
	background: #d6d6d6;
}



.breadcrumbs {
	height: 20px;
	background-color: #f5f5f5;
	padding-top: 5px;
}

.sidebar1 {
	float: left;
	width: 205px;
	background: #D6D6D6;
	margin-top: 10px;
	margin-left: 15px;
	min-height: 400px;
	font-weight: bold;
	padding-right: 10px;
}

.sidebar1 ul {
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.75em;
	list-style-type: none;
}

.sidebar1 ul ul{
	padding-left: 20px;
	padding-right: auto;
	padding-top: 0px;
	font-size: 1em;
	list-style-type: disc;
}



.sidebar2 {
	float: left;
	width: 205px;
	background: #D6D6D6;
	margin-top: 10px;
	margin-left: 15px;
	min-height: 400px;
	font-weight: bold;
	padding-right: 10px;
}

.sidebar2 ul {
	padding-left: 14px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.75em;
	list-style-type: none;
}

.sidebar2 ul ul{
	padding-left: 20px;
	padding-right: auto;
	padding-top: 0px;
	font-size: 1em;
	list-style-type: disc;
}

.content {
	padding: 40px 10px;
	background: #fff;
	/*width: 710px;*/
	width: 940px;
	float: left;
	min-height: 400px;
	
}

.content ul ul{
	font-size: 12px;
}

.content2 ul ul{
	font-size: 10px;
}

#imgCaption {
	float: right;
	width: 410;
}

#imgCaptionLeft {
	float: left;
	width: 410;
	margin-right: 30px;
	margin-left: 15px;
}

.contentImage {
	margin: 0px 10px 10px 10px;
	-moz-box-shadow: 3px 3px 6px #000;
	-webkit-box-shadow: 3px 3px 6px #000;
	box-shadow: 3px 3px 6px #000;
	/* For IE 8 */
 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000')";

/* For IE 5.5 - 7 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#000000'); 
}

.popup {
	display: none;
}
	
/* ~~ This grouped selector gives the lists in the .content area space ~~ */
.content ul, .content ol {
	padding: 0 15px 15px 40px; /* this padding mirrors the right padding in the headings and paragraph rule above. Padding was placed on the bottom for space between other elements on the lists and on the left to create the indention. These may be adjusted as you wish. */
	font-size: 12px;
}

 

/* ~~ The footer ~~ */

.footer {
	text-align: center;
	/*padding-bottom: 10px;*/
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000; /* you can change this. It should agree with border bottom color */
	padding: 5px 0px 5px 0px;
	background: #D6D6D6;
	font-size: .75em;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}	

#lastUpdated, #siteFooter, #serviceFooter {
	padding: 10px;
	margin: 10px;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*
#container #searchBar form label {
	font-size: 10px;
	color: #003758;
}
*/

/* styles for success page */
.bannerImage {
	width: 960px;
	height: 203px;
  margin: 0;
  padding: 0;
}

.bannerControl {
	background: #F5F5F5;
  height: 250px;
  margin: 0;
  padding; 0;
}

/* styles for pages using Feature Box */

.box {

  height:auto;
  width:250px;
  margin: 0px 15px 10px 10px;
  float: right;
  background: #dee5e9;
  border:1px solid #333;

 } 


 .box p {
  padding:10px 15px;
  margin:0;

 }  

.featuretable {
	border: 2px solid #999;
	cellpadding: 10px;
	cellspacing: 5px;
	font-size: 0.75em;
}

.featuretable tr:nth-child(even) {
	background: #dee5e9;
}

.featuretable tr:nth-child(odd) {
	background: #ffffff;
}
