@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: 0;
	text-align: left;
	text-indent: 35px;
	padding-top: 15px;
	visibility: visible;
}

#fwsBar {
	height: 36px;
	width:1060px;
	position: absolute;
	visibility: visible;
	background-image: url('https://www.fws.gov/home/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: 36px;
	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: 100px;
	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: 60px;
	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: 136px;
	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: 50px;
	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;
}


.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;
	text-align: left;
	color:#333333;
	text-wrap: normal;
}

.bodytextsubhead {
	color: #666600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
	
.bodytext {
	font: Arial, Helvetica, sans-serif;
	font-size: small;
	text-align: left;
	color:#727272;
	text-wrap: normal;
	
}
.bodytext li { margin-bottom: 5px; 
} 

.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:20px;
	font-style:italic;
	font-weight:normal;
	color:#333333;
}
	
.imageleft {
	float: left;
	vertical-align: top;
	padding-right: 10px;

}
.maincontenthead {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style:bold;
	font-weight: lighter;
	color:#757575;
	text-decoration: none;
	text-align: left;
	vertical-align: top;
	border-bottom-style: none;
	text-transform: none;
	line-height: 26px;
	background-image: url(../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: 13px;
	font-style: bold;
	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(../graphics/rightcolheadunderlines.gif);
	background-position: bottom;
	background-color: #FFF;
	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(../graphics/articledivider.gif);
	
}
.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;
}
.refugename {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	font-weight: bold;
	color: #903;
	
	
}
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;
} 
