@charset "utf-8";
/* CSS Document */

body {
	background-color:#2a4013;
	margin:0px;
	padding:0px;
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#6c5331;
	line-height:14px;
	text-align:left
	}
p {
	margin:0px;
	padding:0px;
	}
a {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#5e4523;
	text-decoration:underline;
	}
a:link {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#5e4523;
	text-decoration:underline;
	}
a:hover {
	font:normal 11px Arial, Helvetica, sans-serif;
	color:#5e4523;
	text-decoration:underline;
	}

/*--------------------- Content --------------------------*/

#container {
	height:100%;
	width:845px;
	margin:0px auto;
	margin-top:10px;
	
}

/*--------------------- All Content --------------------------*/

/*--------------------- Header --------------------------*/
#header {
	width:845px;
	}
#header-whitetop {
	height:16px;
	width:845px;
}
#header-content {
	height:110px;
	width:845px;
	background:url(imgs/top-back.jpg) top no-repeat;
	padding-top:25px;
}

#header-logo {
	height:34px;
	width:845px;
	margin-bottom:25px;
	text-align:center
}

#header-menu {
	width:787px;
	height:39px;
	margin-left:29px;
	margin-right:29px;
}
#header-menu .btn {
	height:39px;
	float:left
}

/*--------------------- Content --------------------------*/

#content {
	height:100%;
	width:787px;
	padding:5px 29px 0px 29px;
	background:url(imgs/content-back.jpg) repeat-y;
	
}

#content .imgindex {
	height:210px;
	width:787px;
}

#content .eachimg {
	height:210px;
	float:left
}

#content .txt {
	height:100%;
	width:762px;
	padding-left:13px;
	padding-right:13px;
	/*padding-top:10px*/
}


ul {
	margin:0px;
	padding:0px;
	margin-bottom:16px;
	
	}
li {
	list-style:disc
}
.ul-class {
	margin-left:12px
}

*html .ul-class {
	margin-left:15px
}	

*:first-child+html .ul-class {
	margin-left:16px
}
h2{
	color:#3C670E;
	font-family:"Times New Roman", Times, serif;
	font-size:17px;
}
/*--------------------- Footer --------------------------*/

#footer {
	height:91px;
	width:845px;
	margin-bottom:20px;
}

#footer .footer-img {
	height:50px;
	width:845px;
}

#footer .copy {
	height:40px;
	width:600px;
	margin-left:42px;
	float:left;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#445730
}

*html #footer .copy {
	height:40px;
	width:600px;
	margin-left:22px;
	float:left;
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#445730
}

#footer .eglogo {
	height:40px;
	width:161px;
	float:left
}

/*--------------------- Projects --------------------------*/

.project_container{
padding-bottom:20px;
clear:both;
margin-bottom:15px;
padding-top:5px;
border-bottom:1px solid #e1ccab;
}

.project_title{
color:#3c670e;
font-size:13px;
font-weight:bold;
padding-bottom:10px;
}

.project_right{
 width:550px;
 float:left;
}
.project_images{
float:left;
margin-right:10px;
}

.item_project_image{
width:96px;
margin-right:4px;
float:left;
margin-bottom:4px;
}

.project_thumb{
padding:2px;
background-color:#FFFFFF;
border:1px solid #e8d2af;

}
.project_thumb_txt{
 font-size:10px;
 text-align:center;
 font-family:tahoma,Arial, Helvetica, sans-serif
}
.project_thumb_txt a
{
 font-size:10px;
 text-align:center;
 font-family:tahoma,Arial, Helvetica, sans-serif
}

/*--------------------- Gallery --------------------------*/

.gallery_item{
padding-top:5px;
}

.gallery_image{
width:186px;
margin-right:4px;
float:left;
margin-bottom:15px;
float:left;

}

.title_thumb{
font-weight:bold;
padding-left:4px;
padding-right:3px;
padding-top:5px;
}

.text_thumb{
padding-top:3px;
font-size:10px;
padding-left:4px;
line-height:11px;
}
/*--------------------- Generic --------------------------*/
.quote_area{
padding-left:5px;
border-left:1px solid #bca683;
margin-top:5px;
}

.quote_text{
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
font-style:italic;
padding-bottom:5px;
}

.clearfloat{
clear:both;

}

.size10px{
font-size:10px;
}


/*-------------------- lightbox ----------------------- */

#lightbox{
	position: absolute;
	margin-top:60px;
	top: 20px;
	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(imgs/lightbox/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(imgs/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(imgs/lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Arial, Helvetica, sans-serif;
	color:#2a4013;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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: #2a4013;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}


