@charset "iso-8859-1";

@font-face {
    font-family: 'bitterregular';
    src: url('/include/fonts/bitter-regular/bitter-regular-webfont.eot');
    src: url('/include/fonts/bitter-regular/bitter-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/bitter-regular/bitter-regular-webfont.woff') format('woff'),
         url('/include/fonts/bitter-regular/bitter-regular-webfont.ttf') format('truetype'),
         url('/include/fonts/bitter-regular/bitter-regular-webfont.svg#bitterregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bitterbold';
    src: url('/include/fonts/bitter-bold/bitter-bold-webfont.eot');
    src: url('/include/fonts/bitter-bold/bitter-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/bitter-bold/bitter-bold-webfont.woff') format('woff'),
         url('/include/fonts/bitter-bold/bitter-bold-webfont.ttf') format('truetype'),
         url('/include/fonts/bitter-bold/bitter-bold-webfont.svg#bitterbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'griffos';
    src: url('/include/fonts/griffos/GriffosFont-webfont.eot');
    src: url('/include/fonts/griffos/GriffosFont-webfont.eot?#iefix') format('embedded-opentype'),
         url('/include/fonts/griffos/GriffosFont-webfont.woff') format('woff'),
         url('/include/fonts/griffos/GriffosFont-webfont.ttf') format('truetype'),
         url('/include/fonts/griffos/GriffosFont-webfont.svg#griffosscapsfontregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
	/*outline: none;	*/
}

img {
	border: none;
	-ms-interpolation-mode: bicubic;
}


body {
	background: #f8f1e3 url('/images/misc/site-bg.jpg') center top no-repeat;
	color: #000;
	font: 78% Tahoma, sans-sans-serif;
	margin: 0;
	padding: 0;
}

table, td {
	font-size: 1em;
}

/* redefine headers */
h1, h2, h3, h4, h5, h6 {
	color: #644d23;
	font-family: 'bitterregular';
	font-weight: normal;
}


h1 {
	font-size: 2.0em;
	margin-top: 0em;
	margin-bottom: 0em;
}

h2 {
	font-size: 1.7em;
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.3em;
}

h5 {
	font-size: 1.2em;
}

h6 {
	font-size: 1.0em;
}

.sectionTitle {
	background: transparent url('/images/header/default-secondary-header-bg.png') center center no-repeat;
	font-size: 2.8em;
	color: #ffffff;
	margin: 0 0 10px 0;
	font-family: 'griffos';
	font-variant: small-caps;
	text-shadow: 0 0 3px #000; 
	height: 150px;
	width: 983px;
	position: relative;
}

.sectionTitle span {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.divTypeHeader {
	margin: 5px 0;
}

#wrap {
	width: 1000px;
	margin: 0 auto;
	-webkit-box-shadow: 0px 0px 4px 0px #000;
	box-shadow: 0px 0px 4px 0px #000;
}

/* Skip Link
****************************************************/
.skipLink {
	position: absolute;
	left: -3500px;
}




/* Header
 ****************************************************/
#siteTitle {
	background: #e4d7bc url('/images/header/site-title-bg.jpg') center top repeat-x;
	height: 116px;
	position: relative;
	z-index: 10;
}

#siteTitle h1 {
	background: transparent url('/images/header/site-title.jpg') center top no-repeat;
	width: 1000px;
	margin: 0 auto;
}

#siteTitle h1 a {
	display: block;
	height: 116px;
	text-indent: 1500px;
	white-space: nowrap;
	overflow: hidden;
}

#navSearch {
	background: #353c3d url('/images/header/nav-bg.jpg') left top repeat-x;
	border: 1px solid #363a3d;
	-webkit-box-shadow: 0px 0px 4px 0px #000;
    box-shadow: 0px 0px 4px 0px #000;
}

#navSearchInner {
	width: 1000px;
	margin: 0 auto;
}

/* Search */
#searchContainer {
	float: right;
}

#searchContainer #eGovQuickSearch {
    margin: 0;
    padding: 0;
    position: relative;
    top: -4px;
}

#searchContainer #eGovQuickSearch label {
	display: block;
	height: 1px;
	overflow: hidden;
	text-indent: 75px;
	position: absolute;
	white-space: nowrap;
	width: 1px;
}

#searchContainer #eGov_searchTerms {
	border: 0;
	margin-right: 5px;
	height: 24px;
	width: 184px;
	font-size: 9px;
	color: #808080;
	padding: 0;
	
}

#eGov_buttonSearchSubmit {
	position: relative;
	top: 6px;
}

#widgetContainer {
	width: 1000px;
	margin: 5px auto;
}

#widgets {
	float: right;
	border: 1px solid #fff;
	padding: 2px 25px;
	background-color: transparent;
  	background-color: rgba(255, 255, 255, 0.6);
  	color: #4f4b43; 
}

#twitter, #facebook {
	float: left;
	margin-right: 25px;
	position: relative; 
	top: .9ex;
}


#weatherContainerObject {
	float: left;
	width: 150px;
	height: 27px;
	overflow: hidden;
	border: 0;
}

/* Weather 
#weatherContainer {
	margin-right: 25px;
	float: left;
}

	#weatherContainer a {
		color: #4f4b43;
		font-size: 80%;
		text-decoration: underline;
	}
	
	#weatherContainer img {
		margin-right: 4px;
		position: relative;
		top: 3px;
	}

	#weatherContainer .temperature {
		font-family: 'bitterregular';
		font-size: 1.6em;
	}
*/


/* font / text size changer */ 
#textChanger {
	float: left;
	padding-top: 5px;
}

	#textChanger a {
		color: #4f4b43;
	}

#sizeLabel {
	font-size: 80%;
}

#contentMain {
	padding: 10px;
	background: #fff;
}





/* Homepage
 ****************************************************/
#bodyHome #columnContainer {
	margin-top: 12px;	
}

#bodyHome #columnContainer .column1 {
	width: 603px;
	float: left;
} 

#bodyHome #columnContainer .column2 {
	width: 354px;
	float: right;
}


/* Date Box Styles
****************************************************/*
.cwCalList {
	margin: 0;
	padding: 0 0 15px;
	list-style-type: none;
}

.cwCalList li {
	margin: 8px 0 18px 0;
	padding: 0;
}

.calBigDate {
	float: left;
	width: 3em;
	text-align: center;
	margin-right: 8px;
	font-family: 'bitterregular', times, sans-serif;
}

.calBigDate .month {
	text-transform: uppercase;
	text-align: center;
	font-size: .7em;
	padding: 0;
} 

.calBigDate .day {
	text-align: center;
	font-size: 1.6em;
}

.calTitleLink {
	margin-top: 3px;
	float: left;
	width: 70%;
}
 

/* Online Services
****************************************************/
#onlineServicesContainer {
	background-color: #fcf9f3;
	margin-top: 15px;
}

#onlineServices {
	padding: 20px;
	margin: 0;
	list-style-type: none;
}

#onlineServices li {
	float: left;
	list-style-type: none;
	margin: 0 15px 25px 0;
	padding: 0;
	width: 45%;
}

#onlineServices li a {
	font-size: 1.5em;
	font-family: 'bitterregular', times, sans-serif;
	background: transparent url('/images/home/glyph-sprites.png?foo=1') no-repeat;
	padding: 0 0 0 40px;
	position: relative;
	left: 0;

	-webkit-transition: left 0.3s ease;
	-moz-transition: left 0.3s ease;
	-o-transition: left 0.3s ease;
	transition: left 0.3s ease;
}

#onlineServices li a:hover {
	left: 10px;
}

#onlineServices li #servPayTax {background-position: 0 0;}
#onlineServices li #servTaxMap {background-position: 0 -118px;}
#onlineServices li #servGIS {background-position: 0 -31px;}
#onlineServices li #servCode {background-position: 0 -147px;}
#onlineServices li #servPropTax {background-position: 0 -59px;}
#onlineServices li #servNotice {background-position: 0 -174px;}
#onlineServices li #servPayBill {background-position: 0 -88px;}
#onlineServices li #servNews {background-position: 0 -204px;}
#onlineServices li #servStartBus {background-position: 0 -234px;}

/* In the Spotlight
****************************************************/
#spotlightContainer {
	background-color: #fcf9f3;
	margin-top: 15px;
}

#spotlightContainer ul {
	margin: 0;
	padding: 0 15px 15px 15px;
	list-style-type: none;
} 

#spotlightContainer ul li  {
	margin: 0 0 8px 0;
	padding: 0;
	list-style-type: none;
}

#spotlightContainer ul li a {
	font-size: 1.2em;
	font-family: 'bitterregular', times, sans-serif;
	color: #fff;
	background: #7b0909;
	display: block;
	padding: 8px;
	text-align: center;

	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

#spotlightContainer ul li a:hover {
	background: #a08659;
	text-shadow: 0 0 2px #4f3a17;
}


/* Secondary Page
****************************************************/
#bodySecondary #columnContainer {
	padding: 0 0 0 5px;
}

#bodySecondary .column1 {
	float: left;
	width: 700px;
}

#bodySecondary .column2 {
	float: right;
	width: 250px;
}
	


/* Tabs
****************************************************/
ul.tabs {
    margin: 0;
    padding: 0;
    list-style-type: none;
}


li.tab {
	margin: 0 8px 0 0;
	float: left;
	list-style-type: none;
	font-family: 'bitterregular';
	color: #7b0909;
	font-size: 1.3em;
	padding: 1ex 2ex;
	cursor: pointer;
	text-align: center;
	background: #e6ddce;
	border-top: 3px solid #e6ddce;
}

#tabsContent {
	background-color: #fcf9f3;
	margin-bottom: 15px;
}

#tabsContent .cwHeader {
	background: none;
}


li.tab.active {
	border-top: 3px solid #7b0909;
}


div.content {
    padding: 15px;
    margin: 0;
}


.splitTab1 {
	float: left;
	width: 49%;
}

.splitTab2 {
	float: right;
	width: 49%;
}

	.splitTab1 .cwHeader, .splitTab2 .cwHeader  {
		margin-top: 0;
	}

.cwSectionInfoDocList {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}


/* Content Window
 ****************************************************/
.cwHeader {
	font-family: 'bitterregular','Tahoma', sans-serif;
	color: #7b0909;
	background-color: #e6ddce;
	font-size: 1.8em;
	padding: .4em;
	margin: 0 0 .4em 0;
}


#tabsContent .cwHeader {
	border-bottom: 1px solid #f4efe0;
}

#bodySecondary .column1 .cwHeader {
	margin: 0;
	padding: 0;
}

#bodySecondary .column1 .cwContainer,
#bodySecondary .column1 .cwNavList {
	margin: 0 0 25px 0;
}

.cwList, .cwList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cwList li {
	margin : 0 0 10px 0;
	padding: 0 0 10px 0;
}


.cwHorizontalTable td a {
	margin : 0 0 10px 0;
	display: inline;
}



.cwNavList, .cwNavList li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.cwNavList li {
	padding: 4px 0;
}

.deptHomeLink {
	padding: 4px 0;
	display: block;
}




/* More Links
 ****************************************************/
.moreContainer {
    padding: 3px 0;
    text-align: right;
}

.more {
	padding: 0 5px 0 0;
	margin: 0 5px 0 0;
	border-right: 1px solid #f4efe0;
}

.feedLink {
    position: relative;
    top: 2px;
}

.subText {
	font-size: 0.7em;
	color: #7f8d96;
}

/* cwHeader floated moreContainer
 ****************************************************/
.cwHeaderContainer {
	border-bottom: 1px solid #f4efe0;
	padding: 0 0 .4em 0;
	margin: 0 0 .4em 0;
}


.cwHeaderContainer .cwHeader {
	float: left;
	border: 0 !important;
	padding: 0;
	margin: 0;
}

.cwHeaderContainer .moreContainer {
	float: right;
}



/* Section List Styles
 ****************************************************/
.cwSectionList {
    border: 1px solid #e2d3b2;
    border-top: none;
}

.even {
    background-color: #fff;
    padding: 6px;
    border-top: 1px solid #e2d3b2;
}

.odd {
    background-color: #fcfbf9;
    padding: 6px;
    border-top: 1px solid #e2d3b2;
}

.even:hover, .odd:hover {
	background-color: #f9f9e5;
}




/* Contact Info
****************************************************/
.address {
	background: url("/images/cw/house.png") no-repeat scroll 4px 0 transparent;
	padding: 0 0 0 29px;
	font-size: 0.9em;
}
.cwContactList {
	list-style: none;
	margin: 8px 0 0 0;
	padding: 0;
}
.telephone {
	background: transparent url('/images/cw/telephone.png') left 4px no-repeat;
	padding: 4px 0 4px 25px;
}
.fax {
	background: transparent url('/images/cw/fax.png') left 4px no-repeat;
	padding: 4px 0 4px 25px;
}
.email {
	background: transparent url('/images/cw/email.png') left 4px no-repeat;
	padding: 4px 0 4px 25px;
}
.staff {
	background: transparent url('/images/cw/staff.png') left 5px no-repeat;
	padding: 4px 0 4px 25px;
}
.hours {
	background: transparent url('/images/cw/clock.png') left 3px no-repeat;
	padding: 4px 0 4px 25px;
}


/* Breadcrumbs
****************************************************/
#breadcrumbs {
	font-size: .8em;
	padding: 0 8px 10px 0;
}

#breadcrumbs a, #breadcrumbs a:visited {
	color: #7f6728;
}

.breadArrow {
	margin: 0 8px 0 8px;
}


/* Comprehensive Feed
****************************************************/
#compFeedContainer p 
{
	margin: 0;
}

#compFeedLink {
	background: transparent url('/images/misc/comp-feed-icon.jpg') left center no-repeat;
	text-decoration: none;
	width: 18px;
	height: 18px;
	text-indent: 400px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	margin: 4px 8px 40px 0;	
}

#compFeedExplain {
	font-size: 85%;
	text-decoration: none;
}



/* Footer
****************************************************/
#footer {
	color: #38352e;
	/*text-shadow: 0px -1px 1px #490410, 0px 1px 1px #490410, -1px 0px 1px #490410, 1px 0px 1px #490410;*/
	font-size: .8em;
	margin: 15px auto 0 auto;
	width: 1000px;
}

#footer div img {
	float: left;
	margin-right: 8px;
}

#legal {
	margin: 0;
	padding: 0;
	float: right;
}
#legal li {
	display: inline;
	padding: 0 5px;
}
#footer a:link, #footer a:visited {
	color: #38352e;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}



/* Links
****************************************************/
a:link {
	color: #7c1527;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a:hover, a:visited:hover {
	color: #776f49;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a:visited {
	color: #776f49;
	-webkit-transition: color 0.3s ease;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

/* Print Styles
****************************************************/
.printOnly {
	display: none;
}


/* 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;}
