/*
Theme Name: PomonaHope
*/

/* main elements */
/* Eric Meyer's CSS Reset start */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* Remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	color:#000;
	font:1em/1.2em Verdana, Geneva, sans-serif;
	min-width:1000px;
	background:#e4d8ca url(images/bg-all-t.gif) repeat-x;
}
ol, ul {
	list-style: none;
}
/* Tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Eric Meyer's CSS Reset start */
@font-face {
	font-family: "MuseoSlab500";
	src: url("fonts/museo_slab_500-webfont.eot");
	src: local("fonts/MuseoSlab500"), url("fonts/museo_slab_500-webfont.woff") format("woff"), url("fonts/museo_slab_500-webfont.ttf") format("truetype"), url("fonts/museo_slab_500-webfont.svg#webfontzzRpVSjH") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "MuseoSans500";
	src: url("fonts/museosans_500-webfont.eot");
	src: local("fonts/MuseoSans500"), url("fonts/museosans_500-webfont.woff") format("woff"), url("fonts/museosans_500-webfont.ttf") format("truetype"), url("fonts/museosans_500-webfont.svg#webfontzFQDSg0D") format("svg");
	font-weight: normal;
	font-style: normal;
}
* {font-size: 100.01%;}
html {font-size: 62.5%;}
img{border-style:none;}
a{
	text-decoration:none;
	color:#000;
}
a:hover{text-decoration:underline;}
input, textarea, select{
	font:100% "MuseoSans500", Verdana, Geneva, sans-serif;
	vertical-align:middle;
	color:#6d3f07;
}
form, fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* global */
.wrapper-holder{
	width:100%;
	position:relative;
	overflow:hidden;
}
.wrapper-w1{
	width:1500px;
	position:relative;
	float:left;
	left:50%;
}
.wrapper-w2{
	position:relative;
	float:left;
	left:-50%;
	background: url(images/bg-all.jpg) no-repeat;
	width:1500px;
}
#wrapper{
	position:relative;
	width:1000px;
	margin:0 auto;
	padding:191px 0 0;
}
.block1#wrapper{padding:191px 0 29px;}
.wrapper{
	margin:0 auto;
	width:800px;
}
/* logo */
h1.logo{
	position:absolute;
	top:39px;
	right:110px;
	margin:0;
	z-index:3;
}
.logo-print{display:none;}
h1.logo a{
	background: url(images/logo.png) no-repeat;
	width:256px;
	height:127px;
	display:block;
	text-indent:-9999em;
	overflow:hidden;
	cursor:pointer;
}
/* header */
#header{
	width:1000px;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
#header .second-nav{
	margin:0;
	padding:9px 0 9px 4px;
	list-style:none;
	font-size:12px;
	line-height:normal;
	text-transform:uppercase;
	color:#3d501f;
}
#header .second-nav li{
	display:inline;
	padding:0 8px;
}
#header .second-nav a{color:#3d501f;}
#header .slogan{
	color:#3d501f;
	font:18px "MuseoSans500", Arial, Helvetica, sans-serif;
	padding:95px 272px 13px 8px;
}
#header .slogan p{margin:0;}
/* main-nav */
#main-nav{
	margin:0;
	padding:0;
	list-style:none;
	color:#fff;
	font:18px "MuseoSans500", Arial, Helvetica, sans-serif;
}
#main-nav li{
	float:left;
	padding:0px 11px 5px;
}
#main-nav li:hover,
#main-nav li.hover{position:relative;}
#main-nav a{color:#fff;}
#main-nav .current_page_ancestor a,
#main-nav .current_page_item a,
#main-nav .active a,
#main-nav a:hover{
	text-decoration:none;
	color:#3d5120;
}
#main-nav ul{
	display:none;
	margin:0;
	padding:0 10px 9px;
	list-style:none;
	position:absolute;
	top:27px;
	left:0;
	width:200px;
	background:#ddcfbd;
	border-width:0 1px 1px;
	border-style:solid;
	border-color:#72460f;
	color:#975910;
	font-size:14px;
}
#main-nav li:hover ul,
#main-nav li.hover ul{display:block;}
#main-nav li li{
	float:none;
	background: url(images/divider1.gif) no-repeat;
	padding:9px 0 4px;
}
#main-nav li li:first-child{background-image:none;}
#main-nav .current_page_ancestor li a,
#main-nav .current_page_item li a,
#main-nav .active li a,
#main-nav li li a{color:#975910;}
/* wood-pattern */
.wood-holder{
	float:left;
	width:1px;
	height:908px;
}
.wood-pattern{
	background: url(images/bg-wood-pattern.gif) no-repeat;
	width:511px;
	height:718px;
	position:absolute;
	bottom:0;
	left:70px;
}
/* main */
#main{
	margin:0 auto;
	width:820px;
	position:relative;
}
.main-section{
	overflow:hidden;
	width:100%;
}
.block1 .main-section{background: url(images/bg-pattern1.png) repeat-y;}
.block2 .main-section{
	background: url(images/bg-pattern2.png) repeat-y;
	margin:0 0 20px;
}
/* content */
#content{
	padding:0 0 0 40px;
	float:left;
	width:480px;
}
/* breadcrumbs */
.breadcrumbs{
	overflow:hidden;
	height:1%;
	padding:27px 0 40px;
}
.breadcrumbs ul{
	margin:0 0 0 -11px;
	padding:0;
	list-style:none;
	color:#6da5b8;
	float:left;
	font:14px "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.breadcrumbs li{
	background: url(images/divider3.gif) no-repeat 0 50%;
	padding:0 5px 0 11px;
	float:left;
}
.breadcrumbs a{color:#6da5b8;}
.breadcrumbs a:hover{
	color:#2f4a61;
	text-decoration:none;
}
.intro-text{
	color:#2f4a61;
	margin:-24px 0 0px 0;
	padding-right: 15px;
	padding-bottom: 15px;
	font:1.8em/24px "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.intro-text p{margin:0;}
.intro-text a{
	color:#dd5247;}
.intro-text a:hover{
	text-decoration: none;
	color: #975910;}


/* heading-post */
.heading-post{
	height:1%;
	overflow:hidden;
	margin:0 0 31px -40px;
}
.feedback-block .heading-post{margin:0 0 0 -40px;}
.heading-post h2{
	margin:0;
	color:#fff;
	float:left;
	font:26px/39px "MuseoSlab500",Arial,Helvetica,sans-serif;
	background: url(images/bg-heading2.gif) no-repeat;
	width:340px;
	height:48px;
	text-align:center;
}
.heading-post h2 a{color:#fff;}
.heading-post2{
	height:1%;
	overflow:hidden;
	margin:0 0 31px -10px;
}
.board-section .heading-post2{margin:0 0 22px -10px;}
.heading-post2 h2{
	background: url(images/bg-heading2.png) no-repeat;
	margin:0;
	color:#fff;
	font-size:26px;
	line-height:38px;
	float:left;
}
.heading-post2 h2 span{
	float:left;
	background: url(images/bg-heading-end2.gif) no-repeat 100% 0;
	padding:0 27px 0 49px;
	height:48px;
}
.board-section .heading-post2 h2 span{padding:0 80px 0 75px;}
/* post */
.post-holder{padding:0 0 11px;}
.post{
	color:#6d3f07;
	line-height:20px;
	font-size: 14px;
	background: url(images/bg-post-end.gif) no-repeat 0 100%;
	padding:0 0 20px;
	font-family:"MuseoSans500",Verdana,sans-serif;
}
.post a{
	color:#dd5247;
	font-size:14px;
	line-height:20px;
	padding:0 0 20px;
}
.post a:hover{
	color:#975910;
	text-decoration:none;
}

.post h2{
	font-family:"MuseoSans500",Arial,Helvetica,sans-serif;
	font-size:16px;
	margin:20px 0 6px;
	line-height:24px;
	color:#81a028;
}
.post h2 strong{
	color:#dd5247;
	}
.post h3{
	font-family:"MuseoSlab500",Arial,Helvetica,sans-serif;
	font-size:18px;
	margin:30px 0 7px;
	line-height:24px;
}
.post h3 a{
	font-family:"MuseoSlab500",Arial,Helvetica,sans-serif;
	font-size:18px;
	margin:30px 0 7px;
	line-height:24px;
}
.post h2 a{
	color:#dd5247;
	font-size:16px;
}
.post h2 a:hover{
	font-size:16px;
	color:#975910;
	text-decoration:none;
}
.post p{margin:0 0 18px;}
.post strong{
	color:#dd5247;}

.post .image-box{
	padding:4px;
	border:1px solid #d2ba9d;
	background:#fff;
	margin:0 0 15px;
}
.post .image-box img{display:block;}
.post2{
	padding:0 0 34px;
	background-image:none;
}
.post2 p{margin:0 0 18px;}

.post3 .heading-post,
.post2 .heading-post{
	width:391px;
	position:relative;
	margin:0 0 16px -40px;
}
.heading-post .date{
	font-family:"MuseoSans500",Arial,Helvetica,sans-serif;
	color:#2f4a61;
	background:#6da5b8;
	width:51px;
	text-align:center;
	font-size:14px;
	line-height:16px;
	position:absolute;
	bottom:-5px;
	right:0;
	padding:2px 0 7px 10px;
}
.heading-post .date span{display:block;}
.post3 .heading-post h2,
.post2 .heading-post h2{
	float:left;
	width:340px;
	height:1%;
	background:none;
	padding:0;
	font-size:28px;
	line-height:33px;
	margin:0;
	position:relative;
	color: #fff;
}
.post3 .heading-post h2 span,
.post2 .heading-post h2 span{
	float:none;
	padding:0;
	text-align:left;
	display:block;
	width:auto;
	color:#fff;
}
.post3 .heading-post h2 .c,
.post2 .heading-post h2 .c{
	background:#0084a5 url(images/bg-heaging-t3.gif) no-repeat;
	padding:5px 10px 5px 59px;
	color:#fff;
}
.post3 .heading-post h2 .c a{
	color:#fff;
	font-size:24px;	
}
.post3 .heading-post h2 .b,
.post2 .heading-post h2 .b{
	background: url(images/bg-heaging-b3.gif) no-repeat;
	height:8px;
	font-size:0;
	overflow:hidden;
}
.post2 .heading-post h2 .b2{
	background: url(images/bg-heaging-b4.gif) no-repeat;
	height:8px;
	font-size:0;
	overflow:hidden;
}
.post2 .image-box{margin:0 0 22px;}
.post2 blockquote{
	padding:15px 7px 15px 35px;
	line-height:24px;
}
.post2 ul{
	margin:9px 0;
	padding:10px 3px 10px 37px;
	list-style:none;
	background:#e4d8ca;
	line-height:23px;
}
.post ul{
	color:#2f4a61;
	margin:9px 0;
	padding:10px 3px 10px 37px;
	list-style:none;
	background:#e4d8ca;
	line-height:23px;
}
.post blockquote,
.post ul{font-family:"MuseoSlab500",Arial,Helvetica,sans-serif;}
.post ul li{
	background: url(images/bullet2.gif) no-repeat 0 10px;
	padding:0 0 10px 12px;
	margin:0 10px 0px 0
}
.post2 blockquote,
.post2 ul{font-family:"MuseoSlab500",Arial,Helvetica,sans-serif;}
.post2 ul li{
	background: url(images/bullet2.gif) no-repeat 0 10px;
	padding:0 0 2px 12px;
}
.post3{
	background-image:none;
	background-color:#f6f2ed;
	padding:18px 0 12px;
	margin:0 0 40px;
}
.post3 .content{padding:0 8px 25px 20px;}
.post3 .alignleft{margin:-35px 19px 0 0;}
/*.post3 .wp-caption img{display:block;
	width: 470px;}*/
.read-full{
	color:#6da5b8;
	font:14px "MuseoSlab500", Arial, Helvetica, sans-serif;
	margin:10px 0 0 0;
}
.read-full a{color:#6da5b8;}
.read-full a:hover{
	color:#2f4a61;
	text-decoration:none;
}
/* news listing navigation */
.navigation .next,
.navigation .prev{
	color:#6da5b8;
	font: 14px "MuseoSlab500", Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	}
.navigation .next a,
.navigation .prev a{
	color:#2f4a61;
	}
.navigation .next a:hover,
.navigation .prev a:hover{
	color:#6da5b8;
	text-decoration:none;
	}
/* meta */
.meta{
	color:#679db0;
	width:500px;
	margin:-6px -10px 0;
	position:relative;
	font:12px "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.meta .c{
	background: url(images/bg-meta-t.gif) repeat-y;
	overflow:hidden;
	height:1%;
	padding:0 0 4px 12px;
}
.meta .b{
	font-size:0;
	background: url(images/bg-meta-b.gif) no-repeat 0 100%;
	height:8px;
}
.meta .box{
	float:left;
	width:130px;
	padding:3px 0 2px 15px;
}
.meta .comments-box{width:145px;}
.meta .box strong{
	display:block;
	font-size:14px;
	color:#fff;
}
.meta a{color:#fff;}
.meta a:hover{
	color:#2f4a61;
	text-decoration:none;
}
/* comments-section */
.comments-section{
	background:#e4d8ca;
	margin:-8px 0 0;
	padding:0 20px 20px;
}
.comments-section h3{
	color:#975910;
	font:25px/33px "MuseoSlab500", Arial, Helvetica, sans-serif;
	margin:0 0 7px;
	padding:0 0 7px;
	background: url(images/divider6.gif) no-repeat 0 100%;
}
.comments-section .comments-list{
	margin:0 0 2px;
	padding:0;
	list-style:none;
	font-size:12px;
	line-height:18px;
	color:#2f4a61;
	font-weight:normal;
}
.comments-section .comments-list li{
	background-image:none;
	padding:0;
}
.comments-section .comments-list .row{
	background:#ece4da;
	padding:4px 1px 12px 8px;
	margin:0 0 20px;
}
.comments-section .comments-list .title{
	color:#dd5247;
	font-size:16px;
	line-height:24px;
	display:block;
}
.comments-section .comments-list .title a{color:#dd5247;}
.comments-section .comments-list .date{
	display:block;
	font-size:11px;
	line-height:13px;
	color:#975910;
	margin:0 0 3px;
}
.comments-section .comments-list p{margin:0;}
/* feedback-form */
.comments-section .feedback-form fieldset{
	color:#975910;
	font-size:11px;
}
.comments-section .feedback-form .row{padding:7px 0 5px;}
.comments-section .feedback-form .submit-row .submit{margin:-1px 0 0;}
.comments-section .feedback-form .submit-row p{margin:0;}
.general-info dl{
	margin:-4px 0 0;
	color:#975910;
	padding:0 0 21px;
	font:16px/18px "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.general-info dt{
	font-size:18px;
	line-height:22px;
	color:#dd5247;
}
.general-info dd{margin:0 0 15px;}
.general-info a{color:#975910;}
.general-info a:hover{
	color:#0084a5;
	text-decoration:none;
}
/* feedback-block */
.feedback-block{
	color:#975910;
	font-size:11px;
	background:#ece4da;
	padding:0 0 11px;
}
.feedback-block h3{
	margin:0 0 7px;
	color:#975910;
	padding:0 0 7px;
	background: url(images/divider6.gif) no-repeat 0 100%;
	font:25px/33px "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.feedback-block h4{
	margin:20px 0 7px;
	color:#dd5247;
	padding:0 0 7px;
	font:16px/16px "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.feedback-block .box{
	background:#e4d8ca;
	padding:14px 20px 20px;
	margin:0 0 20px;
}
.feedback-block .box2{padding:20px;}
.feedback-form fieldset{
	background:#ece4da;
	padding:10px 20px 0 10px;
}
.feedback-form input{
	display:block;
	margin:0;
	padding:0;
	border:0;
}
.feedback-form .row{
	overflow:hidden;
	height:1%;
	padding:0 0 10px;
}
.feedback-form .submit-row{padding:9px 0 5px;}
.feedback-form label{
	float:left;
	width:90px;
	color:#dd5247;
	font:16px/15px "MuseoSlab500", Verdana, Geneva, sans-serif;
}
.feedback-form label span{display:block;}
.feedback-form textarea{
	margin:0;
	padding:0;
	display:block;
	border:0;
	color:#6d3f07;
}
.feedback-form .text,
.feedback-form .textarea{
	background:#fff;
	color:#6d3f07;
	width:296px;
	float:right;
	padding:5px 12px 7px;
	font:16px "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.feedback-form .textarea{
	height:98px;
	overflow:auto;
	max-width:296px;
}
.feedback-form .submit{
	background: url(images/btn-submit.gif) no-repeat;
	width:63px;
	height:20px;
	overflow:hidden;
	float:right;
	text-indent:-9999em;
	line-height:0;
	margin:-4px 0 0;
	cursor:pointer;
}
.feedback-form p{margin:0;}
.map-placeholder img{display:block;}
.headline-message{
	font-family:"MuseoSans500",Arial,Helvetica,sans-serif;
	font-size:18px;
	line-height:normal;
	color:#2f4a61;
	padding:21px 0 16px;
}
/* sidebar */
#sidebar{
	width:240px;
	float:right;
	padding:0 10px 0 106px;
	margin:19px 0 -20px -56px;
	overflow:hidden;
}
.main-heading{
	overflow:hidden;
	padding:6px 0 0;
	margin:0 -10px 0 -66px;
	width:316px;
}
.main-heading h3{
	background: url(images/bg-heading.png) no-repeat;
	float:right;
	font:43px/76px "MuseoSlab500", Arial, Helvetica, sans-serif;
	font-stretch: ultra-condensed; 
	color:#fff;
}
.main-heading h3 span{float:left;}
.main-heading h3 .c{
	min-width:299px;
	text-align:right;
	padding:10 22px 0 28px;
	position:relative;
}
* html .main-heading h3 .c{width:229px;}
* html .main-heading h3.contact-title .c{width:254px;}
.main-heading h3 .r{
	background: url(images/bg-heading-end.png) no-repeat;
	width:10px;
	height:88px;
}
.title-box{
	background:#82c3d3;
	color:#2f4a61;
	margin:-8px 0 20px;
	padding:0 22px 8px 23px;
	font:14px "MuseoSlab500", Arial, Helvetica, sans-serif;
	height:1%;
}
.title-box .holder{
	overflow:hidden;
	width:208px;
	margin:0 0 0 -13px;
}
.title-box ul{
	margin:0;
	padding:4px 0 0;
	list-style:none;
	text-align:right;
	overflow:hidden;
	height:1%;
}
.title-box ul li{
	background: url(images/divider5.gif) no-repeat 12px 100%;
	padding:9px 0 11px;
	margin:-2px 0;
	height:1%;
}
/* category-list */
.category-list{width:208px;}
.category-list li{
	float:left;
	width:104px;
}
.title-box ul a{color:#2f4a61;}
.title-box ul a:hover{
	color:#fff;
	text-decoration:none;
}
/* archive-box */
.archive-box{
	background:#82c3d3;
	margin:0 0 25px;
}
.archive-box h3{
	text-align:center;
	color:#fff;
	background: url(images/bg-heading5.gif) no-repeat;
	width:260px;
	height:48px;
	margin:0 -10px -5px;
	font:26px/38px "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.archive-box .items-holder{
	overflow:hidden;
	height:1%;
}
.archive-box .items{
	overflow:hidden;
	height:1%;
	margin:-7px 0 0 14px;
}
.archive-box .cal-item{
	float:left;
	width:104px;
	background: url(images/divider5.gif) no-repeat 7px 100%;
	margin:-2px 0;
	padding:16px 0;
}
.archive-box .year{
	display:block;
	text-align:right;
	font-size:14px;
	padding:0 3px 0 0;
}
.archive-box .items ul{
	margin:0;
	padding:4px 0 0;
	list-style:none;
	font-size:10px;
}
.archive-box .items li{
	float:left;
	width:25px;
	text-align:right;
	padding:0 0 2px;
}
.archive-box a{color:#2f4a61;}
.form-box-holder{
	overflow:hidden;
	height:1%;
}
/* form-boxes */
.form-boxes{
	background:#ece4da;
	height:1%;
	overflow:hidden;
	font-size:14px;
	font:"MuseoSlab500", Verdana, Geneva, sans-serif;
	line-height:normal;
	color:#9d3a32;
	text-align:center;
	margin:-5px 0;
}
.form-boxes a{color:#9d3a32;}
.form-boxes fieldset{
	background: url(images/divider7.gif) no-repeat 10px 0;
	margin:-2px 0;
	padding:18px 0 19px;
}
.form-boxes label{
	color:#dd5247;
	font:18px "MuseoSlab500", Verdana, Geneva, sans-serif;
	line-height:22px;
	display:block;
	text-align:center;
	margin:0 0 3px;
}
.form-boxes input{
	margin:0;
	padding:0;
	display:block;
	border:0;
}
.form-boxes .text{
	width:200px;
	margin:0 auto 11px;
	padding:6px 10px;
	font:"MuseoSans500", Verdana, sans-serif;
}
.form-boxes .submit{
	background: url(images/btn-submit.gif) no-repeat;
	width:63px;
	height:20px;
	overflow:hidden;
	text-indent:-9999em;
	line-height:0;
	cursor:pointer;
	margin:0 auto 6px;
}
.form-boxes p{margin:0;}
/* wood-box */
.wood-box{
	width:200px;
	text-align:center;
	background: url(images/bg-wood-box2.gif) repeat-y;
	padding:14px 15px 23px;
	margin:0 0 -5px 4px;
	color:#fff;
	font:15px/25px "MuseoSans500", Arial, Helvetica, sans-serif;
}
.wood-box a{
	color:#fff;
}
.wood-box a:hover{
	text-decoration: none;
}
.wood-box .title{
	font:15px/25px "MuseoSlab500", Arial, Helvetica, sans-serif;
	width:230px;
	height:38px;
	display:block;
	margin:0 -15px;
	padding:10px 0 0;
	font-size:18px;
	line-height:23px;
}
.wood-box .title a{
	color:#fff;
}
.wood-box .title a:hover{
	text-decoration: none;
}
.wood-box .title-blue{background: url(images/bg-wood-title1.png) no-repeat;}
.wood-box .title-darkblue{background: url(images/bg-wood-title1-1.png) no-repeat;}
.wood-box .title-red{background: url(images/bg-wood-title2.png) no-repeat;}
.wood-box .title-green{background: url(images/bg-wood-title3.png) no-repeat;}
.wood-box p{margin:0;}
.section{
	background: url(images/bg-pattern2.png) repeat-y;
	width:800px;
	padding:0 10px;
	margin:0 0 20px;
	color:#6d3f07;
	font:2.4em/29px "MuseoSlab500", Arial, Helvetica, sans-serif;
}
.slider-section{padding:0 10px 20px;}
.aligncenter {
text-align: center;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft{float: left;}
.alignright{float: right;}
.wp-caption{
	border: 1px solid #d9c4aa;
	text-align: center;
	background-color: #fff;
	padding: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px;
	margin: 0;
	font-size: 12px;
	color:#975910;
}
/* board-section */
.board-section{
	margin:0 0 29px;
	padding:20px 10px 1px;
}
.board-section .holder{
	overflow:hidden;
	height:1%;
	margin:0 0 -16px;
}
.bio-boxes{
	overflow:hidden;
	margin:0 0 36px -14px;
	width:814px;
	color:#6d3f07;
	font:0.417em/14px "MuseoSans500", Verdana, Geneva, sans-serif;
}
.bio-boxes .box{
	float:left;
	width:230px;
	margin:0 0 0 34px;
	display:inline;
}
.bio-boxes .wood-box{
	line-height:18px;
	padding:14px 15px 13px;
	min-height:103px;
	margin:0 0 17px;
}
* html .bio-boxes .wood-box{height:103px;}
.bio-boxes .wood-box .title{margin:0 -15px 1px;}
.bio-boxes .wood-box p{margin:0;}
.bio-boxes .text-holder{
	padding:0 10px 0 11px;
	font-size: 12px;
	line-height: 16px;}
.bio-boxes .text-holder a{
	color: #dd5247;}
.bio-boxes .text-holder a:hover{
	color: #975910;
	text-decoration: none}
.bio-boxes .text-holder strong{
	color: #0084a5}
.bio-boxes .wp-caption{
	border-color:#d4bda2;
	padding:4px;
}
.bio-boxes .wp-caption img{display:block;}
.bio-boxes .alignright{margin:3px 0 0 5px;}
.bio-boxes .text-holder p{margin:0;}
/* slider-block */
.slider-block{
	overflow:hidden;
	width:810px;
	margin:0 0 19px -10px;
}
.slide-box{
	padding:10px;
	background:#fbfaf8;
	position:relative;
	float:right;
	width:600px;
	height:300px;
}
.slide-box .image{
	position:absolute;
	width:600px;
	height:300px;
	top:10px;
	left:10px;
}
.slide-box .active{z-index:1;}
.slide-box .image img{display:block;}
.slide-box .control-bar{
	bottom:21px;
	position:absolute;
	right:10px;
	z-index:15;
}
.slide-box .control-bar ul{
	background: url(images/bg-control-bar.png) no-repeat;
	width:65px;
	height:15px;
	margin:0;
	padding:5px 0 0 15px;
	list-style:none;
}
.slide-box .control-bar li{
	float:left;
	margin:0 10px 0 0;
	display:inline;
}
.slide-box .control-bar a{
	display:block;
	background: url(images/bullet1.png) no-repeat;
	width:10px;
	height:10px;
	overflow:hidden;
	text-indent:-9999em;
	position:relative;
	cursor:pointer;
}
.slide-box .control-bar .color1 .active a,
.slide-box .control-bar .color1 a:hover{background: url(images/bullet1-1.png) no-repeat;}
.slide-box .control-bar .color2 .active a,
.slide-box .control-bar .color2 a:hover{background: url(images/bullet1-2.png) no-repeat;}
.slide-box .control-bar .color3 .active a,
.slide-box .control-bar .color3 a:hover{background: url(images/bullet1-3.png) no-repeat;}
/* slider-block-navigation */
.slider-block .navigation{
	margin:10px -160px 0 0;
	float:left;
	width:350px;
	font:28px "MuseoSlab500", Arial, Helvetica, sans-serif;
	position:relative;
	padding:8px 0 0;
	z-index:1;
}
* html .slider-block .navigation{padding:0;}
* +html .slider-block .navigation{padding:0;}
.slider-block .navigation ul{
	margin:0;
	padding:0;
	list-style:none;
}
.slider-block .navigation li{
	background: url(images/divider2.gif) no-repeat 30px 0;
	height:1%;
	vertical-align:top;
}
.slider-block .navigation li:first-child{background-image:none;}
.slider-block .navigation li a{
	width:169px;
	height:101px;
	display:block;
	color:#6d3f07;
	text-align:right;
	margin:-8px -40px -8px 0;
	padding:7px 51px 0 0;
	cursor:pointer;
	position:relative;
	z-index:1;
	overflow:hidden;
}
* html .slider-block .navigation li a{margin:0 -40px -8px 0;}
* +html .slider-block .navigation li a{margin:0 -40px -8px 0;}
.slider-block .navigation li a:hover,
.slider-block .navigation li:hover a,
.slider-block .navigation li.hover a{
	text-decoration:none;
	color:#fff;
	background: url(images/bg-over-item1.png) no-repeat;
}
.slider-block .navigation li .item2 a:hover,
.slider-block .navigation li:hover .item2 a,
.slider-block .navigation li.hover .item2 a{background: url(images/bg-over-item2.png) no-repeat;}
.slider-block .navigation li .item3 a:hover,
.slider-block .navigation li:hover .item3 a,
.slider-block .navigation li.hover .item3 a{background: url(images/bg-over-item3.png) no-repeat;}
.slider-block .navigation li a strong{
	display:block;
	font-size:47px;
	line-height:49px;
}
.slider-block .navigation .sub{
	display:none;
	font-size:16px;
	position:absolute;
	top:0;
	left:200px;
	border-right:5px solid #dd5247;
	background: url(images/bg-sub-over.gif) no-repeat;
	width:150px;
	height:300px;
}
.slider-block .navigation .item2 .sub{border-right:5px solid #0084a5;}
.slider-block .navigation .item3 .sub{border-right:5px solid #add04d;}
.slider-block .navigation li:hover .sub,
.slider-block .navigation li.hover .sub{display:block;}
.slider-block .navigation .sub-w1{
	width:100%;
	display:table;
	height:100%;
}
.slider-block .navigation .sub ul{
	padding:0;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.slider-block .navigation .sub li{
	padding:0;
	background-position:21px 0;
	height:auto;
}
.slider-block .navigation .sub li a,
.slider-block .navigation li:hover .sub a{
	background-image:none;
	color:#975910;
	height:auto;
	margin:0;
	padding:7px 0 6px 30px;
	text-align:left;
	width:auto;
}
.slider-block .navigation .item1 .sub a:hover{color:#dd5247;}
.slider-block .navigation .item2 .sub a:hover{color:#0084a5;}
.slider-block .navigation .item3 .sub a:hover{color:#add04d;}
.slider-section .boxes{
	overflow:hidden;
	height:1%;
	font:15px "MuseoSlab500", Arial, Helvetica, sans-serif;
	color:#fff;
	margin:0 0 0 -14px;
}
.slider-section .boxes .box{
	float:left;
	width:180px;
	text-align:center;
	background: url(images/bg-wood-box.gif) repeat-y;
	margin:0 0 0 34px;
	display:inline;
	padding:14px 25px 22px;
}
.slider-section .boxes .title{
	font-size:20px;
	width:230px;
	height:38px;
	display:block;
	margin:0 -25px;
	padding:10px 0 0;
}
.slider-section .boxes .title-blue{background: url(images/bg-wood-title1.png) no-repeat;}
.slider-section .boxes .title-red{background: url(images/bg-wood-title2.png) no-repeat;}
.slider-section .boxes .title-green{background: url(images/bg-wood-title3.png) no-repeat;}
.slider-section .boxes p{margin:0;}
.slider-section .boxes a{color:#fff;}
.slider-section .boxes a:hover{text-decoration: none;}
.section .heading{
	margin:0 auto 7px;
	font-size:45px;
	line-height:47px;
	background: url(images/bg-heading1.png) no-repeat;
	width:407px;
	text-align:center;
}
.section .learn-more{
	font-size:18px;
	line-height:20px;
	text-align:center;
}
.section .learn-more a{color:#dd5247;}
.section .learn-more a:hover{color:#975910; text-decoration: none}
.section p{margin:0 0 8px;}
.vision-section .holder{padding:15px 160px;}
.vision-section h2{color:#0084a5;}
.impact-section .holder{padding:15px 0;}
.impact-section h2{color:#67801f;}
.two-columns{
	overflow:hidden;
	height:1%;
	margin:0 0 0 5px;
	font-size:1em;
	line-height:24px;
}
.impact-section .two-columns{font-size:0.59em;}
.two-columns .column{float:left;}
.impact-section .column{
	width:375px;
	margin:0 0 0 15px;
	display:inline;
}
/* grow-top-bloc */
.grow-top-block{
	overflow:hidden;
	height:1%;
	color:#6d3f07;
	padding:0 24px 19px 9px;
	font:22px/25px "MuseoSlab500",Arial,Helvetica,sans-serif;
}
.grow-top-block .r-col{
	float:right;
	width:246px;
	text-align:center;
}
.grow-top-block p{margin:0px 0 12px 0;}
.grow-top-block h2{
	margin:0;
	color:#67801f;
	font-size:34px;
	line-height:42px;
	margin:5px 0 10px 0;
}
.grow-top-block h3{
	font-size:24px;
	line-height:30px;
}
.grow-top-block .mark-red{
	color:#dd5247;
	display:block;
	margin:10px 0 0 0;
}
.grow-top-block .total{
	background:#dd5247;
	color:#fff;
	font-size:50px;
	line-height:59px;
	padding:0 0 2px;
	margin:0 0 19px;
}
.grow-top-block .wood-box{
	line-height:18px;
	padding:14px 2px 10px;
	width:226px;
}
.grow-top-block .wood-box .title{margin:0 -2px;}
.grow-top-block .image{
	float:left;
	width:505px;
	height:372px;
	padding:10px;
	background:#fbfaf8;
}
.grow-top-block .image img{display:block;}
/* two-boxes-section */
.two-boxes-section{
	color:#6d3f07;
	font-size:1.4em;
	background-image:none;
	padding:0;
	margin:0 -10px;
	overflow:hidden;
	height:1%;
	width:auto;
}
.two-boxes-section .two-columns{
	margin:0 0 16px;
	width:830px;
}
.two-boxes-section .columns1{
	background: url(images/bg-two-boxes.png) repeat-y;
	padding:0 0 10px;
}
.two-boxes-section .column{
	float:left;
	display:inline;
	width:351px;
	margin:0 0 0 20px;
	padding:10px 19px 0 20px;
}
.two-boxes-section h3{
	margin:0 auto;
	color:#06708b;
	font-size:45px;
	line-height:57px;
	text-align:center;
	background: url(images/bg-leaf2.png) no-repeat;
	width:351px;
}
.two-boxes-section h3.mark-green{color:#67801f;}
.two-boxes-section .columns2{
	font-size:0.858em;
	line-height:19px;
	color:#6d3f07;
}
.two-boxes-section .columns2 strong{font-weight:bold;}
.two-boxes-section .columns2 h3{
	margin:0;
	color:#dd5247;
	font-size:26px;
	line-height:31px;
	text-align:left;
	background-image:none;
	width:351px;
}
.two-boxes-section .columns2 a{color:#dd5247;
	margin:-8px 0 0 0;}
.two-boxes-section .columns2 a:hover{
	color:#6d3f07;
	text-decoration:none;
}
.two-boxes-section .columns2 .title{display:block;}
.two-boxes-section .columns2 .title a{
	color:#6d3f07;
	margin:0 0 0 0;}
.two-boxes-section .columns2 .title a:hover{color:#dd5247;}
.two-boxes-section p{margin:10 0 0 0;}
.two-boxes-section .columns2 p{margin:10 0 0px;}
.two-boxes-section .columns2 ul{
	margin:10 0 0 0;
	padding:0;
	list-style:none;
}
.two-boxes-section .columns2 li{padding:0 0 10px 0;}
/* footer */
#footer{
	background:#b8d065;
	margin:0 auto;
	padding:0 0 100px;
}
#footer .heading-section{
	background:#0084a5;
	border-width:1px 0;
	border-color:#fff;
	border-style:solid;
	padding:9px 0;
	margin:0 0 15px;
}
#footer .sub-nav{
	margin:0;
	padding:0 33px 0 0;
	list-style:none;
	text-align:center;
	font-size:12px;
}
#footer .sub-nav li{
	display:inline;
	padding:0 8px;
}
#footer .sub-nav a{color:#fff;}
#footer .items{
	color:#fff;
	overflow:hidden;
	width:861px;
	margin:0 0 0 -41px;
	font:1.5em/17px "MuseoSans500", Arial, Helvetica, sans-serif;
}
#footer .item{
	float:left;
	width:233px;
	margin:0 0 0 53px;
	display:inline;
}
#footer .text-13,
#footer .item-contact{
	padding:0 0 0 23px;
	width:193px;
}
#footer .item h3{
	margin:0 0 18px;
	font-size:1.734em;
	line-height:28px;
	font-family: "MuseoSlab500", Georgia, serif;
	color:#004253;

}
#footer .item ul{
	margin:0;
	padding:0;
	list-style:none;
}
#footer .item p{margin:0 0 16px;}
#footer .item a{color:#fff;}
#footer .item a:hover{color:#3d5120;text-decoration:none;}
#footer address{
	margin:0 0 16px;
	font-style:normal;
	display:block;
}