body {
	background-color: #65787c;
	font-family: Verdana, Arial, Helvetica, sans serif;
	font-size:12px;
	margin-top:2px;
}

a:link {
 color:#6600ff;
	text-decoration:underline;
}

a:visited {
 color:#333333;
	text-decoration:underline;
}

table {
 font-family: Verdana, Arial, Helvetica, sans serif;
	font-size:12px;
}

#outer_wrapper {
 margin:auto;
 padding:0;
 position:relative;
 text-align:center;
}

#inner_wrapper{
 background-color: #6C5840;
	border:1px solid #fff;
 margin: auto;
 padding: 0;
 width:960px;
 z-index: 1;
	text-align:left;
 position:relative;
}

#header_nav {
 background-color: #9D9C98;
 height:25px;
	width:960px;
 position:relative;
	text-align:right;
	font-size:14px;
	border-top:1px solid #fff;
 line-height:25px;
}

#header_nav a {
 padding: 3px 10px;
	height:33px;
		background-color:#5d7d8c;
}

#header_nav a:link, #header_nav a:visited {
 width:100px;
 color:#000;
	font-weight:bold;
	text-decoration:none;
}

#header_nav a:hover {
 width:100px;
 color:#fff;
	background-color:#cfac50;
 font-weight:bold;
 text-decoration:none;
}

#home_top {
 width:951px;
	height:190px;
	padding:5px;
	margin:0;
	border-bottom:1px solid #fff;
}

#home_left_box {
 width:520px;
	height:190px;
	background-color: #fff;
}

#home_left_box img {
 margin-left:30px;
}

#footer_spacer {
 width:100%;
	height:6px;
	background-color: #9D9C98;
	border-bottom:1px solid #fff;
}

.add_margin {
 margin:5px;
}

.add_padding {
 padding:5px;
}

.clearit {
 clear:both;
}

.header_sm {
 font-weight:bold;
	font-size:16px;
	width:100%;
	border-bottom:1px solid #999;
	margin:0px 0px 5px 0px;
	padding:0;
}

.header_sm_2 {
 font-weight:bold;
	font-size:16px;
	width:700px;
	border-bottom:1px solid #999;
	margin-bottom:5px;
}


#home_top_right {
	width:423px;
	float:right;
	padding:0;
	margin:0;
}

#home_right_text {
	font-size:12px;
    width:420px;
	background-color: #fff;
	height:63px;
    filter:alpha(opacity=80);
    opacity:0.8;
	position:absolute;
	top:283px;
	padding:0;
	margin:0;
}

#main_area {
 width:951px;
	clear:both;
}

#main_text {
 background-color: #fff;
	width:950px;
	padding:0;
	margin:0;
}

#sidebar {
 width:225px;
	min-height:542px;
	background-image:url('../images/sidebar_bg2.jpg');
	background-repeat:repeat-y;
 float:right;
	background-color:#c6cccc;
	font-size:14px;
}

#sidebar_slideshow {
 width:225px;
	min-height:120px;
	background-image:url('../images/sidebar_bg2.jpg');
	background-repeat:repeat-y;
 float:right;
	background-color:#c6cccc;
	font-size:14px;
}

#home_top_photo {
 width:420px;
	height:190px;
 margin:0;
	padding:0;
	background-image:url('../images/photos_home/second_story_add_2.jpg');
}


.trans {
 width:100%;
	height:100%;
	margin-top:5px;
	background-color:#fff;
 filter:alpha(opacity=75);
 opacity:0.75;
}

.trans p {
 color:#000;
	font-size:12px;
	font-weight:bold;
	padding:3px 5px 3px 5px;
	margin:0;
}

.form_label {
 width:120px;
 float:left;
	font-weight:bold;
}

#dropdown{
	position:absolute;
	width:127px;
	height:75px;
	left: 225px;
	top: 150px;
	z-index:5;
	border-left:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #000;
	visibility: hidden;
	filter:alpha(opacity=90);
    opacity:0.90;
}

#dropdown a {
 font-size:14px;
 background-color:#5d7d8c;
 display: block;
 width:100%;
 height:25px;
 line-height:22px;
}

#dropdown a:link, #dropdown a:visited {
 color:#000;
 font-weight:bold;
 text-decoration:none;
}

#dropdown a:hover {
 color:#fff;
 background-color:#cfac50;
 font-weight:bold;
 text-decoration:none;
}

#hide_dropdown{
	position:absolute;
	width:958px;
	height:150px;
	left:0px;
	top:150px;
	z-index:3;
	/* border:1px solid red; */
	visibility: hidden;
}

#footer {
 background-image:url('../images/footer_1.jpg');
 width:960px;
 height:75px;
 text-align:center;
 color:#fff;
 font-weight:bold;
 font-size:10px;
}

#copyright {
 text-align:center;
 margin:auto;
 padding-top:38px;
}

#footer a:link, #footer a:visited {
 color:#fff;
}

/* Begin Lightbox */
#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; }
/* End Lightbox */


