body { margin-top: 10px;  margin-left:10px;background-color:#fdeab5}

p {font-family: Verdana, arial, sans-serif;  font-size: 11px; text-decoration:none;color:#333333; }
td {font-family: Verdana, arial, sans-serif;  font-size: 11px; text-decoration:none;color:#333333; }
a.menu {font-family: Verdana, arial, sans-serif;  font-size: 11px; text-decoration:underline;color:#333333; }
a.text {font-family: Verdana, arial, sans-serif;  font-size: 11px; text-decoration:none;color:#333333; }
a:hover {font-family: Verdana, arial, sans-serif; font-size:11px;text-decoration:underline;color:#333333; }

div.nav {			
top:130px; left:10px;					
              position:absolute; 
              width:70px; 
              visibility:none; 
              border-style:solid; 
              border-width:0px; 
              border-color:#efefef #505050 #505050 #efefef; 
              padding:3px; }



#nav, #nav ul { /* all lists */
		padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width : 6em;
	}
	
	#nav li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 6em;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 5.90em;
		margin-top : -3.35em;
	}
	
	#nav li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 6em;
		width : 6em;
		display : visible;
		color : #fdeab5;
		font-weight : bold;
		text-decoration : none;
		background-color : none;
		border : 0px solid #fdeab5;
		padding : 0 0.5em;
	}
	
	#nav li a:hover {
		color : #fdeab5;
		background-color : #fdeab5;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}
	
#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: 0;
	}
#imageContainer>##hoverNav{ left: 0;}
##hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 5%;
	height: 5%;
	background: transparent url(/working/lightbox2/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(/working/lightbox2/images/prev.gif) left 15% no-repeat; }
##nextLink:hover, ##nextLink:visited:hover { background: url(/working/lightbox2/images/next.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 40px;
	}
#imageData #closeButton{ width: 60%; float: left; text-align: left; }	
#imageData #imageDetails{ width: 65%; float: left; text-align: left; }	
#imageData #caption{ font-weight: none;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNav{ width: 45px; 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 */
	}	
	