@charset "UTF-8";
/* CSS Document */

	a:link {color: #f88600; text-decoration:none;}
	a:visited {color: #a35800; text-decoration:none;}
	a:hover {background-color:#64cdd9;}
	a:active {text-decoration:none;}


	
   body {
	background-color: #FFFFFF;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	background-repeat:no-repeat;
	background-position:left top;
}

.main-header {
	font-family: "Helvetica";
	font-size: 24px;
	font-weight: bold;
	color: #b19f79;
	}

div#wrapper {
width: 80%;
/** background-color:#FFFFFF;**/
margin-top: 50px;
margin-bottom: 50px;
margin-left: auto;
margin-right: auto;
padding: 0px;
}
div#header {
padding: 15px;
margin: 0px;
text-align: center;
}
div#nav {
margin-top: 0px;
width: 16%;
padding: 9px;
float: left;
}
div#main {
margin-left: 18%;
margin-top: 1px;
padding: 10px;
margin-top: 10px;
}
div#footer {
padding: 15px;
margin: 0px;
text-align: center;
}

 .sidebar-text {
 	text-indent: 10px;
 	font-family: "Helvetica";
	font-size: 24px;
	font-weight: bold;
	color: #b19f79;
	}

 .sidebar-text-2 {
 	line-height: 14px;
  	text-indent: 10px;
 	font-family: "Helvetica";
	font-size: 14px;
	text-transform: none;
	color: #DF8400;
	}
	
.sidebar-text-3 {
  	text-indent: 10px;
	font-family: "Helvetica";
	font-size: 12px;
	color: #666666;	
	}
	
#lightbox{
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #f7f6f1;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	border: 1px #CCC solid;
border-bottom:0px;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 0px;
	width: 0px;
	z-index: 0;
	}
#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; }
#prevLink2, #nextLink2 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#060;
	font-weight:bold;
         cursor:pointer;
         }

#imageDataContainer{
	font: 14px Arial, Helvetica, sans-serif;
	background-color: #f7f6f1;
	height: 35px;
	border:1px #ccc solid;
border-top:0px;
margin:auto;
	}

#imageData{
	padding:0px 10px 10px 10px;
	}
#imageData #imageDetails{ width: 50%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold; font-size:11px; color:#666; max-height:20px; }
#imageData #numberDisplay{ display: block; clear: left; font-weight: normal; font-size:14px; color:#333; padding-bottom: 5px; }
#imageData #slideshowLink{ width: 55px; float: right; padding:5px 0px 0 0px;}
#imageData #bottomNavClose{ width: 55px; float: right; padding:5px 0px 0 0px; }

#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline;
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}

	
form { width: 415px; }

label {
	float: left;
	width: 120px;
	margin: 5px 16px 5px 5px;
}

input, textarea {
	width: 250px;
	border: 1px solid #ddd;
	background: #fafafa;
	-moz-border-radius: 0.4em;
	-khtml-border-radius: 0.4em;
	border-radius: 0.4em;
	margin: 5px;
	padding: 5px;
	outline: none;
}

textarea { height: 100px; }

#submit {
	margin: 10px 0 0 144px;
	width: 106px;
	height: 25px;
	text-indent: -9999px;
	overflow: hidden;
	border: 0;
	background: url(images/btn-submit.png) no-repeat top;
	display: block;
	cursor: pointer !important; cursor: hand;
}

#submit:hover { background-position: bottom; }

#status {
	margin: 4px;
	font-weight: bold;
}
	