/*
Stylesheet
*/

body {
	margin: 0;
	padding: 0;
	line-height: 1.7em;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
    background: #e5e5e5 url(../images/body_top_burg.gif) repeat-x top;
}
		
a:link, a:visited { color: #0066FF; text-decoration: underline; font-weight: normal; } 
a:active, a:hover { color: #009900; text-decoration: underline; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; letter-spacing: .5px; }

p { margin: 0px; padding: 0px; }

img { margin: 0px; padding: 0px; border: none; }

.horizontal_line { width:100%; }

.horizontal_Titleline { width:100%; margin: 10px 0px 10px 0px; }

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.center {
	text-align:center;
}

.cleaner { clear: both; width: 100%; height: 0px; font-size: 0px;  }
.cleaner_h20 { clear: both; width:100%; height: 20px; }
.cleaner_h30 { clear: both; width:100%; height: 30px; }
.cleaner_h40 { clear: both; width:100%; height: 40px; }

.more a {
	display: block;
	width: 82px;
	height: 23px;
	padding: 3px 0 0 0;
	background: url(../images/button.png) no-repeat;
	color: #777777;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

.more a:hover {
	color: #c85d16;
}

#wrapper {
	width: 970px;
	margin: 0 auto;
}

/* header */

#header {
	clear: both;
	width: 910px;
	height: 100px;
	padding: 10px 30px;
	background: url(../images/header.jpg) no-repeat;
}

#header  #site_title {
	float: left;
	width: 640px;
	margin-top: -5px;
}

#header  #site_title h1 {
	margin: 0;
	padding: 0;
}

#header  #site_title h1 a {
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#header  #site_title h1 a span {
	display: block;
	margin-top: 5px;
	font-size: 12px;
	color: #5d5b5b;
	font-weight: bold;
	letter-spacing: 2px;
}

#header #header_right {
	float: right;
}

#header_right #header_button {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#header_button li {
	margin: 0px;
	padding: 0px;
	display: inline;
}

#header_button li a {
	float: left;
	display: block;
	width: 48px;
	height: 48px;
	margin-left: 10px;
}

#header_right form {
	margin: 10px 0 0 0;
	padding: 0;
}

#searchfield {
	height: 18px;
	width: 170px;
	padding: 6px 5px 4px 5px;
	margin: 0 5px 0 0;
	font-size: 12px;
	font-variant: normal;
	line-height: normal;
}

#searchbutton {
 	height: 30px;
	width: 72px;
	margin: 0px;
	padding: 6px 0 0 0;
	cursor: pointer;
	font-size: 12px;
	text-align: center;
	vertical-align: bottom;
	white-space: pre;
	color: #ffffff;
	background: url(../images/search_button.jpg); 
	border: none;
}

/* end of header */

/* banner */

#banner {
	width: 970px;
	height: 280px;
	padding: 10px 0;
}

#banner #banner_box {
	margin-top:-260px;
}

#banner #banner_box ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#banner #banner_box li {
	margin: 0;
	padding: 0;
	display: inline;
}

#banner #banner_box li a {
	position: relative;
	display: block;
	float: left;
	width: 230px;
	height: 280px;
	margin-left: 10px;
}

#banner #banner_box li span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 230px;
	height: 217px;
}

#banner #banner_box li a span:hover {
	background: url(../images/banner_hover.png) no-repeat;
}

#banner #banner_box li .current {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 230px;
	height: 217px;
	background: url(../images/banner_hover.png) no-repeat;
}

.banner_logo_left {
	position:relative;
	top: 10px;
	left: -260px;
}

.banner_logo_right {
	position:relative;
	top: 10px;
	right: -553px;
}
/* end of banner */

/* menu */

#menu {
	width: 950px;
	height: 50px;
	padding: 0 25px;
	background: url(../images/menu.png) no-repeat center top;
}

#menu ul {
	margin: 0px;
	padding: 15px 0 0 15px;
	list-style: none;
}

#menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#menu ul li a {
	float: left;
	display: block;
	margin-right: 42px;
	font-size: 14px;
	text-decoration: none;
	color: #000000;
	font-weight:normal;
	outline: none;
}
#menu ul li a:hover {
	color: #c85d16;
	text-decoration:underline;
}

/* end of menu */

.box {
	margin-bottom: 10px;
	background: url(../images/box_body.jpg) repeat-y right;
}

.box .body {
	padding: 5px 15px 5px 15px;
}

.box .body2 {
	padding: 5px 5px 5px 3px;
}

.box h2 {
	position: relative;
	height: 25px;
	margin: 0;
	padding: 8px 15px;
	font-size: 14px;
	color: #048dc6;
	font-weight: bold;
	background: url(../images/box_tr.jpg) no-repeat top right;
}

.box h2 span {
	position: absolute;
	width: 10px;
	height: 35px;
	top: 0;
	left: 0;
	background: url(../images/box_tl.jpg);
}

.box .box_bottom {
	position: relative;
	height: 12px;
	background: url(../images/box_br.jpg) top right;
}

.box .box_bottom span {
	position: absolute;
	width: 10px;
	height: 12px;
	top: 0;
	left: 0;
	background: url(../images/box_bl.jpg);
}

.side_menu {
	list-style: none;
	padding: 0px;
	margin: 0 0 0 0;
}

.side_menu li {
	padding: 0;
	margin: 5px 0;
}

.side_menu li a {
	display: block;
	color: #666;
	padding: 0px 22px;
	font-weight: normal;
	text-decoration: none;
	background: url(../images/menu_list.png) left center no-repeat;
}

.side_menu li a:hover {
	color: #c85d16;
}

/* content*/

#content_wrapper {
	clear: both;
	padding: 10px;
}

#left_sidebar {
	float: left;
	margin-right: 10px;
	width: 230px;
}

#right_sidebar {
	float: right;
	width: 230px;
}

#content {
	float: left;
	width: 470px;
}

.news_image {
	float: left;
	margin: 3px 10px 0 3px;
	border: 1px solid #000;
}

.news_box {
	clear: both;
	margin-bottom:15px;
	background-color:#E4E4E4;
}
	
.news_box_title{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #048dc6;
	margin: 0 0 0 0;
}

.news_box_text{
	margin: 2px 0 12px 0;
	padding-bottom:6px;
}

.news_box_job_posting{
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	font-weight:bold;
	color: #C85D16;
	margin: 0 0 0 0;
}

.sidebar_box {
	margin-bottom: 10px;
}

/* footer */

#footer_wrapper {
	background: #bfbfbf url(../images/footer.jpg) top repeat-x;
}

#footer {
	width: 950px;
	padding: 30px 10px;
	margin: 0 auto;
	text-align: center;
	color: #666666;
}

#footer a {
	color: #666666;
	font-weight: normal;
}

#footer a:hover {
	color: #333333;
	font-weight: normal;
}


#footer a:hover {
	text-decoration: none;
}

#footer .footer_menu {
	margin: 0 0 10px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #666666;
}

.footer_menu .last_menu {
	border: none;
}

/* end of footer */

iframe:focus {
    outline: none;
}

iframe[seamless] {
    display: block;
}


/* ----- ONLINE BILL PAYMENT ----- */
.instructions {
	padding:20px;
}
/* end of online bill payment */


/* ----- BUSINESS LISTINGS ----- */
.info_container {
	width:96%;
	margin:auto;
	border-style:solid;
	margin-bottom:10px;
	padding:15px;
	background-color:#ffffff;
}

.infoTitle {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#c85d16;
}
.infoTitleDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#000000;
}

.infoName {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	color:#0066FF;
}

.infoAddress {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	font-weight:normal;
	color: #000000;
	line-height:1.8em;
}

.info_line {
	margin-right:25px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:1.4em;
	color: #000000;
	line-height:1.3em;
}

.info_websiteLink a {
	margin-right:25px;
	color: #c85d16;
	font-weight:bold;
	font-size:1.1em;
}

.info_websiteLink a:hover {
	color: #009900;
	font-weight:bold;
}
.map {
	vertical-align:middle;
	float:right;
}

#gmap_canvas img{max-width:none!important;background:none!important}

hr {
	/*margin:10px auto;*/  /*This would be used to center the line if desired*/
	margin-left:0px;
	width:500px;
	color:#cccccc;
}

.info_description {
	font-size:1.2em;
}

.info_descriptionTable {
	font-size:1.2em;
	margin-left:15px;
}

.infoImage {
	margin-left:10px;
}
/* end of online buisness listings */

/* ----- STAFF DIRECTORY ----- */
.directory_table { margin-left:-3px;border:#666666; border-style:solid; border-width:1px;}
.tr_odd {background-color:#F9EDCF;}
/* end of online staff directory */

/* ----- PUBLIC WORKS ----- */
.publicWorks_body {
	padding: 5px 12px 5px 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
/* end of public works */

/* ----- NEWS ----- */
.news_body {
	padding: 5px 12px 5px 12px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}
.newsHeaderImg {
	float:right;
}
.newsBodyImage {
	margin: 10px 0px 10px 0px;
}
/* end of news */

/* ----- DEPARTMENTS ----- */
.dept_title {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:20px;
	font-weight:bold;
	color:#c85d16;
}

/* end of departments */

/* ----- EVENTS ----- */
.event_Link a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	font-weight:bold;
	color:#0066FF;
}

.eventImageTopMargin {margin-top: 11%;}

/* end of departments */

/* ----- FORMS - DOCUMENTS - PERMITS ----- */
.formsSectionDiv {
	margin-bottom:12px;
}

/* end of forms - documents - permits */

/* ----- FAQs ----- */
.faqbox {
	margin-bottom: 10px;
	background: url(../images/box_body.jpg) repeat-y right;
}

.faqbox .body {
	padding: 5px 0px 5px 15px;
}

.faqbox .body2 {
	padding: 5px 5px 5px 3px;
}

.faqbox h2 {
	position: relative;
	height: 25px;
	margin: 0;
	font-size: 14px;
	color: #048dc6;
	font-weight: bold;
}

.faqboxFix {
	position: relative;
	height: 25px;
	margin: 0;
	padding: 8px 15px;
	font-size: 14px;
	color: #048dc6;
	font-weight: bold;
	background: url(../images/box_tr.jpg) no-repeat top right;
}

.faqbox h2 span {
	position: absolute;
	width: 10px;
	height: 35px;
	top: 0;
	left: 0;
	background: url(../images/box_tl.jpg);
}

.faqbox .box_bottom {
	position: relative;
	height: 12px;
	background: url(../images/box_br.jpg) top right;
}

.faqbox .box_bottom span {
	position: absolute;
	width: 10px;
	height: 12px;
	top: 0;
	left: 0;
	background: url(../images/box_bl.jpg);
}
/* end of faqs */

.Text_1 {font-size: 1em; }
.Text_1_25 {font-size: 1.25em; }
.Text_1_5 {font-size: 1.5em; }
.Text_1_75 {font-size: 1.75em; }
.Text_2 { font-size: 2em; }

.bold {font-weight:bold;}
.normal {font-weight:100;}
.small { font-size:.8em;}

.textBlue {color:#048dc6;}
.textGold {color:#c85d16;}
.textGrey {color:#666666;}
.textRed {color:#FF0000;}

.textBlueUnderlined {color:#048dc6;}

.bottomMargin {margin: 0 0 8px 0;}

#sureShot {background-image: url(../images/businesses/bkg.jpg); background-repeat:no-repeat; background-position:top;}

.flex_container {float:left;}

.floatLeft {float:left;}
.floatRight {float:right;}
.leftMargin {margin-left:93px;}

.payNow_btn {margin-left:150px; margin-bottom:50px; }