body {
	
	font: normal 100% "Trebuchet MS",Verdana,sans-serif;

	background: #333333;
}



h1 {
	
	font: italic 3em "Lucida Grande", Lucida, Verdana, sans-serif;
}
h1 a {
	color: #000;
	text-decoration: none;
}
h1 a:hover {
	color: #F00;
}

h2 {font: normal 1.8em Tahoma,sans-serif;
	text-align: center;
}
h3{font: italic 1.5em;}

h1,h2 {padding-top: 6px;}


img {border: none;}

img.right {margin: 5px 0 5px 12px;}
img.left {margin: 5px 12px 5px 0;}
img.border {
	background: #555;
	display: block;
	padding: 3px;
}

#content {
	
	left: 10%;
	right:  10%;
	position: absolute;
	top: 200px;

	
	color: #000;
	-moz-border-radius-bottomleft:3ex;
  	-moz-border-radius-bottomright:3ex;
  	-webkit-border-bottom-left-radius:3ex;
  	-webkit-border-bottom-right-radius:3ex;
min-height: 500px;
background: #e0ffff;
}

#text {
		margin-right: 30px;
		margin-left: 30px;
		padding-left: 30px;
		padding-bottom: 20px;
		padding-right: 30px;
		padding-top: 50px;
		


}

#text a:hover {
	color: #ff6347;
}

#indexboxes {
	width: 100%;
	text-align: left;
	position: relative;
	
}

#header {
	position: absolute;
	left: 10%;
	right: 10%;
	top: 27px;
	background: #e0ffff;
	
	-moz-border-radius-topleft:3ex;
  	-moz-border-radius-topright:3ex;
  	-webkit-border-top-left-radius:3ex;
  	-webkit-border-top-right-radius:3ex;
	}
	
/* navigation */
#navigation {
	
	position: absolute;
	text-align: left;
	top: 3px;
	width: 100%;
	border-bottom: 1px solid #6a5acd;
	
}


#navigation li {display:  inline;
	list-style-type: decimal;
	padding-right: 1px;
	list-style-position: inside;
	opacity: 1;

}
#navigation li a {
	color: #6b60d2;
	font-size: 1.1em;
	line-height: 1.5em;
	text-decoration: none;
	
}
#navigation li a:hover {color: #ff6347;}

/* footer */
#footer {
	border-top: 1px dashed #333;
	color: #001111;
	font: normal 0.9em sans-serif;
	position: absolute;
	top: 100%;
	width: 100%;
	padding-bottom: 30px;
	
	text-indent: 40px;
	-moz-border-radius-bottomleft:3ex;
  	-moz-border-radius-bottomright:3ex;
  	-webkit-border-bottom-left-radius:3ex;
  	-webkit-border-bottom-right-radius:3ex;
}


#footer a {
	color: #6666ff;
	text-decoration: none;
}
#footer a:hover {
	color: #ff6347;
	text-decoration: underline;
}
#footer .left, #footer .right {padding: 10px 0;}
#footer .right a {color: #777;}

/*boxes on index page */
.indexbox {
	position: relative;
	width: 30%;
	height: 300px;
	float: left;
	padding-right: 10px;
}
.indexboxtitle {
	text-align: center;
	font-variant: small-caps;
	font-weight: bold;
	font-size: 1.8em;
}
.indexboxpanel {
	text-align: center;
	
}

.section a {
	display: block;
}

.contactbox {
	position: relative;
	top: 20px;
	height: 300px;
	width: 200px;
	padding: 10px;
	
}

#messageSent {
	display: none;
}

/*lighbox stuff */
#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; }


