/*** MAIN ***/

body {
	margin: 0;	padding: 0;	font-family: Arial, sans-serif;	font-size: 13px;	line-height: 20px;
	background: #121C0C;
	}

a:link, a:visited {	
	color: #990000;
	font-weight: bold; 
	text-decoration: none; 
	}

a:hover, a:active {
	text-decoration: underline; 
	}

.heading {
	font-weight: bold;
	font-size: 27px;
	font-family: "Lucida Grande", sans-serif;
	text-decoration: none;
	line-height: 120%;
	color: #CC0000; 
	}

.subheading {
	font-weight: bold;
	font-size: 15px;
	font-family: "Lucida Grande", sans-serif;
	text-decoration: none;
	line-height: 110%;
	color: #6D7983; 
	}
	
img.inline {
	margin-left: 10px;
	}

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#container {
	background-color: #FFFFFF;
	width: 70%;
	margin: 20px auto 20px auto;
	}

/*** HEADER ***/

#header {
	background: #002601 url(images/logo.jpg) center no-repeat;
	height: 220px;
	margin: 0 auto 0 auto;
	padding: 0;
	clear: both;
	text-transform: uppercase; 
	letter-spacing: 1px;
	}

#headernavleft {
	float: left;
	margin: 35px 0 0 5%;
	padding: 0;
	text-align: left;
	}

#headernavright {
	float: right;
	margin: 35px 5% 0 0;
	padding: 0;
	text-align: right;
	}

#header ul li, #header ul {
	list-style-type: none;
	margin: 10px 0 0 0;
	padding: 0;
	}

#header a:hover, #header a:active {
	text-decoration: none; 
	color: #CC0000;
	}

#header a:link, #header a:visited {
	color: #990000;
	}

/*** NAVBAR ***/

#navbar {
	background-color: #273A18;
	color: #CCCCCC;
	clear: both;
	height: 25px;
	width: 100%;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
	}

/*** CONTENT ***/

#content {
	text-align: justify;
	margin: 0;
	padding: 15px;
	}

/*** FOOTER ***/

#footer {
	font-size: 9px;
	color: #CCCCCC;
	text-align: center;
	background: #273A18;
	clear: both;
	height: 20px;
	}

#footer a {
	font-weight: normal;
	color: #CCCCCC;
	}
	
/*** LIGHTBOX ***/
 
#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;
	}