body {
text-align: center;
color: #585858;
background: white url(../backgr1.gif) repeat-x fixed bottom;
font-family: garamond, "adobe garamond pro", georgia, serif;
font-size: small;
}

a:link {
color: #8e882b;
text-decoration: none;
}

a:visited {
color: #404040;
text-decoration: none;
}

a:active{
color: black;
text-decoration: none;
}

a:hover {
color: black;
text-decoration: none;
}

#container {
margin: 0 auto;
width: 85%;
text-align: left;
}

#header {
width: 100%;
height: 125px;
padding: 0 2px 0 0;
margin: 0;
line-height: normal;
background: white url(../head.gif) no-repeat top right;
border: 0;
}

#navbar {
display: block;
float: left;
width: 100%;
margin: 0 0 0 0;
padding: 0 2px 0 0;
list-style: none;
background: white url(../nav_bg.gif) repeat-x bottom left;
border: 0px solid white;
}

#navbar li {
float: left;
background: #c8dad4 url(../off_bg.gif) repeat-x left top;
margin: 0 0 0 7px;
padding: 0 0 0 0;
border: 1px dotted #585858;
border-bottom: 0px;
}

#navbar a {
display: block;
padding: 4px 10px;
color: #404040;
}

#navbar a:hover {
background: white url(../on_bg.gif) repeat-x left top;
padding-bottom: 5px;
color: #585858;
}

#navbar #current {
background: white url(../on_bg.gif) repeat-x left top;
color: #8e882b;
padding-bottom: 1px;
border-style: solid;
}

#navbar #current a {
color: #8e882b;
}

#navbar #current a:hover {
padding-bottom: 4px;
}

a:link {
color: #8e882b;
text-decoration: none;
}

a:visited {
color: #404040;
text-decoration: none;
}

a:active{
color: black;
text-decoration: none;
}

a:hover {
color: black;
text-decoration: none;
}

a img { 
border-style: none; 
}



img.self {
float: right;
padding: 5px;
border: #585858 solid 1px;
margin: 0 10px 10px 10px;
}

span.right {

float: right;
margin: 0 5px 5px 5px;

}

p {
margin: 0 25px 0 25px;
padding-right: 80px;
padding-left: 50px;
text-indent: 1em;
}

h1 {
color: #4a4621;
font-size: 115%;
margin-left: 15px;
}

span.left {

float: left;
margin: 0 5px 5px 5px;

}

#content {
min-height: 400px;
float: left;
color: #585858;
padding: 15px 0 10px 0;
background: white;
width: 100%;
margin: 0;
border: 1px dotted #585858;
border-bottom: 1px solid;
border-top: 0;

}

div.contentl {

color: #585858;
background: white;
background-image: none;
width: 95%;
border-width: 0px;
border-bottom-width: 1px;
border-color: #ceb90e;
border-style: solid;
margin: 20px 0 20px 0;
padding-left: 5px;
float: left;
}

div.contentr {
margin: 20px 0 20px 0;
color: #585858;
background: white;
background-image: none;
width: 95%;
border-width: 0px;
border-bottom-width: 1px;
border-color: #ceb90e;
border-style: solid;
padding-right: 5px;
float: right;
}

#footer {
clear: both;
background-color: #8fa299;
border: 1px solid #585858;
width: 100%;
border-top: 0px;
color: white;
font-size: 70%;
}


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

#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: 0px;
	}
#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;
}

body >#overlay {
position: fixed;
top: 0;
left: 0;
}
	

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