/* @override 
	http://webdesign.gs/hatzil/hatzil.css
	http://www.webdesign.gs/hatzil/style/hatzil.css
*/

body{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/back.jpg);
	background-repeat: repeat-x;
	font-family: "Trebuchet MS", "BakerSignet BT", Georgia, sans-serif;
	font-size: 12px;
	color: #000;
}

#cms_content, #blog_content, #newsletter_content {
	width: 550px;
}

#wrapper{
	margin: 0 auto;
	padding: 0px;
	width: 870px;
}

#header{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	height: 115px;
	position: relative;
}

#flash{
	margin: 0px;
	padding: 0px;
}

#middle{
	margin: 0px;
	padding: 0px;
	background-image: url(../images/middle-back.jpg);
	background-repeat: repeat-y;
}

#content{
	margin: 0px;
	padding: 10px;
	width: 598px;
	float: left;
}

#content p, #content ul, #content ol{
	font-size: 11px;
	color: #6b6b6b;
	line-height: 17px;
}

#sidebar{
	margin: 0px;
	padding: 0px;
	width: 249px;
	margin-top: -14px;
	float: right;
	font-size: 11px;
	line-height: 18px;
	color: #5b5b5b;
}

#sidebar p{
	padding: 10px;
	padding-top: 0px;
	margin-top: 5px;
	padding-bottom: 5px;
}

#top{
	width: 249px;
	height: 45px;
	background-color: #a9d377;
}

#top h2{
	padding-top: 12px;
	text-align: center;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.divider{
	height: 1px;
	border-bottom: 1px dashed #979797;
	margin-top: -5px;
}

#cpcontainer{
	text-align: center;
	font-size: 25px;
	margin-bottom: 15px;
	margin-top: 7px;
}

span.dcountstyle{
	background-color: #000;
	padding: 3px;
	color: #d5d5d5}

#footer{
	clear: both;
	margin: 0px;
	padding: 10px;
	text-align: right;
	line-height: 23px;
	font-size: 11px;
	color: #727272;
	border-top: 1px dashed #979797;
}

#footer-text{
	margin: 0 auto;
	width: 850px;
}

#footer a{
	color: #727272;
	text-decoration: none;
}

#footer a:hover{
	color: #434343;
}

a.archives{
	text-transform: uppercase;
	text-decoration: none;
	color: #434141;
	font-size: 11px;
	background-color: #a9d377;
	padding: 10px;
	border: 1px solid #89b851;
}

a.readmore{
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	color: #45750e;
}

a.readmore:hover{
	color: #243e07;
}

.title{
	font-size: 12px;
	color: #53811e;
}

.blogEntry{
	font-size: 12px;
	color: #6b6b6b;
	line-height: 20px;
	padding: 10px;
}

.blogEntry b a.readtitle{
	font-size: 16px;
	color: #53811e;
}

.blogEntry a.readmore{
	clear: both;
	float: right;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	color: #45750e;
}

#blogPosted{
	color: #323232;
	font-size: 11px;}

#content .blogListing p.blogPostTitle{
	font-size: 16px;
	color: #729f43;
}

h1{
	font-weight: normal;
	font-size: 22px;
	color: #729f43;
}

h2{
	font-size: 18px;
	font-weight: normal;
	color: #4e4e4e;
}

h3{
	margin: 0px;
	padding: 10px 0px 0px 10px;
	font-size: 14px;
	font-weight: normal;
	color: #4f791f;
}



a{
	color: #53811e;
	text-decoration: none;
}

a:hover{
	color: #2e4711;
}

/* NAV */



#nav{
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 49px;
	left: 270px;
}

#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	margin: 0px;
	padding: 0px;
	display: block;
	float: left;
}

#nav a{
	display: block;
	float: left;
	overflow: hidden;
	background-image: url(../images/nav.jpg);
	height: 29px;
	text-indent: -8000px;
}

a#home{
	background-position: 0px 0px;
	width: 70px;
}

a#home:hover{
	background-position: 0px -29px;
}

a#coal{
	background-position: -70px 0px;
	width: 110px;
}

a#coal:hover{
	background-position: -70px -29px;
}

a#citizens{
	background-position: -180px 0px;
	width: 101px;
}

a#citizens:hover{
	background-position: -180px -29px;
}

a#support{
	background-position: -281px 0px;
	width: 92px;
}

a#support:hover{
	background-position: -281px -29px;
}

a#follow{
	background-position: -373px 0px;
	width: 81px;
}

a#follow:hover{
	background-position: -373px -29px;
}

a#links{
	background-position: -454px 0px;
	width: 67px;
}

a#links:hover{
	background-position: -454px -29px;
}

a#contact{
	background-position: -521px 0px;
	width: 74px;
}

a#contact:hover{
	background-position: -521px -29px;
}