/* CSS Document */

/* Global Settings */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, {
	margin: 0;
	padding: 0;
	border: 0;
}

a{
	text-decoration: none;
	color:#000000;
	}
	
a:hover{
	color:#000000;
	text-decoration:underline;
	}
	
body{
	background-color:#666666;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#wrapper{
	position:relative;
	width: 770px;
	background-color:#e9e9bd;
	margin:10px auto;
	border: 1px solid #000000;
	text-align:left;
	text-color: #000000;
}

#nav{
border-bottom:25px solid #003300;
	}
	
#nav a{
	font-style: normal;
	color: #000000;
	}

#nav a:hover, #nav a:focus {
	color: #000000;
	}

.navrightside{
	height: 50px;
	margin-left:150px;
	background-color: #cccc66;
	}
	
.navcontainer{
	float:right;
	width: 100%;
	margin-top: 34px;
	z-index:3;
	}
	
#logoover{
	position:absolute;
	padding-top: 15px;
	padding-left: 30px;
	text-align: left;
	}
	


	
#midcontent{
}

.midrightside{
	height: 230px;
	margin-left:25px;
	background-color:#cccc66;
}

.leftimage{
	float:left;
	margin-top: 100px;
	margin-left:30px;
	}
.rightimage{
	float: right;
	margin-top:15px;
	margin-right:15px;
}

#content{
	}
	
.contentleftside{
	float:left;
	width: 125px;
	height: 450px;
	margin-top:50px;
	padding-left: 15px;
	padding-right: 10px;
	text-align:right;
	overflow: auto;
	color:#000;
	}
	

.contentrightside{
	float: right;
	width: 620px;
	height:auto;
	
	background-color: #cccc66;
	z-index: 0;
	
	}
	
.feature{
	float: right;
	width:580px;
	height:450px;
	overflow: auto;
	text-align: right;
	padding-top: 0;
	padding-left: 20px;
	padding-right: 15px;
	margin-bottom: 10px;
	margin-top: 45px;
	}
	
.featurethumb{
	float:left;
	border: medium #003300 solid;
	}	
	
.solo_image{
	padding-right:20px;
	border:none;
	}
	
#title{
position: absolute;
width: 300px;
padding:5px 5px 5px 20px;
}

.logocorner{
	float:left;
	}
	
#overtext {
	position:absolute;
	width:350px;
	height:115px;
	z-index:1;
	padding-left: 25px;
	padding-top: 25px;
	left: 210px;
	top: -140px;
}

	
	
#footer{
	text-align: right;
	font-size:10px;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both;
	}
	
	#footer a{
	font-style: normal;
	color: #000000;
	}

#footer a:hover, #footer a:focus {
	color: #000000;
	}

.leftmenu{
font-size: 14px;
}

h1{
	font-size:20px;
	font-style:italic;
	color: #003300;
	}


#materials{
width:500px;
	padding-left: 15px;
	}
	
.small {font-size: 11px}

.gallerypic {
	border: medium #CCCCFF solid;
	position: relative;
	}


/* 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(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;
	}
