@charset "utf-8";



.hide {
	display: none;
}

.show {
	display: block;
}



/* some specific to home page, some general for all pages */



.clearthefloats {
	clear: both;
}


h1 {
    color: #333;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
}

h2 { /* for titles in insets; used in procedures page; also used in subheadings throughout */
    color: #338888;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
    line-height: 12px;
}

h3 { /* used in contacts page for state headings */
    color: #338888;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
	font-size: 14px;
    line-height: 12px; 
	margin-left: 11px;
}

p {
	margin-left: 0px;  /* was 7px; */
}


a, a:visited, a:hover {}


/* may need to edit */
#specialFeatureText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	line-height: 22px;
/*	height: 525px;
	width: 97%;*/
	position: relative;
/* 	overflow: hidden; 
	background: #FC3;
	margin: 7px;*/
}



/* specific to Feature Box used on MapPage for Species Distribution Maps */

#featureBox {
	height: 450px; 
	width: 545px; 
	position: relative;
	top: 0px;
	left: 0px;
	background: #808080;
}

#featured {
	width:500px;  /* was commmented out */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	text-align: left;
	line-height: 18px;
	padding: 5px 0px 5px 0px;
	position: relative;
	top: 0px;
	left: 0px;
}



/* a, a:visited, a:hover {}  this is repeat */

#container {
	position:relative;
	width:120px;
	height:440px;
	background:#808080;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	font-family:verdana, arial, sans-serif;
	font-size:12.5px;
	margin-top: 6px;
}

#container a.pics {
	float:left;
	padding:4px 0px 4px 8px;  /* was 7px 8px 7px 7px; */
	display:inline;
	color:#FFF;
	text-decoration:none;
	width:105px;
	height:80px;
	cursor:default;
}
#container a.pics img.thumb {
	display:block;
	border:1px solid;
	border-color: #000;
}

#container a.pics span {
	display:none;
	border:0;
	width:410px;  /* was 540 */
	background:#808080;
	border:1px solid #fff;
	text-align:center;
	line-height: 14px;
	font-size: 11px;
	margin-top: 4px;
}
#container a.pics span img {
	margin:5px;
	border:1px solid;
	border-bottom-color: #FFF;
	height: 380px; /* newly added */
}

#container a.pics:hover {white-space:normal;}
#container a.pics:hover img.thumb {border:1px solid #fff;}
#container a.pics:hover span {
	display:block;
	position:absolute;
	left:121px;
	top:0px;
	z-index:10;
	height:425px;
	margin-top: 4px;
}
#container a.pics:active span {
	display:block;
	position:absolute;
	left:121px;
	top:0px;
	z-index:5;
	height:425px;
	margin-top: 4px;
}

#container a.pics:focus {outline:0;}
#container a.pics:focus img.thumb {
}
#container a.pics:focus span {
	display:block;
	position:absolute;
	left:121px;
	top:0px;
	z-index:5;
	outline:0;
	height:425px;
}

#container span.newsFeatured {
	/*clear:left;*/
	display:block;
	line-height:28px;
	margin:0;
	position: absolute;
	left: 140px;
	top: 20px;
	width:380px;  /* was 490 */
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	text-align:left;
	color:#FFF;
	z-index:1;
}
#container span.newsFeatured a {color:#000;}
#container span.newsFeatured a:hover {text-decoration:none;}



#newsFeatured {
	font-family: Arial, Helvetica, sans-serif;
	width: 548px;  /* width needed for IE browser */
}


</style>
