body, html { 
	background-color: #f3f1e9;
	font-family: Verdana, Arial, Helvetica, san-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#wrap {
background-color:#ffffff; 
	width: 900px;
	margin-top: 25px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
	padding: 0px;
	border: 1px solid #a4a4a4;
}

#banner {
margin-top:50px;
}

#banner h1 {
font-size:14px;
font-weight:bold;
color:#68685F;
letter-spacing:5px;
}

/* MENU STYLES ARE IN MENUV.CSS
--------------------------------------------------------- */
 
#menu {
	width: 100%;
	z-index:10;
	/*padding-bottom:12em; To allow room for bottom dropdown - I think this is for horizontal menu */
}

/* CONTENT BOX AND TEXT STYLES
--------------------------------------------------------- */

#content {
	width: 800px;
	height: auto;
	margin-top:35px;
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	padding-bottom: 25px;
}

#content h1 {
	font-size: 18px;
	color: #68685F;
	margin: 0;
	padding: 0 0 30px 0;
	text-transform: capitalize;
}

#content h2 {
	font-size: 11px;
	color: #68685F;
	margin: 0;
	padding: 0 0 20px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#content h3 {
	font-size: 12px;
	color: #000000;
	margin: 0;
	padding: 5px 15px 5px 0px ;
	text-align: left;
}

#content p {
	font-size: 13px;
	color: #000000;
	line-height: 16px;
	text-align: left;
	padding: 0px 15px 10px 0px;
	margin: 0;
}

p.indent {
	text-indent: 25px;
}

#content a:link, #content a:visited {
	font-size: 12px;
	color: #99b0ce;
	text-decoration: underline;
}

#content a:hover {
	font-size: 12px;
	color: red;
	text-decoration: underline;
}

#content ul, #content ul li {
	float: left;
/*	display: inline;  */
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	list-style-type: none;
}

#content img {
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
	border: 0;
}

#content .caption {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}
	
/* FOOTER BOX AND TEXT STYLES
--------------------------------------------------------- */

#footer { 
	width: 100%;
	z-index: 4;
}

#footer p {
	font-size: 10px;
	color: #68685F;
	margin: 10px 0 10px 8px;
}

#footer a:link, #footer a:visited {
	font-size: 10px;
	color: #99b0ce;
	text-decoration: underline;
}

#footer a:hover {
	font-size: 10px;
	color: red;
	text-decoration: underline;
}
	
/* LIGHTBOX CSS
--------------------------------------------------------- */

#lightbox{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: white;
	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 85% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 85% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: black;
	background-color: white;
	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: 800px;
	background-color: #F7F7F5;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

.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 */
	}	



