/* CSS Document */
html {
	margin:0px;
	padding:0px;
}
body {
	background: url(images/bgtile.jpg) repeat-x #D8D8D8 top;
	text-align:center;
	margin:0px;
	padding:0px;
	font-family: 'Century Gothic', Verdana, sans-serif;
	font-size: 14px;
	color: #737A7F;
}
a:link {
	color: #AF2C76;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #AF2C76;
}
a:hover {
	text-decoration: underline;
	color: #737A7F;
}
a:active {
	text-decoration: none;
	color: #5E8511;
}
#wrapper {
	background: url(images/bg.jpg) no-repeat top;
	text-align:left;
	width:900px;
	height:700px;
	margin:0px auto 0px auto;
	padding:0px;
}
#content {
	width:525px;
	height:345px;
	margin:165px 0 0 190px;
	padding:0;
	float:left;
}
#navbox {
	width:350px;
	height:30px;
	margin:43px 0 0 290px;
	padding:0;
	float:left;
}
.navlink {
	height:20px;
	margin:5px 6px 0 6px;
	padding:0;
	float:left;
}
#indexpic {
	background: url(images/indexmiddle.jpg) no-repeat top;
	width:363px;
	height:242px;
	margin:40px 0 0 81px;
	padding:0;
	float:left;
}
#aboutpic {
	background: url(images/photo.jpg) no-repeat top;
	width:240px;
	height:182px;
	margin:4px 0 0 5px;
	padding:0;
	float:left;
}
#abouttextright {
	width:265px;
	height:180px;
	margin:9px 0 0 15px;
	float:left;
	text-align:justify;
}
#abouttextbtm {
	width:525px;
	margin:20px 0 0 0;
	float:left;
	text-align:justify;
}
.photothumbs {
	width:100px;
	height:75px;
	padding:0;
	margin:6px 35px 23px 5px;
	float:left;
}
.photothumbsend {
	width:100px;
	height:75px;
	padding:0;
	margin:6px 0px 23px 5px;
	float:left;
}
#phototext {
	width:100%;
	height:30px;
	float:left;
}
#linkback {
	width:94px;
	height:95px;
	position:absolute;
	top:0;
	left:0;
}
#iframe {
	width:250px;
	height:350px;
	margin:0;
	padding:0;
	float:left;
}
#contacttext {
	width:275px;
	height:250px;
	margin:10px 0 0 0;
	padding:0;
	float:left;
	text-align:justify;
}
/* Lightbox styles */

#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: #737A7F;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 8px;
	}

#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;
	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;
	}