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

/* DIV BOXES
--------------------------------------------------------- */
#wrap { 
	margin: 0px;
	padding: 0px;
	text-align: center;
}

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

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

#navbar {
	position: fixed;
	top: 81px;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 3;
}

#container {
	position: relative;
	width: 760px;
	height: auto;
	top: 150px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 55px;
	overflow: visible;
	text-align: left;
	z-index: 1;
}

#content {
	float: left;
	top: 0;
	left: 0;
	width: 480px;
	height: auto;
	padding-bottom: 300px;
}

div.leftCol {
width:50%;
float:left;
margin-top:10px;
}

div.rightCol {
width:50%;
float:right;
margin-top:10px;
}


#imagebar {
	top: 25px;
	float: right;
	right: 0;
	width: 250px;
	padding-bottom: 85px;
	background: #E4C76D;
	border: 1px solid #BD2925;
	text-align: center;
}

#imagebar img {
	margin: 10px 0;
	border: 1px solid #BD2925
}

#bottom_gap {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100px;
	border: 1px solid lime:
}

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

/* NAV FONTS
--------------------------------------------------------- */

#navbar a { 
	font-size: 12px;
	color: #BD2925;
	padding: 0;
	margin: 0 3px;
}

#navbar ul, #navbar ul li {
	color: #BD2925;
	display: inline;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#navbar ul li a:link {
	color: #BD2925;
	text-decoration: none;	
}

#navbar ul li a:visited {
	color: #BD2925;
	text-decoration: none;	
}


#navbar ul li a:hover {
	color: #000000;
	text-decoration: underline;
}

/* CONTENT BOX STYLES AND FONTS
--------------------------------------------------------- */

#content h1 {
	font-size: 18px;
	font-weight: bold;
	color: #BD2925;
	margin: 0 0 6px 0;
	padding: 0 ;
	letter-spacing: 2px;
	text-transform: capitalize;
}

#content h2 {
	font-size: 12px;
	color: #BD2925;
	margin: 0;
	padding: 15px 0 3px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

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

#content p {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: left;
	padding: 0 0 8px 0;
	margin: 0;
}

#content p.special {
font-style:italic;
font-weight:bold;
	padding:0;
}

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

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

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

#content ul, #content ul li {
	font-size: 12px;
	color: #000000;
	margin: 0 0 0 25px;
	padding: 0;
}

#content ul li {
	list-style-type: circle;
}

pre {
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, san-serif;
	font-size: 12px;
	color:#DEDCC2;
	line-height: 16px;
}

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

.inlineGraphic {
	margin: 0 10px 0 0;
	padding: 0;
	float: left;
	border: 1px solid #BD2925	
}

.datatable {
	border: 1px solid #d4c7b6;
	border-collapse: collapse;
}

.datatable p {
	font-family: "Myriad Pro", Helvetica, Verdana, Arial, san-serif;
	font-size: 12px;
	color: #000000;
}

.datatable th {
	width: 90px;
	text-align: center;
	color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #d4c7b6;
	border-collapse: collapse;
	background-color: #BD2925;
	padding: 4px;
}

.datatable td {
	border: 1px solid #d4c7b6;
	border-collapse: collapse;
	padding: 4px;
}

/* quote box
--------------------------------------------------------- */
	
#content p.quote {
background:url(/images/left-quote.gif) no-repeat top left;
font-family:Georgia, "Times New Roman", Times, serif;
font-style:italic;
padding-top:10px;
padding-left:35px;
}

.attribution {
background:url(/images/right-quote.gif) no-repeat top left;
font-size: 12px;
font-style:normal;
padding:0 35px 25px 35px;
display:inline;
}


/* Gallery box
--------------------------------------------------------- */

#gallery {
	position: absolute;
	top: 0;
	left: 0;
	width: 740px;
	padding-bottom: 300px;
}

#gallery ul {
	margin: 20px 0 0 0;
	padding: 0;
}

#gallery ul, #gallery ul li {
	list-style-type: none;
	float: left;
}

#gallery h1 {
	font-size: 18px;
	font-weight: bold;
	color: #BD2925;
	margin: 0 0 6px 0;
	padding: 0 ;
	letter-spacing: 2px;
	text-transform: capitalize;
}

#gallery h2 {
	font-size: 12px;
	color: #BD2925;
	margin: 0;
	padding: 15px 0 3px 0;
	letter-spacing: 1px;
	text-transform: uppercase;
}

#gallery p {
	font-size: 12px;
	color: #000000;
	line-height: 18px;
	text-align: left;
	padding: 0 0 4px 0;
	margin: 0;
}

#gallery img {
	border: 1px solid #BD2925;
	margin-right: 10px;
	margin-bottom: 10px; 
}	
	
/* FOOTER FONTS
--------------------------------------------------------- */

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

/* 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: #F0EBD1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 18px;
	}

#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: 10px; float: left; background: url(/images/prevlabel.png) left 95% no-repeat; }
#nextLink { right: 10px; float: right; background: url(/images/nextlabel.png) right 95% no-repeat; } 
/* this is the original for the above to make mouseover hover work:
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;} 
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.png) left 10px no-repeat;}
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.png) right 1% no-repeat; }
*/

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

#imageData{
	padding:0 18px;
	}
#imageData #imageDetails{ width: 80%; float: left; text-align: left; }	
#imageData #caption{ font-weight: normal;	}
#imageData #numberDisplay{ display: block; clear: left; visibility: hidden;	} /* hide the number and navigation directions #### also if unhidden, put this back in: 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: #E8DAB4;
	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 */
	}	


