BODY {
margin-top:0px;
margin-bottom:10px;
cursor:crosshair;
scrollbar-arrow-color: #582216;
scrollbar-track-color: #F2CDA3;
scrollbar-face-color: #F2CDA3;
scrollbar-highlight-color: #F2CDA3;
scrollbar-3dlight-color: #F2CDA3;
scrollbar-darkshadow-color: #F2CDA3;
scrollbar-shadow-color: #F2CDA3;
}







.header{
font-family:Arial;
font-size:14px;
line-height:18px;
vertical-align: text-top;
letter-spacing: -0.05em; 
font-weight: bold;
background-color : #8ABEAE; 
color : #D7E1D7; 
text-align :right; 
border-bottom : 1px solid #D7E1D7;
text-transform:uppercase;
padding: 1 10 1 5;
}



.header2{
font-family:Arial;
font-size:14px;
line-height:18px;
vertical-align: text-top;
text-align: center;
letter-spacing: -0.05em; 
font-style: italic;
background-color :#5394AB; 
color : #E7EFE6; 
padding: 1 10 1 5;
text-align :left; 
border-right : 1px solid #D1E2DA;
border-bottom : 2px solid #D1E2DA;
text-transform:lowercase;
}

.sidebar {
color:#88B6B3;
font-family:tahoma;
font-size:9px;
height: 1000px;
text-align:justify;
line-height:14px;
background-color:transparent;
padding: 8px;
border-width : 0px; 
border-style : solid; 
border-color : #F4F3C0; 
}


.table {
color:#88B6B3;
font-family:tahoma;
font-size:9px;
text-align:justify;
height: 1000 px;
line-height:14px;
background-color:transparent;
padding:1 px;
border-width : 0px; 
border-style : solid; 
border-color : #F4F3C0; 
}


p.icons {
text-align: left;
}

.code {
color:#CCCCCC; 
font-size:9px;
font-family:times new roman;
}


}

A:link {COLOR: #2E6760;text-decoration:none;} 

a:link, a:visited, a:active {
  height: 1 px
  font-size:8 pt;
  font-family: Arial;
  line-height:14px;
  text-transform:uppercase;
  font-weight: bold;
  color:#2E6760; 


}

a:hover {
  height: 1px
  font-size: 8 px;
  font-family:Arial;
  line-height:14px;
  text-transform:uppercase;
  letter-spacing: -0.04em; 
  font-weight: bold;
  color:#CCCCCC; 
}

#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 */
	}	
	