BODY { 
	 font-size: 12px;
	 line-height: 15px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;
	 background-color: #29a8b6;
	 background-image: url("./images/turq.jpg");
	 margin:0px 0px; padding:0px;
     text-align: center;
	 }
	  
P	{
	text-indent:1em;
	text-align: justify;
}

i {
	color: #247a83;
}

.italic {
	text-decoration: italic;
}

A {
	font-family: Times, Times New Roman;
	font-size: 15px;
	text-decoration: underline;
	color: #5000aa;
	}
	
A:visited {
	color: #300088; 
}
	
A:hover {
	color: #9444FF;
}

ul {
	list-style: circle;
	padding: 0px;
	margin: 7px 1.5em;
	line-height: 18px;
	margin: 0px 20px;
}

.accent {
	color: #a32117;
}

h2, h3 {
	display: inline;
	font-family: Times, Times New Roman;
	font-size: 16px;
	color: #c57b34;
	font-weight: bold;
}

h2 {
	color: #c57b34;
}

h3 {
	color: #a32117;
}


#layout {
	background-image: url("./images/trim.jpg");
	width: 768px;
	top: 0px;
	text-align: left;
	margin:0px auto;
	position: relative;
	padding: 0px;
}

#header {
	position: relative;
	z-index: 0;
	left: 0px;
	top: 0px;
	background-color: transparent;
}

#homePage {
	position: relative;
	z-index: 0;
	left: 90px;
	top: -20px;
	width: 590px;
	background-color: transparent;
}

#content {
	position: relative;
	z-index: 2;
	left: 90px;
	top: -24px;
	width: 590px;
	background-color: transparent;
}

#largeImg {
	background-color: #fbe0a0;
	border: solid 1px #a32117;
	padding: 15px;
}

#galleryBar {
	background-color: #fbe0a0;
	overflow: auto;
	border: solid 1px #a32117;
	padding: 15px;
}

.redbord {
	border-style: solid;
	border-width: 1px; 
	border-color: #a32117;
}

#navigation {
	position: relative;
	z-index: 3;
	left: 94px;
	top: -34px;
	width: 590px;
	background-color: transparent;
	text-align: justify;
}

#copy {
	font-size: 11px; 
	color: #046361;
	line-height: 12px;  
}	

#copy A {
	font-size: 12px; 
	color: #5cdbe9;
	line-height: 12px;
	text-decoration: none;
}	

#copy A:hover {
	color: #7efcf9;
}

.popHead {
	text-align: left;
	background:#F3F0E7;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	border:1px solid #C8BA92;
	padding:5px;
	width:360px;
	z-index: 5;
}

.popBox {
	text-align: left;
	background:#FFFFFF;
	font-family:arial;
	font-size:12px;
	border-left:1px solid #C8BA92;
	border-right:1px solid #C8BA92;
	border-bottom:1px solid #C8BA92;
	padding:15px;
	width:340px;
	z-index: 5;
}

#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; }
