@charset "UTF-8";

/* CSS Document */

body {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	margin-top: 10px;
	margin-bottom: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	width:1060px;
	background-color:#999;	/* you can change this. */
	/*width: expression(document.body.clientWidth > 1202? "1200px" : "90%");*/
	/*width: expression(documentElement.clientWidth > 1202? "1200px" : "90%"); /* if we have problems and need to revert, comment this line out and make the commented lines active*/
	/*background-image:url(https://www.fws.gov/home/graphics/background_slice_blue.jpg);
	background-repeat:repeat;*/
}

* html {
	 For IE: simulate max-width with IE-proprietary expression() function: 
	/*width: expression(documentElement.clientWidth > 1202? "1200px" : "90%");*/
	/*width: expression(documentElement.clientWidth > 790 ? "760px" : "90%");*/
	width: expression(document.body.clientWidth > 1100 ? 
"1100px" : "10%");}

* html body {
	font-size: x-small; /*for IE5/Win */
	font-size: small; /* for other IE versions */
}
a img { border: none; }
#headerBack {
	position:absolute;
	width:1060px;
	height: 154px;
	clear: both;
	visibility: visible;
	background-color: white;
	z-index: 0;
}

#logo {
	position: absolute;
	width: 114px;
	height: 95px;
	z-index: 2;
	top: 8px;
	text-align: left;
	text-indent: 35px;
	padding-top: 15px;
	visibility: visible;
}

#fwsBar {
	height: 36px;
	width:1060px;
	position: absolute;
	visibility: visible;
	background-image:URL url(../graphics/usfws_bar.gif);
	background-position: 133px;
	background-repeat: no-repeat;
	background-color: #000000;
	z-index:1;
	text-decoration: none;
} 

#fwsBar a{			/* This fixes a css coding error in the original template*/
	height: 31px;
	display: block;
	text-decoration: none;
}			

#siteName {			/* If you change the siteName color, you may also need to change "siteName a" color*/
	position: absolute;
	width: 1060px;
	height: 47px;
	z-index: 3;
	top: 49px;
	text-indent: 140px;
	font-size: 35px;
	color: #000000;
	text-decoration: none;
	text-align: left;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	visibility: visible;
	padding-right: 10px;
	padding-left: 0px;
	vertical-align: middle;
}

#siteName a{		/* This fixes a css coding error in the original template.*/
	text-decoration:none;
	color: #000000;
}

#searchBar {
	width: 1060px;
	top: 90px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000000; /*you can change this. It should agree with border top color */
	position: absolute;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-right: 10px;
	visibility: visible;
	background-color: #ebebeb; /*you can change this*/
	vertical-align: middle;
	z-index: 3;
	overflow: hidden;
}

.search-cell {
	height: 26px;
}

#organizationName {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align: left;
	padding-right: 0px;
	height: 30px;
	vertical-align: bottom;
	visibility: visible;
	position: absolute;
	top: 72px;
	z-index: 6;
	overflow: hidden;
	width: 600;
	padding-top: 10px;
	left: 140px;
	color: #ebebeb;
	padding-left: 0px;
}

.organizationText {
	padding-right: 10px;
}

#organizationName, #organizationName a {
	color: #666666; 
	text-decoration: none;
}

#searchBar FORM {
	cursor: text;
	margin: 0px;
	padding-right:10x;
	padding-left:140px;
	overflow: hidden;
}

#mainBody {
	position: absolute;
	width: 1060px;
	z-index: 8;
	top: 143px;
	clear: both;
	visibility: visible;
	padding-bottom: 0px;
	background-color: #ffffff;
}

#siteFooter {
	font-family: Arial, Helvetica, sans-serif;
	list-style: none;
	font-size:x-small;
	text-align:left;
	color:#000;
	height:375px;
	margin-left: 0px;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 0px;
	width:1060px;
	background-color:#e3e3e3;
}
	
#siteFooter a {
	color:#000;
	text-decoration: none;
	text-align:left;
}

#siteFooter a:hover {
 text-decoration:none;
 color:#C96;
}	

#lastUpdated, #siteFooter,  {
	text-align: left;
}
#siteContent {
	clear: both;
	padding-left: 20px;
	padding-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
}

#siteContent,  #siteFooter, #lastUpdated {
	padding-bottom: 0px;
}

#siteFooter, #lastUpdated, #siteContent {
	padding-left: 0px;
	padding-right: 0px;
}

#secondarylogo {
	display: none;
}
#socialmedia {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	text-align: right;
	padding-right: 0px;
	height: 30px;
	vertical-align: bottom;
	visibility: visible;
	position: absolute;
	top: 55px;
	z-index: 6;
	overflow: hidden;
	width: 600;
	padding-top: 10px;
	left: 885px;
	color: #ebebeb;
	padding-left: 0px;
}
#a img { 
	border: none; 
}
#RefugeName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #39C;
}

/* accordion styling css*/
#accordion div {
	padding-right: 10px;
	padding-left: 10px;
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-indent: 5px;
	height:auto;
	border-bottom-style: double;
	border-bottom-color: #484D34;
	background-image: -webkit-linear-gradient(270deg,rgba(236,249,187,1.00) 0%,rgba(60,66,33,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(236,249,187,1.00) 0%,rgba(60,66,33,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(236,249,187,1.00) 0%,rgba(60,66,33,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(236,249,187,1.00) 0%,rgba(60,66,33,1.00) 100%);
}

#accordion p { font:Arial, Helvetica, sans-serif; font-size:small; text-align: left; color:#414040; text-wrap: normal; }

#accordion li { font: Arial, Helvetica, sans-serif; font-size: small;}

#accordion div a { text-decoration: none; color: #009; }

#accordion div a:hover { text-decoration: underline; color: #C03; }

#accordion div td p { text-align:center; }

#accordion div td p img {background-color: #81a5ac;
	-webkit-box-shadow: 5px 5px 10px 0px #666;
	-moz-box-shadow: 5px 5px 10px 0px #666;
	box-shadow: 5px 5px 10px 0px #666; }

.imageleft { clear:both; padding-bottom: 5px; } 

/* Css for tabs */
#Tabs1 { width: 680px;}

#Tabs1 p { font:Arial, Helvetica, sans-serif; font-size:small; text-align: left; color:#414040; text-wrap: normal; }

#Tabs1 div a { text-decoration: none; color: #009; }

#Tabs1 div a:hover { text-decoration: underline; color: #C03; }

#Tabs1 p.subhead { font-size: 14px; font-weight: bold; color: #497e87; }

.tablespacer {
	height: 3px;
	line-height: 3px;
	align: center;
}
.tableborder {
	border: thin solid #CCC;
}

.Date {
	color:#c0c0c1;
}

.headline {
	font: Verdana, Geneva, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	color:#6E1B10;
	text-wrap: normal;
}

.bodytextsubhead {
	color: #666633;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
	
.bodytext {
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color:#3F3F3F;
	text-wrap: normal;
	
}

.bodytext li { margin-bottom: 5px; 
} 
.bodytext bios {
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color:#2D4783;
	text-wrap: normal;

.columnspacer {
	line-height: 20px;
	height: 20px;
	width: 20px;
}
.columnspacersmall {
	height: 10px;
	width: 10px;
	
}
.border {
	border-color: #FFF;
	border-top-style: solid;
	border-bottom-width: 12;
}
.caption
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#333333;
}
.Heading2 {
	font-family:"Times New Roman", Times, serif;
	font-size:28px;
	font-style:italic;
	font-weight:bolder;
	color:#17575A;
}
	
.imageleft {
	float: left;
	vertical-align: top;
	padding-right: 6px;

}
.maincontenthead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-style: normal;
	font-weight: lighter;
	color:#B7B4B4;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	border-bottom-style: none;
	text-transform: none;
	line-height: 26px;
	background-image: url(https://www.fws.gov/southwest/graphics/sectionheadunderlines.gif);
	background-position: bottom;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0;
}
.rightcolumnhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: lighter;
	color: #757575;
	text-decoration: none;
	letter-spacing: normal;
	text-align: left;
	vertical-align: top;
	border-bottom-style: none;
	text-transform: none;
	line-height: 26px;
	width: 152px;
	background-image: url(https://www.fws.gov/southwest/graphics/rightcolheadunderlines.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	;
	margin-top: 0;

}
.subheader {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #663;
	text-decoration: underline;
}
.articledivider {
	align: left;
	background-image: url(https://www.fws.gov/southwest/graphics/articledivider.gif);
	background-repeat: no-repeat;
	
}
.MenuBarHorizontal a {
	background: #83805C;
	font-size: 1.2em;
	color: #fff;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
.MenuBarHorizontal a:hover {
	background: #663;
	color: #fff;
}
.emphareaheader {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color:#157A98;	

}
.emphareasubhead {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:bold;
	color:#B03A0C;
	
}
.refugename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #903;
	
}
.alert {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	text-align:center;
	color: #903;
}
.emphareaheader {
	font-family:Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color:#157A98;	

}
.emphareasubhead {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:bold;
	color:#B03A0C;
}
.mySlides {
	background-color: #dbccac;
	height: 422px;
	width: 580px;
	border: .5px solid #FFF;
	display: inherit;
	visibility: visible;
	z-index: 8;
}

h2style {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	font-style: normal;
	font-weight: bolder;
	color:#333333;
}
#wrapper #mainbody #siteContent table tr .bodytext table tr td table tr td h3 .bodytext strong font {
	color: #000040;
}

#google_translate_element {
}

.icon1 {
	position:absolute;
	right:-20px;
	visibility: hidden;
	width:0;
} 

.icon2 {
	position:absolute;
	right:-20px;
	visibility: hidden;
	width:0;
} 


.icon3 {
	position:absolute;
	right:-20px;
	visibility: hidden;
	width:0;
} 

.icon4 {
	position:absolute;
	right:-20px;
	visibility: hidden;
	width:0;
} 

.icon5 {
	position:absolute;
	right:-20px;
	visibility: hidden;
	width:0;
} 

.icon6 {
	position:absolute;
	right:-20px;
	visibility: hidden;
	width:0;
} 

.icon7 {
	position:absolute;
	right:-20px;
	visibility: hidden;
	width:0;
} 
#Accordion1 .AccordionPanel.AccordionPanelClosed .AccordionPanelTab {
	color: #FFFFFF;
	font-weight: normal;
	text-align: left;
	text-decoration: none;
	text-indent: 5px;
	border-bottom: thin solid #3A3939;
	background-color: #ACB178;
	background-image: -webkit-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(152,163,111,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(152,163,111,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(255,255,255,1.00) 0%,rgba(152,163,111,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(255,255,255,1.00) 0%,rgba(152,163,111,1.00) 100%);
	width: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
#Accordion1 .AccordionPanel.AccordionPanelClosed .AccordionPanelTab {
}
