html {
	background: #eee0cf url('../images/bg.jpg') repeat-x;
}
/* ************************************************************************ */

a {
	color: #007044;
}

a:hover {
	text-decoration: none;
}

h1 {
	font-family: Georgia, serif;
	color: #010000;
	font-size: 30px;
	font-weight: normal;
}

h2 {
	font-family: Georgia, serif;
	color: #010000;
	font-size: 14px;
	font-weight: bold;
}


#contentRight ol {
	list-style: decimal;
	margin-left: 20px;
}

#contentRight ul {
	list-style: disc;
	margin-left: 20px;
}

#contentRight ol li, #contentRight ul li {
	line-height: 18px;
	margin-left: 10px;
	font-size: 13px;
}


/* ************************************************************************ */

#container {
	position: relative;
	width: 960px;
	display: block;
	overflow: hidden;
	background: #fff;
	margin: 0 auto;
	border-left: 1px solid #98826a;
	border-right: 1px solid #98826a;
	border-top: 1px solid #98826a;
	border-bottom: 1px solid #98826a;
}

/* ************************************************************************ */

.clearBoth {
	clear:both;
}

/* ************************************************************************ */

.imageRight {
	float: right;
	border:1px solid #cf9f68;
	padding:10px;
	margin: 0px 20px 20px 20px;
}

.imageRightNB {
	float: right;
	padding:10px;
	margin: 0px 20px 20px 20px;
}

/* ************************************************************************ */

#header {
	position: relative;
	float: left;
	width: 960px;
	height: 89px;
	background: #eee0cf;
}

#header a#logo {
	float: left;
	display: block;
	width: 431px;
	height: 89px;
	text-indent: -9999px;
	background: url('../images/logo.jpg') no-repeat;
}

#header ul {
	position: absolute;
	top: 18px;
	right: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#header ul li {
	display: block;
	float: left;
	margin-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #21201d;
	font-size: 12px;
}

#header ul li a {
	color: #21201d;
	text-decoration: none;
}


#header ul li a:hover {
	text-decoration: underline;
}

#header ul li.last {
	padding-right: 0;
	border-right: 0;
}

/* ************************************************************************ */

#nav {
	position: relative;
	float: left;
	display: block;
	width: 990px;
}

#nav li {
	display: block;
	float: left;
}

#nav li a {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 37px;
}

#nav li a#btnIndex {
	width: 67px;
	background: url('../images/btnHome.gif') top left no-repeat;
}

#nav li a#btnCouncil {
	width: 70px;
	background: url('../images/btnCouncil.gif') top left no-repeat;
}

#nav li a#btnServices {
	width: 175px;
	background: url('../images/btnServicesDepartments.gif') top left no-repeat;
}

#nav li a#btnEconomic {
	width: 171px;
	background: url('../images/btnEcoDev.gif') top left no-repeat;
}

#nav li a#btnLibrary {
	width: 66px;
	background: url('../images/btnLibrary.gif') top left no-repeat;
}

#nav li a#btnParks {
	width: 144px;
	background: url('../images/btnParksRec.gif') top left no-repeat;
}

#nav li a#btnLinks {
	width: 56px;
	background: url('../images/btnLinks.gif') top left no-repeat;
}

#nav li a#btnContact {
	width: 93px;
	background: url('../images/btnContact.gif') top left no-repeat;
}

#nav li a#btnNews {
	width: 118px;
	background: url('../images/btnNewsEvents.gif') top left no-repeat;
}

#nav li a:hover#btnIndex, 
body#index #nav li a#btnIndex, 
#nav li a:hover#btnCouncil, 
body#council #nav li a#btnCouncil, 
#nav li a:hover#btnServices, 
body#servicesDepartments #nav li a#btnServices, 
#nav li a:hover#btnEconomic, 
body#economicDevelopment #nav li a#btnEconomic, 
#nav li a:hover#btnLibrary, 
body#library #nav li a#btnLibrary, 
#nav li a:hover#btnParks, 
body#parksRecreation #nav li a#btnParks, 
#nav li a:hover#btnLinks, 
body#links #nav li a#btnLinks, 
#nav li a:hover#btnContact, 
body#contactUs #nav li a#btnContact, 
#nav li a:hover#btnNews,
body#newsEvents #nav li a#btnNews  {
	background-position: bottom left;
}

/* ************************************************************************ */

#mainImageContainer {
	float: left;
	width: 960px;
	height: 282px;
	background: #ffffff;
	border-bottom: 4px solid #cd9c62;
}

/* ************************************************************************ */

#contentContainer {
display: block;
	position: relative;
	float: left;
	top: 36px;
	width: 960px;
	margin-bottom: 46px;
}

/* ************************************************************************ */

#contentLeft {
	float: left;
	width: 610px;
	padding-left: 24px;
	padding-right: 23px;
	margin-right: 24px;
	border-right: 1px dotted #000;
}

#contentRight {
	float: left;
	width: 663px;
	padding-right: 24px;
	padding-left: 23px;
	margin-left: 0px;
}

#contentFull {
	float: left;
	width: 900px;
	padding-left: 24px;
	padding-right: 23px;
	margin-right: 24px;
}

#contentLeft h1, #contentRight h1 {
	padding-bottom: 15px;
}

#contentRight h2 {
	padding-top:20px;
}

#contentRight h4{
	color: #010000;
	font-size: 12px;
	font-weight: bold;	
	padding-top: 20px;
	padding-bottom: 0px;
	color: #010000;
}

#contentLeft p, #contentRight p, #contentFull p {
	font-size: 12px;
	line-height:18px;
	color: #333333;
	padding:  8px 0;
}

#contentLeft hr, #contentRight hr, #contentFull hr {
	border-top: 1px dotted #000;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin-bottom: 24px;
}

.breadCrumbs {
	color: #007044;
	font-weight: normal;
	font-size: 12px;
	margin-bottom: 10px;
}

.breadCrumbs a {
	text-decoration:none;
}

.breadCrumbs a:hover {
	text-decoration:underline;
}

.links li {
	font-size: 12px;
	margin-bottom: 14px;
}

.socialMediaLinks {
	position:absolute;
	top:3px;
	right:68px;
}

.socialMediaLinks li {
	display:block;
	float:left;
	margin-left:10px
}

#newsLists {
	float: left;
	width: 611px;
}

#newsLists li {
	display: block;
	width: 581px;
	height: 79px;
	font-size: 14px;
	padding: 10px 10px 10px 20px;
}

#newsLists li.newsAlt {
	background: url('../images/newsBackgroundAlt.jpg') no-repeat;
}

#newsLists li.locked {
	background: url('../images/newsBackgroundLocked.png') top right no-repeat;
}

#newsLists li .moreInfo {
	font-size: 12px;
	line-height: 18px;
	display: block;
	margin-top: 10px;
}

.date {
	color: #007044;
}

.viewMoreLink {
	margin-bottom: 20px;
	display: block;
	clear: left;
}

p.viewMoreLink a {
	display: block;
	padding-left: 10px;
	background: url('../images/viewMore.jpg') center left no-repeat;
}

/* ************************************************************************ */

#rightColumn {
	float: left;
	width: 277px;
	position: relative;
}

#rightColumn p {
	font-size: 12px;
}

#bigButtons {
	position: relative;
	float: left;
}

#bigButtons li {
	display: block;
	float: left;
}


#bigButtons li a {
	display: block;
	float: left;
	text-indent: -9999px;
	height: 107px;
}

#bigButtons li a#businessDirectory {
	width: 264px;
	background: url('../images/btnBusinessDirectory.jpg') no-repeat;
}



#bigButtons li a#photoGallery {
	width: 264px;
	background: url('../images/btnPhotoGallery.jpg') no-repeat;
}

#rightColumn h1 {
	position: relative;
	top: 29px;
	margin-bottom: 48px;
	clear: left;
}

#newsListsCondensed {
	width: 250px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 18px;
}

#newsListsCondensed  li {
	margin-bottom: 28px;
}

#newsListsCondensed  li .moreInfo {
	font-size: 12px;
	display: block;
	margin-top: 0px;
}

/* ************************************************************************ */

#sideNav {
	display: block;
	float: left;
	width: 225px;
	position: relative;
	font-size: 12px;
	border-right: 1px dotted #000;
	padding-bottom: 2000px;
	margin-bottom: -2000px; 
	overflow: hidden;
}

#sideNav ul {
	margin-left: 20px;
}

#sideNav ul li {
	padding-bottom:19px;
	padding-top: 6px;
	padding-left: 10px;
}

#sideNav ul li.selected {
	background: url('../images/selected.jpg') no-repeat;
}

#sideNav ul li ul {
	margin-top: 13px;
}


#sideNav ul li , #sideNav ul li a {
	color: #333333;
}

#sideNav ul li ul li, #sideNav ul li ul li a {
	color: #006d42;
}


#sideNav ul li ul li {
	line-height:18px;
}

#sideNav ul li ul li.subSelected, #sideNav ul li ul li.subSelected a {
	color: #8b6537;
}


span.navArrows {
	display:block;
	float:left;
	margin-bottom:20px;
	margin-right:3px;
}

/* COUNCIL ***************************************************************** */

.contactCard {
	width:685px;
}
.contactCard .contactData {
	float:left;
	width:265px;
	padding-right: 25px;
	margin-top:-18px;
}
.contactCard .contactInfo {
	float:left;
	width:360px;
	padding-left:0px;
	padding-right:8px;
	padding-bottom:15px;
	margin-bottom:15px;
	background-color:#ede0cf;
}
.contactCard .contactInfo li{
	list-style:none;
}
.councilImage{
	border:solid #8b6537;
	margin-left:105px;
	margin-top:15px;
}
.contact card hr {
	border-top: 1px dotted #000;
	border-bottom: none;
	border-right: none;
	border-left: none;
	margin-bottom: 24px;
}
.contactCard li {
	font-size:12px;
	line-height:18px;
					 
}
.label {
	float:left;
	display:block;
	width:120px;
	font-weight:bold;
}
.labelTwoClear {
	float:left;
	display:block;
	height:30px;
	width:120px;
	font-weight:bold;
}
.labelThreeClear {
	float:left;
	display:block;
	height:70px;
	width:120px;
	font-weight:bold;
}
.labelFourClear {
	float:left;
	display:block;
	height:60px;
	width:120px;
	font-weight:bold;
}
.contactCard .secondTitle {
	margin-bottom: -8px;
}
.contactCard .singleTitle {
	margin-bottom: 12px;
}


/* SERVICES *************************************************************** */

.services {
	font-size: 12px;
	list-style-type:disc;
}
.servicesUnderHeader {
	font-size: 12px;
	list-style-type:disc;
	margin-top:15px;
}
.servicesNoBullet {
	font-size: 12px;
}
.servicesNoBullet li{
	list-style-type:none;
}

.servicesBulletDecimal {
	font-size: 12px;
	list-style-type:decimal;
	color:#333;
}

.servicesBulletDecimalThird {
	font-size: 12px;
	list-style-type:decimal;
	color:#333;
}

.servicesBulletDisc {
	font-size: 12px;
	list-style-type:disc;
	line-height: 18px;
	color:#333;
}

.services li {
	margin-bottom:12px;;
	margin-left:40px;	
	color:#333333;
	line-height:18px;
}
.servicesUnderHeader li {
	margin-bottom:12px;;
	margin-left:40px;	
	color:#333333;
	line-height:18px;
}
.servicesNoBullet li, .servicesBulletDisc li, .servicesBulletDecimal li {
	margin-bottom:12px;;
	margin-left:40px;	
}

.servicesBulletDecimalThird {
	margin-bottom: 12px;
	margin-left: 30px;
}

#permitsFees {
	width:685px;	
}
#permitsFees th {
	height:35px;
}
#permitsFees .titleRow {
	height:15px;
}
#permitsFees .standardRow {
	height:70px;
}
#permitsFees .doubleRow {
	height:100px;
}
#permitsFees .singleRow {
	height:50px;
}
.secondaryBullet {
	margin-left:15px;
	list-style:circle;
	list-style-position:inside;
	line-height:18px;
}
.thirdBullet {
	margin-left:30px;
	list-style:disc;
	list-style-position:inside;
}
.multipleListingBullet {
	line-height:18px;
}
.indentBullet {
	margin-left:14px;
	line-height:18px;
}

.tippingFees {
	width:650px;
}

.tippingFees th {
	text-align:left;
}
.tippingFees td {
	width: 400px;
	padding: 0 15px 0 0;
}

/* LIBRARY***************************************************************** */

.libraryHours {
	font-size: 12px;
	list-style-type:disc;
}
.libraryHoursNoBullet {
	font-size: 12px;
	list-style-type:none;
	margin-top:10px;
	width:300px;
	margin-left:-30px;
}
.libraryHours li {
/*	margin-bottom:12px;;*/
	margin-left:20px;	
/*	color:#333333*/
}
.libraryHoursNoBullet li {
/*	margin-bottom:5px;*/
	margin-left:40px;
	list-style:none;/*

	background:#eee;
	width:250px;
*/
	padding:8px;
}

.libraryHoursNoBullet .label {
	width:80px;
}

.directoryListing {
	display: block;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #010000;
	width: 680px;
	margin-top: 20px;
}

.directoryListing dl {
display: block;
	width: 375px;
	float: right;
}

.directoryListing dt {
	font-family: Georgia, serif;
	color: #010000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:20px;
}

.directoryListing div.erImage {
	display: block;
	float: left;
	position: relative;
	width: 275px;
	text-align: right;
	margin-right: 30px;
}


.directoryListing .erViewLink {
		font-weight: bold;
}

.directoryListingER {
	display: block;
	margin-bottom: 40px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #010000;
	width: 680px;
	font-size: 13px;
	margin-top: 20px;
	min-height: 100px;
}

.directoryListingER dl {
display: block;
	width: 375px;
	float: right;
}

.directoryListingER dt {
	font-family: Georgia, serif;
	color: #010000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:20px;
}

.directoryListingER div.erImage {
	display: block;
	float: left;
	position: relative;
	width: 275px;
	text-align: right;
	margin-right: 30px;
}


.directorydirectoryListingERListing .erViewLink {
		font-weight: bold;
}

#libraryContent {
	position: relative;
}

h2.libraryTitle {
	font-size: 22px;
	font-weight: normal;
}

/* PARKS REC ****************************************************************** */

.programInfo {
	font-size: 12px;
	list-style-type:disc;
	line-height:20px;
	padding-left:14px;
}
.programInfo li {	
	padding-top: 6px;
	color:#333333;
}

.programInfoNoBullet {
	font-size: 12px;
	line-height:20px;
}
.programInfoNoBullet li {	
	padding-top: 6px;
	list-style:none;
	color:#333333;
}

/* Economic Development******************************************************** */

.directoryListing {
	float:left;	
	font-size:13px;
	margin-right:100px;
}

.directoryListing li {
	margin-bottom:10px;
}

.directoryListing2 {
	float:left;	
	font-size:13px;
	margin-right:100px;
	float: left;
}

.directoryListing2 li {
	margin-bottom:10px;
}

#businessListings ul {
	margin-bottom:30px;
}

#businessListings ul li {
	clear:left;
	font-size:12px;
	margin-top:10px;
	margin-left:10px;
	line-height: 18px;
}

#businessListings .label {
	//width:120px;
	display:block;
	float:left;
	margin-right:20px;
	text-align:right;
	width:100px;
}

/* GALLERY******************************************************** */

ul.gallery {
	margin-top:10px;
	list-style: none !important;
	margin: 0 !important;
}

ul.gallery li {
	float: left;
	margin: 0 !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	
}

ul.gallery li img {
	border:2px solid #cf9f68;
	padding:5px;
}


/* LINKS********************************************************************** */

#linkContainer ol, ol.links, ol.yuiSearchReturn {
	list-style:decimal;
	margin-bottom:20px;
	margin-left:20px;
	font-size:12px;
}

input#term {
	float:left;
	margin-right:10px;
}

ol.yuiSearchReturn {
	margin-top:30px;	
}

ol.yuiSearchReturn li {
	margin-bottom:20px;
	padding:10px;
	padding-bottom:10px;
	border-bottom:1px dotted #000;
}

#linkContainer ol li {
	line-height: 22px;
}

/* CONTACT US***************************************************************** */

.contactUsInfo {
	font-size: 12px;
	margin-top:15px;
}
.contactUsInfo li {
	margin-bottom:12px;;
	list-style:none;
	margin-left:40px;	
	color:#333333;
}

#googleMap {
	display:block;
	width:625px;
	height:350px;
	border: 2px solid #cf9f68;
	padding:5px;
}

.contactForm label {
	display:block !important;
	width:120px;
	float:left;
	text-align:right;
	margin-right:15px;
	padding-top:5px;
	font-weight:bold;
}

.contactForm li {
	margin-bottom:10px;
	list-style:none;
	font-size:12px;
}

.contactForm input {
	width:150px;
	padding:5px;
}

.contactForm textarea {
	width:235px;
	height:100px;
	padding:10px;
	font:12px/14px Arial, sans-serif;
}

.contactForm legend {
	font-family: Georgia, serif;
	color: #010000;
	font-size: 14px;
	font-weight: bold;
	margin-bottom:20px;
	display:none;
}

.contactForm #c_captcha {
	margin-top:6px;
}

.contactForm #submit {
	margin-top:20px;
	margin-left:42px;
}

.contactForm .extraInfo {
	display:block;
	position:relative;
	top:5px;
	left:0px;
	font-size:10px;
	font-weight:bold;
	color:#590000;
}

#formSuccess {
	font-weight:bold;
	color:#007903;
	background:#d4f2d4;
	border:1px solid #007903;
	padding:10px;
	margin-bottom:30px;
}


#formError {
	font-weight:bold;
	color:#ff0000;
	background:#ffcdcd;
	border:1px solid #ff0000;
	padding:10px;
	margin-bottom:30px;
}
.noBullet {
	list-style:none;
}

/* SITEMAP***************************************************************** */

ol.sitemap {
	position:relative;
	left:25px;
	top:30px;
	margin-bottom:30px;
}

ol.sitemap li {
	font-size:12px;
	list-style:decimal;
	margin-bottom:10px;
	font-weight:bold;
}

ol.sitemap li ol {
	margin-left:20px;
	margin-top:10px;
}

ol.sitemap li ol li {
	font-weight:normal;
}

/* ************************************************************************ */

#contentRight table {
	font-size: 12px;
	line-height:18px;
	margin: 10px 0;
	color:#333333;
}

#contentRight th {
	font-weight:bold;
	text-align:left;
}
#contentRight td {
	width: 200px;
	padding: 0 15px 0 0;
}

/* ************************************************************************ */

#footer {
	position: relative;
	margin-top: 46px !important;
	clear: left;
	width: 960px;
	height: 112px;
	background: #8b6537;
	color: #ffffff;
	font-size: 12px;
	text-align: center;
	border-top: 25px solid #fff;
}

#footer a {
	color: #fff;
}

#footer #footerMainNav {
	margin: 0 auto;
	display: block;
	text-align: center;
	padding-top: 30px;
	padding-left: 9%;
}

#footerSecondaryNav {
	margin: 0 auto;
	display: block;
	text-align: center;
	padding-top: 25px;
	padding-left: 36.5%;
	*clear:left;
	*padding-top:10px;
}

#footer #footerMainNav li, #footer #footerSecondaryNav li {
	display: block;
	float: left;
	margin-left: 8px;
	padding-right: 8px;
	border-right: 1px solid #fff;
}



#footer #footerMainNav li.last, #footer #footerSecondaryNav li.last {
	padding-right: 0;
	border-right: 0;
}


#footer p {
	clear: left;
	margin-top: 30px;
}

/* Library New *************************************************************** */

#libraryMainLinks {
	list-style-type:none !important;
	margin:0!important;
	padding:0!important;
	margin:10px 0px !important;
	height:45px;
}

#libraryMainLinks li {
	display:block;
	float:left;
	margin:0!important;
	padding:0!important;
	height:45px;
}

#libraryMainLinks li a {
	display:block;
	float:left;
	width:310px;
	height:45px;
	text-indent:-9999px;
}

#libraryMainLinks li a#librarySearch { background: url('../images/library_search.jpg') no-repeat; margin-right:23px }
#libraryMainLinks li a#libraryEbooks { background: url('../images/library_ebooks.jpg') no-repeat; }

*html #libraryMainLinks li a#librarySearch { margin-right:10px; }

#libraryContent {
	margin-top:-10px;
}

#contactInfo {
	position:absolute;
	top:0px;
	right:130px;
}


.placeLibraryHours { 
	background:#eee; 
	position:relative; 
	margin-bottom: 10px; 
	padding:17px; 
	height: 206px; 
	margin-top:35px;
}

.placeLibraryHours ul{ float:left; margin:0 !important; }

.placeLibraryHours img { position:absolute; right:17px; }

#computerAccess { margin-top:-10px !important; }