@charset "UTF-8";
/* CSS Document */

body {
	background-color:#bfbfbf;
	margin:0px;
	text-align:center;
}

p {
	font-family:Arial, Helvetica, sans-serif;
	color:#726e65;	
	font-size:12px;
}

.whitetext {
	color:#ffffff;
}

.centertext {
	text-align:center;	
}

.lefttext {
	text-align:left;	
}

.highlight {
	color:#ef7513;
	font-size:12px;
	font-weight:bold;
}

a {
	color:#6f8a13;	
	text-decoration:none;
}

a:hover {
	color:#6f8a13;	
	text-decoration: underline;
}

a:visited {
	color:#6f8a13;	
}

img {
	border:0px;
}

div {
	font-family:Arial, Helvetica, sans-serif;
	color:#726e65;
	font-size:12px;
}

#float_left {
	float:left;
}

#float_right {
	float:right;
}

#full {
	width:100%;	
}

#full_width {
	margin: 0 auto;
	width:100%;
	height:100%;
	text-align:center;
	overflow:visible;
	float:left;
}

#main_content {
	margin: 0 auto;
	width:1280px;
	height:auto;
	text-align:left;
	overflow:hidden;
	background-color:#fffdeb;
}

#left_column {
	width:508px;
	height:auto;
	float: left;
	text-align:left;
}

#right_column {
	width:772px;
	height:auto;
	float: left;
	text-align:left;
}

#nav_bg {
	width:508px;
	height:190px;
	background-image:url(images/nav_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#left_column_bottom {
	width:508px;
	height:73px;
	background-image:url(images/left_column_bottom.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#grass_bg {
	margin: 0 auto;
	width:1280px;
	height:54px;
	text-align:left;
	overflow:hidden;
	background-image:url(images/grass_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
}

#nav {
	margin-left:285px;
	width:162px;
}

#pic000_section {
	width:772px;
	height:356px;
	text-align:left;
	overflow:hidden;
	background-image:url(images/pic000.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}

#pic001_section {
	width:772px;
	height:356px;
	text-align:left;
	overflow:hidden;
	background-image:url(images/pic001.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}

#pic002_section {
	width:772px;
	height:356px;
	text-align:left;
	overflow:hidden;
	background-image:url(images/pic002.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}

#pic003_section {
	width:772px;
	height:356px;
	text-align:left;
	overflow:hidden;
	background-image:url(images/pic003.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}


#content_bg {
	width:772px;
	height:auto;
	min-height:184px;
	background-image:url(images/content_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	float:left;
}

#footer {
	margin: 0 auto;
	width:1280px;
	height:160px;
	text-align:left;
	overflow:hidden;
	background-color:#6f8c15;
}

#footer_left_column {
	width:299px;
	height:130px;
	float: left;
	text-align:left;
	margin-left:209px;
	margin-top:30px;
	background-image:url(images/footer_left_column_bg.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;	
	font-size:12px;
}

#footer_right_column {
	width:450px;
	height:130px;
	float: left;
	text-align:left;
	margin-left:20px;
	margin-top:30px;
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;	
	font-size:12px;
}

#footer_right_column a {
	color:#ffd321;
	text-decoration:none;
}

#footer_right_column a:hover {
	color:#ef7513;
	text-decoration:underline;
}

#content_left_column {
	width: 210px;
	height: auto;
	float:left;
	text-align:left;
	margin-left:20px;
}

#content_middle_column {
	width:54px;
	height:200px;
	float:left;
	background-image:url(images/content_middle_column_bg.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	margin-left:10px;
}

#content_right_column {
	width: 210px;
	height: auto;
	float:left;
	text-align:left;
	margin-left:10px;
}

#content_full_span {
	width: 680px;
	height: auto;
	float:left;
	text-align:left;
	margin-left:20px;
}

#er_name {
	color:#ff0000;
}

#er_email {
	color:#ff0000;
}

#er_text {
	color:#ff0000;
}
#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(../../egg/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../../egg/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; }

