/* 	"freewebsitesforcouncillors.com" Style Sheet By Ces Catubay
	Copyright 2009 SiteJourney Ltd.
	Version 1.0 - August 20, 2009
*/

/* ------------------------- Global Properties ------------------------- */

* {
	margin: 0;
} 

html {
	height: 100%;
	width: 100%;
	background: #111832 url(../images/bg.jpg) repeat-x;
}

body {
	padding: 0;
	min-width: 870px;
	min-height: 100%;
	font: 12px/20px Arial, Helvetica, sans-serif;
	color: #282828;
}

a {
	color: #4A6B9E;
	text-decoration: none;
}

a:hover {
	color: #AA0604;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

hr {		
	border: 0;
	color: #D4D0C8;
	background-color: #D4D0C8;
	height: 1px;
	width: 900px;
	margin: 0 20px;
}

/* ------------------------ Wrapper div, wraps the whole website ------------------------- */

#main_wrapper {
	position: relative;
	width: 944px;
	padding: 0;
	margin: 60px auto 0 auto;
}

/* ---------------------- Top Wrapper (wraps logo_image and logo_text) ---------------------- */

#top_wrapper {
	position:relative;	
	width: 944px;
	display: block;
	margin: 0;
	padding: 0;
}

#top_title_panel{
	float: left;
	position: relative;
	width: 600px;
	height: 55px;
	left: 30px;
}

#top_title_panel img{
	float: left;
	position: relative;
	padding-right: 10px;
	border: none;
}

#top_title_panel h1{
	font: 26px/44px Georgia, Times New Roman, Times, serif;
	text-transform: uppercase;
	float: left;
	position: relative;
	color: #FEFEFE;
}

#top_nav_panel{	
	float: left;
	position: relative;	
	background:url(../images/nav.jpg) repeat-x;
	width: 944px;
	height: 44px;
}

#top_nav_panel ul {
	list-style-type:none;
	float: left;
	margin:0;
	padding:0 0 0 40px;	
	display: block;
}

#top_nav_panel ul li, #top_nav_panel ul li a{
	float: left;
	width: auto;	
	padding: 0px 5px;
	font: bold 13px Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #1B1B1B;
}

#top_nav_panel ul li.nav1 a {
	background:url(../images/nav_1.jpg) no-repeat;
	width: 159px;
	height:44px;
}

#top_nav_panel ul li.nav1 a:hover, #top_nav_panel ul li.nav1_selected a {
	background:url(../images/nav_1_hover.jpg) no-repeat;
	width: 159px;
	height:44px;
}

#top_nav_panel ul li.nav2 a {
	background:url(../images/nav_2.jpg) no-repeat;
	width: 125px;
	height:44px;
}

#top_nav_panel ul li.nav2 a:hover, #top_nav_panel ul li.nav2_selected a {
	background:url(../images/nav_2_hover.jpg) no-repeat;
	width: 125px;
	height:44px;
}

#top_nav_panel ul li.nav3 a {
	background:url(../images/nav_3.jpg) no-repeat;
	width: 71px;
	height:44px;
}

#top_nav_panel ul li.nav3 a:hover, #top_nav_panel ul li.nav3_selected a {
	background:url(../images/nav_3_hover.jpg) no-repeat;
	width: 71px;
	height:44px;
}

#top_nav_panel ul li.nav4 a {
	background:url(../images/nav_4.jpg) no-repeat;
	width: 105px;
	height:44px;
}

#top_nav_panel ul li.nav4 a:hover, #top_nav_panel ul li.nav4_selected a {
	background:url(../images/nav_4_hover.jpg) no-repeat;
	width: 105px;
	height:44px;
}

#top_nav_panel ul li.nav5 a {
	background:url(../images/nav_5.jpg) no-repeat;
	width: 295px;
	height:44px;
}

#top_nav_panel ul li.nav5 a:hover, #top_nav_panel ul li.nav5_selected a {
	background:url(../images/nav_5_hover.jpg) no-repeat;
	width: 295px;
	height:44px;
}

#top_nav_panel ul li img {
	border: none;
}


/* ------------------------- Bottom Wrapper ------------------------- */

#footer_panel {	
	list-style-type:none;
	float: left;
	margin:0;
	padding:0;
	width: 944px;
	color: #5F7387;
}

#footer_links ul {
	list-style-type:none;
	float: left;
	margin:0;
	padding:0 20px;
	width: 200px;
	height: 90px;
}

#footer_links ul li {
	float: left;
	width: 220px;
	padding: 2px 5px;
	border-bottom: 1px solid #15294C;
}

#footer_links a {
	color: #8CBAEC;
	text-decoration: none;
}

#footer_links a:hover {
	color: #DB0906;
	text-decoration: none;
}

#footer_links ul li a{	
	padding: 2px 5px;
	text-decoration: none;
	color: #4A6379;
}

#footer_links ul li a:hover{	
	color: #1F65AA;
}

#footer_links span {
	font: 12px/22px Arial, Helvetica, sans-serif;
	float: right;
	position: relative;	
	width: 420px;
	text-align: right;
	padding-right: 20px;
	
}

