@charset "iso-8859-1";

* {
	outline: none;
}

img {
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #252525;
}

/* redefine headers */
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Times, "Times New Roman", serif;
}

h1 {

}

h2 {
	font-size: 2.2em;
	color: #0D4321;
	padding: 0 0 15px;
	font-variant: small-caps;
}

h3 {
	/* color: #fff; */
	color: #0D4321;
    font-size: 2em;
    font-variant: small-caps;
    
    font-weight: normal;
}

.blueBar h3 {
	color: #fff;
}

h4 {
}

.cwContainer h5 {
    color: #0D4321;
    font-size: 1.4em;
    padding: 0 0 0 11px;
}

h6 {
}

/* Skip Link
****************************************************/
.skipLink {
	position: absolute;
	left: -3500px;
}

/* Header
****************************************************/
#header {
	background: url('/images/header/header-bg.jpg') transparent no-repeat;
	margin: 0 auto;
	height: 191px;
	width: 950px;
}
#siteTitle {
	display: block;
	background: url('/images/header/logo.png') transparent no-repeat;
	width: 587px;
	height: 160px;
	text-indent: -9999px;
	overflow: hidden;
	position: relative;
	right: 32px;
	top: 30px;
}

/* Site Search
****************************************************/

#searchContainer {
	float: right;
	position: relative;
	bottom: 44px;
	right: 15px;
}

#searchWrap {
	background-color: #fff;
	height: 22px;
	width: 135px;
}

#eGovQuickSearch {
	margin: 0;
	padding: 0;
	position: relative;
	top: -2px;
}

#eGovQuickSearch label {
	display: block;
	height: 1px;
	overflow: hidden;
	text-indent: 75px;
	visibility: hidden;
	white-space: nowrap;
	width: 1px;
}

#eGovQuickSearch #eGov_searchTerms {
	background-color: #fff;
	border: 1px solid #fff;
	height: 18px;
	width: 104px;
	line-height: 9px;
	font-size: 9px;
	padding: 0 0 0 3px;
	position: relative;
	top: -4px;
}

#eGovQuickSearch #eGov_buttonSearchSubmit {
	/* margin-right: 5px; */
	height: 20px;
	width: 20px;
	position: relative;
	bottom: -2px;
	/* background: url(/images/header/search-submit.jpg) no-repeat; */
	text-indent: -9999px;
	display: inline-block;
}

/* Top Navigation
****************************************************/
#topNavMenu {
	width: 950px;
	margin: 0 auto;
	height: 35px;
	z-index: 2;
	position: relative;
}
#topNav {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
#topNav > li {
	display: inline;
	padding:0;
	margin:0;
	border: none;
	position: relative;
	
}
#topNav > li > a {
	display: block;
	text-indent: -9999px;
	padding:0;
	margin:0;
	height: 35px;
}

/* Top Nav Sprites */
#home, #cdivs, #resi, #busi, #visit, #rec, #oserv {
	background: transparent url('/images/header/nav-sprites.png');
	background-repeat: no-repeat;
	float: left;
}
#home {
	background-position: 0 0;
	width: 74px;
}
#home.over, #home:hover {
	background-position: 0px -35px;
}
#cdivs {
	background-position: -74px 0;
	width: 144px;
}
#cdivs.over, #cdivs:hover {
	background-position: -74px -35px;
}
#resi {
	background-position: -218px 0;
	width: 106px;
}
#resi.over, #resi:hover {
	background-position: -218px -35px;
}
#busi {
	background-position: -324px 0;
	width: 95px;
}
#busi.over, #busi:hover {
	background-position: -324px -35px;
}
#visit {
	background-position: -419px 0;
	width: 92px;
}
#visit.over, #visit:hover {
	background-position: -419px -35px;
}
#rec {
	background-position: -511px 0;
	width: 124px;
}
#rec.over, #rec:hover {
	background-position: -511px -35px;
}
#oserv {
	background-position: -635px 0;
	width: 315px;
}
#oserv.over, #oserv:hover {
	background-position: -635px -35px;
}

/* Post-Header
****************************************************/
#homepageImages {
	width: 950px;
	height: 205px;
	margin: -10px auto 0;
	z-index: 1;
	position: relative;
}
#homepageImages img {
	margin: -10px 0 0 0;
}

/* Breadcrumbs */
#breadcrumbs {
	width: 923px;
	margin: 0 auto;
	font-size: 0.7em;
	color: #888;
	padding: 5px 0 0 0;
}
#breadcrumbs a {
	text-decoration: underline;
}
#breadcrumbs a:hover {
	text-decoration: none;
}

/* Wrapper
****************************************************/
#upperBackground, #footWrap {
	margin: 0 auto;
	width: 982px;
	background: url('/images/home/upper-bg.png') transparent repeat-y;
}
#upperBackgroundCap {
	display: block;
	margin: 0 auto;
}
#wrap {
	width: 950px;
	background: url('/images/home/wrap-bg.png') transparent repeat-y;
	margin: 10px auto 26px;
}
#bodySecondary #wrap {
	background: url('/images/secondary/secondary-wrap-bg.png') center repeat-y;
}

/* Homepage 
****************************************************/
#column1 {
	width: 662px;
	float: left;
	padding: 0 18px;
}
#homeDescLeft {
	width: 340px;
	float: left;
	padding: 8px 20px 20px 0;
}
.deptLogo {
}
#homeDescRight {
	width: 300px;
	float: left;
	padding: 0 0 25px;
}
#homeDescRight h2 {
	font-weight: normal;
}
#homeDescRight p {
	margin: 0;
	border: 0;
	padding: 0 10px;
}
.cwContainer {
	clear: both;
	padding: 10px 0;
}
.cwQuickLinks {
	margin-bottom: 30px;
	padding-bottom: 15px;
}
.cwQuickLinks ul {
	padding: 0 0 0 12px;
}
#column2 {
	width: 218px;
	float: left;
	padding: 0 17px;
}

/* social media sprites */
#socialSprites {
	float: left;
    margin: -4px 0 0 10px;
}
#socialSprites li {
	float: left;
	padding: 0 1px;
}
#socialSprites li a {
	display: inline-block;
	height: 51px;
	text-decoration: none;
	text-indent: -9999px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
}


/* Social Sprites */
#facebook, #twitter, #flickr, #youtube {
	background: transparent url('/images/home/social-sprites.jpg');
	background-repeat: no-repeat;
	float: left;
}
#facebook {
	background-position: 0 0;
	width: 43px;
}
#facebook.over, #facebook:hover {
	background-position: 0px -51px;
}
#twitter {
	background-position: -43px 0;
	width: 43px;
}
#twitter.over, #twitter:hover {
	background-position: -43px -51px;
}
#flickr {
	background-position: -86px 0;
	width: 43px;
}
#flickr.over, #flickr:hover {
	background-position: -86px -51px;
}
#youtube {
	background-position: -130px 0;
	width: 43px;
}
#youtube.over, #youtube:hover {
	background-position: -130px -51px;
}


/* city services links */
#cityServices li {
	padding: 5px 0;
}
#requests, #proposals, #opportunities, #zoning, #minutes, #applications, #code, #rental, #payment {
   width: 249px;
   height: 31px;
   text-indent: -9999px;
   overflow: hidden;
   display: block;
   background: transparent url('/images/home/service-sprites.jpg');
   background-repeat: no-repeat;
}
#requests {
	background-position: 0 0;
}
#requests:hover, #facebook.over {
	background-position: 0 -31px;
}
#proposals {
	background-position: -249px 0;
}
#proposals:hover, #proposals.over {
	background-position: -249px -31px;
}
#opportunities {
	background-position: -498px 0;
}
#opportunities:hover, #opportunities.over {
	background-position: -498px -31px;
}
#zoning {
	background-position: -747px 0;
}
#zoning:hover, #zoning.over {
	background-position: -747px -31px;
}
#minutes {
	background-position: -996px 0;
}
#minutes:hover, #minutes.over {
	background-position: -996px -31px;
}
#applications {
	background-position: -1245px 0;
}
#applications:hover, #applications.over {
	background-position: -1245px -31px;
}
#code {
	background-position: -1494px 0;
}
#code:hover, #code.over {
	background-position: -1494px -31px;
}
#rental {
	background-position: -1743px 0;
}
#rental:hover, #rental.over {
	background-position: -1743px -31px;
}
#payment {
	background: url('/images/home/payment.jpg');
	height: 13px;
    margin: 5px 0 0;
}
#payment:hover, #payment.over {
	background: url('/images/home/payment_hover.jpg');
}


/* Secondary
****************************************************/
#bodySecondary #column1 {
	width: 218px;
	padding: 0 15px;
}
#bodySecondary #column2 {
	width: 662px;
	padding: 0 19px;
}
.blueBar {
    background-color: #114423;
    padding: 5px 0 5px 8px;
    width: 100%;
    margin: 0 0 5px;
}
.logoContain {
    float: left;
    padding: 2px 25px 2px 0;
    width: 330px;
}
.descLogo {

}
.descContain ul {
	overflow: hidden;
}
.botLeft {
	float: left;
	width: 315px;
	padding: 0 32px 0 0;
}
.botRight {
	float: left;
	width: 315px;
}

/* Content Window Stuff
****************************************************/
#cwContact {
	font-family: Times, serif;
	font-weight: bold;
	padding: 0 0 15px 0;
	margin: 0 0 5px 0;
}
.cwContact {
	margin: 0;
	border: 0;
	list-style: none;
	padding: 0 0 0 12px;
}
#cwContact li {
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0 0em;
	padding-left: 1.8em;
}
.cwContactAddresses {
	padding: 10px 0 10px 12px;
}
.telephone {
	background-image: url('/images/cw/phone.png');
}
.fax {
	background-image: url('/images/cw/fax.png');
}
.email {
	background-image: url('/images/cw/email.png');
}
.staff {
	background-image: url('/images/cw/group.png');
}
.hours {
	background-image: url('/images/cw/hours.png');
}


/* Events Calendar */
#cwCalendarGrid {
    padding: 15px 17px 15px 8px;
    text-align: center;
}
#cwCalendarTable {
	font-family: Tahoma;
}
#cwCalendarTable th, .cwCalendarDay {
	font-size: 9px;
	color: #5C5C5C;
}
.cwCalendarCell {
	padding: 2px 0;
}
.cwCalendarToday {
	border: 1px solid #D4E8EB;
}
.cwEventsList {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
.cwEventsList li {
	padding: 5px 0;
	border-bottom: 1px solid #85C6ED;
}

/* weather */
#weather {
    background: transparent url("/images/home/weather-bg.png") no-repeat scroll 0 0;
    float: left;
    font-size: 1.8em;
    height: 72px;
    margin: 0 0 0 5px;
    width: 329px;
	-webkit-transform: rotate(3deg); 
	-moz-transform: rotate(3deg); 
    -ms-transform: rotate(3deg); 
    -o-transform: rotate(3deg); 
    transform: rotate(3deg);

	zoom: 1;
 	text-shadow:
   -1px -1px 3px #fff,
    1px -1px 3px #fff,
    -1px 1px 3px #fff,
     1px 1px 3px #fff;
}

#linkHeading {
	color: #14404b;
    padding: 18px 0 0 45px;
}
#weather a {
	color: #14404b;
	font-size: 0.5em;
	text-decoration: underline;
}
#weather a:hover {
	text-decoration: none;
}
#weather #temp {
	font-family: Times;
	font-weight: bolder;
}
#heading {
	font-family: Times;
}

/* Section Lists */
.cwList {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
}
.cwList li {
    background: url("/images/misc/bullet.gif") no-repeat scroll left 0.43em transparent;
    padding: 2px 6px 2px 15px;
}
.cwList li a {
	font-weight: bold;
}
#bodySecondary .cwList {
	padding: 0 0 0 12px;
}

.cwSectionList {
	border: 1px solid #d0bfaf;
	border-top: none;
	margin-bottom: 15px;
}

	.cwSectionList .even {
		background-color: #fff;
		border-top: 1px solid #d0bfaf;
		padding: 6px;
	}
	
	.cwSectionList .odd {
		background-color: #f2eeea;
		border-top: 1px solid #d0bfaf;
		padding: 6px;
	}
	
.emailLink {
	float: right;
    margin: 0 10px;
}


/* Comprehensive Feed */
.feedHeader {
	background-color: #148ECE;
	color: #fff;
	font-size: 1.6em;
}
.compFeed {
    padding: 5px 12px;
    line-height: 1.1em;
    font-size: 0.9em;
}
.compFeedIcon {
	padding: 10px 0 0 0;
}

/* More links
****************************************************/

/* More Link Container */
.moreContainer {
	text-align: left;
    padding: 0 10px 0 0;
    font-weight: bold;
}

#column3 .moreContainer {
	float: left;
	padding: 6px 0 0 15px;
}

.moreContainer a:active.more, .moreContainer a:hover.more, .moreContainer a:visited:hover.more {
	text-decoration: none;
}

.feedLink {
	position: relative;
	top: 2px;
	padding: 0 0 0 5px;
}

/* Links
****************************************************/
.bold {
	font-weight: bold;
}
.subText {
	font-size: 70%;
	font-weight: bold;
	color: #989898;
}

/* info pages */
#rss h3 a, #privacyPolicy h3 a, #terms h3 a {
	color: #148ECE;
}
#bodySecondary #rss h3, #bodySecondary #privacyPolicy h3, #bodySecondary #accessibility h3, #bodySecondary #terms h3 {
	padding: 20px 0;
	color: #148ECE;
}
/* Site Wide */
a:link { color: #148ECE; text-decoration: none; }
a:visited { color: #5DBEEF; text-decoration: none; }
a:visited:hover { color: #5DBEEF; text-decoration: underline; }
a:link:hover { color: #148ECE; text-decoration: underline; }


/* Footer
****************************************************/
#foot {
	width: 950px;
	height: 89px;
	margin: 0 auto;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background: url('/images/footer/footer-bg.jpg');
}
#footInner {
	font-size: 85%;
	width: 920px;
	margin: 0 auto;
	padding: 10px 0;
}
#footInner a {
	color: #000;
	text-decoration: underline;
}
#footInner a:hover {
	text-decoration: none;
}
ul#legal {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
    float: right;
}
ul#legal li {
	display: inline;
	padding: 0 5px 0 2px;
	border-right: 1px solid #000;
}
ul#legal li.last {
	padding: 0 0 0 2px;
	border: none;
}
#footerCap {
	display: block;
	margin: 0 auto;
	width: 990px;
}


/* Print Styles
****************************************************/
.printOnly {
	display: none;
}

#homeIcon {
	margin-right:5px;
	position: relative;
	top: 3px;
}

abbr {
	cursor: help;
}

*::selection {
	background: #355533; /* Safari */
	color: #fff;
}
*::-moz-selection {
	background: #355533; /* Firefox */
	color: #fff;
}



/* Lake Level Junk
****************************************************/
#waterLevel h3 {
	text-indent: -5000px; 
	overflow: hidden; 
	height: 94px;
	background: transparent url('/images/home/lake-o.jpg')left top no-repeat;
}

#waterLevel div.wrapper {
	position: relative;
	top: -10px;	
}



/* Clear Fix
****************************************************/
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
* html .clearfix {height:1px;}

.QEfix {
	clear: both;
}









/* Topic Flyouts 
*****************************************************/

#topicNavList {
	margin: 0;
	padding: 0 0 10px 12px;
	list-style: none;
	background: none;
	font-size: 12.8px !important; /* important'd for text resizer, will break if not */
	overflow: visible !important;
}

.topicToggler {
	overflow: visible !important;
}






/* .cwList li {
    background: url("/images/misc/bullet.gif") no-repeat scroll left 0.43em transparent;
    padding: 2px 6px 2px 15px;
} */
/* .cwList li a {
	font-weight: bold;
} */
/* #bodySecondary .cwList {
	padding: 0 0 0 12px;
} */





#topicNavList > li {
	display: block;
	padding: 0 0 0 15px;
	background: url("/images/misc/bullet.gif") no-repeat scroll left 0.63em transparent;
}

#topicNavList > li > a {
	display: block;
	height: 100%;
	padding: 4px 0;
	text-decoration: none;
	font-weight: bold;
}

#topicNavList > li > a:hover {
/* 	background: #817c67;
	color: #fff !important;
	text-decoration: none; */
}

#topicNavList > li.navArrow {
	position: relative;
	/* background: transparent url('/images/menu/flyout-arrow-off.gif') 5px center no-repeat; */
	padding: 0 0 0 15px;
}

#topicNavList > li.navArrow:hover {
	position: relative;
	/* background: #817c67 url('/images/menu/flyout-arrow-over.gif') 5px center no-repeat; */
}

	#topicNavList > li.navArrow:hover a {
		color: #fff;
	}

#topicNavList li:hover {
	background: #114423; 
}

#topicNavList > li.navArrow ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #817c67;
	position: absolute;
	left: -1000em;
	border-top: 1px solid #ddd;
	width: 250px;
}

#topicNavList > li.navArrow ul li {
	display: block;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	padding: 0;
}

#topicNavList > li.navArrow ul li a {
	display: block;
	text-decoration: none;
	background-color: #817c67;
	color: #fff;
	padding: 4px;
}

#topicNavList > li.navArrow ul li a:hover {
	background: #114423;
	color: #ffffff;
}

#topicNavList > li.navArrow:hover ul {
	top: -1px;
	left: 206px;
	z-index: 20;
}

.navSelected {
	background: #fff;
	padding: 0 0 1px;
}

.navSelected > a {
	border-bottom: 1px solid #999999;
}

.navSelected > ul {
    background: none repeat scroll 0 0 #FFF;
/*    border: 1px solid #999999;*/
    list-style: none outside none;
    margin: 10px 13px;
    padding: 10px 15px;
}

.navSelected > ul > li {
	padding: 3px;
	border-bottom: 1px solid #999999;
}
