/* CSS Document */

body {
	background-color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	color: #3a3022;
}

ul {
	margin: 0;
	padding: 0;
}

 a img {
	border: 8px solid #A0996E;
}

img {
	border: none;
	padding: 0;
	margin: 0;
}

a {
	color: #FFF;
	text-decoration: underline;
	font-weight: normal;
}

.sphoto {
	margin: 0 0 0 205px;
	padding:0;
}

#photos {
	margin: 0 0 0 90px;
}

#photos a img {
	border: 4px solid #A0996E;
	margin: 10px 10px 10px 10px;
}

h3 {
	text-align: center;
	padding: 30px 0 0 0;
	margin: 0;
}

#wrapper {
	width: 950px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#header {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0;
	margin: 0;
	height: 300px;
	width: 950px;
	background-image: url(images/logo.jpg);
	background-repeat: no-repeat;	
}


.nav {
	position: relative;
	top: 250px;
	left: 0;
	padding: 0;
	margin: 0;
	height: 50px;
	width: 950px;
	list-style: none;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
}

.nav li {
	display: inline;
	list-style-type: none;
	color: #cbc86a;
	font-weight: lighter;
}

.nav a {
	position: relative;
	top: 15px;
	left: 90px;
	padding: 0 0 0 50px;
	margin: 0;
}

.nav a:link, .nav a:visited {
	color: #cbc86a;
	text-decoration: none;
	font-weight: normal;
}

.nav a:hover
{
	color: #fff;
	text-decoration: none;
	border: thick outset AEA879;
}

#logo {
	top: 0;
	left: 0;
	position: relative;
	padding: 0;
	margin: 0;
}

#content {
	position: relative;
	top: 0px;
	left: 40px;
	margin: 0;
	width: 875px;
	background-image: url(images/content_bg.jpg);
	background-repeat: repeat-y;
	background-color: #aea879;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}

#content h1 {
	background-repeat: no-repeat;
	height: 100px;
	width: 500px;
	text-indent: -9999px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 200px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#content p {
	margin: 0;
	padding: 30px 140px 30px 200px;
	line-height: 1.4em;
}

#content p.i1 {
	margin: 0 0 0 200px;
	padding: 0;
}



#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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; 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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

#footer {
	position: relative;
	height: 50px;
	width: 950px;
	list-style: none;
	background-image: url(images/nav_bg.jpg);
	background-repeat: no-repeat;
	top: 5px;
	left: 0px;
	margin: 0;
	padding: 0 0 50px 0;
	line-height: .1px;
}

#footer p {
	margin: 0;
	padding: 15px 0 0 0;
	font-size: 10px;
	color: #A09B6D;
	text-align: center;	
}

#footer p a{
	color: #CCC;
	text-decoration: none;	
}
