@charset "utf-8";
body {
	background-color: #e0ede0;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#pagewrapper {
	text-align: left;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#pagewrapper #header {
	background-image: url(../image/logo02.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 288px;
	width: 960px;
	position: relative;
}
#pagewrapper #header h1,
#pagewrapper #header h2,
#pagewrapper #header h3,
#pagewrapper #header h4 {
	text-indent: -999em;
	margin: 0px;
	padding: 0px;
}
#pagewrapper #main {
	float: left;
	width: 958px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #356042;
	border-right-color: #356042;
	border-bottom-color: #356042;
	border-left-color: #356042;
	position: relative;
	background-color: #FFFFFF;
	padding-bottom: 15px;
}
#pagewrapper #main #top {
	float: left;
	width: 958px;
	position: relative;
}
#pagewrapper #main #top #menu {
	background-image: url(../image/menubkgd.gif);
	background-repeat: no-repeat;
	float: left;
	height: 181px;
	width: 199px;
	position: relative;
	padding-top: 10px;
}
#pagewrapper #main #top #menu ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#pagewrapper #main #top #menu a {
	display: block;
	width: 174px;
	padding-left: 25px;
	padding-top: 4px;
	padding-bottom: 4px;
	background-image: url(../image/menubullet.gif);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
#pagewrapper #main #top #menu a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

#pagewrapper #main #top #images {
	float: left;
	width: 759px;
	position: relative;
	background-image: url(../image/images.jpg);
	padding-top: 102px;
	background-repeat: no-repeat;
}
#pagewrapper #main #content {
	float: left;
	width: 898px;
	position: relative;
}
#pagewrapper #main #content #sidebar {
	float: left;
	width: 304px;
	position: relative;
}
#pagewrapper #main #content #sidebar #slideshow {
	float: left;
	height: 177px;
	width: 304px;
	position: relative;
}

#pagewrapper #main #content #mainbar {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	float: left;
	width: 574px;
	position: relative;
	color: #333333;
	padding-left: 20px;
}
#mainbar a {
	color: #6AA81F;
	text-decoration: underline;
}
#mainbar a:hover {
	color: #356042;
	text-decoration: none;
}
#pagewrapper #main #content #mainbar li {
	padding-bottom: 10px;
}

#pagewrapper #footer {
	float: left;
	width: 960px;
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #62A265;
}
#pagewrapper #footer a {
	color: #62A265;
	text-decoration: none;
}
#pagewrapper #footer a:hover {
	color: #62A265;
	text-decoration: underline;
}
#pagewrapper #footer #left {
	float: left;
	width: 574px;
	position: relative;
}
#pagewrapper #footer #right {
	text-align: right;
	float: right;
	width: 300px;
	position: relative;
}
#pagewrapper #main #content #mainbar h2 {
	font-size: 14px;
	font-weight: bold;
	color: #DBB40F;
	margin-top: 0px;
	padding-top: 0px;
	text-transform: uppercase;
}
.imageright {
	float: right;
	padding-bottom: 15px;
	padding-left: 15px;
}
.imageleft {
	float: left;
	padding-bottom: 15px;
	padding-right: 15px;
}
a img {
	border: none;
}

#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; }

.copyright{ padding:0; margin:0;};