/* Import Blueprint's screen styles */
@import url(blueprint/compressed/screen.css);

/* Import structure for menu -- DO NOT MODIFY */
@import url(lib/main-menu.css);

/* Uncomment the line below for helpful debugging CSS */
/*@import url(lib/debug.css);*/

/*
	Font-size reference.  Calcuate with: pixel_size / 12
		9px		: 0.75em
		10px	: 0.8333em
		11px	: 0.9167em
		12px	: 1.0em
		13px	: 1.0833em
		14px	: 1.1667em
		15px	: 1.25em
		16px	: 1.3333em
		17px	: 1.4167em
		18px	: 1.5em
		19px	: 1.5833em
		20px	: 1.6667em
		21px	: 1.75em
		22px	: 1.8333em
		23px	: 1.9167em
		24px	: 2.0em
		25px	: 2.0833em
		26px	: 2.1667em
		27px	: 2.25em
		28px	: 2.3333em
		29px	: 2.4167em
		30px	: 2.5em
		31px	: 2.5833em
		32px	: 2.6667em
*/

/* /////////////// TEXT STYLES /////////////// */

p{
	margin: 0; 	padding: 5px 0 18px 0;
	
}

h3, h2 {
	font-family: 'Trebuchet MS';
	letter-spacing: -0.03em;
	margin: 5px 0 5px 0;
	text-align: left;
}
h2{
	font-size: 27px;
	font-weight: normal;
}
h3{
	font-size: 22px;
}
h4{
	font-size: 18px;
	margin-bottom: 3px;
	font-style: italic;
	color: #666;
}
h5{
	font-size: 15px;
}
em{
	background: transparent;
}
dt{
	margin-bottom: 4px;
	font-size: 14px;
}
a{
	color: #5d9732;
}
a:hover{
	color: #cfba10;
}

ul{
	list-style-type: disc;
}
li{
	margin: 0 10px 8px 10px;
}


/* ///////// MAIN CONTENT STYLES ///////// */

body{
	font-size: 82.5%;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	text-shadow: #000 0 0 0;
	margin: 0;	
	padding: 0;
	background: #3f3a35 url(../img/BG.jpg) repeat-x 0 -25px;
}
body.homepage{
	font-size: 82.5%;
	text-shadow: #000 0 0 0;
	background: #3f3a35 url(../img/BG.jpg) repeat-x 0 -25px;
	margin: 0;
}

#header{
	float: left;
	background: #FFF;
	height: 151px;
	overflow: hidden;
	position:relative;
}
#header h1{
	margin-bottom: 0;
	padding: 0;
	width: 275px;
	height: 120px;
	overflow: hidden;
	display: block;
	float: left;
}
#header h1 a{
	text-indent: -5000px;
	width: 275px;
	height: 151px;
	margin: 0;
	padding: 0;
	display: block;
	font-size: 1em;
	background: url(../img/logo.gif) no-repeat;
	overflow: hidden;
}
#header p{
	float: right;
	color: #5c8e38;
	font: 27px/27px 'Trebuchet MS' Georgia;
	font-style: italic;
	letter-spacing: -0.03em;
	padding: 70px 24px 0 0;
	
}
#tag_line{
	padding-top: 55px;
}
#tag_line h2{
	text-align: right;
	font-size: 1.4em;
	margin: 0;
	color: #0264b1;
}
#tag_line h3{
	text-align: right;
	font-size: 1.2em;
	color: #545454;
}

#header-search {
	position:absolute;
	top:80px;
	right:20px;
}

#content{
	background: #FFF;
	padding: 25px 0 0 0;
}
#inner-photo{
	float: left;
	width: 960px;
	height: 148px;
	background: #e1e1e1;
}
#inner-photo p img{
	padding: 0;
	margin: 0;
}
#inner-photo p{
	padding: 0;
	margin: 0;
}
#main-content-background{
	float: left;
	background: url(../img/inner-page-BG.jpg) repeat-x;	
	width: 960px;
}
#leaf-background{
	background: url(../img/leaf.jpg) no-repeat right bottom;
	float: left;
	width: 960px;
}
#main-content{
	float: left;
	width: 550px;
	padding: 20px 0 40px 40px;
	font-size: 14px;
	line-height: 19px;
/*	text-align: justify;*/
}
#faq-content{
	float: left;
	width: 870px;
	padding: 20px 0 40px 40px;
	font-size: 14px;
	line-height: 19px;
	text-align: justify;
}
#faq-content a{
	font-weight: bold;
	text-decoration: none;
	line-height: 21px;
}
#faq-content dt{
	font-size: 16px;
	padding-top: 20px;
}
#totop{
	font-weight: normal;
	font-size: 12px;
	color: #807B77;
}
#main-content h2, .inner-content h2, #faq-content h2{
	color: #5d9732;
	padding: 20px 0 20px 0;
	font-weight: normal;
	text-align: left;
	line-height: 28px;
}
#main-content img, #faq-content img{
	float: left;
	border: 1px solid #ccc;
	padding: 4px;
	margin: 12px 12px 5px 0;
}
#main-content a img, #faq-content a img {
	border: 5px solid #ccc;
	padding: 0px;
	margin: 0 13px 13px 0;
}
/*#main-content a:hover img, #faq-content a:hover img {
	border: 5px solid #E5C812;
	padding: 0px;
}*/
#main-content a .unstyled, #main-content a:hover .unstyled{
	padding: 0;
	margin: 0;	
	border: none;
}

#sub-content{
	float: left;
	width: 270px;
	padding: 40px 0 50px 40px;
	color: #9d9994;
	letter-spacing: -0.03em;
}
#sub-content p{
	padding:  0 0 15px 0;
	font: 18px/22px 'Trebuchet MS' Georgia;
	font-style: italic;
	margin: 0;
}
#sub-content h2, #sub-content h3, #sub-content h4{
	margin: 0 0 6px 0;
	padding: 0;
}
.sub-text{
	background:#5D9732;
	border:7px solid #aec49e;
	color:#fff;
	margin-top: 50px;
	padding:20px;
}
#sub-content .sub-text p { margin:0; padding:0; }

.container{
	width: 960px;
	margin: 0 auto;
	padding: 0;
}
.inner-content{
	padding-top: 30px;
	min-height: 300px;

}
.inner-content img{
	float: left;
	padding:  8px;
	border: 1px solid #c4c4c4;
	margin: 3px 12px 5px 0;
}
body.gallery .inner-content img { margin: 0 15px 15px 0; padding: 5px; }
.innerBG{
	background: url(../img/innerBG.jpg) repeat-x;
	padding-bottom: 25px;
}
.sitemap{
	float: left;
	width: 500px;
}


/* ////////////// HOME CONTENT /////////////// */

#home_pic{
	float: left;
	width: 640px;
	height: 255px;
	background: url(../img/forest-home1.jpg) no-repeat;
	overflow: hidden;
}
.button1 a, .button2 a, .button3 a{
	float: left;
	width: 320px;
	height: 79px;
	border-bottom: 6px solid #FFF;
	text-indent: -3000px;
	overflow: hidden;
}
.button1 a:hover, .button2 a:hover, .button3 a:hover{

}
.button1 a{
	background: url(../img/button1.jpg) no-repeat;
}
.button2 a{
	background: url(../img/button2.jpg) no-repeat;
}
.button3 a{
	background: url(../img/button3.jpg) no-repeat;
}
.button1 a:hover{
	background: url(../img/button1.jpg) no-repeat 0 -79px;
}
.button2 a:hover{
	background: url(../img/button2.jpg) no-repeat 0 -79px;
}
.button3 a:hover{
	background: url(../img/button3.jpg) no-repeat 0 -79px;
}
#home-top{
	float: left;
	width: 960px;
	height: 43px;
	background: url(../img/homeBG.gif) repeat-x;
	overflow: hidden;
}
#home-content{
	background: #5c8e39 url(../img/home-bottom.gif) repeat-x left bottom;
	width: 920px;
	min-height: 200px;
	float: left;
	padding: 20px 0 25px 40px;
	font-size: 16px;
	line-height: 24px;
}
#home-content h2{
	color: #FFF;
	font-size: 24px;
	margin: -15px 0 11px 0;
	padding: 0;
	color: #cae1b9;
	letter-spacing: -0.04em;
	font-weight: normal;
}
#home-content-text{
	float: left;
	width: 565px;
	color: #FFF;
}
#news{
	float: left;
	width: 290px;
	margin-bottom: 0px;
	padding: 0 0 0 35px;
}
#news hr{
	margin: 2px 0 15px 0;
	background-color: #7fa662;
	height: 1px;
}
#news h4{
	margin: 0 0 5px 0;
	line-height: 19px;
	font-size: 16px;
}
#news h4 a{
	color: #e3bc04;	
}
#news h5 a{
	color: #FFF;
	text-decoration: none;	
}
.news-date{
	text-transform: uppercase;
	color: #b6cca6;
	display: block;
	padding-top: 3px;
	font-size: 12px;
}
.news-date a{
	color: #b6cca6;
	font-weight: bold;
	text-decoration: none;
}
.news-menu{
	border-bottom: none;
}
#main-content .gallery h2{
	background: url(../img/dotted.gif) repeat-x 0 34px;
	padding: 0 0 10px 0;
	margin: 0 0 15px 0;
}



/* ///////////// FOOTER //////////// */

#footer{
	height: 60px;
	color: #d0cfcd;
	padding-top: 35px;
	background: url(../img/footer.gif) no-repeat;
} 
#footer-home{
	height: 103px;
	color: #d0cfcd;
	padding-top: 10px;
}
#footer p, #footer-home p{
	float: right;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
#footer ul, #footer-home ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#footer-home li, #footer li{
	float: left;
}
#footer-home a, #footer a{
	float: left;
	padding: 0 0px 0 14px;
	background: url(../img/arrow.gif) no-repeat 0 5px;
	color: #d0cfcd;
	text-decoration: none;
	font-size: 12px;
}
#footer-credits a{
	float: left;
	width: 350px;
	height: 50px;
	background: url(../img/aref.gif) no-repeat;
	padding: 20px 0 10px 85px;
	color: #b2b0ae;
	margin: 15px 0 0 0;
	font-size: 12px;
	line-height: 15px;
}
#footer-credits a:hover{
	color: #FFF;
}



/* /////////////// MAIN MENU STYLES ///////////////// */

#menu{
	float: right;
	position: relative;
	width: 660px;
	height: 38px;
	overflow: hidden;
	margin: 0 10px 0 0;
}
#nav{
	font-size: 16px;
	height: 43px;
	font-weight: bold;
}
#main-menu {
	position: absolute;
	right: 0;
	top: 0;
}
#main-menu li{
	margin: 0;
}
#main-menu li a{
	padding: 10px 8px 5px 8px;
	font-size: 14px;
	margin-right: 1px;
	color: #000;
	border-left: 1px solid #e3e3e3;
}
/* Current Main item */
#main-menu li a.current{
	color: #5c8e39;
	background: url(../img/active.gif) repeat-x;
	border-top: 1px solid #FFF;
	text-decoration: underline;
	padding-top: 9px;
}
/* Menu item hover */
#main-menu li a:hover{
	border-left: 1px solid #e3e3e3;	
	background: url(../img/active.gif) repeat-x;
	border-top: 1px solid #FFF;
	padding-top: 9px;
}
/* Submenu item */
#main-menu li li a{
	background: #FFF;
	color: #614D1C;
	width: 130px;
	padding: 5px 10px;
	font-size: 13px;
	border: 1px solid #4E3F17;
	border-top: none;
	border-right: 3px solid #4E3F17;
	border-left: 3px solid #4E3F17;
}
/* Current Submenu item */
#main-menu li li a.current{
	color: #4E3F17;
	background: #F4DC2A !important;
}
/* Submenu item hover */
#main-menu li li a:hover{
	background: #F4DC2A;
	border-bottom: 1px solid #4E3F17;
	border-right: 3px solid #4E3F17;
	border-left: 3px solid #4E3F17;
}


/* ////////////////// SUB MENU //////////////////// */
#sub-content ul{
	list-style-type: none;
	margin: 0;
	padding: 0;	
}
#sub-content li{
	margin: 0;
	padding: 0;
}
#sub-content li a{
	padding: 8px 8px 8px 28px;
	display: block;
	text-decoration: none;
	color: #5d9732;
	background: url(../img/arrow.gif) no-repeat 8px 14px;
	border-bottom: 1px solid #d8d8d8;
	font-size: 13px;
}
#sub-content li a:hover{
	background: #ece9e9 url(../img/arrow.gif) no-repeat 8px 14px;
}
.overflow{
	overflow: hidden;
}
#sub-content li li a{
	padding: 4px 8px 4px 55px;
	color: #8e8986;
	margin: 0;
	background: url(../img/sub-arrow.gif) no-repeat 35px 10px;
}
#sub-content li li a.current{
	padding: 4px 8px 4px 55px;
	color: #8e8986;
	margin: 0;
	background: #ece9e9 url(../img/sub-arrow.gif) no-repeat 35px 10px;
}
#sub-content li li a:hover{
	background: #ece9e9 url(../img/sub-arrow.gif) no-repeat 35px 10px;
}


/* ////////////////// NEWS MENU /////////////////// */
#sub-news{
	padding-top: 25px;
}
#sub-news ul{
	list-style-type: none;
	margin: 20px 0 20px 0;
	padding: 0;
}
.latest_news li{
	background: url(../img/dotted.gif) repeat-x 0 55px;
	padding: 0 0 10px 0;
	border-bottom: none;
}
.latest_news a, #sub-news a{
	background: transparent;	
	color: #614e1d;
	text-decoration: none;
}
.latest_news h4{
	margin: 0 0 3px 0;
	padding: 0 0 0 18px;
	color: #634f1d;
	background: url(../img/articleicon.gif) no-repeat 0 3px;
	font-size: 16px;
}
#news_item ul li a{
	border-bottom: none;
}
#news_item ul li{
	border-top: 1px solid #d8d8d8;
	margin-bottom: 8px;
}
#news_item .news_date{
	font-size: 12px;
	padding: 8px 0 0 0;
}
#news_item ul{
	margin-bottom: 28px;
}
.feed-link a{
	font-size: 12px;
}

ul li ul li {
	color: #666;
}
#main-content ul li ul li {
	list-style-type:circle;
	margin-left:0;	
}



#main-content .img-alt, #main-content a, #main-content .img-alt a:hover{
	border: none;
	float: none;
	padding: 5px 0;
}

