@charset "utf-8";
body {
	background-color: #ebffd7;
	text-align: center;
	font: 0.7em Arial, Helvetica, sans-serif;
}

* {
	margin: 0;
	padding: 0;
}
html {
	font-size: 120%;
}
#container {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}

/* header */

#header {
	position: absolute;
	top: 0;
	width: 960px;
	height: 31px;
	background-color: #FFFFFF;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
}
#header ul {
	padding: 0 0 0 136px;
	margin: 0;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}
#header ul li {
	float: left;
	padding: 0;
	border-right: 1px solid #FFF;
}

/* logo */

#logo {
	position: absolute;
	top: 31px;
	width: 960px;
	height: 96px;
	background-color: #FFFFFF;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
	text-align: right;
}

/* menu */

#menu {
	position: absolute;
	width: 960px;
	top: 127px;
	height: 55px;
	border-bottom: 1px solid #FFF;
	background-color: #FFF;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
}
#menu ul li {
	float: left;
	padding: 0;
	border-right: 1px solid #FFF;
}
#menu ul li.noBorder {
	border-right: 0;
}

/* banner strip */

#banner {
	position: absolute;
	top: 183px;
	width: 950px;
	height: 143px;
	background-color: #FFF;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
}
#banner img {
	border-bottom: 6px solid #6dbb21;
}

/* content area */

#content {
	position: absolute;
	top: 326px;
	width: 950px;
	background-image: url(../images/bkg_content.gif);
	background-repeat: repeat-y;
	border-left: 5px solid #FFF;
	border-right: 5px solid #FFF;
}


#content div#information {
	width: 950px;
}

#content div#information div#info {
	float: left;
	width: 712px;
	padding: 0 0 0 15px;
}
#content div#information div#news {
	float: right;
	width: 184px;
}
div#news h3, div#news h4 {
	color: #6dbb21;
}

.photoBase {
	border-bottom: 10px solid #6dbb21;
}
.photoBaseSmall {
	border-bottom: 5px solid #6dbb21;
}


#footer {
	clear: both;
	background-image: url(../images/bkg_footer.gif);
	background-repeat: repeat-y;
	padding: 16px 0 0 0;
	height: 64px;
	border-bottom: 5px solid #FFF;
	border-top: 15px solid #FFF;
}
#footer p {
	color: #FFF;
}
#footer p#copyright {
	float: left;
	width: 215px;
	padding: 0 0 0 10px;
}
#footer div#footLinks {
	float: left;
	width: 543px;
}
#footer div#footLinks ul {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	font-size: 1.1em;
}
#footer div#footLinks ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer div#footLinks ul li a {
	color: #FFF;
	background-image: url(../images/bkg_footlink.gif);
	background-position: right;
	background-repeat: no-repeat;
	padding: 0 16px 0 0;
}
#footer div#footLinks ul li a.noBorder {
	background-image: none;
}
#footer div#footLinks p {
	padding: 5px 0 0 0;
}
#footer div#footLinks p a {
	text-decoration: none;
	color: #FFF;
}
#footer div#footLinks p a:hover {
	color: #dff0ce;
}

#footer p#backtop {
	float: left;
	width: 160px;
	padding: 0;
	font-size: 1.1em;
}
#footer p#backtop a {
	color: #FFF;
}

/* overall classes */

.clear {
	clear: both;
}
html>body .clear {
	height: 1px;
}

.infoBox {
	background-color: #dff0ce;
	padding: 10px 13px 0 15px;
	margin-bottom: 20px;
}
.infoBox h2, .infoBox h3, .infoBox h4 {
	color: #5aa214;
	padding: 0 0 10px 0;
}
.infoBox p {
	padding: 0 0 10px 0;
}
.baseLine {
	background-image: url(../images/bkg_dots.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.noPadding {
	padding: 0;
}

div.picBoxLeft {
	float: left;
	width: 143px;
	margin: 0 15px 5px 0;
}
div.picBoxLeft p {
	background-color: #6dbb21;
	padding: 5px 8px 5px 10px;
	margin: 0;
	font: 0.8em/1.1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
}
div.picBoxLeft p a {
	color: #FFF;
}

div.picBoxRight {
	float: right;
	width: 143px;
	margin: 0 0 5px 15px;
}
div.picBoxRight p {
	background-color: #6dbb21;
	padding: 5px 10px 5px 8px;
	margin: 0;
	font: 0.8em/1.1em Tahoma, Arial, Helvetica, sans-serif;
	color: #FFF;
}
div.picBoxLeft p a {
	color: #FFF;
}

/*overall tags */

h1#mainTitle {
	line-height: 0.8em;
}
h1 {
	font-size: 2.5em;
	font-weight: normal;
	padding: 0 0 15px 0;
}
h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 0 15px 0;
}
h2.main {
	padding-top: 3px;
}
#content div#information div#info h2 {
	padding: 0 0 10px 0;
}
h3 {
	font-size: 1em;
	font-weight: bold;
	padding: 0 0 10px 0;
}
h4 {
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 0 10px 0;
}
p {
	line-height: 1.3em;
	padding: 0 0 15px 0;
	text-align: justify;
}
a {
	color: #6dbb21;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
ul {
	list-style: square;
	list-style-position: inside;
	list-style-image: url(../images/bullet.gif);
	margin: 15px 15px 15px 15px;
}
ol {
	margin: 0 0 0 15px;
}
ul li, ol li {
	padding: 0 0 5px 0;
}

ul ul, ul ol, ol ol, ol ul {
	margin: 10px 0 0 0;
	font: 0.9em Tahoma, Arial, Helvetica, sans-serif;
	list-style: none;
	list-style-position: outside;
	list-style-image: none;
}
ul ul li {
	padding: 0 0 5px 15px;
}


/* Light Box pop up */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#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: transparent url(../images/blank.gif) no-repeat; /* 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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
/*	background-color: #000;			*/
	background-color: transparent;
	}

