/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Navigation
  Headings
  Content Area
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* { 
	margin: 0;
	padding: 0;
} 

body, html {	
	color:#524c4c;
	background: #31435d url(/images/bg.jpg) repeat-x;
	min-height:101%;
	padding-bottom: 30px;
}

body, select, textarea, input, font, table, td {	
	font-family: Arial,Verdana;
	font-size: 100%;
}

fieldset {
	border: none;
}

p {	
	margin: 15px 0;
}
		
a:link, a:visited {	
	text-decoration:none;
	color: #42759e;
	font-weight:bold; 
}

a:hover, a:active {	
	text-decoration:underline;
}

*:focus { 
	outline: none 
}

th, td {
	padding: 3px 0;
}

th {
	text-align: left;
}


/* ---------- @ Page Structure -----------*/


#wrapper {
	background: url(/images/bg_wrapper.jpg) no-repeat;
	margin: 0 auto;
	font-size: 0.7em;
	width: 865px;
	padding:0 15px;
	margin-top:14px;
   }
	   
#masthead {
	background: url(/images/bg_masthead.jpg);
	height: 117px;
	padding:16px 0 0 10px;
}

#masthead .clearfloat {
	height: 76px;
}

#main {
	background: #FFF url(/images/bg_main.gif) bottom no-repeat;
	padding:5px 10px 20px 0;
	min-height: 350px; /*to ensure footer readability on shorter pages*/
	height: 350px; /*for ie*/
	float: left;
	}

html>body #main {
	height: auto; /*correcting ie correction*/
}


.breadcrumbs {
	clear: both;
	padding: 16px 16px 0 16px;
}
	
.left {	
	float:left;
}

.right {	
	float:right
}


	

/* ---------- @ Navigation -----------*/

#content .moduletable-iconmenu ul {
	margin: 0;
}

#content .moduletable-iconmenu li {
	list-style-type: none;
	margin-left: 0;
	clear: both;
	border-bottom: 1px solid #cacdd2;
}

#content .moduletable-iconmenu li a {
	display: block;
}

#content .moduletable-iconmenu li a:hover {
	text-decoration: none;
}

#content .moduletable-iconmenu li img {
	padding-top: 3px;
	margin-bottom: -4px;
}

#menulist_root-top {
	clear: both;
	margin: 0;
}

#menulist_root-top li {
	list-style:none;
	float:left;
	height: 29px;
	margin-right: 6px;
}

#menulist_root-top a {
	float:left;
	color: #fff;
	display: block;
	height: 29px;
	text-indent: -9000px;
}

a#menulink_1-top {
	background: url(/images/nav_home.gif) no-repeat;
	width: 57px;
}

a#menulink_1-top:hover {
	background: url(/images/nav_home_on.gif) no-repeat;
}

a#menulink_2-top {
	background: url(/images/nav_about.gif) no-repeat;
	width: 95px;
}

a#menulink_2-top:hover, .mainlevel_current-top a#menulink_2-top, .mainlevel_active-top a#menulink_2-top {
	background: url(/images/nav_about_on.gif) no-repeat;
}

a#menulink_3-top {
	background: url(/images/nav_county.gif) no-repeat;
	width: 125px;
}

a#menulink_3-top:hover, .mainlevel_current-top a#menulink_3-top, .mainlevel_active-top a#menulink_3-top {
	background: url(/images/nav_county_on.gif) no-repeat;
}

a#menulink_4-top {
	background: url(/images/nav_calendar.gif) no-repeat;
	width: 78px;
}

a#menulink_4-top:hover, .mainlevel_current-top a#menulink_4-top, .mainlevel_active-top a#menulink_4-top {
	background: url(/images/nav_calendar_on.gif) no-repeat;
}

a#menulink_5-top {
	background: url(/images/nav_boards.gif) no-repeat;
	width: 172px;
}

a#menulink_5-top:hover, .mainlevel_current-top a#menulink_5-top, .mainlevel_active-top a#menulink_5-top {
	background: url(/images/nav_boards_on.gif) no-repeat;
}

a#menulink_6-top {
	background: url(/images/nav_economic.gif) no-repeat;
	width: 183px;
}

a#menulink_6-top:hover, .mainlevel_current-top a#menulink_6-top, .mainlevel_active-top a#menulink_6-top {
	background: url(/images/nav_economic_on.gif) no-repeat;
}

a#menulink_7-top {
	background: url(/images/nav_contact.gif) no-repeat;
	width: 95px;
}

a#menulink_7-top:hover, .mainlevel_current-top a#menulink_7-top, .mainlevel_active-top a#menulink_7-top {
	background: url(/images/nav_contact_on.gif) no-repeat;
}

/* All Sidebar */

#sidebar ul {
	margin-bottom:18px;
	}
	
#sidebar li {
	border-bottom:1px solid #648daf;
	list-style:none;
	padding:4px 4px 4px 10px;
	background:url(/images/arrow.gif) no-repeat 0 8px;
	color: #cbe6ff;
	}

#sidebar a#active_menu {
	background-color: #1f4778;
	padding: 3px;
}

#sidebar a, #sidebar a:visited {
	color:#cbe6ff;
	}

#sidebar a:hover, #sidebar a:active, #sidebar a#active_menu {
	color:#FFF;
	}

#sidebar li ul {
	margin-top:5px;
	margin-bottom: 10px;
}

#sidebar li li {
	border-bottom:0;
	margin:0;
	padding:0;
	background: none;
}

#sidebar li li a, #sidebar li li a:visited {
	background:#33648a;
	padding:4px;
	display:block;
	margin:0 7px 0 0;
	border-bottom:1px solid #42759e;
	border-left:5px #2a5373 solid;
	line-height:125%;
	}

#sidebar li li a:hover, #sidebar li li a:active, #sidebar li li a#active_menu {
	background:#2a5373;
	padding: 4px;
	}		
	
		
/* ---------- @ Headings -----------*/



h1#logo, a#logo {
	width: 399px;
	background: url(/images/logo.png);
	height: 52px;
	text-indent:-9000px;
	display:block;
	border-top: none;
	margin: 0;
	padding: 0;
}

h1.contentpagetitle, h1.componentheading {
	border-top: 3px solid #a04b37;
	background: url(/images/bg_dots.gif) left bottom repeat-x;
	padding: 3px 0;
	margin: 15px 0 5px 0;
	font-size: 1.5em;
}

h2 {	
	font-size: 1.6em;
	}

.contentitem h2 {
	font-size: 100%;
	font-size: 1.5em;
	margin-bottom: -5px;
}
	
h3 {	
	font-size: 1.5em;
	height:21px;
	padding: 3px 0;
	margin-bottom:10px;
	border-top: 3px solid #a04b37;
	background: url(/images/bg_dots.gif) left bottom repeat-x;
	}

.column h3 {
	margin: 15px 0 5px 0;
}
						
h4 {	
	font-size: 1.2em;
	margin: 15px 0 -5px 0;
	}

#sidebar h2, #sidebar h3, #sidebar h4, #sidebar h5 {
	color: #c0cdde;
	font-family: Goudy, Garamond, Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	background-color: #1f4777;
	padding: 4px 4px 4px 6px;
	border: none;
	border-left: 4px solid #4d8ab9;
}

#sidebar .moduletable-info h3, #sidebar .moduletable-residentmenu h3, #sidebar .moduletable-businessmenu h3, #sidebar .moduletable-governmentmenu h3 {
	text-indent: -9000px;
	padding: 11px 0 0 0;
	border: none;
	}

#sidebar .moduletable-info h3 {background:url(/images/hdr_info.gif) no-repeat;}
#sidebar .moduletable-residentmenu h3 {background:url(/images/hdr_residents.gif) no-repeat;}
#sidebar .moduletable-businessmenu h3 {background:url(/images/hdr_business.gif) no-repeat;}
#sidebar .moduletable-governmentmenu h3 {background:url(/images/hdr_government.gif) no-repeat;}


/* ---------- @ Content Area -----------*/

#content {
	width:550px;
	padding-left: 10px;
	}

#fullwidth #content {
	padding:0 22px;
	width:805px;
	}
		
#tanbox {
	width:525px;
	background: #dddbd0 url(/images/tanboxtop.gif) top no-repeat;
	padding: 11px 14px 14px 14px;
	float: left;
	}

#greenbox {
	width:525px;
	background: #c8d0ba url(/images/greenboxtop.gif) top no-repeat;
	padding: 11px 14px 0 14px;
	margin-top:14px;
	}

#sidebar {
	width:271px;
	margin-left: 5px;
	margin-right: 0px;
	color: #cbe6ff;
}

#bluebox {
	background: #42759e url(/images/blueboxtop.gif) no-repeat;
	padding:11px;
	width:249px;
	float: left;
	}

.columns .column {
	width: 260px;
}

#content ul {
	margin: 15px 0;
}

#content ul ul, #content ol {
	margin: 5px 0;
}

#content li {
	margin-left: 25px;
	padding: 4px 0;
}

#content li li {
	margin-left: 10px;
	max-width: 400px;
	width: 400px;
}

#content li ol li {
	margin-left: 15px;
}

blockquote {
	margin: 15px 0;
	padding:20px;
	background:#e1ecf2 url(/images/quote.gif) no-repeat 8px 15px;
	line-height:130%;
	font:1.3em Georgia, "Times New Roman", Times, serif;
	border: 3px solid #cbd6dd;
}

blockquote p {
	margin:0 0 7px 0;
}

cite, blockquote cite p, blockquote p cite {
	font: italic .75em Arial,Verdana;
}

.column blockquote {
	padding: 10px;
	background-position: 3px 8px;
}

.contentintro img, .contentfull img {
	border: 7px solid #c3c0b7;
}

.contentintro .jce_doclink img, .contentintro img.noborder, .contentfull .jce_doclink img, .contentfull img.noborder {
	border: none;
}

.blogleading .contentitem {
	background: url(/images/bg_dots.gif) repeat-x;
	padding: 10px 0 15px;
	overflow: hidden;
}

span.pagenav {
	padding-right: 20px;
}

/* News */

.minifp img {
	/*width: 125px;*/
	height: 125px;
	border: 7px solid #c3c0b7;
	margin-right: 1em;	
}

.minifp td {
	padding-right:5px;
}

.minifp td p {
	margin-top:3px;
}

.minifp-anotherlinks {
	display:none;
}

#content .minifp ul {
	float: right;
	width: 320px;
	margin: 0;
}

#content .minifp ul li {
	list-style-type: none;
	background:url(/images/icon_article.gif) no-repeat;
	padding:0 0 0 18px;
	margin: 5px 0;
}

.minifp-introtitle a {
	font-size:1.4em;
	font-weight:bold;
	color: #524c4c;
}

.minifp-introtitle a:hover {
	text-decoration:underline;	
}

.minifp-date {
	color:#666;
	font-size:9px;
	font-weight:normal;
	height:10px;
}
		
	
	
/* ---------- @ Forms -----------*/

label {
	margin-top:10px;
	display: block;
	}

textarea {
	margin-bottom: 10px;
}

#masthead .search {
	float:right;
	padding: 15px 15px 0 0;
	}

#masthead .search #mod_search_searchword {
	background:#fdfefe;
	border:1px solid #aebeca;
	padding:3px;
	}

#magnify {
	border:1px solid #1f4777;
	color:#bbd9fe;
	background:url(/images/bg_magnify.gif) no-repeat;
	font: 1em Georgia, "Times New Roman", Times, serif;
	padding: 0 5px 0 23px ;
	height:24px;
	}

.search label {
	display: inline;
}

div.pagenav, .itemblock {
	margin: 15px 0;
}

.resultcounter, .searchparams {
	margin: 5px 0;
}

.contact_email_copy {
	float: left;
}


/*Clear*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}

/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}
/* End hide from IE-mac */




/* ---------- @ Footer -----------*/

#footer {
	color:#869ebf;
	width:845px;
	margin:0 auto;
	font-size:0.7em;
	padding: 20px 25px 0 25px;
}

#footer a:link, #footer a:visited {
	font-weight: normal;
	color:#cbe6ff;
}

#footer p {
	float: left;
	margin: 0;
	height: 1.1em;
	line-height: 1.1em;
}

#footer ul {
	float: left;
	padding-left: 8px;
}

#footer li {
	list-style-type: none;
	height: 1.1em;
	line-height: 1.1em;
	float: left;
	border-left: 1px solid #869ebf;
	padding: 0 8px;
}

a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(/images/cat4.gif);
	text-indent:-9000px;
	margin-top: -3px;
}

.bottom_page {
	display: none;
}
