/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding:0;
	line-height:130%;
}
a:link {
	color: #D19700;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #D19700;
}
a:hover {
	text-decoration: underline;
	color: #D19700;
}
a:active {
	text-decoration: none;
	color: #D19700;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	/*margin-top:20px;*/
	margin-bottom: 0;
}
h1 {
	font-size: 14px;
	color: #333333;
	text-transform:uppercase;
	line-height: 20px;
}
h2 {
	font-size: 14px;
	color: #333333;
}
h3 {
	font-size: 12px;
	color: #333333;
	text-transform:uppercase;
}
h4 {
	font-size: 12px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
h5 {
	font-size: 11px;
	color: #333333;
	text-transform:uppercase;
	margin-bottom:-10px;
}
h6 {
	font-size: 11px;
	color: #333333;
}
ul {
	list-style: none outside;
	padding-left:7px;
	margin-left:7px;
}
p {
	margin-bottom:0;
}

.banner {
	border-top: #D19700 solid 2px;
	height: 185px;
	border-bottom: #D19700 solid 2px;
	vertical-align:top;
}
.banner H1 {
	font-size: 20px;
}
.white {
	color:#FFFFFF;
}
.content_left {
	border-right: #6F833A solid 1px;
	padding: 10px 10px 15px 15px;
	width: 358px;
	vertical-align: top;
	text-align:left;
}
.content_generic {
	vertical-align: top;
	text-align:left;
	padding-top: 0px;
}
.content_right {
	padding: 10px 10px 15px 15px;
	width: 358px;
	vertical-align: top;
	text-align:left;
}
.footer {
	padding: 15px 0;
	font-size:9px;
	text-align:center;
}
.photocredit {
	padding: 1px 0 0 1px 0;
	font-size:9px;
    position: absolute;
    bottom: 5px
	width:300px;
}

input.searchbox {
	background-color:#FFFFFF;
	border: #CCCCCC solid 1px;
	font-size:10px;
	color:#999999;
	height: 19px;
	width: 119px;
	margin-left: 0;
	margin-right: 10px;
	padding:5px 0 0 1px;
	margin-bottom:0;
	margin-top:0;
	line-height:0;
}

.newsflash {
	border-top: #D19700 solid 1px;
	border-bottom: #D19700 solid 1px;
	padding: 5px 10px 15px 10px;
	margin-top:15px;
	margin-bottom:15px;
}

.j {
	font-size: larger;
}

.breadcrumb {
	height: 20px;
	vertical-align:middle;
	font-size: 9px;
	text-transform:uppercase;
	padding:10px 0;
	font:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: #D19700 solid 1px;
}
.horizgreen {
	vertical-align:top;
	border-bottom: 1px solid #6F833A;
	margin: 0px;
	padding: 0px;
}
.lists {
	list-style-image: none;
	list-style-type: none;
	padding-left: 7px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

/* the GIF menu starts here */
	
#top_about {
	width: 66px; 
	background: url(images/top_about_66x56.gif) no-repeat;
	}
#top_action {
	width: 90px; 
	background: url(images/top_action_90x56.gif) no-repeat;
	}
#top_news {
	width: 111px; 
	background: url(images/top_news_111x56.gif) no-repeat;
	}
#top_programs {
	width: 105px; 
	background: url(images/top_programs_105x56.gif) no-repeat;
	}
#top_publications {
	width: 123px; 
	background: url(images/top_publications_123x56.gif) no-repeat;
	}
#top_species {
	width: 93px; 
	background: url(images/top_species_93x56.gif) no-repeat;
	}
#top_support {
	width: 79px; 
	background: url(images/top_support_79x56.gif) no-repeat;
	}


/* the horizontal menu starts here */
div#listmenu {
	width:100%; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	background-color:#FFF; /* colors the div */
	font-family: verdana, arial, sans-serif; 
	font-size:10px;
	text-align:left;
	}
div#listmenu ul {margin:0 0 0 0px;/* indents ul from edge of container */
padding:0;
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#FFF; /*sets the background of the menu items */
	background-position: 0 -28px; /* sets the GIF background image possitions for the top_nav items */
	}
div#listmenu li:hover { 
	background-color:#d19700; /*sets the background of the menu items */
	background-position: 0 0; /* sets the GIF background image possitions for the top_nav items upon hover */
	}
div#listmenu a {
	display:block; /*makes rolled list items in drop down highlight link text, and wrapped lines indent correctly */
	padding:0 6px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#444444;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#FFF;
	}
/* the horizontal menu ends here */

/* the drop-down starts here */
div#listmenu {
	line-height: 20px;
	}
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:12em; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:-1px; /*aligns the drop exactly under the menu */
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border-left:1px solid #d19700; /*  three sides of each drop-down item */
	border-right:1px solid #d19700;
	padding:0 0 1px;
	}
div#listmenu ul li ul li:first-child {
	border-top:1px solid #d19700; /*the top edge of the dropdown */
	}
div#listmenu ul li ul li:last-child {
	border-bottom:1px solid #d19700; /*the bottom edge of the dropdown */
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	left:10em;
	}
div#listmenu ul li ul li:hover ul {visibility:visible;} /* same effect as display:block in this situation */
/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #d19700; /* adds the rightmost menu vertical line to the ul */
	margin-left:15px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:1px solid #d19700;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* end of hack zone */
/* END OF LIST-BASED MENU */
.vertgreen {
	height: 2px;
	vertical-align:top;
	border-bottom: none;
	margin: 0px;
	padding: 12px 20px 12px 12px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6F833A;
}
.vertgreencredit {
	height: 2px;
	color: #333333;
	vertical-align:bottom;
	font-size: 9px;
	text-align:left;
	border-bottom: none;
	margin: 0px;
	padding: 10px 10px 15px 15px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #6F833A;
}
