@charset "utf-8";
body {
	background-color: #337002;
	margin-top: 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
img {padding: 3px;}
.date {
	font-size:9px;
	color:#999;
	font-family:Verdana, Geneva, sans-serif;
}
* {
	outline: none;
}


.h1 {
	font-size: 20px;
}
.h2 {
	font-size: 18px;
}
.h3 {
	font-size: 16px;
}
.h4 {
	font-size: 14px;
}
.large_date {
	font-size:15px;
	color:#999;
	font-weight: bold;
	font-family:Verdana, Geneva, sans-serif;
	}
#header {
	background-color:#FFF;
	margin-top: 20px;
	padding-bottom: 10px;
	width: 800px;
	height: 150px;
	position:relative;
	margin: 0 auto;
	margin-top:20px;
}
.second_headers {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color:#060;
	font-weight:bold;
}
#search_button {
	position:relative;
	width:256px;
	height:51px;
	background-image:url(../images/search/search_nofield.jpg);
	background-repeat:no-repeat;
}
.search_field {
	position:absolute;
	left:15px;
	top: 11px;
	font-size:17px;
	font-family:Verdana, Geneva, sans-serif;
	font-weight:lighter;
	color:#666;
	background-image:url(../images/search/search_fade.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#FFF;
	height:20px;
	width:180px;
	text-align:left;
}
.search_submit {
	position:absolute;
	left:211px;
	top:0px;
	background-image:url(../images/search/search_go.jpg);
	width:43px;
	height:46px;
	border:0px;
	outline: none;
}
.search_submit:hover {
	background-image:url(../images/search/search_go_over.jpg);
	outline: none;
}
#breadcrumbs {
	background-color:#ddf0ce;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	color:#333;
	width: 783px;
	position:relative;
	margin: 0 auto;
	margin-bottom:0px;
	padding-left:15px;
	border: thin dashed #666;
	font-weight:bold;
}
#breadcrumbs a {
	color:#333;
	text-decoration:none;
}
#breadcrumbs a:hover {
	color:#393;
	text-decoration:none;
}
#pagetitle {
	background-color:#FFF;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:28px;
	font-weight:bold;
	color:#337002;
	width: 780px;
	position:relative;
	margin: 0 auto;
	padding:10px;
	margin-top:0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#content {
	background-color:#FFF;
	padding:10px;
	width:570px;
	margin: 0 auto;
	position:relative;
	padding-left: 220px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}
#content a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	color: #333;
	text-decoration:none;
}
#content a:hover {
	color: #060;
	text-decoration:none;
}
#otherlinks {
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	border:thin dashed #CCC;
	padding:10px;
	border-right:thin, dotted, #CCC;
	position:absolute;
	left:12px;
	top:10px;
	width:160px;
	z-index:1;
	text-decoration: none;
}
#otherlinks a {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #333;
	text-decoration: none;
}
#otherlinks a:hover {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: #060;
	text-decoration: none;
}
#credits {
	background-color:#FFF;
	padding:0px;
	width:800px;
	margin: 0 auto;
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	font-size:9px;
	border-top:thin #666;
}
#credits a {
	color:#333;
	text-decoration:none;
}
#credits a:hover {
	color:#090;
}
#content_box {
	background-color:#efefef;
	border: thin dashed #CCC;
	background-image:url(../images/bg_content.gif);
	padding: 3px;
}
#bottom_left {
	position:fixed;
	left:0px;
	bottom:0px;
	width:300px;
	height:500px;
	z-index:-5;
	background-image:url(../images/left.gif);
}
#top_right {
	position:fixed;
	top:0px;
	right: 0px;
	width:400px;
	height:400px;
	z-index:-6;
	background-image:url(../images/yfc.gif);
}
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* CSS Document */
