/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
/* for all templates and grids */
body{
	text-align:center;
	background-image: url(images/bkgrnd.jpg);
	position: relative;
}
#ft{clear:both;}
/**/
/* 750 centered, and backward compatibility */ 
#doc,#doc2,#doc3,.yui-t1,.yui-t2,.yui-t3,.yui-t4,.yui-t5,.yui-t6,.yui-t7 {
	margin:auto;
	text-align:center;
	width:50em;
*width:56.3em;																															min-width:700px;
	padding: 70,0,0,70;
}
/* 950 centered */ 
#doc2 {
	width:73.074em;*width:71.313em;min-width:950px;}
/* 100% with 10px viewport side matting */ 
#doc3 {
	margin:auto, 100px;
	width: 900px;
}
	
/* below required for all fluid grids; adjust widths and margins above accordingly */

	/* to preserve source-order independence for Gecko */
	.yui-b{position:relative;}
	.yui-b{_position:static;} /* for IE < 7 */
	#yui-main .yui-b{position:static;} 

#yui-main {
	width:900px;
	right: auto;
	left: auto;
}
.yui-t1 #yui-main,
.yui-t2 #yui-main,
.yui-t3 #yui-main{float:right;margin-left:-25em;/* IE: preserve layout at narrow widths */}

.yui-t4 #yui-main,
.yui-t5 #yui-main,
.yui-t6 #yui-main{float:left;margin-right:-25em;/* IE: preserve layout at narrow widths */}

.yui-t1 .yui-b {
	float:left;
    width:12.3207em;*width:12.0106em;}
.yui-t1 #yui-main .yui-b{
    margin-left:13.3207em;*margin-left:13.0106em;
}

.yui-t2 .yui-b {
	float:left;
    width:13.8456em;*width:13.512em;}
.yui-t2 #yui-main .yui-b {
    margin-left:14.8456em;*margin-left:14.512em;
}

.yui-t3 .yui-b {
	float:left;
    width:23.0759em;*width:22.52em;}
.yui-t3 #yui-main .yui-b {
    margin-left:24.0759em;*margin-left:23.52em;
}

.yui-t4 .yui-b {
	float:right;
    width:13.8456em;*width:13.512em;}
.yui-t4 #yui-main .yui-b {
    margin-right:14.8456em;*margin-right:14.512em;
}

.yui-t5 .yui-b {
	float:right;
    width:18.4608em;*width:18.016em;}
.yui-t5 #yui-main .yui-b {
    margin-right:19.4608em;*margin-right:19.016em;
}

.yui-t6 .yui-b {
	float:right;
    width:23.0759em;*width:22.52em;}
.yui-t6 #yui-main .yui-b {
    margin-right:24.0759em;*margin-right:23.52em;
}

.yui-t7 #yui-main .yui-b {
	display:block;
	margin:0 0 0em 0;
}
#yui-main .yui-b {float:none;width:auto;}
/* GRIDS (not TEMPLATES) */
.yui-g .yui-u, 
.yui-g .yui-g, 
.yui-gc .yui-u,
.yui-gc .yui-g .yui-u,
.yui-ge .yui-u, 
.yui-gf .yui-u{float:right;display:inline;}
.yui-g div.first, 
.yui-gc div.first,
.yui-gc div.first div.first,
.yui-gd div.first, 
.yui-ge div.first, 
.yui-gf div.first{float:left;}
.yui-g .yui-u, 
.yui-g .yui-g{width:49.1%;}
.yui-g .yui-g .yui-u,
.yui-gc .yui-g .yui-u {width:48.1%;}
.yui-gb .yui-u, 
.yui-gc .yui-u, 
.yui-gd .yui-u{float:left;margin-left:2%;*margin-left:1.895%;width:32%;}
.yui-gb div.first, 
.yui-gc div.first, 
.yui-gd div.first{margin-left:0;}
.yui-gc div.first, 
.yui-gd .yui-u{width:66%;}
.yui-gd div.first{width:32%;}
.yui-ge .yui-u{width:24%;}
.yui-ge div.first, 
.yui-gf .yui-u{width:74.2%;}
.yui-gf div.first{width:24%;}
.yui-ge div.first{width:74.2%;}
#bd:after,
.yui-g:after, 
.yui-gb:after, 
.yui-gc:after, 
.yui-gd:after, 
.yui-ge:after, 
.yui-gf:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
#bd,
.yui-g, 
.yui-gb, 
.yui-gc, 
.yui-gd, 
.yui-ge, 
.yui-gf{
	zoom:1;
	margin: 0px, 0px, 0px, 100px;
}

/* Basic Element Formatting */

#header{
	height:112px;
	background-color:#879747;
	margin:0px;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 0px;
	background-image: url(head_backer.gif);
	}
	
#header h1{
	font-size:2.5em;
	margin:0;
	padding:10px;
	font-style: italic;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	}
	
#header h1 a{
	color:#000000;
	background-color:#1B291C;
	}

.content{
	height:auto;
	border-top:#2B2219 2px solid;
	margin:0;
	padding:0;
	background-color: #2B2219;
	color: #BBB;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

#secondary{
	height:300px;
	border-top:#3B2D20 2px solid;
	margin:0;
	padding:0;
	background-color: #3B2D20;
	}

#secondaryFull{
	height:50px;
	background-color:#3B2D20;
	border-top:#3B2D20 2px solid;
	margin:0;
	padding:0;
	}
	
	/* Menu */

#menu {
	width: 980px;
	height: 70px;
	margin: auto auto;
}

#menu ul {
	margin: 10;
	padding: 20px 0 0 0;
	list-style: none;	
}

#menu li {
	display: inline;
	color: #35744A;
}

#menu a {
	display: block;
	float: left;
	padding: 0 19px 0 18px;
	text-align: center;
	text-decoration: none;
	font-size: 125%;
	color: #A6C065;
	border: 1;
	border-style: groove;
	background-color: #273E19;
}

#menu a:hover {
	color: #FFFFFF;
	border: 1;
	border-style:dotted
}

#menu .active a {
	color: #7F7772;
	border: 1;
	border-style:solid
	
}

	/* END Menu */

#footer{
	height:50px;
	border-top:#3B2D20 2px solid;
	margin:0,0,0,50;
	padding:0;
	background-color: #3B2D20;
	}

.imgspecial {border: 5px;
color: #2b2219;
border-style: solid;
}

.h2{
	font-size: 20px;
	margin:0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}

.content_border {	padding: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	}
#doc3 #bd #yui-main .yui-b .yui-g .yui-u .content .content div p u {
	color: #FF3;
}
#doc3 #bd #yui-main .yui-u .content .content table tr td .content_border font a {
	color: #8CA654;
}
#doc3 #bd #yui-main .yui-u .content .content table tr td h2 

.content_border a {
	color: #586133;
}
.contact_us_content {
	font-size:24px;

}
.gallery_label_content {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 16px;
	font-style: normal;
}

a {
	color: #456323;
}
.yellow {
	color: #0E0;

}

/*PHOTO GALLERY CSS 5-27-16*/
.thumbnails img {
	height: 80px;
	border: 4px solid #555;
	padding: 1px;
	margin: 0 10px 10px 0;
}

.thumbnails img:hover {
	border: 4px solid #0E0;
	cursor:pointer;
}

.preview img {
	border: 4px solid #444;
	padding: 1px;
	width: 490px;
}

.tabletext {
	font-size:12px;
}

/*END PHOTO GALLERY CSS*/
