@charset "utf-8";
.leftshadow {
	background-image: url(shadow_left.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}
.rightshadow {
	background-image: url(shadow_right.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
.linksbg {
	background-image: url(linksbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:48px;
}
.opacityit img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 5;
border:1px none #000000; 
}
.opacityit:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
-moz-opacity: 0.6;border:1px none #000000; 

}.contentbg {
	background-image: url(contentbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:312px;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #533c15;
}
.contenthighight1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-weight: bold;
}
.separator {
	background-image: url(separator.jpg);
	background-repeat: repeat-y;
	background-position: center center;
}
.readmore {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000000;
}
.newsbg {
	background-image: url(news_bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:267px;
	height:236px;
}
.contenthighight2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #cb9944;
	font-weight: bold;
}
.contentnews {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #ffffff;
}
.readmore2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #c29b56;
}
.bottomsec1bg {
	background-image: url(bottomsec1_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:56px;
}
.contentbottomsec1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #273306;
	font-weight: bold;
}
.content2bottomsec1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #506416;
}
.bottomsec2bg {
	background-image: url(bottomsec2_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:356px;
}
.contentbottomsec2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #505050;

}
.bottomsec3bg {
	background-image: url(bottomsec3_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:356px;
}
.contentbottomsec3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #273306;
}
.footerbg {
	background-image: url(footerbg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:54px;
}
.footercontent1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}

.footerbottomshadow {
	background-image: url(shadow_footer.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	height:16px;
}
.footercontent2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #bcca78;
	line-height: 16px;
}
.opacityi img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 5;
border:1px none #000000; 
}
.opacityi:hover img{
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
-moz-opacity: 0.8;border:1px none #000000; 

}
#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: 600px;
	height: 450px;
	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;
	}

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

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ .content2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #533c15;
	padding-top: 5px;
}
.home_sub_title {
	font-family: Arial;
	font-size: 18px;
	font-weight: bolder;
	color: #4c620d;
	padding-top:8px;
	padding-bottom:8px;
}
.book_boader {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #1e2013;
}
.book_form_text {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
}
.book_form {
	font-size: 12px;
	font-weight: bold;
	color: #1E2013;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #363922;
	width: 150px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 3px;
	margin-left: 8px;
}
.book_form:focus {
	background-color:#EEEEEE;
	border: 1px solid #707070;
}