body{
	background:url(../images/background.png) #7186b1 repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #000000;
        margin:0px;
}
a{
        color: #000000;
}
#container{
	margin:0px auto;
	clear: both;
	width: 850px;
	height: auto;
	background-color: #e9e9e9;
}
#holder{
	background-color: #e9e9e9;
	float: left;
	height: auto;
	width: 850px;
}

#header{
	margin:0px auto;
	clear: both;
	width: 850px;
	height: 235px;
	background-image:url(../images/header.png);
}
#navigation{
	width: 650px;
	height: 35px;
	float: left;
	position:relative;
	top: 200px;
}
#navigation ul{
	list-style-type:none;
	margin-top:8px;
	padding:0px;
}
#navigation li{
	display: inline;
	margin-left: 3px;
}
#navigation li a{
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	padding: 10px;
	text-decoration:none;
}
#navigation li a:hover{
	background-color: #900;
}
#page_heading{
	width: 650px;
	height: 90px;
	background-image:url(../images/header_bg.jpg);
	float: left;
}
#page_heading_title{
	width: 500px;
	height: 40px;
	float: left;
	position: relative;
	left: 100px;
	top: 30px;
	font-size: 28px;
	color: #325b9d;
	font-weight: bold;
}
#content{
	width: 630px;
	background-color: #e9e9e9;
	float: left;
	padding: 10px;
}

#sidebar{
	width: 200px;
	float:right;
	background-color: #e9e9e9;
}
#sidebar_content{
	width: 180px;
	padding: 10px;
}
#sidebar_content .cat_textbox{
	width: 160px;
	height: 20px;
	border: 1px solid #2a579a;
	padding: 4px;
        font-size: 14px;
        color: #2a579a;

}
#footer{
	width: 830px;
	padding: 10px;
	height: 80px;
	float: left;
	background-color:#900;
	font-size: 14px;
	color: #ffffff;
	text-align:center;
}

/* Easy Slider */
#slider_container{
width: 650px;
float: left;
}
#slider ul, #slider li{
margin:0;
padding:0;
list-style:none;
}
#slider, #slider li{ 

width:650px;
height:300px;
overflow:hidden; 
		}
	span#prevBtn{float: left; margin: 5px;}
	span#nextBtn{float: right;  margin: 5px;}					

.content #slider img{
	display:block!important;
	border:0px!important;
	background-color:none!important;
	padding:0px!important;
}

/* // Easy Slider */


/*Blog Template */
.blog #content{
width: 830px;
}
.post-title a{
text-decoration: none;
color: #325b9d;
}
.blog hr{
display: none;
}
.side-panel h4{
color: #325b9d;
}
.side-panel li a{
text-decoration: none;
}

ol.blogsitesummary{
list-style-type: none;
padding:0px;
}
.blogsitesummary li{
margin-bottom: 15px;
}
.blogsitesummary li a{
color: #325b9d;
text-decoration: none;
}
.blogsitesummary li a:hover{
color: #325b9d;
text-decoration: underline;
}
.blogsitesummary .author{
display: none;
}
.blogsitesummary .date{
display: block;
font-size: 12px;
color: #666666;
}

/*Forms*/
.cat_textbox, .cat_listbox{
	border: 1px solid #2a579a;
	padding: 4px;
        font-size: 14px;
        color: #2a579a;
}
label{
font-size: 14px!important;
color: #2a579a;
}

#district_map{
width: 184px; 
margin: 0px auto; 
clear: both; 
padding: 8px; 
background-color: #285699; 
text-align: center;

}
#district_map a:link, #district_map a:active, #district_map a:visited{
color: #ffffff;
text-decoration: none;
font-weight: bold;
}
#district_map a:hover{
text-decoration: underline;
}

