/* !Yahoo! UI Library */

@import url("reset-min.css");
@import url("fonts-min.css");

/* !Jacksonville ESO */
@import url("screen-jax.css");


/* !ThickBox */

@import url("thickbox.css");


/* !Global */

body {
	font-family: Arial, Verdana, sans-serif;
	color: black;
	background-color: #517093;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

table {
	border-collapse: collapse;
}

a:link, a:visited, a:hover, a:active, a:focus {
	color: black;
	outline: none;
}

a:visited {
	color: black;
}

a:hover {
	color: #203b5a;
}

img {
	border: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
width: 300px;
height: 5px;
text-align: left;
border: 0;
color: whatever color;
background-color: same color as color above; (these two in use acts the same as the noshade code)
  }

p {
	font-size: 100%;
	margin-bottom: 8px;
}

li {
	font-size: 93%;
}

.more {
	font-size: 93%;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(../media/Icon-ReadMore.gif);
	padding-left: 12px;
}

.rss {
	margin-left: 12px;
	font-size: 93%;
	background-repeat: no-repeat;
	background-position: center left;
	background-image: url(../media/Icon-Feed.gif);
	padding-left: 15px;
}


/* !General Layout */

#body-wrapper {
	padding-top: 25px;
	background-position: center top;
	background-repeat: no-repeat;
	background-image: url(../media/Header-BG-Longleaf.jpg);
}

#content {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
}

#content td {
	text-align: left;
	vertical-align: top;
}

#body-main {
	padding-left: 10px;
	padding-right: 10px;
}

#body-sub1, #body-sub2 {
	width: 180px;
	padding-left: 10px;
	padding-right: 10px;
}


/* !Main Header */

#main-header h1 {
/*	padding-left: 155px;  */
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 175%;
	margin-top: 4px;
	margin-bottom: 4px;
}

#main-header h2 {
/*	padding-left: 155px; */
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 150%;
	margin-top: 4px;
	margin-bottom: 4px;
}

#main-header h3 {
/*	padding-left: 155px; */
	font-family: "Arial Narrow", Arial, Verdana, sans-serif;
	font-weight: bold;
	font-size: 125%;
	margin-top: 4px;
	margin-bottom: 4px;
}

.logo {
	text-indent: -10000px;
	display: block;
	height: 94px;
	width: 79px;
	position: absolute;
	margin-left: 33px;
	margin-top: 8px;
	background-image: url(../media/FWS-Logo.png);
	background-repeat: no-repeat;
}


/* !Search and Translation */

#search {
	background-color: #203b5a;
	border-top: solid 2px black;
	border-bottom: solid 2px black;
	width: 100%;
}

#search td {
	padding: 4px 10px 4px 10px;
	vertical-align: middle;
}

#search input.text {
	width: 16em;
	padding: 2px;
	vertical-align: middle;
	border: 1px solid #c3cfdc;
}

#search input.button {
	margin-left: 2px;
	vertical-align: middle;
}

td#translation {
	text-align: right;
}

td#translation img {
	margin-left: 4px;
}

td#footer {
	padding: 10px 10px 30px 10px;
	text-align: center;
}

td#footer ul {
	margin-top: 6px;
}

td#footer li {
	display: inline;
}

td#footer li a {
	padding-left: 7px;
	padding-right: 7px;
	border-right: 1px solid #c3cfdc;
}

td#footer .last {
	border: none;
}


/* !Navigation */

.nav, .nav ul { /* all lists */
	float: left;
	width: 164px;
	
}

.nav li { /* all list items */
	font-size: 100%;
	position: relative;
	float: left;
	width: 164px;
}

.nav li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	margin-left: 180px;
	margin-top: -1.8em;
}

.nav li ul li a {
	background-color: #dee5ed;
	border-top: solid 1px #e8edf2;
	border-bottom: solid 1px #c7d3e0;
}

.nav li ul ul { /* third-and-above-level lists */
	left: -999em;
}

.nav li a {
	line-height: normal;
	font-size: 93%;
	border-top: solid 1px #dbe3eb;
	border-bottom: solid 1px #bbc7d4;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: .4em;
	padding-bottom: .4em;
	color: #203b5a;
	width: 164px;
	display: block;
	text-decoration: none;
	background-color: #c3cfdc;
}

.nav li a:hover {
	color: white;
	background-color: #92a6bd;
}

.nav li:hover ul ul, .nav li:hover ul ul ul, .nav li.sfhover ul ul, .nav li.sfhover ul ul ul {
	left: -999em;
}

.nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.sfhover ul, .nav li li.sfhover ul, .nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}


/* !Lists */

.list1 {
	margin-bottom: 10px;
}
 
.list1 li {
	margin-top: 4px;
	padding-left: 24px;
	font-size: 100%;
	background-repeat: no-repeat;
	background-position: 0 3px;
	background-image: url(../media/Bullet1.gif);
}

.list1 a:link {
	font-weight: normal;
}


/* !Main-Content */

.story {
	float: left;
	margin-bottom: 20px;
}

.story a {
	font-weight: bold;
}

.story h2 {
	font-size: 138.5%;
	font-family: Georgia, serif;
	padding-bottom: 4px;
	margin-bottom: 6px;
}

.photo {
	margin-left: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	float: right;
	padding: 5px;
	width: 135px;
}

.photo p {
	font-size: 85%;
	color: #203b5a;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 3px;
	margin-bottom: 4px;
}


/* !Sub-Content */

#about .sub-body div, #finders .sub-body div, #endangered div {
	padding: 0px;
}

#about h3, #finders h3, #endangered h3 {
	margin-bottom: 1px;
}

#endangered a.active {
	color: white;
	background-color: #6f8bab;
}

.sub-content {
	margin-bottom: 18px;
	float: left;
}

.sub-content h3 {
	color: white;
	background-repeat: no-repeat;
	background-image: url(../media/Standard-Header-BG.gif);
}

.sub-content h3 {
	width: 180px;
	font-size: 93%;
	font-weight: bold;
}

.sub-content h3 span {
	display: block;
	padding: 6px;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-image: url(../media/Standard-Header-Divider.gif);
}

.sub-content .sub-body div {
	padding: 6px;
	background-color: #f5d789;
}

#finders a {
	color: #604705;
	background-color: #f5d789;
	border-top-color: #fbe8b6;
	border-bottom-color: #dbba64;
}

#finders a:hover {
	color: white;
	background-color: #b08515;}
