@charset "utf-8";
/* CSS Document */

@import url("common.css");

#wrapper {
	background-image:none;
}

#wrapper_middle {
	position:relative;
	float:left;
	width:900px;
	overflow:hidden;
}

#wrapper_middle img{
	float:left;
}

#wrapper_content_home{
	float:left;
	width:900px;
	height:183px;
	padding:20px 0px 0px 0px;
	background-image: url(../../_homeimg/news_bg.jpg);
	background-repeat: no-repeat;
}

#wrapper > #wrapper_content_home{min-height:183px; height:auto;}

div.quote_pod{
	float:left;
	width:329px;
	padding:36px 30px 0px 34px;
	color:#82a176;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	line-height:2.0em;
}

div.quote_pod blockquote{
	font-size: 1.5em;
	color:#497d47;
	margin:0px;
	padding:0px;
}

div.news_pod{
	float:left;
	width:457px;	
	padding:0px 50px 0px 0px;
}

div.news_pod_img{
	float:left;
	width:100px;
	padding:25px 0px 0px 12px;
	background-image: url(../../_homeimg/news_img.gif);
	background-repeat: no-repeat;
	background-position: 0px 13px;
}

div.news_pod_txt{
	float:left;
	width:330px;
	color:#51845e;	
	font-size: 0.9em;
	line-height:1.6em;
	padding:20px 0px 0px 0px;
}

div.news_pod_txt p{
	margin:0px;	
}

div.news_pod h1{
	color:#42607f;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: normal;
	margin:0px;
	padding-bottom:7px;
}

.moretext a{
	color:#42607f;	
	font-size: 0.95em;
	line-height:2.8em;
	text-decoration: none;
}

.moretext a:hover{
	text-decoration: underline;
}


/*-------footer-------*/

#wrapper_footer_home {
	position:relative;
	width:863px;
	height:60px;
	clear:both;
	padding: 15px 10px 0px 27px;
	margin:0px auto 0px auto;
	font-size: 0.85em;
	color: #4c825b;
}

