
body {background:#817C5F;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	}
h2 {font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	margin:5px 0;
	padding:0;
	color:#FFFFFF;
	}
img {border:0;}

/* Layout */
#imgHolder {width:440px;
	float:left;
	}
#content {width:300px;
	padding:10px 5px;
	float:left;
	background:#85845C;
	border:1px solid #FFFFFF;
	border-width:0 1px 1px 1px;
	}
#gallery {width:420px;
	padding:0 10px;
	float:left;
	}
	
/* Styles */
#content ul {margin:0;
	padding:0 0 0 5px;
	}
#content ul h2 {font-size:16px;
	font-weight:bold;
	margin:5px 0;
	text-transform:uppercase;
	color:#FFFFFF;
	}
#content ul h3 {font-size:13px;
	font-weight:bold;
	margin:3px 0;
	color:#4EB8B8;
	}
#content li {list-style:none;
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#272921;
	padding:0;
	margin:0;
	}
#content ul ul {border:none;
	padding:0 0 0 10px;
	_padding:0;
	}
#content li li {margin-left:15px;
	color:#373524;
	}

#gallery ul {margin:0;
	padding:0 0 0 5px;
	}
#gallery li {list-style:none;
	float:left;
	width:130px;
	text-align:center;
	}
#gallery img {padding:2px;
	border:2px solid #474641;
	background:#37986B;
	}
	
/* classes */
.scroll {overflow:auto;
	height:200px;
	}

.underline {border-bottom:1px solid #FFFFFF;
	clear:both;}

.nobottom { margin:0;
	padding:0;}
.green_hghlt {color:#BF7D26;}
.hghlt {color:#FFFFFF;}
.orge_hghlt h4 {color:#7B501A;
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	}
	
/* Footer */
#footer {width:100%;
	float:left;
	text-align:left;
	font-size:11px;
	font-weight:bold;
	margin:5px 0 0 0;
	padding:0;
	line-height:20px;
	border:1px solid #514E3C;
	border-width:1px 0 0 0;
	}
#footer p { margin:10px 0 5px 200px; }
#footer a {color:#3A3A3A;
	text-decoration:none;
	letter-spacing:1px;
	}
#footer a:hover {color:#1F504D;
	border:1px solid #1F504D;
	border-width:1px 0 1px 0;
	}
	
/* 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(lightBox/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(lightBox/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(lightBox/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;
	}
	