/* CSS Document */

body {margin:0 auto; padding:0 auto}

.header {
margin:0 auto;
margin-top:10px;
margin-bottom:5px;
width:754px;
height:94px;
background:url(images/header.jpg);
}

.content1 {
margin:0 auto;
width:754px;
height:654px;
background:url(images/main.jpg);
}

.content2 {
margin:0 auto;
width:754px;
height:654px;
background:url(images/main2.jpg);
} 

.content3 {
margin:0 auto;
width:754px;
height:654px;
background:url(images/main3.jpg);
} 

.content4 {
margin:0 auto;
width:754px;
height:654px;
background:url(images/main4.jpg);
} 

.content5 {
margin:0 auto;
width:754px;
height:1100px;
background:url(images/main5.jpg);
}

.content6 {
margin:0 auto;
width:754px;
height:1006px;
background:url(images/main6.jpg);
}  

.text {
margin:0 auto;
margin-left:20px;
padding-top:20px;
padding-left:10px;
float:left;
width:550px;
height:auto;
}

.text2 {
margin:0 auto;
margin-left:50px;
padding-top:20px;
padding-left:10px;
float:left;
width:550px;
height:auto;
}

.style1 {
font-family:"Trebuchet MS";
text-align: left;
font-size:12px; }

.style2 {
font-family:"Trebuchet MS";
font-size:13x;
font-weight:bold;}

.style3 {
font-family:"Trebuchet MS";
font-size:12px;
font-weight: bold;
color:#FFFFFF; }

.menu {
float:left;
width:133px;
margin-top:10px;
margin-left:10px;
}

.form {
margin-right:15px;
margin-top:10px;
width:570px;
height:240px;
float:right;
border: dashed medium #ffffff;
}

.form2 {
margin-right:15px;
margin-top:10px;
width:570px;
height:260px;
float:right;
border: dashed medium #ffffff;
}

.button {background-color: #fff; color:#ffffff; font-size: 8pt; color:#333333;}

#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(../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;
	}
	
.thumbnail{
	padding: 3px 3px 8px 3px;
	background-color: #fff;
	border-right: 1px solid #003366;
	border-bottom: 1px solid #003366;
	float: left;
	margin-right: 20px;
	margin-bottom: 8px;
	}	