@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
	background:url(../images/main-bg.jpg) repeat-x #e9f3dd;
	font-family:Arial, Helvetica, sans-serif;
}
p{
	margin:10px 0;
}
h1, h2, h3, h4{
	margin:10px 0 20px 0;
	line-height:normal;
}

#container{
	margin:0 auto;
}
#header{
	height:483px;
	width:990px;
	background:url(../images/bg-header.jpg) no-repeat 0 33px;
	margin:0 auto;
}
#header img{
	margin:22px 0 0 0;
}
#maincontent{
	width:990px;
	background:url(../images/main-shadow.jpg) no-repeat 0 1px;;
	padding:62px 0 0 0;
	font-size:11px;
	margin:0 auto;
}
#maincontent h1{
	font-family:"Trajan Pro", Arial, Helvetica, sans-serif;
	font-size:32px;
	font-weight:normal;
	margin:0 0 18px 35px;
	border-bottom:1px solid #b7c8a2;
}
#content_bg{
	background:url(../images/bg-content.jpg) repeat-y right 18px;
}
#leftcontent{
	width:535px;
	padding:0 35px 30px 35px;
	float:left;
	color:#464b3f;
	line-height:18px;
	text-align:justify;
}
#leftcontent a{
	text-decoration:none;
	color:#000;
}
#leftcontent a:hover{
	color:#FFF;
}
#leftcontent h2{
	font-family:"Trajan Pro", Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#74a43b;
	font-weight:normal;
}
#leftcontent h3{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:normal;
	margin:10px 0 14px 0;
}
#leftcontent h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	margin:6px 0 8px 0;
}
#rightcontent{
	width:325px;
	padding:0 30px 10px 30px;
	float:right;
	background: url(../images/bg-right-content.jpg) repeat-x 0 0 #cedebb;
	line-height:18px;
}
#rightcontent h3{
	font-family:"Trajan Pro", Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#000;
	font-weight:normal;
	display:block;
}
#rightcontent h3.editor{
	background:url(../images/editor-icon.gif) no-repeat;
	padding:10px 0 10px 52px;
	display:block;
	margin:20px 0 0 0;
}
#rightcontent .fold{
	position:absolute;
	background:url(../images/fold.png) no-repeat right top;
	width:75px;
	height:77px;
	margin-left:280px;
}
.sidemenu{
	margin:16px 0 0 0;
}
.sidemenu ul{
	margin:0;
	padding:0;
	list-style:none;
	font-size:12px;
}
.sidemenu ul li{
	margin:0;
	padding:0;
	border-bottom:1px dashed #bbcba7;
	line-height:34px;
}
.sidemenu ul li a{
	padding-left:32px;
	display:block;
	color:#000;
	text-decoration:none;
	background:url(../images/arrow.jpg) no-repeat 6px center;
}
.sidemenu li a:hover{
	background:url(../images/arrow.jpg) no-repeat 6px center #e6efda;
}
.sidemenu li a.active{
	background:url(../images/arrow.jpg) no-repeat 6px center #e6efda;
}
#bottom{
	background:url(../images/bg-bottom.jpg) repeat-x #9db185;
	height:158px;
}
#bottomcontent{
	width:920px;
	padding:20px 35px;
	margin:0 auto;
	color:#FFF;
	font-size:15px;
}
#bottomcontent h2{
	font-family:"Trajan Pro", Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:normal;
	color:#FFF;
	margin:0 0 15px 0;
}
#bottomcontent a{
	color:#FFFFFF;
}
#bottomcontent a:hover{
	text-decoration:none;
}
#footer{
	background:url(../images/bg-footer.jpg) repeat-x #1f2e0a;
	height:94px;
}
#footercontent{
	width:920px;
	padding:30px 35px;
	margin:0 auto;
	color:#b9d29c;
	font-size:12px;
	line-height:18px;
}
#footercontent a{
	color:#b9d29c;
	text-decoration:none;
}
#footercontent a:hover{
	color:#FFF;
}





.staff{
	background:url(../images/bg-staff.jpg) repeat-x;
	border:1px solid #FFF;
	padding:7px;
	height:82px;
	line-height:normal;
	color:#586743;
	display:block;
}
.staff p{
	margin:2px 0 4px 0;
}
.staff a img{
	padding:5px;
	background:#FFF;
	float:left;
	margin:0 9px 0 0;
}
.staff a:hover img{
	background-color:#78a840;
}
.staff h4{
	font-size:12px;
	font-weight:bold;
	color:#619f15;
	margin:0 0 6px 0;
}
.staff h4 a{
	text-decoration:none;
	color:#619f15;
}
.staff h4 a:hover{
	color:#FFF;
}
h4{
	font-size:12px;
	font-weight:bold;
	margin:0;
}
.imgnomargin{
	padding:5px;
	border:1px solid #d3d9cb;
	background:#FFF;
	clear:both;
}
.imgleftnomargin{
	padding:5px;
	border:1px solid #d3d9cb;
	background:#FFF;
	float:left
}
.imgrightnomargin{
	padding:5px;
	border:1px solid #d3d9cb;
	background:#FFF;
	float:right;
}

.imgcenter{
	padding:5px;
	border:1px solid #d3d9cb;
	background:#FFF;
	clear:both;
	margin-bottom:10px;
}
.imgleft{
	padding:5px;
	border:1px solid #d3d9cb;
	background:#FFF;
	margin:0 10px 10px 0;
	float:left
}
.imgright{
	padding:5px;
	border:1px solid #d3d9cb;
	background:#FFF;
	margin:0 0 10px 10px;
	float:right;
}
.more a{
	width:64px;
	height:24px;
	background:url(../images/bg-more.jpg) no-repeat;
	color:#FFF;
	line-height:24px;
	float:right;
	padding:0 0 0 14px;
	margin:0 0 20px 0;
	text-decoration:none;
	clear:both;
}
.more a:hover{
	color:#000;
}
.read_more{
	background:url(../images/arrow.jpg) no-repeat 0 0;
	padding-left:24px;
	line-height:16px;
	color:#58624b;
	font-size:12px;
	font-weight:bold;
}
.read_more a{
	color:#58624b;
	text-decoration:none;
}
.read_more a:hover{
	color:#FFF;
}
.left{
	float:left;
}
.right{
	float:right;
}
.line{
	background:url(../images/bg-shadow.jpg) no-repeat;
	border-top:1px solid #cedebb;
	height:33px;
}
.doubleline{
	background:url(../images/bg-double-line.jpg) repeat-x;
	height:2px;
	margin:15px 0 23px 0;
}
.small_shadow{
	background:url(../images/small-shadow.png) no-repeat left bottom;
	height:22px;
	display:block;
}
.small_shadow img{
	padding:5px;
	border:1px solid #d3d9cb;
	background:#FFF;
	clear:both;
}
.clear{
	clear:both;
	margin:0;
	padding:0;
	line-height:1px;
}


.email{
	padding:90px 18px 18px 18px;
	background:url(../images/email-header.jpg) no-repeat #f3f9eb;
}