/* CSS Document */

body
{
margin:0px; 
padding:0px; 
font-family:"Times New Roman", Times, serif, "Lucida Sans"; 
font-size:16px;
background:#d1ceb6 url(../images/pattern.jpg) fixed;
}

h4, h3, h2, h1
{
font-style:italic;
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
color:#005840;
}

p
{
margin:0px 0px 0px 0px;
padding:0px 0px 10px 0px;
}

a, a:link, a:visited
{
color:#005840;
text-decoration:none;
border:none;
}

a:hover
{
cursor:hand;
color:#57346d;
text-decoration:underline;
border:none;
}

a.active
{
color:#57346d;
text-decoration:none;
border:none;
}

ol 
{
margin:0px 0px 0px 50px;
padding:0px 0px 0px 0px;
}

ul 
{
margin:0px 0px 0px 18px;
padding:0px 0px 0px 0px;
}

li
{
margin:0px 0px 0px 0px;
padding:2px 0px 2px 0px;
}

ul.menu
{
margin:0px;
padding:0px;
color:#005840;
font-size:16px;
font-weight:bold;
}
	
li.border
{
display:inline;
border-left:#aea791 2px solid;
margin:0px 0px 0px 0px;
padding:0px 7px 0px 10px;
}

li.noborder 
{
display:inline;
margin:0px 0px 0px 0px;
padding:0px 7px 0px 10px;
}

#wrap
{
margin:0px auto; 
padding:0px;
width:955px;
background:#d1ceb6;
border-left:#fff 4px solid;
border-right:#fff 4px solid;
}

#header
{
margin:0px auto;
padding:0px;
width:925px;
}

#footer
{
text-align:center;
margin:0px auto;
padding:8px 0px 8px 0px;
background-color:#aea791;
border-bottom:#fff 4px solid;
border-top:#fff 4px solid;
font-size:12px;
color:#ffffff;
}

#menu
{
margin:10px auto;
padding:0px 0px 10px 0px;
width:925px;
text-align:center;
border-bottom:#aea791 5px solid;
}

#form
{
margin:20px auto;
padding:20px;
width:525px;
border:#aea791 1px solid;
}

.left-column
{
color:#000000;
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
width:650px;
float:left;
}

.right-column
{
color:#ffffff;
margin:0px 0px 10px 0px;
padding:10px 10px 10px 10px;
background-color:#aea791;
width:230px;
float:right;
}

.full-column
{
color:#000000;
margin:0px 0px 10px 0px;
padding:0px 0px 0px 0px;
}

.spacer
{
clear:both;
height:0px;
}

.on
{
display:block;
}

.off
{
display:none;
}

.left
{
padding:0px 20px 0px 0px;
float:left;
}

.formleft
{
padding:0px 10px 0px 10px;
float:left;
}

.divider
{
margin:10px auto;
padding:0px;
width:925px;
height:5px;
background-color:#aea791;
}

.photo-menu
{
margin:0px 0px 10px 0px;
padding:0px 0px 5px 0px;
width:925px;
background-color:#d1ceb6;
text-align:center;
color:#000000;
}

.content
{
margin:0px auto;
padding:10px 0px 10px 0px;
width:925px;
}

/* Lightbox CSS  */

#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(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(prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(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;
	}