body { 
	background: #3F4147;
	font-family: Verdana, Arial, Helvetica, san-serif;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

/* DIV BOXES */
#wrap { 
	margin: 0px;
	padding: 0px;
}

#banner { 
	position: fixed;
	top: 0;
	left: 0;
	height: 125px;
	width: 100%;
	text-align: left;
	background-image:  url(/images/tb-banner.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	border-bottom: 1px solid #000000;
	z-index: 2;
}

#title {
	position: fixed;
	top: 50px;
	left: 50px;
	color: #FFFFFF;
	font: bold 14px "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 12px;
	text-transform: uppercase;
	z-index: 10;
}

#content {
	position: absolute;
	width: 740px;
	height: auto;
	top: 185px;
	left: 50%;
	margin-left: -370px;
	padding-bottom: 55px;
	text-align: left;
	z-index: 1;
}

#content-home {
	position: absolute;
	width: 703px;
	height: 304px;
	top: 50%;
	left: 50%;
	margin-top: -150px;
	margin-left: -351px;
	padding-bottom: 55px;
	text-align: left; 
	z-index: 1;
	background-image: url(/images/splash-bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#thumbs {
	width: 700px;
}

#footer { 
	position: fixed;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	background: #393b40;
	border-top: 1px solid #000000;
	z-index: 2;
}

/* MENU STYLES IN MENUH.CSS */

/* CONTENT BOX STYLES AND FONTS */

#content h1 {
	font-size: 14px;
	color: #d9c4a8; /*  BCB19D  */
	margin: 0;
	padding: 0 0 15px 110px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

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

#content p {
	font-size: 13px;
	color: white;
	line-height: 18px;
	text-align: left;
	padding: 10px 110px 10px 110px;
	margin: 0;
}

#content-home p {
	font-size: 13px;
	color: white;
	line-height: 18px;
	text-align: left;
	padding: 0;
	margin-top: 10px;
}

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

#content a:link, #content a:visited {
	font-size: 12px;
	color: #ddb776; /*  BCB19D  */
	text-decoration: none;
}

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

#content ul{
	font-size: 12px;
	color: white;
	margin: 5px 95px 10px 125px;
	padding: 0;
	display: block;
	list-style-type: none;
}
#content ul li {
	padding-bottom: 4px;
}
#content img {
	padding: 10px;
	border: none;
}

#content-home img {
	padding: 15px 10px 0 0;
	border: none;
}

#content-home a {
	font-size: 13px;
	font-weight: bold;
	color: #BCB19D;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

#content-home a:hover {
	color: #DEDCC2;	
	text-decoration: none;
}

pre {
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, san-serif;
	font-size: 13px;
	font-weight: normal;
	color: white;
	line-height: 16px;
	padding-left: 110px;
	padding-right: 110px;
}

#content .caption {
	font-size: 11px;
	font-style: italic;
	color: #333333;
}
	
	
/* FOOTER FONTS */

#footer p {
	font-size: 10px;
	color: #BCB19D;
	margin: 10px 0 0 0;
}


#footer img {
	margin: 0;
	padding: 0;
	display: inline;
	vertical-align: -30%;
}

#footer a:link {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:visited {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

#footer a:hover {
	color: #DEDCC2;
	text-transform: uppercase;
	text-decoration: underline;
}

#footer a:active {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
}

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


