/* CSS Document */


a:link { color: #4c6c55; font-weight: normal; text-decoration: underline;}
a:visited { color: #4c6c55; font-weight: normal; text-decoration: underline; }
a:active { color: #4c6c55; font-weight: normal; text-decoration: underline; }
a:hover { color: #4c6c55; font-weight: normal; text-decoration: underline; }


body {
	margin: 0 auto;
	padding: 0;
}

#page {
	width: 980px;
	margin: 0 auto;
}

#header {
	background: url(images/header2_02.jpg) bottom no-repeat;
	width: 980px;
	height: 500px;
	margin: 0 0 0 8px;
}

#logo {
	background: url(images/logo_01.jpg) bottom no-repeat;
	float: left;
	margin: 0px 0 0 0px;
	padding: 115px 110px 0 0;
	width: 870px;
	height: 35px;
	text-align: right;
	font: 12px Tahoma;
	color: #616161;
}

#nav {
	margin: 300px 0px 0 0;
	float: right;
	width: 578px;
}

#nav ul {
	display:  block;
	margin: 0;
	padding: 0px 0 0 0;
}

#nav li {
	display: inline;
	list-style: none;
	padding: 0 0 0 29px;
}

#nav li a {
	font: 17px Verdana;
	text-transform: uppercase;
	text-decoration: none;
	color: #4a4c48;
}

#body {
	width: 988px;
}

.shad_left {
	background: url(images/shadow_right.png) left repeat-y;
}

.shad_right {
	background: url(images/shadow_left.png) right repeat-y;
}

#body_top {
	background: url(images/body_top.jpg) center no-repeat;
	height: 74px;
}

#body_content {
	background: url(images/body_content.png) bottom #739aaa no-repeat;
	width: 676px;
	padding: 0px 50px 150px 50px;
	margin: 0px 105px 0px 106px;
}

#body_content_contact {
	background: url(images/contactbg.jpg) top #739aaa no-repeat;
	width: 676px;
	padding: 0px 50px 150px 50px;
	margin: 0px 105px 0px 106px;
}

#body_content p {
	font: 17px Georgia, "Times New Roman", Times, serif;
	color: #181206;
	line-height: 25px;
	margin-top: 0;
	padding-top: 0;
}

#body_content p .index {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #181206;
	line-height: 30px;
	margin-top: 0;
	padding-top: 0;
}

#body_content h1 {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #181206;
	font-weight: bold;
	margin: 0 0;
	padding: 0 0 7px 0;
}

#body_content_contact p {
	font: 21px Georgia, "Times New Roman", Times, serif;
	color: #181206;
	line-height: 27px;
	margin-top: 0;
	padding-top: 0;
}

#body_content_contact p .index {
	font: 20px Georgia, "Times New Roman", Times, serif;
	color: #181206;
	line-height: 30px;
	margin-top: 0;
	padding-top: 0;
}

#body_content_contact h1 {
	font: 20px Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #181206;
	font-weight: bold;
	margin: 0 0;
	padding: 0 0 7px 0;
}

#left {
	width: 425px;
	float: left;
	color: #181206;
	padding: 0 25px 0 0
}

.left {
	padding: 0;
	margin: 0 0 0px 0;
}

#right {
	float: right;
	width: 200px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	border-left: dashed 1px #000000;
	padding: 0 0 0 25px;
	color: #181206;
}

#right_contact {
	float: right;
	width: 200px;
	font: 16px Georgia, "Times New Roman", Times, serif;
	border-left: dashed 1px #000000;
	padding: 0 0 0 25px;
	margin: 50px 0 0 0;
	color: #181206;
}

#right_contact a {
	font: 12px Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #181206;
}


.right {
	margin: 0 0 0px 0;
	color: #181206;
}

.img_left {
	text-align: center;
	float: left;
	width: 100px;
	padding: 0 0 0 0px;
	margin: 0 0 15px 0;
}

.img_left img {
	border: 2px solid black;
}

.img_right {
	float: right;
	width: 100px;
	padding: 0 0 0 0;
}

#submit {
	width: 313px;
	margin: 5px 0 0 0;
	text-align: right;
	position: absolute;
}

#body_bottom {
	background: url(images/body_18.png) center no-repeat;
	width: 980px;
	height: 16px;
	padding: 0 0 0px 0;
	margin: 0px 0px 0 0;
}

#footer {
	text-align: center;
	font: 12px "Lucida Grande";
	color: #616161;
	padding: 0 0 15px 0;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/*LightBox 2*/
#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{
	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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}