body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #808285;
	margin:0;
	padding:0;
}


/*-- Whitespace reset --*/
* {
	margin:0;
	padding:0;
	outline: none;
}


/*-- General Styles --*/
img, fieldset {
	border:none;
}
a {
	color:#006699;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
h1 {
	font-family: "Helvetica Neue", Helvetica, "Times New Roman", Times, serif;
	font-weight:normal;
	color:#353535;
}

ul {
	list-style: none;
}
table {
	border-collapse:collapse;
}
.form_input, textarea, select {
	padding:2px 3px 2px 3px;
	border:1px solid #CCCCCC;
	width:96%;
}
input, select, textarea {
	font-family:Arial, Helvetica, sans-serif;
}
p.success_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#669900;
	border:1px solid #669900;
	background:#EEFAE8;
	margin-bottom:5px;
}
p.fail_message {
	text-align:center;
	margin:2px 5px;
	padding:5px;
	color:#CC3300;
	border:1px solid #CC3300;
	background:#F9E9E4;
	margin-bottom:5px;
}
tr.dark_line {
	border-top:1px dotted #CCCCCC;
	background:#f4f4f4;
	padding:3px 0;
}
tr.light_line {
	border-top:1px dotted #CCCCCC;
	background:#ffffff;
	padding:3px 0;
}

.button {
	color:#FFF;
	font:bold 18px Arial;
	text-align:center;
	padding:10px 0px;
	width:215px;
	border:none;
	cursor: pointer;
}

/*----- Top Navigation Bar Styles -----*/
#top_nav {
	overflow:hidden;
	padding-top:50px;
	margin-bottom:0px;
	padding-right:15px;
} 

#top_nav ul li {
	float:right;
	margin-left:15px;
}

#top_nav ul li a {
	margin:0 5px 0 15px;
	color:#981d20;
	font:18px "Helvetica Neue",Helvetica,Arial;
	margin-bottom:10px;
	display:block;
}
#top_nav ul li a:hover {
	color:#999;
	text-decoration: none;
	
}
li.selectedHeader a {
	color:#333 !important;
}

#top_nav ul li a.last {
	margin-right:15px;
}

.lower #top_nav {
	position:absolute;
	bottom:10px;
	right:15px;
	height:20px;
	margin:0;
	padding:0;
}
/*-- SITEMAP --*/
#sitemap  {
	width:560px;
	margin:20px 0;
}
#sitemap ul li li{
	padding:3px;
	margin-left:20px;
}

#sitemap ul li {
	background:url(../images/arrow_off.gif) no-repeat 0px 2px;
	padding-left:10px;
	padding-bottom:10px;
}

#sitemap ul li li {
	background:url(../images/arrow_off.gif) no-repeat 0px 4px;
	padding-left:10px;
	padding-bottom:5px;
}
#sitemap ul ul  {
	margin-top:5px;
}
/*-- Master head style --*/
#header {
	position:relative;
	background:#000;
	padding:3px 10px;
	text-align:right;
	color:#BB0000;
}

#header a {
	color:#FFF;
}
#mh {
	background: #FFF;
	position:relative;
} 
#mh_container  {
	overflow:hidden;
	clear:both;
}
#mh_container img {
	float:left;
}
/*-- LOWER styles --*/
.lower #logo{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}
.lower #mh {
	height:120px;
	border-bottom:3px solid #781315;
	
}

#lower {
	padding-left:30px;
	background: url(../images/lower_bg.png) repeat-y;
	overflow:hidden;
}
#topsub {
	margin-top:4px;
	font:10px verdana;
	margin-bottom:10px;
}
#lower #left_col {
	width:550px;
	margin-right:14px;
	float:left;
}
#lower #right_col {
	width:206px;
	float:left;
}

/*-- Container style --*/
#container {
	margin-left:auto;
	margin-right:auto;	
	width:800px;
	padding:0px;
	text-align:left;
	background:#FFF;
}

/*-- Content styles --*/
#content {
	text-align:left;
	background:#FFFFFF;
	margin:0;
	overflow:hidden;
}
/*-- HOME styles --*/
#home {
	overflow:hidden;
	background: url(../images/home_bg.png) repeat-y;
	padding-bottom:15px;
}
#col1 {
	width:346px;
	float:left;
}
#col1 #problem_title {
	margin:0 auto;
	width:299px;
	height:21px;
	padding-top:15px;
}
#col1 #counter {
	text-align:right;
	padding:5px 10px 0;
}
#col1 #problem_top {
	width:322px;
	margin:10px auto;
	
	background: url(../images/problem_top.png) no-repeat top center;
}
#col1 #problem_bottom {
	background: #C8C7C7 url(../images/problem_bottom.png) no-repeat bottom center;
}
#col1 #ftr {
	overflow:hidden;
	padding:20px 10px 5px;
}
#col1 #ftr a {
	float:right;
	color:#9e3b3b;
}
#col1 #ftr span {
	color:#848587;
}
#col2 {
	width:192px;
	padding:15px 21px 3px;
	float:left;
	color:#919193;
}
#col2 img {
	display:block;
	margin-bottom:10px;
}
#col2 p {
	margin-bottom:10px;
}
#col3 {
	width:178px;
	float:left;
}
#col3 a {
	color:#9e3b3b;
}
#col3 li {
	padding:5px 0;
	margin-bottom:7px;
	border-bottom:1px solid #d4d4d4;
}
#photo {
	margin-top:10px;
}
#photo_wrap {
	width:322px;
	height:181px;
	text-align:center;
}


#slides {
	text-align:right;
	padding:10px 10px 0;
}
#slides ul li {
	float:right;
}
#slides ul li a {
}
#slides #slide1 {
	width:24px;
	height:23px;
	display:block;
	background:#000 url(../images/counter.png) no-repeat 0 -1px;
	border-right:1px solid #FFF;
}
#slides #slide2 {
	width:21px;
	height:23px;
	display:block;
	background:#000 url(../images/counter.png) no-repeat -26px -1px;
	border-right:1px solid #FFF;
}
#slides #slide3 {
	width:20px;
	height:23px;
	display:block;
	background:#000 url(../images/counter.png) no-repeat -48px -1px;
	border-right:1px solid #FFF;
}
#slides #slide4 {
	width:21px;
	height:23px;
	display:block;
	background:#000 url(../images/counter.png) no-repeat -69px -1px;
	border-right:1px solid #FFF;
}
#slides #slide5 {
	width:26px;
	height:23px;
	display:block;
	background:#000 url(../images/counter.png) no-repeat -91px -1px;
}
#slides #slide1:hover, 
#slides #slide1.over {
	background:#000 url(../images/counter_over.png) no-repeat 0 -1px;
}
#slides #slide2:hover, 
#slides #slide2.over {
	background:#000 url(../images/counter_over.png) no-repeat -26px -1px;
}
#slides #slide3:hover, 
#slides #slide3.over {
	background:#000 url(../images/counter_over.png) no-repeat -48px -1px;
}
#slides #slide4:hover, 
#slides #slide4.over {
	background:#000 url(../images/counter_over.png) no-repeat -69px -1px;
}
#slides #slide5:hover, 
#slides #slide5.over {
	background:#000 url(../images/counter_over.png) no-repeat -91px -1px;
}

/*-- News Styles --*/
.news_item {
	margin-bottom:10px;
}
.news_item a {
	font:bold 14px arial;
	display:block;
}

.news_item span {
	color:#666666;
	display:block;
}

#news h2 {
	margin-bottom:5px;
	color:#000000;
	font: 16px arial;
}
#text_col p {
	margin-bottom:10px;
}
#posts_listing li p {
	padding:7px 5px 3px 20px;
	color:#781315;
	font-weight: bold;
	background:#d2d2d2 url(../images/arrow_on.gif) no-repeat 10px 10px;
}
#posts_listing li ul {
	margin-top:10px;
}
#posts_listing li li {
	background-color:none;
	background:url(../images/arrow_off.gif) no-repeat 23px 2px;;
	padding-left:35px;
	padding-right:10px;
	margin-bottom:10px;
}

#text_col #theimage {
	float:right;
	margin:0 0 10px 10px;
}

#lower h1 {
	margin:5px 0 10px;
}
.stories_item {
	clear:both;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #CCC;
	
}
.stories_item img {
	float:right;
	margin-left:10px;
}

.stories_item div {
	margin-right:80px;
}
/* --- PAGES --- */
#page_text {
	overflow:hidden;
	padding-bottom:20px;
}

#page_text #right_col li a {
	padding:7px 5px 3px 20px;
	color:#781315;
	font-weight: bold;
	background-color:#d2d2d2;
	display:block;
}
#page_text #right_col li ul a {
	padding:0;
	font-weight: normal;
	background-color:transparent;
}
#page_text #right_col li ul {
	margin-top:10px;
}
#page_text #right_col li li {
	padding-left:20px;
	margin-bottom:10px;
}
#page_text #right_col li li a {
	padding-left:15px;
	padding-right:10px;
}
#page_text #right_col li .node_on {
	background:#d2d2d2 url(../images/arrow_on.gif) no-repeat 8px 9px;
}

#page_text #right_col li .node_off {
	background:#d2d2d2 url(../images/arrow_off.gif) no-repeat 8px 9px;
}


#page_text #right_col li li .node_on {
	background:transparent url(../images/arrow_on.gif) no-repeat 2px 3px;
}

#page_text #right_col li li .node_off {
	background:transparent url(../images/arrow_off.gif) no-repeat 2px 2px;
}
#page_text #right_col li li li a {
	color:#378ba9;
	background:transparent !important;
}

#page_text .show {
	display:block;
}

#page_text .hide {
	display:none;
}

#page_text #right_col li li .selected {
	color:#000000 !important;
}

#page_text p {
	margin-bottom:20px;
}
/*-- Footer Styles --*/
#footer {
	background:#333333;
	color:#fff;
	clear:both;
	text-align:center;
	padding:7px;
	font:12px verdana;
}
#powered a {
	color:#990000;
}

#powered p {
	text-align:center;
	font-weight: normal;
	padding-top:5px;
	padding:5px;
	width:350px;
	margin:17px auto;
}


/*-- Search Styles --*/
#search {
	width:540px;
	padding-right:20px;
	padding-bottom:30px;
}
#searchbox {
	overflow:hidden;
	margin-bottom:20px;
}
#search_txt {
	float:right;
	width:450px;
	margin-right:10px;
}
#search_bt {
	float:right;
	width:50px;
	height:20px;
}


#search .item {
	margin-top:20px;
}
#search .item h4 {
	color:#BB0000;
	font:bold 10px arial;
	text-transform:uppercase;
}
#search .item h2 a {
	font:bold 15px arial;
	color:#000;
	text-decoration: underline;
}

#search .item a {
	font:10px verdana;
}
#search .pag {
	background:#EEE;
	text-align:right;
	padding:3px;
	padding-right:10px;
}
.news_item,
.stories_item {
	list-style: none !important;
	margin-left:0 !important;
}	
#text_col ul li,
#left_col ul li {
	list-style: disc;
	margin-left:40px;
}

#text_col ol li,
#left_col ol li {
	list-style: decimal;
	margin-left:45px;
}

#text_col ul,
#left_col ul,
#text_col ol,
#left_col ol {
	margin-bottom:10px;
}

#election {
	width:220px;
	height:204px;
	background: url(../images/election.jpg) no-repeat;
	position:relative;
}
#election a {
	position: absolute;
	bottom:10px;
	left:60px;
	width:100px;
	height:20px;
	display: block;
}

#latestnews {
	padding:15px 21px 3px;
}
