body  
{ 
background:#9ea8b1 url(images/bg.jpg) center fixed no-repeat;
margin: 0px;
padding: 0px;
}

br.clear {
clear: both;
}

/*------------------------------- Main Structure ----------------------------------*/

#container {
width: 760px;
background: #ffffff;
height: auto;
border: 0 0 0 0;
padding: 15px 15px 0 15px;
}

#header {
width: 760px;
height: auto;
background-color: #1c4037;
border-top: 15px solid #ffffff;
padding: 0 0 0 0;
}

#nav {
width: 730px;
height: 95px;
background: #9ea8b1 url(images/logo.gif) right no-repeat;
color: #ffffff;
text-align: left;
font-size: 10px;
font-family: arial, verdana, helvetica, sans;
padding: 0px 15px 5px 15px;
}

#content {
width: 730px;
height: auto;
font-family: Arial, Verdana, Sans;
font-size: 11px;
color: #f0f0f0;
background: #5c6369;
line-height: 16px;
font-weight: normal;
border-bottom: 1px solid #9ea8b1;
padding: 5px 15px 5px 15px;
text-align: justify;
}

p {
width: 600px;
height: auto;
font-family: Arial, Verdana, Sans;
font-size: 11px;
color: #f0f0f0;
line-height: 13px;
font-weight: normal;
text-align: justify;
}

td {
font-family: Arial, Verdana, Sans;
font-size: 11px;
color: #f0f0f0;
line-height: 13px;
font-weight: normal;
}

#spacer {
width: auto;
height: auto;
border: 0 0 0 0;
padding: 0 0 0 0;
}

#footer {
width: 760px;
height: 18px;
background-color: #5c6369;
color: #ffffff;
text-align: center;
font-size: 9px;
font-family: arial, verdana, helvetica, sans;
border-bottom: 15px solid #ffffff;
padding: 5px 0 0 0;
}


/*------------------------------- Typography ----------------------------------*/

.big     
{
color: #e8eeee;
font-size: 12px;
font-family: arial, verdana, helvetica, sans;
text-decoration: none;
font-weight: bold;
}

.small     
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
line-height: 10pt;
font-weight: normal;
color: #9ea8b1;
text-decoration: none;
}

.titles      
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 24px;
font-style: normal;
line-height: 28px;
font-weight: normal;
color: #9ea8b1;
text-decoration: none;
}

.copyright      
{
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 9px;
font-style: normal;
line-height: 10pt;
font-weight: normal;
color: #D7E4B8;
text-decoration: none;
}

a:link { color:#ffffff; text-decoration:none; }

a:visited { color:#ffffff; text-decoration:none; }

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

a:active { color:#ffffff; text-decoration:none; }



/*------------------------------- FORMS ----------------------------------*/

input
{
border: 1px solid #D7E4B8;
font-size: 11px;
padding-left: 3px;
color: #7AA612;
font-family: arial, verdana, sans;
background-color: #ffffff;
}

/*------------------------------- LightBox Styles ----------------------------------*/

#lightbox{
	position: absolute;
	top: 40px;
	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;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	


/*------------------------------- 7AA612 ----------------------------------*/