#wrapper{
	background: url(../images/bg_gradiant.png) 0 0 repeat-x;
	width: 100%;
}

#main{
	background: #ffffff;
	width: 876px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.windmil{
	position: absolute;
	width: 194px;
	height: 706px;
	top: 5px;
	left: 0;
	background: url(../images/windmil.png) 0 0 no-repeat; 
	z-index: 2;
}

#header{
	width: 766px;
	height: 123px;
	background: #ffffff;
	border-bottom: 1px solid #6d3e15;
	padding-left: 96px;
	padding-right: 14px;
	z-index: 5;
}

#header h1.logo{
	width: 314px;
	height: 114px;
	background: url(../images/logo.jpg) 0 0 no-repeat;
	float: left;
	margin-left: 4px;
}

#header div.contact{
	width: 368px;
	float: right;
}

#header div.contact p{
	color: #a0611e;
	text-align: right;
}

#header div.contact div.top-nav{
	width: 368px;
	border-bottom: 1px solid #df9362;
	border-top: 1px solid #df9362;
	padding: 2px 0 4px 0;
	margin: 25px 0 6px 0;
}

#header div.contact div.top-nav p{
	font-size: 16px;
	color: #507f31;
	float: left;
}

#header div.contact p.signup{
	margin-top: 8px;
	margin-bottom: 8px;
}

#header div.contact div.top-nav ul{
	float: right;
	margin: 2px 0 0 0;
}

#header div.contact div.top-nav li{
	float: left;
	margin-right: 4px;
	font-size: 12px;
}

#header div.contact div.top-nav li.pipe{
	float: left;
	margin-right: 4px;
	color: #333333;
	font-size: 12px;
}

#header div.contact div.top-nav li a{
	color: #507f31;
	font-size: 12px;
}

div.newsletter{
	float: right;
}

div.newsletter input.email{
	line-height: 0;
	border: 1px solid #999999;
	width: 200px;
	height: 21px;
	float: left;
	margin-right: 4px;
}

div.newsletter input.submit{
	line-height: 0;
	border: 0;
	width: 72px;
	height: 24px;
	background: url(../images/btn_signup.gif) 0 0 no-repeat;
	float: left;
}

#mid{
	height: 212px;
	width: 776px;
	background: #ffffff;
	border-bottom: 1px solid #6d3e15;
	padding-left: 100px;
	z-index: 5;
}

ul.main-nav{
	position: relative;
	float: left;
	margin-top: 24px;
	z-index: 15;
}

ul.main-nav li{
	margin-bottom: 7px;
}

ul.main-nav li a{
	color: #3e8a00;
	text-decoration: none;
	font-size: 14px;
}

ul.main-nav li a:hover{
	color: #6d3e15;
	text-decoration: none;
}

div.main-img{
	position: relative;
	height: 212px;
	float: right;
}

div.main-img h3{
	position: absolute;
	top: 76px;
	left: 68px;
	width: 290px;
	color: #4F4F4F !important;
	z-index: 20;
	overflow: hidden;
	font-size: 15px !important;
}

#sub-nav{
	width: 780px;
	height: 30px;
	padding: 0 0 0 96px;
	margin: 0;
	background: #6d3e15;
	z-index: 10;
}

#sub-nav ul{
	position: relative;
	height: 30px;
	float: left;
	overflow: hidden;
	z-index: 35;
}

#sub-nav li{
	margin: 0;
	padding: 0;
	float: left;
	overflow: hidden;
}


#sub-nav li a{
	display: block;
	float: left;
	width: 120px;
	height: 30px;
	background: #6d3e15;
	color: #fff;
	text-align: center;
	font-size: 10px;
	line-height: 24px;
	font-weight: bold;
}

#sub-nav li a:hover{
	background: #a35a21;
}

#content{
	display: block-inline;
	width: 780px;
	border-bottom: 1px solid #6d3e15;
	padding: 15px 0 15px 96px;
	z-index: 5;
	overflow: hidden;
}

#content div.alpha{
	position: relative;
	width: 760px;
	padding-right: 30px;
	float: left;
	overflow: hidden;
}

#content div.alpha div.content-block{
	width: 100%;
	border-bottom: 1px solid #a35a21;
	padding-bottom: 6px;
	margin: 0 0 10px 0;
	float: left;
	min-height:330px;
}

#content div.alpha div.sub-block{
	width: 448px;
	height: 87px;
	float: left;
}

#content div.alpha div.sub-block div.mini{
	height: 87px;
	width: 216px;
	float: left;
}

#content div.alpha div.sub-block div.mini img{
	float: left;
	padding-right: 10px;
}

#content div.alpha div.sub-block div.mini h2{
	float: left;
	width: 130px;
	margin: 0 0 6px 0;
	font-size: 14px;
	color: #d46f2d;
}

#content div.alpha div.sub-block div.mini p{
	float: left;
	font-size: 10px;
	font-weight: bold;
	width: 130px;
	margin: 0 0 6px 0;
	line-height: 12px;
}

#content div.alpha div.sub-block div.mini a{
	color: #2476bb;
}

#content div.omega{
	float: right;
	width: 262px;
	overflow: hidden;
	margin-left: 15px;
}

#content h1{
	margin-bottom: 14px;
}

#content h2{
	margin-bottom: 14px;
}

#content p{
	line-height: 17px;
	margin-bottom: 15px;
}

#content a{
	line-height: 17px;
	margin-bottom: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #53792f;
}

#content a:hover{
	text-decoration: underline;
}


ul.list li {
	font-size: 12px;
	line-height: 22px;
}

ul{
	font-size: 12px;
	line-height: 22px;
}

div.news-block{
	background: url(../images/news_repeater.gif) 0 0 repeat-y;
	overflow: hidden;
	height: 314px;
}

div.news-block h1{
	display: block;
	width: 262px;
	height: 27px;
	background: url(../images/smallturbine.gif) 0 0 no-repeat;
}

div.news-block div.entry{
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

div.news-block div.entry h2{
	color: #d6722d;
	font-size: 12px !important;
	margin-bottom: 6px !important;
}

div.news-block div.entry p{
	color: #333333;
	font-size: 10px;
	margin-bottom: 4px !important;
	line-height: 14px !important;
}

div.news-block div.entry a{
	color: #2476bb !important;
}

div.news-block div.entry span.date{
	display: block;
	color: #333333;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-bottom: 6px !important;
}

div.news-bottom{
	width: 262px;
	height: 61px;
	background: url(../images/news_bottom.gif) 0 0 no-repeat;
}

#footer{
	position: relative;
	background: #78c644;
	height: 22px;
	width: 860px;
	margin-left: auto;
	margin-right: auto;
	padding: 8px;
	z-index: 5;
}

#footer p{
	font-size: 11px;
}

#footer div.left{
	float: left;
}

#footer div.right{
	float: right;
}