@charset "UTF-8";
/* CSS Document */


body { 
	font-family: Arial, Helvetica, Verdana; 
	font-size: 11px; 
	color: #222222; 
}

td, input, select, textarea, a { 
	font-family: Arial, Helvetica, Verdana; 
	font-size: 11px; 
	color :#222222; 
}

h1, h3, h4, h5 { 
	font-size: 12px; 
	font-weight: bold; 
	color:#95a11d; 
	margin-bottom: 1px; 
	margin-top: 6px;
}

h2 { 
	font-size: 20px; 
	font-weight: bold;
	color: #95a11d;
	margin-bottom: 1px;
	margin-top: 3px;
	position: relative; 
	left: 0px; 
}

p {
	margin-top: 0px; 
	margin-bottom: 5px; 
	text-align: justify; 
}

ul { 
	list-style-image:  url(../images/li-bullet.gif);
}

li { 
	line-height:15px;
}

div#container {
	position: relative;
	margin: 0 auto;
	width: 859px;
}

div#headerOuter {
	position: relative;
	width: 859px;
	height: 278px;
	overflow: visible;
	z-index: 200;
}

div#headerTopLine {
	position: relative;
	width: 859px;
	height: 20px;
	background-color: #afbd21;
}

div#headerMain {
	position: relative;
	width: 859px;
	height: 223px;
	background-image: url('../images/header_main.jpg');
}

div#headerCouncils {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

div#headerQuote {
	width: 360px;
	position: absolute;
	left: 40px;
	top: 250px;
	z-index: 200;
	font-size: 10px;
	overflow: visible;
}

div#headerMenu {
	position: relative;
	margin-left: 32px;
	width: 809px;
	padding-right: 18px;
	height: 35px;
	background-image: url('../images/header_gradient.png');
}

div#headerMenu ul {
	float: right;
	list-style-type: none;
	list-style-image: none;
	height: 33px;
	margin-top: 2px;
	padding: 0px;
}

div#headerMenu ul li {
	list-style-type: none;
	list-style-image: none;
	float: right;
	margin: 0px;
	padding: 0px;
}

span.hmLeft, span.hmRight, div#headerMenu ul li a {
	float: left;
	display: block;
	height: 35px;
}

span.hmLeft {
	width: 14px;
	background-image: url('../images/menu_button_left.png');
	background-repeat: no-repeat;
}

span.hmLeftOver {
	background-image: url('../images/menu_button_left_over.png');
}

span.hmRight {
	width: 13px;
	background-image: url('../images/menu_button_right.png');
	background-repeat: no-repeat;
}

span.hmRightOver {
	background-image: url('../images/menu_button_right_over.png');
}

div#headerMenu ul li a {
	padding-top: 10px;
	padding-left: 1px;
	padding-right: 2px;
	background-image: url('../images/menu_button_middle.png');
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #333;
}

a.active {
	color: #95a11d;
}

div#headerMenu ul li a:hover {
	background-image: url('../images/menu_button_middle_over.png');
}

div#mainOuter {
	position: relative;
	width: 859px;
	background-image: url('../images/main_bg.png');
}

div#mainMiddle {
	position: relative;
	width: 827px;
	padding-top: 10px;
	padding-left: 32px;
	background-image: url('../images/bg_img.jpg');
	background-position: 0px 200px;
	background-repeat: no-repeat;
	overflow: auto;
}

div#mainContent {
	float: left;
	width: 600px;
	margin-bottom: 20px;
}

div#searchBox {
	float: right;
	width: 150px;
}

input#searchField {
	border:none; 
	margin: 0px;
	margin-bottom:3px; 
	background:none;
	background-image:url('../images/search.gif'); 
	background-repeat:no-repeat; 
	background-position:top left;  
	padding-left:50px; 
	padding-right:5px; 
	padding-top:3px; 
	width: 75px; 
	height:20px; 
	font-size:10px; 
	color:#585552;
}

div#leftOuter {
	float: left;
	width: 186px;
	margin-top: 25px;
	margin-right: 20px;
	margin-bottom: 30px;
}

div#leftMenu {
	float: left;
	width: 176px;
	background-color: #eeefcd;
}

div#leftMenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

div#leftMenu ul li {
	list-style-type: none;
	list-style-image: none;
}

div#leftMenu ul li a {
	display: block;
	width: 174px;
	height: 23px;
	padding-top: 10px;
	padding-left: 12px;
	background-image: url('../images/menu_button.png');
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	cursor: pointer;
}

div#leftMenu ul li.current a {
	background-image: url('../images/menu_button_over.png');
}

div#leftMenu ul li a:hover {
	background-image: url('../images/menu_button_over.png');
}

div#leftMenu ul li ul {
	margin-top: 4px;
	margin-bottom: 5px;
}

div#leftMenu ul li ul li a {
	width: 176px;
	height: 12px;
	margin-left: 10px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-image: none;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
	color: #333;
	overflow: hidden;
}

div#leftMenu ul li ul li a:hover {
	background: none;
	color: #afbd21;
}

div#leftMenu ul li ul li ul li a {
	width: 156px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 20px;
}

div#leftMap {
	float: left;
	clear: both;
	margin-top: 20px;
}

div#leftMap img {
	border: 0px;
}

div#footerOuter a {
	text-decoration: none;
	font-size: 11px;
	color: #333;
}

div#footerOuter a:hover {
	color: #999;
}

div#footerOuter {
	position: relative;
	width: 827px;
	margin-top: 10px;
	margin-left: 32px;
}

div#footerOuter span {
	float: left;
	width: 275px;
}

span#footerLinks a {
	float: right;
	margin-left: 10px;
	font-size: 12px;
}

div.rounded {
	width: 580px;
	background-color: #eeefcd;
	padding: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #999;
}

div.rounded h4 {
	color: #333;
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 15px;
}

#usefulLinksTable {
	margin-top: 10px;
	margin-left: 1px;
}

#usefulLinksTable td { 
	padding-bottom: 5px;
}

#usefulLinksTable td a { 
	color: #95A11D;
}