@charset "utf-8";
/* CSS Document */
html {
height: 101%;
}

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #2b250a;
background-color: #6f6f6f;
padding: 0;
margin: 0;
text-align: center;
behavior: url("../scripts/csshover.htc");
}

#container {
width: 784px;
margin: 21px auto;
background: url(../images/bg.jpg) repeat-y #434343;
border-top: 1px solid #6f6f6f;
text-align: left;
z-index: -1;
}

#content {
width: 761px;
margin: 0 auto;
background: #fff;
}

/* NAVIGATION */

#anav ul {
list-style: none;
margin: 0;
padding: 0;
}

#anav img {
display: block;
}

#anav li {
margin: 0;
padding: 0;
float: left;
position: relative;
}

#anav ul li ul {
	position: absolute;
	top: 33px; /* Set 1px less than menu height */
	left: 0;
	display: none;
	background-color: #3d330e;
	font-size: 10px;
	}


#anav ul li ul li { padding: 7px 15px; text-align: center; display: block; float: none;}

#anav ul li ul li a { text-decoration: none; color: #968a5d;  display: block; }

#anav ul li ul li a:hover { color: #fff;}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

#anav li:hover ul, #anav li.over ul { display: block; width: 127px; text-align:left; margin: 0;/* Width of Menu Items */ } 

/************************************** B NAVIGATION ********************************************/

#bnav {
background: url(../images/bnav_bg.jpg) repeat-x;
height: 30px;

}

#bnav ul {
list-style: none;
margin: 0;
padding: 12px 0 0 0;
text-align: right;
}

#bnav ul li {
display: inline;
padding: 0 16px;
}


/************************************* MAIN CONTENT  **********************************************/

#main {
background: #fff;
clear: both;
padding: 0 0 28px 28px;
min-height: 330px;
}

#main p {
width: 500px;
margin: 0 0 0 0;
padding: 0 0 14px 0;
color: #493d11;
line-height: 1.5em;
clear: none;
}

#main h1 img {
display: block;
padding: 28px 0 0 0;
}

#main h1 {
margin: 0;
padding: 0 0 14px 0;
color: #3c3412;
display: block;
}

#main h2 img {
display: block;
padding: 28px 0 0 0;
}

#main h2 {
margin: 0;
padding: 0 0 14px 0;
color: #3c3412;
display: block;
}

.img_right {
float: right;
margin: 0 28px 14px 0;
clear: right;
}

.download {
list-style: none;
background: url(../images/pdf_bullet.gif) no-repeat;
padding: 0 0 0 15px;
}

#main a {
color: #2b250a;
}

#main a:hover {
color: #82181f;
}

.news {
width: 180px;
float: right;
margin: 14px 28px 14px 0;
clear: right;
display: inline;
}

/*****************************************   PHOTOS **********************************************/
.photo {
display: inline;
margin: 0 10px;
}

.photo img {
margin: 3px;
}

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

#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: 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.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer {
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.6em;
	overflow: auto;
	width: 100%	
	}

#imageData {	padding: 0 10px; color: #666; }
#imageData #imageDetails { width: 70%; float: left; text-align: left; }	
#imageData #caption { font-weight: normal;	}
#imageData #numberDisplay { display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose { width: 66px; float: right;  padding-bottom: 1.0em;	}	
		
#overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background: url(../images/overlay.png);
}

* html #overlay {
	background-color: #000;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale");
	}



/***************************************   FOOTER   **********************************************/

#footer {
background: url(../images/footer_bg.jpg) repeat-x;
height: 30px;
clear: both;
}

#footer img {
margin: 11px;
display: inline;
}

.right {
float: right;
}

.floatleft {
float: left;
padding: 0 15px 0 0;
}


.clear {
clear: left;
margin-top: 10px;
}

