body {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	text-align:center;
	background-color:#00545A;
}

body#content {
	text-align: left;
}

td {
	font-size: 12px;
}

h1 {
	color:#008A9A;
	font-size:18px;
}

h2 {
	color:#008A9A;
	font-size:16px;
}

a, a:link, a:active, a:visited {
	color: #318994;
}

a:hover {
	color: #6CB2B9;
}



#header {
	width:960px;
	height:205px;
	background-image:url('/img/site/header.gif');
	
}

#header h1 {
	margin: 0px;
	padding: 0px;
	float: left;
	
}
#header h1 a {
	display: block;
	height: 200px;
	outline: none;
	text-indent: -9999px;
	width: 450px;
}

#container {
	width:962px;
	margin: 0 auto;
	text-align:left;
}

#navbar {
	background-color:#BDBDBD;
	height:40px;
	width:960px;
	float:left;
}


#banner {
	width:960px;
	height:144px;
	float:left;
}

/* Inner Fade Banner */

.pisc h1, .pen h1, .hancock h1, .tri h1 {
	font-size: 26px;
	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	font-style: normal;
	padding: 5px 0px 0px 30px;
}

.pisc ul, .pen ul, .hancock ul, .tri ul {
	list-style-type: square;
	margin: 5px 0px 0px 100px;

}

.pisc li, .pen li, .hancock li, .tri li {
	padding: 5px 0px;
	width: 625px;
}

.pisc, .pen, .hancock, .tri {
	width: 960px;
	height: 144px;
	font-size: 16px;
	color: #FFFFFF;
	font-style: italic;
}

.pisc {
		background-image: url('/img/site/banner_piscataquis.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.pen {
		background-image: url('/img/site/banner_penobscot.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.hancock {
		background-image: url('/img/site/banner_hancock.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

.tri {
		background-image: url('/img/site/banner_3counties.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

/* End Inner Fade */

#contentcontainer {
	background-color:#FFFFFF;
	background-image: url('/img/site/content_bg.gif');
	background-position: top left;
	background-repeat: repeat-y;
	width:960px;
	float:left;
}

#content {
	background-color: #fff;
	width:730px;
	float:left;
	padding:10px;
}

#news {
	width:190px;
	float:left;
	padding:10px;
}

---------------Links---------------

#links {
	padding:0; 
	margin:0;
	display:inline;
} 

#links ul {
	margin: 0px;
}

#links li { 
	list-style-type:none; 
	padding: 3px 20px 0px 0px;
	display:inline;
} 

#links a, #links a:visited {
	color:#000;
	font-family: Geneva, arial, verdana, sans-serif; 
	text-align:center;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	display:inline;  
} 

#links a:hover {
	color:#00545A;
	font-family: Geneva, arial, verdana, sans-serif; 
	text-align:center;  
	text-decoration:none;
	display:inline;  
}

-----------------------------------

#footer {
	width: 960px;
	height: 20px;
	clear: both;
	padding-top: 3px;
	margin: 0 auto;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: #FFF;
	text-decoration: underline;
}

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

#footer #copyright {
	color:#FFFFFF;
	font-size: 10px;
	text-align: left;
	width: 400px;
	height: 20px;
	float: left;
}

#footer #cms {
	color:#FFFFFF;
	width: 400px;
	height: 20px;
	float: right;
	text-align: right;
	font-size: 10px;
}

