html, body {
	margin: 0;
	padding: 0;
	background: #fff;
}


div, h1, h2, h3, h4, h5, h6, h7, p, a, a:link, img, img:link, ol, ul, li, dl, span, tr, td, a, a:link {
	margin: 0;
	padding: 0;
	font: 11px Arial, sans-serif;
	color: #000;
	border: none;
	text-decoration: none;
	text-align: left;
	border: none;
}

div#wrapper {
	margin: 0 auto 0 auto;
	padding: 0;
	width: 850px;
}

div.header {
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	width: 125px;
	height: 40px;
	border-bottom: 1px solid #737373;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
}

/* NAVIGATION */
ul.navlist {
	margin: 10px 0 0 0;
	padding: 0;
	list-style-type: none;
	width: 175px;
	background-color: #fff;
}

ul.navlist li {
	margin:0;
	padding: 0;
	font-size: 14px;
	font-family: Arial, sans-serif;
	color: #fff;
	text-transform: lowercase;
	float: left;
}

ul.navlist li a:link, ul.navlist li a:visited {
	margin: 0 6px 0 0;
	padding: 3px;
	font-size: 11px; 
	font-family: Arial, sans-serif;
	color: #737373;
	font-weight: normal;
}

ul.navlist li a:hover {
	color: #5a867a;
}


#activenav {
	color: #fff;
	background-color: #737373;
	text-transform: lowercase;
}




/* MAIN CONTENT */
div.maincontent {
	margin: 40px 0 0 0;
	padding: 0;
	width: 849px;
	clear: both;
}

ul.imagegrid {
	margin: 0;
	padding: 0;
	list-stlye: none;
	width: 800px;
	border-right: 1px solid #737373;
}

ul.imagegrid li {
	float: left;
	margin: 0 6px 6px 0;
	padding: 0 5px 5px 0;
	width: 120px;
	height: 90px;
	text-decoration: none;
	border: none;
	//border: 1px solid #e9ecff;
	list-style-type: none;
	text-align: center;
	border: none;
}	


div#footer {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: right;
	width: 775px;
}	

div.footercontent {
	margin: 40px 0 0 0;
	padding: 0;
	text-align: right;
}

p.contact {
	margin: 5px 0 0 0;
	padding: 0;
	font: 11px Arial, sans-serif;
	color: #737373;
	font-weight: normal;
	text-align: right;
	line-height: 16px;
}

p.contact a:link, p.contact a:visited, p.contact a:hover, p.contact a:active {
	color: #737373;
	font-weight: bold;
}

p.bodytext {
	margin: 5px 0 0 0;
	padding: 0;
	font: 12px Arial, sans-serif;
	color: #737373;
	font-weight: normal;
	text-align: left;
	line-height: 17px;
}

p.bodytext a:link, p.bodytext a:visited, p.bodytext a:hover, p.bodytext a:active {
	font: 12px Arial, sans-serif;
	color: #737373;
	font-weight: bold;
}

	
	
	
	

/* LIGHT BOX 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 */
	}	
.titles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color: #5B6D68;
}
.titles a:link {
	font-size: 9px;
	color: #006666;
}
.titles a:visited {
	font-size: 9px;
	color: #336666;
}
.titles a:hover {
	font-size: 9px;
	color: #333333;
}
