body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #000;
	/*background: #06052A;*/
	background: #2E0711 url('images/pagebg.gif');
	padding: 0; margin: 20px 0 0 0;
}
#displayarea {
	width: 978px;
	margin: 0px auto; padding: 0;
	background: #FFF url('images/content_bg.jpg');
	border: 2px solid white;
}
#nav {
	float: left;
	width: 355px; height: 300px;
	background: url('images/lhs.jpg') no-repeat;
	margin: 0 30px 0 0; padding: 250px 0 0 10px;
	text-align: center;
	font-weight: bold;
}
#nav ul {
	margin: 20px 0 0 0; padding: 10px;
}
#nav li {
	list-style-type: none;
	line-height: 10px;
	padding: 5px 0 0;
	margin: 5px 0 0 0;
}
#nav li a {
	color: #000000;
	text-decoration: none;
}
#nav li a:hover {
	color: #FF0000;
	text-decoration: underline;
}
#content {
	width: 500px;  
	margin: 0 0 0 400px;
	padding: 40px 10px 20px 0px;
}
#footer {
	background-color: #576F4E;
	padding: 10px 0; margin: 0 auto;
	width: 920px;
	text-align: center;
	font-weight: bold;
}
.cleaner {
        clear:both;
        height:1px;
        font-size:1px;
        border:none;
        margin:0; padding:0;
        background:transparent;
}
a img {
	border: 0;
}
a {
	color: #014948;
}
a:visited {
	color: #427877;
}
a:active, a:hover {
	color: #CD8F0D;
}
h2 {
	color: #998071;
	font-size: 120%;
	letter-spacing: 2px;
}

.redbold {
 font-size:14px; font-weight:bold; color:#2A0E05;
}
.photo {
	padding: 3px;
	border: 1px solid black;
}
.centerthis {
	margin: 0 auto;
	text-align: center;
}
.floatleft {
	float: left;
	margin: 10px 20px 10px 0;
}
.floatright {
	float: right;
	margin: 10px 0 10px 20px;
}
/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
	padding: 5px;
	font-size: 2.5em;
}

.album-description {
	font-size: 1.2em;
	padding-top: 0px;
	margin-bottom: 0px;
}

.album-wrapper {
	display: block;
	width: 100%;
	position: relative;
	margin-top: 40px;
}

.thumbnail-wrap {
	text-align: center;
	position: relative;
	float: left;
	margin-bottom: 30px;
	margin-right: 5px;
	margin-left: 5px;
}

.thumbnail-frame {
    position: absolute;
    bottom: 0;
    left: 0;
}

.thumbnail-frame img {
    margin: auto;
    border: none;
}

.thumbnail-caption {
	margin: 0;
	padding: 0;
	height: 0px;
	display: block;
}

.thumbnail-frame {
	padding: 0; height: 210px;
	border: none;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
	border: none;
	padding: 0;
}

.thumbnail-caption {
	font-size: 10px;
}
	
/* @end */

form#bcrlist {
	font-size: 80%;
}

form#bcrlist input.txt {
	width: 70px; height: 13px;
	border: 1px solid #00BAB9;
	margin-bottom: 2px;
}
.calloutbox {
	background-color: #B3E3D8;
	padding: 5px;
	width: 240px;
	text-align: center;
}
.promo {
	width: 80px;
	font-size: 90%;
	float: left;
}
.promo a {
	text-decoration: none;
}



/******* lightbox stuff *************/

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

