body {
	background-color: #015A92;
	font-family: Helvetica, "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
}

img {
	border:none;
}

a {
	color:#666;
}

.clear {
	clear:both;
}

/* Nested Divs in content sections */
.divPad { 
	padding:10px;
}

/* Overall container of page */
#container {
	border:2px solid white;
	width: 980px;
	text-align:left;
	background-color:#DCE8F4;
}


#logo {
	width:300px;
	height:82px;
	border-right:3px solid white;
	float:left;
}

/* Container of Nav elements */
#containerNav {
	background: url(../images/layout/nav_bg.jpg);
	width:676px;
	height:82px;
	float:right;
	color:#FFFFFF;
	text-transform:uppercase;
	position : relative;
	z-index:2;
}

/* home/sitemap */
#topNav {
	font-size:10px;
	position : absolute;
	right : 10px;
	top : 10px;
}

#topNav a {
	color:#FFFFFF;
	text-decoration:none;
}

#topNav a:hover {
	color:#666666;
	text-decoration:underline;
}

/* Drop Down menus - see also superfish.css */
#nav {
	position : absolute;
	bottom : 0px;
}

/* Container of photo element and intro copy element */
#containerHead {
	width:950px;
	z-index:1;
	
}

/* text content within page summary header section */
#textHead, .contactDiv {
	background-color:#91BFE3;
	width:464px;
	height:250px;
	float:right;
	text-align:left;
	color:#FFFFFF;
	font-size:12px;
	line-height:1.5em;

}


#textHead h1 {
	text-transform:uppercase;
	font-size:16px;
	margin:0px;
	padding:0px;
	line-height:2em;
}

#textHead em {
	font-size:10px;
}

/* Image in summary header */
#imgHead {
	width: 475px;
	height:250px;
	float:left;
}

/* Breadcrumb Title container */
#bread {
	width:184px;
	height:30px;
	background: #58A4D6;
	
}

#bread div, #subnavPage div {
	font-size:10px;
	text-transform:uppercase;
	font-weight:bold;
	color:#FFFFFF;
}


/* Container of subnav */
#subnavPage {
	width:184px;
	background:#91BFE3;
}

#bread a, #subnavPage a {
	color: #015A92;
	text-decoration:none;
}


#subnavPage a:hover, #bread a:hover {
	text-decoration:underline;
	color:#333333;
}

#subnavPage hr {
	border:none;
	border-bottom:1px dotted #1a5b91;
	height:1px;
}

/* Subnav elements for accordian style */
#subnav {
	margin:0px;
	padding:0px;
}

#subnav li {
	list-style : none;
	margin-bottom: 5px;
	padding-bottom:5px;
	border-bottom:1px dotted #FFF;	
}

#subnav li ul {
	margin : 5px;
	padding : 0px;
}

#subnav li ul li {
	border:none;
	margin:2px;
	padding:0px;
}


/* Main content areas to use throughout page */
.textContent {
	background-color:#FFFFFF;
	color:#436481;
	font-size:12px;
	line-height:1.5em;
}

.newsListings {
	background-color:#91BFE3;
	color:#436481;
	font-size:10px;
	line-height:1.5em;
}

.newsListings ul {
	padding:10px;
	margin:5px;
}

.newsListings a {
	color:#FFF;

}


/* News Stuffs */

.newsDiv {
	border:5px solid #5497c1;
	width:460px;
	margin-bottom:10px;
	min-height:275px;
	line-height:1.5em;
	color: #666;
}

.newsTitle {
	background-color:#1e648f;
	height:45px;
	margin:3px;	
}

.newsTitle img {
	padding:14px 0px 0px 14px;
}

.newsDiv ul, .newsDiv li {
	margin:0px;
	padding:0px;
		
}

.newsDiv li {
	list-style: none;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:3px dotted #82B0DA;
}

.newsDiv input[type=text], .newsDiv select {
	width:250px;
	height:25px;
	background:#FFF;
	border:solid 1px #000;
	margin-top:5px;

}

.newsPDF a {
	color:#1e648f;
	font-size:15px;
}

.thumb img {
	margin-left:5px;
}

.textContent hr, .newsDiv hr {
	border:none;
	border-bottom:3px dotted #82b0da;
	height:1px;
}

.textContent h1 {
	margin:0px;
	padding:0px;
	color:#9f7f53;
	font-size:14px;
	text-transform:uppercase;
	float:left;
	display:inline;
}

.textContent h3 {
	margin:0px;
	padding:0px;
	font-size:10px;
	color:#82b0da;
	text-transform:uppercase;
	display:inline;
	float:right;
}

.textContent h3 a {
	color:#82b0da;
}

.textContent h3 a:hover {
	color:#666666;
}


/* County Content div */
#countyContent {
	background:url(/images/communities/bg_community.jpg); 
	border-top:3px solid #FFF; 
	border-bottom:3px solid #FFF; 
	font-size:11px; 
	color:#FFF; 
}

/* 3 teasers across bottom of each page */
#teasers, #social {
	width:950px;
	background-color:#b8d3e9;
	color:#285a85;
	font-size:10.5px;
	line-height:1.5em;
}

#social {
	background-color:#91BFE3;
}

#social ul {
	margin:0px;
	padding:0px;
	margin-left: 5px;
	padding-left:10px;
}

#teasers a, #social a {
	color:#285a85;
}

#teasers a:hover, #social a:hover {
	color:#333333;
}

#teasers h1, #social h1 {
	font-size:12px;
	display: inline;
	padding:0px;
	margin:0px;
	text-transform:uppercase;
}

#teasers img, .imgPad {
	padding-right:15px;

}

/* Footer text elements */
#footer {
	width:980px;
	text-align:right;
	padding-top:10px;
	font-size:10px;
	color:#e5d8ac;
}

#footer a {
	color:#e5d8ac;
}

#footer a:hover {
	color:#333333;
}


/* Callout on home page with cornez */
.callout {
	background-color: #58A4D6;
	width:230px;
}


/* MANY brand new styles... all over the place... just for one calloutbox */

#homeIntro {
	color:#014570;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:19px;
	line-height:1.3em;
	font-style:italic;
	padding:20px;
}
	

.homeSidebar {
	color: #285A85;
	line-height:1.3em;
}

.homeSidebar a {
	color:#FFFFFF;
}

.homeSidebar h4 {
	font-size:13px;
	font-weight:normal;
	margin:8px 0px 8px 0px;
	padding:0px;
}

.homeSidebar h2 {
	color:#FFFFFF;
	font-size:18px;
}

.homeSidebar h3, .newsDiv h3 {
	font-size:19px;
	font-weight:normal;
	margin:8px 0px 8px 0px;
	padding:0px;
}


.callout {
	font-size:12px;
	color:#FFFFFF;
	line-height:normal;
}

#textHead .callout h1 {
	color:#91BFE3;
	font-size:19px;
	font-weight:normal;
	margin:8px 0px 8px 0px;
	padding:0px;
	line-height:normal;
	text-transform:none;
}

/* Staff Page / Sliders */


.slideGroup {
	margin-bottom:20px;	
}

.slideGroup h1 {
	display:block;
	float:none;
	font-size:12px;
	margin-bottom:5px;
}

.slider {
	background-color:#dce8f4;
	margin-bottom:10px;
}

.slider:hover {
	cursor: pointer;
}

.slider h2 {
	color: #015a92;
	font-size:13px;
	font-weight:normal;
	background:url(/images/layout/arrow_slider.gif) left no-repeat;
	text-indent:20px;
	margin:0px;
	padding:0px;
}

.slider h2 .title {
	color:#666;
}


.slideContent {
	display:none;
	margin-top:10px;
	color:#3b4349;
}

.slideContent div.staffPhoto {
	float: left;
	width:215px;
	margin-top: 10px;
	font-size:10px;
}


.slideContent div.staffBio {
	float: right;
	width:470px;
	margin-top:10px;
}

.slideContent div img {
	border:5px solid white;
	margin-bottom:5px;
}

/* Annual Report */

#reportTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	line-height:1.3em;
	padding-top:20px;
	
}

#reportTitle b {
	color:#034f7f;
	font-size:14px;
}

#reportTitle img {
	padding-right:20px;
}


/* Home Teasers */

.homeTeaser {
	background : #014570;
	color : #fff;
	height : 240px;
}

.homeTeaserTitle {
	font-family : ronnia-condensed,sans-serif;
	text-transform : uppercase;
	font-size : 26px;
	margin-top : 5px;
	margin-bottom : 5px;
}

.homeTeaserPadding {
	padding : 10px;
	overflow : hidden;
}

.homeTeaser hr {
	display : none;
}

.homeTeaser a {
	color : #fff;
}
