body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #2D2D2D;
	background-color: #0D0D0D;
	background-image: url(images/Background.jpg);
	background-position: center top;
	background-attachment: scroll;
	background-repeat: repeat-x;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	font-weight: bold;
	color: #016A35;
	padding: 4px;
}
.image_left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.image_right {
	float: right;
	margin-bottom: 6px;
	margin-left: 6px;
}

.box_right {
	float: right;
	margin-bottom: 3px;
	margin-left: 6px;
	text-align: center;
}

.photos {
	border: 1px solid #1A120A;
	margin: 5px 10px 10px 10px;
	float: left;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}

#footerclear {
	clear: both;
	height: 2px;
}

#navbar {
	background-color: #056F31;
	padding: 5px;
}


#navcontainer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	background-color: #077133;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFFFFF;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a {
	text-decoration: none;
	color: #fff;
	background-color: #077133;
	padding-top: 4px;
	padding-right: 11px;
	padding-bottom: 4px;
	padding-left: 11px;
}

#navcontainer ul li a:hover {
	color: #fff;
	background-color: #000000;
}



#wrapper {
	width: 790px;
	text-align: left;
	margin: 0 auto;
	background-image: url(images/background-content.jpg);
	background-repeat: repeat-y;
	border: 4px solid #840000;
	background-color: #FFFFFF;
}

#header {
	}
#flash {
	}

#content {
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}

#content2 {
	padding: 8px;
	clear: both;
	text-align: center;
	background-color: #FFC575;
}

#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
	clear: right;
	font-weight: bold;
	background-image: url(images/Footer-Background.jpg);
	background-repeat: no-repeat;
	text-align: left;
	background-color: #1A120A;
	background-position: bottom;
	padding-top: 11px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	}

#footer a {
	color: #FFFFFF;
	}

#footer a:hover {
	color: #CCCCCC;
	}


#sig {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	text-align: right;
	width: 760px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 6px;
	padding-right: 15px;
}
#sig a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #E695C0;
}
#sig a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: underline;
}

a {
	color: #0000CC;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #0099FF;
	font-weight: bold;
	text-decoration: underline;
}
.subheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	color: #016A35;
}
.subtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #016B2D;
}
.smaller {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}

.red-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #900;
	font-weight: bold;
}

.announce {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 20px;
	color: #FFF;
	background-color: #137134;
	padding: 6px;
	width: 760px;
	text-align: center;
	line-height: 120%;
}

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