@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:rgb(84, 117, 165) url(images/page-bg.jpg) repeat-x top left;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:transparent url(images/content-bg.jpg) repeat-y top left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
	background:url(images/header-bg.jpg) no-repeat top left;
	height:226px;
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	position:relative;
	margin:0px;
} 
#header h1 {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-indent:-9999px;
	position:absolute;
	top:20px;
	left:15px;
}
#header h1 a {
	margin: 0px; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	display:block;
	width:334px;
	height:159px;
	background:url(images/h1-bg.gif) no-repeat top left;
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background:transparent url(images/nav-top.jpg) no-repeat top left; /* the background color will be displayed for the length of the content in the column, but no further */
	padding-top:45px;
	margin:0px;
	text-align:center;
}
#sidebar1 h3 {
text-align:left;
color:#FFFFFF;
font:normal 11pt Arial, Helvetica, sans-serif;
border-bottom:1px solid white;
margin:15px 8px 5px 7px;
padding-left:5px;
}
#sidebar1 h3 a {
color:#FFFFFF;
text-decoration:none;
}
#sidebar1 ul {
margin:0px;
padding:0px;
text-align:left;
}
#sidebar1 ul li {
list-style-type:none;
margin:0px;
padding:0px;
}
#sidebar1 ul li a {
display:block;
padding:5px 0px 5px 35px;
background:#FFF url(images/nav-bg-on.jpg) no-repeat 0px 7px;
margin:0px 6px 3px 8px;
font:normal 12pt Arial, sans-serif;
color:#000;
text-decoration:none;
position:relative;
}
#sidebar1 ul li a:hover {
background:rgb(219, 27, 27) url(images/nav-bg-over.jpg) no-repeat 0px 7px;
color:#FFF;
}
body.home #sidebar1 #home, body.about #sidebar1 #about, body.quality #sidebar1 #quality, body.townGovernment #sidebar1 #townGovernment, body.traffic #sidebar1 #traffic, body.municipalities #sidebar1 #municipalities, body.advocate #sidebar1 #advocate, body.quotes #sidebar1 #quotes, body.involvement #sidebar1 #involvement, body.video #sidebar1 #video, body.parks #sidebar1 #quality, body.seniors #sidebar1 #quality, body.preservation #sidebar1 #quality, body.matthewsAlive #sidebar1 #quality, body.opennessFiscal #sidebar1 #townGovernment, body.policeFireEMS #sidebar1 #townGovernment, body.capitalImprovements #sidebar1 #townGovernment, body.economics #sidebar1 #townGovernment, body.foodTax #sidebar1 #advocate, body.transientTax #sidebar1 #advocate, body.policeEquity #sidebar1 #advocate {
background:rgb(219, 27, 27) url(images/nav-bg-over.jpg) no-repeat 0px 7px;
color:#FFF;
}
#mainContent ul {
font:normal 10pt Arial, sans-serif;
padding-right:50px;
}
#mainContent li {
line-height:16pt;
padding-bottom:10px;
padding-left:0px;
}
#mainContent ul ul {
font:normal 9pt Arial, Helvetica, sans-serif;
}
#mainContent ul ul li {
line-height:13pt;
padding-bottom:5px;
}
#mainContent ul.subnav {
margin:0px;
padding:0px 0px 0px 15px;
background:rgb(190, 203, 228);
}
#mainContent ul.subnav li {
display:inline;
list-style-type:none;
background:none;
}
#mainContent ul.subnav li a {
padding:9px 10px 2px 10px;
text-decoration:none;
color:#000000;
}
#mainContent ul.subnav li a:hover {
border-bottom:2px solid rgb(31, 79, 145);
color:rgb(31, 79, 145);
}
body.parks #mainContent #parks, body.seniors #mainContent #seniors, body.preservation #mainContent #preservation, body.matthewsAlive #mainContent #matthewsAlive, body.opennessFiscal #mainContent #opennessFiscal, body.policeFireEMS #mainContent #policeFireEMS, body.capitalImprovements #mainContent #capitalImprovements, body.economics #mainContent #economics, body.foodTax #mainContent #foodTax, body.transientTax #mainContent #transientTax, body.policeEquity #mainContent #policeEquity {
border-bottom:2px solid red;
color:red;
}
#mainContent {
	margin: 0 0 0 0px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */

	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	float:left;
	width:615px;
}
#mainContent div.intro {
padding:25px 35px;
overflow:auto;
}
#mainContent div.intro p {
padding:0px 0px 0px 0px;
text-align:center;
font:normal 14pt Arial, Helvetica, sans-serif;
line-height:26pt;
width:375px;
}
#mainContent div.intro ul {
margin:0px 0px 5px 0px;
padding:0px 0px 5px 0px;
border-bottom:1px solid green;
overflow:auto;
position:relative;
width:375px;
}
#mainContent div.intro li {
background:url(images/checkbox-bg.jpg) no-repeat top left;
color:green;
padding:15px 0px 0px 60px;
margin:0px;
border:none;
height:57px;
font:bold 10pt Trebuchet MS, sans-serif;
float:left;
width:125px;
list-style-type:none;
position:relative;
}
#mainContent div.intro li span {
font:normal 11pt Trebuchet MS, sans-serif;
color:#000000;
line-height:13pt;
}
#mainContent div.intro img {
float:right;
padding:3px;
background:#FFFFFF;
border:1px solid #204f91;
margin-left:15px;
}
body.quality #mainContent ul, body.townGovernment #mainContent ul, body.advocate #mainContent ul {
margin:0px 0px 5px 0px;
padding:0px 0px 5px 30px;
}
body.quality #mainContent li, body.townGovernment #mainContent li, body.advocate #mainContent li {
background:url(images/checkbox-bg.jpg) no-repeat top left;
margin:0px;
border:none;
list-style-type:none;
position:relative;
}
body.quality #mainContent li a, body.townGovernment #mainContent li a, body.advocate #mainContent li a {
color:green;
padding:12px 0px 15px 60px;
display:block;
position:relative;
font:normal 16pt Trebuchet MS, sans-serif;
text-decoration:none;
text-transform:capitalize;
}
body.quality #mainContent li a:hover, body.townGovernment #mainContent li a:hover, body.advocate #mainContent li a:hover {
text-decoration:underline;
}
body.quality #mainContent li a span, body.townGovernment #mainContent li a span, body.advocate #mainContent li a span {
font:normal 10pt Trebuchet MS, sans-serif;
color:#000000;
line-height:11pt;
}
body.quality #mainContent li a:hover span, body.townGovernment #mainContent li a:hover span, body.advocate #mainContent li a:hover span {
text-decoration:none;
}
.borderimg {
padding:3px;
background:#FFFFFF;
border:1px solid #204f91;
}
#mainContent p {
padding-left:25px;
padding-right:35px;
font:normal 10pt Arial, Helvetica, sans-serif;
line-height:16pt;
}
#mainContent h1 {
margin:0px;
padding:0px 0px 0px 25px;
background:rgb(219, 27, 27) url(images/h1-bg.jpg) repeat-x;
border:6px solid rgb(190, 203, 228);
font:bold 18pt Trebuchet MS;
color:#FFF;
line-height:28pt;
}
#mainContent h2 {
margin:0px 25px 0px 25px;
padding:0px 0px 0px 0px;
font:normal 13pt Trebuchet MS;
color:#000000;
border-bottom:1px solid #000000;
}
#footer { 
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:transparent url(images/footer-bg.jpg) no-repeat top left;
	height:33px;
	width:900px;
	margin:0px auto;
	position:relative;
} 
#footer p {
	margin:0px auto; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0px 15px 0px 0px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
font:normal 9pt Arial, sans-serif;
color:#FFF;
text-align:right;
background:none;
position:absolute;
top:35px;
width:885px;
}
#footer p a {
color:#FFFFFF;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
form{
margin:0px;
padding:15px 30px;
font:bold 12pt Arial, Helvetica, sans-serif;
}
.leftFloat{
float:left;
margin-right:15px;
margin-bottom:10px;
padding-left:30px;
}
.rightFloat{
float:right;
margin-left:15px;
margin-bottom:10px;
}