body, html { 
	background: #26353A;
	background-image: url(/images/bg1.jpg);
	background-repeat: repeat-x;
	background-attachment:fixed;
	font-family: Verdana, Arial, Helvetica, san-serif;
	text-align: left;
	margin: 0px;
	padding: 0px;
}

#wrap { 
	width: 100%;
	margin: 0px;
	padding: 0px;
}


/* THE TITLE IS THE HORIZONTAL BAR ACROSS THE TOP
--------------------------------------------------------- */

#title {
	position: fixed;
	top: 40px;
	left: 25px;
	width: 600px; /* */
	text-align: left;
	color: #ffb330;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 15px;
	text-transform: uppercase;
	z-index: 100;	
}

#title p {
	padding: 0 0 10px 15px;
	margin: 0;
}
/* THE BANNER IS NEEDED TO HIDE TEXT BOXES THAT SCROLL UP. IF WE ELIMINATE THAT FEATURE, CONSIDER DELETING IT */
#banner {
position:fixed;
top:0;
left:0;
width:100%;
height:190px;
background-image: url(/images/bg1.jpg);
background-repeat: repeat-x;
background-attachment:fixed;
z-index:99;
}

#screen {
position:fixed;
top:191px;
left:0;
z-index:80
}


/* CONTENT BOX AND TEXT STYLES
--------------------------------------------------------- */

#content,
#content-2 {
	position: absolute;
	top: 225px;
	right: 118px;
	width:500px;
	height:240px;
	overflow:auto;
	text-align: left;
	padding: 15px;
	border:1px solid #4c5e5b;
	background-color:#26353A;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	z-index:90;
}


#content h1,
#content-2 h1 {
	font-size: 16px;
	color: #ccb17d;
	letter-spacing:2px;
	margin: 0;
	padding: 0 0 15px 0;
	text-transform: capitalize;
}

#content h2,
#content-2 h2 {
	font-size: 11px;
	color: #ccb17d;
	margin: 0;
	padding: 15px 0 2px 0;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#content h3,
#content-2 h3 {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0;
	padding: 5px 15px 5px 0px ;
	text-align: left;
}

#content p,
#content-2 p {
	font-size: 13px;
	color: #FFFFFF;
	line-height: 18px;
	text-align: left;
	padding: 0px 15px 10px 0px;
	margin: 0;
}

#content p.noBottom {
padding-top:10px;
padding-bottom:0;
}

#content p.indent {
	text-indent: 25px;
}

#content p.questions {
font-style:italic;
color:#ccb17d;
}

#content p.tint {
color:#898361;
}

#content a:link, #content a:visited {
	font-size: 12px;
	color: #ffb330;
	text-decoration: none;
}

#content a:hover {
	font-size: 12px;
	color: #A5B496;
	text-decoration: underline;
}

#content ul, #content ul li {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 18px;
	margin-left: 10px;
	padding: 0;
	list-style-type: none;
}

#content ul {
	margin-bottom: 10px;
}

#content ul.namelist {
	padding-bottom: 10px;
}

#content ul.namelist li {
font-weight:normal;
margin-bottom:6px;
}
 
#content .caption {
	font-size: 11px;
	font-style: italic;
	color: #333333;
}


/* BUTTON BOXES (these contain the tour numbers
--------------------------------------------------------- */

#tour_button_1,
#tour_button_2,
#tour_button_3 {
position:absolute;
width:50px;
height:50px;
border:0;
z-index:100;
}

#tour_button_1 {
top:305px;
left:160px;
}

#tour_button_2 {
top:272px;
left:98px;
}

#tour_button_3 {
top:285px;
left:200px;
}

/* POP UP LAYER BOXES (these contain the tour text
--------------------------------------------------------- */

#popup-1,
#popup-2,
#popup-3,
#popup-4 {
position: absolute;
top: 225px;
right: 100px;
width:350px;
text-align: left;
margin: 0;
padding: 15px;
visibility: hidden;
background-color: #26353A;
border: 1px solid #4c5e5b;
filter:alpha(opacity=80);
-moz-opacity: 0.8;
opacity: 0.8;
z-index: 90;
}
.popup {
color:white;
font-size:12px;
line-height:18px;
}

.popup a {
color:#ffb330;
text-decoration:none;
}

.popup a:hover {
	color: #A5B496;
	text-decoration: underline;
}

.titles {
	font-size: 15px;
	color:#ffb330;
}


/* POP UP TINT LAYERS (these are color boxes indicating area on map
--------------------------------------------------------- */
#tour-1_tint {
position: absolute;
top: 284px;
left: 37px;
width:151px;
height:201px;
visibility: hidden;
/*background-color: #8caade;
border: 1px solid #4b5c55;*/
/*filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;*/
z-index: 90;
}

#tour-2_tint {
position: absolute;
top: 191px;
left: 13px;
width:335px;
height:310px;
visibility: hidden;
/*background-color: #888888;
border: 1px solid #c1d7fc;
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;*/
z-index: 90;
}

#tour-3_tint {
position: absolute;
top: 194px;
left: 178px;
width:249px;
height:207px;
visibility: hidden;
/*background-color: #b5c677;
border: 1px solid #c1d7fc;
filter:alpha(opacity=40);
-moz-opacity: 0.4;
opacity: 0.4;*/
z-index: 90;
}


/* FOOTER BOX AND TEXT STYLES
--------------------------------------------------------- */

#footer { 
	position: fixed;
	bottom: 0;
	left: 0;
	width: 50%;
	text-align: left;
	z-index: 1000;
}

#footer h1 {
	font-size: 11px;
	color: #858d6b;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin:0 0 8px 150px;
	padding:0;
}

#footer p {
	font-size: 10px;
	color: #858d6b;
	margin:0 0 0 150px;
	padding:0;
}

#footer a:link, #footer a:visited {
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

#footer a:hover {
	font-size: 10px;
	color: #DEDCC2;
	text-decoration: underline;
}

#footer img {
float:left;
}
	
/* LIGHTBOX CSS
----------------------------------------------------- */

#lightbox{
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #45433c;
	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.png) left 85% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.png) right 85% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	color: #aeaca5;
	background-color: #45433c;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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: 800px;
	background-color: #45433c;
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
