/* CSS Document */
html { 
margin: 0; 
padding: 0; 
height: 100%; 
overflow: -moz-scrollbars-vertical;
} 
body {
	background-image: url(../images/background_wood2.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 18px;
	height: 100%;
	background-attachment: scroll;
	padding: 0;
	background-position: center top;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #4c290f;
	line-height: 17px;
	padding-top: -5px;
	margin-top: 0px;
	margin-bottom: 12px;
}

a {
	color: #AE860B;
	text-decoration: underline;
	font-weight: normal;
}
a:hover {
	text-decoration: underline;
}
.copyright {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #B48949;
	line-height: 17px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #4c290f;
}
.body-home {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
	height: 100%;
	margin-left: 40px;
	padding-left: 40;
	margin-top: 20px;
	margin-right: 20px;
	padding-top: 20px;
	padding-right: 20px;
	margin-bottom: 20px;
	padding-bottom: 0px;
}
.branch1 {
	background-image: url(../images/branch.png);
	background-repeat: no-repeat;
	background-position: center top;
}
h1 {
	font-size: 16px;
	color: #4C290F;
	text-transform: lowercase;
	font-weight: normal;
	padding-top: 10px;
}
h2 {
	font-size: 16px;
	color: #4C290F;
	text-transform: lowercase;
	font-weight: normal;
	line-height: 24px;
}

	#photoGallery{
		position: absolute;
		z-index: 2;
		width: 120px;
		height: 35px;
		text-align: center;
		}
	.home #photoGallery{
		left: 100px;
		top: 350px;
		}
	.inside #photoGallery{
	  right: -9px;
		top: -7px;
		}
		#photoGallery a,
		#photoGallery a img
		{
			display: none;
			border: 0;
			}
		#photoGallery a.galleryTrigger{
			display: block;
			width: 120px;
			height: 35px;
			background: url(../images/gallery_button.gif) center no-repeat;
			cursor: pointer;
			}
			#photoGallery a.galleryTrigger img{
			  display: none;
			  }

/* START JQUERY LIGHTBOX CSS */

	#jquery-overlay {
		position: absolute;
		top: 0;
		left: 0;
		z-index: 10090;
		width: 100%;
		height: 500px;
	}
	#jquery-lightbox {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10100;
		text-align: center;
		line-height: 0;
	}
	#jquery-lightbox a img { border: none; }
	#lightbox-container-image-box {
		position: relative;
		background-color: #fff;
		width: 250px;
		height: 250px;
		margin: 0 auto;
	}
	#lightbox-container-image { padding: 10px; }
	#lightbox-loading {
		position: absolute;
		top: 40%;
		left: 0%;
		height: 25%;
		width: 100%;
		text-align: center;
		line-height: 0;
	}
	#lightbox-nav {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		z-index: 10;
	}
	#lightbox-container-image-box > #lightbox-nav { left: 0; }
	#lightbox-nav a { outline: none;}
	#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
		width: 49%;
		height: 100%;
		zoom: 1;
		display: block;
	}
	#lightbox-nav-btnPrev { 
		left: 0; 
		float: left;
	}
	#lightbox-nav-btnNext { 
		right: 0; 
		float: right;
	}
	#lightbox-container-image-data-box {
		font: 10px Verdana, Helvetica, sans-serif;
		background-color: #fff;
		margin: 0 auto;
		line-height: 1.4em;
		overflow: auto;
		width: 100%;
		padding: 0 10px 0;
	}
	#lightbox-container-image-data {
		padding: 0 10px; 
		color: #666; 
	}
	#lightbox-container-image-data #lightbox-image-details { 
		width: 70%; 
		float: left; 
		text-align: left; 
	}	
	#lightbox-image-details-caption { font-weight: bold; }
	#lightbox-image-details-currentNumber {
		display: block; 
		clear: left; 
		padding-bottom: 1.0em;	
	}			
	#lightbox-secNav-btnClose {
		width: 66px; 
		float: right;
		padding-bottom: 0.7em;	
	}

/* END JQUERY LIGHTBOX CSS */
