/*<agl.folder "standard selectors">*/
	body {
	color: #005151;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/page-bg.jpg);
	background-position: center top;
	text-align: center;
	margin: 0;
	padding: 0; }
	h1 {
		color: #095d5d;
		font-size: 1.4em;
		background-image: url(../images/h1-bg.gif);
		background-repeat: no-repeat;
		background-position: center bottom;
		text-align: center;
		margin: 0;
		padding: 10px 35px 3px; }
	h2 {
		font-size: 1.2em;
		font-weight: bold;
		padding-bottom: 3px;
		border-bottom: 1px dashed #b2e0e1; }

	h3 {
		font-size: 1.1em;
		font-style: italic;
		text-align: center; }

	h4 {
		font-size: 1.1em;
		margin: 10px auto 0px auto; }

	p {
	 }
	a:link, a:visited {
		color: #056b8e;
		text-decoration: underline; }
	a:hover, a:active {
		color: #000;
		text-decoration: none; }
	td {
		font-size: 10pt; }
	dl {
		margin-top: 20px;
		padding: 5px;
		list-style-type: none; }
	dt {
		font-weight: bold; }
/*</agl.folder>*/
/*<agl.folder "structural">*/
	#container {
	background-image: url(../images/container-bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	width: 750px;
	margin: 0 auto;
	padding: 0; }
	#header {
	background-image: url(../images/header-bg.jpg);
	background-repeat: no-repeat;
	width: 750px;
	height: 189px; }
	#top-nav {
	background-image: url(../images/top-nav.gif);
	background-repeat: no-repeat;
	width: 740px;
	height: 25px;
	margin: 0 5px;
	padding: 0; }
	#left-nav {
		font-size: 0.8em;
		width: 193px;
		float: left;
		margin: 0;
		padding: 0 5px 0 10px;
		display: inline; }
	#right {
		width: 517px;
		float: left;
		margin: 0;
		padding: 0 15px 0 10px;
		display: inline; }
	body.wide-content #right {	display: inline;
	margin:  0;
	padding: 0 15px 0 10px;
	width:   710px;
	float:   left; }

	body.wide-content #container {
		background-image: url(../images/container-bg-wide.gif); }

	#footer {
	color: #217575;
	font-size: 0.8em;
	background-image: url(../images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: 0 bottom;
	text-align: center;
	width: 497px;
	clear: both;
	margin: 0;
	padding: 25px 25px 15px 228px; }
	body.wide-content #footer {
		background-image: url(../images/footer-bg-wide.gif);
		text-align: center;
		width: 700px !important;
		width: 750px;
		padding-right: 25px;
		padding-left: 25px; }

	#footer a:link, #footer a:visited {
	color: #056b8e;
	text-decoration: underline; }
	#footer a:hover, #footer a:active {
	color: #095d5d;
	text-decoration: none; }
/*</agl.folder>*/
/*<agl.folder "Browser Fixes">*/
	.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
	/* Hides from IE-mac \*/
	* html .clearfix {height: 1%;}
	/* End hide from IE-mac */
/*</agl.folder>*/
/*<agl.folder "contact_form">*/
	#contact_form * { list-style-type: none; }
	#contact_form {
		text-align: left;
		width: 280px;
		margin-right: auto;
		margin-left: auto;
		padding: 10px;
		border: solid 1px #003060; }
	#contact_form em { font-size: 0.9em; }
	#contact_form label { text-align: left; width: 110px; float: left; display: block; }
	#contact_form .horizontal { padding-left: 25px; display: block; }
	#contact_form .horizontal input { margin-left: 5px; }
	#contact_form legend { color: #003060; font-weight: bold; margin: 0; }
	#contact_form h1 { font-size: 1em; font-weight: bold; clear: both; }
	#contact_form .footnote { clear: both; font-size: 0.7em; text-indent: 0; padding-right: 20px; padding-bottom: 10px; padding-left: 20px; }
	#contact_form fieldset { text-align: left; width: 280px; padding: 10px; border: solid 1px #003060; }
	.bot-input { float: left; margin-left: -999em; }
/*</agl.folder>*/
/*<agl.folder "top-nav">*/
	#top-nav * {
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: block; }
	#top-nav ul {
	 }
	#top-nav li {
		height: 25px;
		float: left; }
	#top-nav a {
		background-image: url(../images/top-nav.gif);
		text-indent: -999em;
		height: 25px; }
	.home-button {
		width: 100px;
		background-position: 0 0; }
	.home-button:hover {
		background-position: 0 -25px; }
	.home-button:active,
	body#home-page .home-button {
		background-position: 0 -50px;
		cursor: default; }
	.budget-button {
		width: 103px;
		background-position: -100px 0; }
	.budget-button:hover {
		background-position: -100px -25px; }
	.budget-button:active,
	body#budget-page .budget-button {
		background-position: -100px -50px;
		cursor: default; }
	.newsletter-button {
		width: 126px;
		background-position: -203px 0; }
	.newsletter-button:hover {
		background-position: -203px -25px; }
	.newsletter-button:active,
	body#newsletter-page .newsletter-button {
		background-position: -203px -50px;
		cursor: default; }
	.calendar-button {
		width: 113px;
		background-position: -329px 0; }
	.calendar-button:hover {
		background-position: -329px -25px; }
	.calendar-button:active,
	body#calendar-page .calendar-button {
		background-position: -329px -50px;
		cursor: default; }
	.facts-button {
		width: 121px;
		background-position: -442px 0; }
	.facts-button:hover {
		background-position: -442px -25px; }
	.facts-button:active,
	body#facts-page .facts-button {
		background-position: -442px -50px;
		cursor: default; }
	.permits-button {
		width: 177px;
		background-position: -563px 0; }
	.permits-button:hover {
		background-position: -563px -25px; }
	.permits-button:active,
	body#permits-page .permits-button {
		background-position: -563px -50px;
		cursor: default; }
/*</agl.folder>*/
/*<agl.folder "left-nav">*/
	#left-nav a { 
		color: #3ba1a1; 
		text-decoration: none; }
	#left-nav a:hover { 
		color: #095d5d; 
		text-decoration: none; }
	#left-nav ul {
		font-size: 1.1em;
		text-align: left;
		letter-spacing: 1px;
		width: 100%;
		margin: 0;
		padding: 2px 0;
		list-style-type: none; }
	#left-nav li { 
		font-weight: bold; 
		margin: 0 0 5px; 
		padding: 2px 10px 2px 5px; 
		border-bottom: 1px solid #b2e0e1; }
	body#home-page #left-nav a.home-left, body#commission-page #left-nav a.commission-left, body#hall-page #left-nav a.hall-left, body#boards-page #left-nav a.boards-left, body#agendas-page #left-nav a.meetings-left, body#minutes-page #left-nav a.meetings-left, body#archives-page #left-nav a.meetings-left, body#agendas-page #left-nav a.agendas-left, body#minutes-page #left-nav a.minutes-left, body#archives-page #left-nav a.archives-left, body#charter-page #left-nav a.charter-left, body#facilities-page #left-nav a.facilities-left, body#emergency-page #left-nav a.emergency-left, body#voting-page #left-nav a.voting-left, body#other-page #left-nav a.other-left, body#public-works-page #left-nav a.public-works-left, body#local-page #left-nav a.local-left, body#association-page #left-nav a.association-left, body#watering-restrictions-page #left-nav a.watering-restrictions-left,
body#elevations-page #left-nav a.elevation-left
						{
		color: #000000;
		cursor: default; }
	/*Contextually visible ULs - off*/
	#left-nav li ul { margin-top: 0; border-width: 0; display: none; }
	#left-nav li li { font-weight: normal; letter-spacing: 0; padding-left: 25px; border-style: none; border-width: 0; }
	
	/*Contextually visible ULs - on*/
	body#agendas-page #left-nav li ul.meetings-section,
	body#minutes-page #left-nav li ul.meetings-section,
	body#archives-page #left-nav li ul.meetings-section,
	body#archives-2006-page #left-nav li ul.meetings-section,
	body#archives-2007-page #left-nav li ul.meetings-section,
	body#archives-2008-page #left-nav li ul.meetings-section,
	body#archives-2009-page #left-nav li ul.meetings-section {
	display: block; }
	
/*</agl.folder>*/
/*<agl.folder "special selectors">*/
	.color-td {
	background-color: #cceaea; }
	.clearboth {
		clear: both; }

	.sheriff {
		background-image: url(../images/sheriff-shield.gif);
		background-repeat: no-repeat;
		background-position: right top;
		width: 420px;
		height: 80px;
		margin: 0 auto 25px;
		padding: 10px 70px 10px 10px;
		border: solid 1px #ca0; }

	.fire {	background-image:    url(../images/fire-shield.gif);
	background-repeat:   no-repeat;
	background-position: right top;
	margin:              0 auto 25px;
	padding:             10px 70px 10px 10px;
	width:               420px;
	height:              80px;
	border:              solid 1px #c00; }

	.ems {
		background-image: url(../images/ems-shield.gif);
		background-repeat:   no-repeat;
		background-position: right top;
		margin:              0 auto 25px;
		padding:             10px 70px 10px 10px;
		width:               420px;
		height:              80px;
		border:              solid 1px #4080ff; }

	.eel-link {
	font-size: 0.85em; }
	.pdf li {
		font-size: 0.9em;
		background-image: url(../images/pdf-bullet.gif);
		background-repeat: no-repeat;
		background-position: 0 center;
		text-indent: 0;
		margin: 0 0 5px;
		padding-top: 1px;
		padding-bottom: 5px;
		padding-left: 20px;
		list-style-type: none; }
	.external-link li {
		font-size:           0.9em;
		background-image: url(../images/external-link-bullet.gif);
		background-repeat:   no-repeat;
		background-position: 0 center;
		text-indent:         0;
		list-style-type:     none;
		margin:              0;
		padding-top:         1px;
		padding-bottom:      5px;
		padding-left:        20px; }
	#calendar-content {
		clear: both;
		margin-left: 35px;
		 }
	.cancelled {
		color: #900;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: line-through; }
	.red {
		color: #d91616;
		font-size: 8pt;
		font-weight: bold; }
		
	.large {
		font-size: 125%;
	}

/*</agl.folder>*/
/*<agl.folder "official">*/
	.postcard {
		width: 495px;
		clear: both;
		margin: 10px auto;
		padding: 10px;
		border: solid 1px #3fb5b5;
		display: block; }
	.postcard img {
		float: right;
		margin-bottom: 10px;
		margin-left: 10px;
		border: solid 1px #3fb5b5;
		
		 }

	.postcard span {
		font-size: 0.75em; }

	.postcard p {
		margin-top: 15px; }

	.postcard .edge {
		width: 495px;
		height: 1px;
		float: none;
		clear: both; }
/*</agl.folder>*/
/*<agl.folder "mission">*/
	.mission {
		text-align: left;
		width: 400px;
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
		padding: 15px;
		border: solid 1px #3fb5b5; }
	.mission * {
		margin: 0;
		padding: 0; }

	.mission p {
		margin-top: 15px; }
/*</agl.folder>*/
/*<agl.folder "news-flash">*/
	.news-flash {
		background-image: url(../images/news-flash.gif);
		background-repeat: repeat-x;
		background-position: right 0;
		text-align: left;
		width: 400px;
		margin-top: 15px;
		margin-right: auto;
		margin-left: auto;
		padding: 5px 15px 15px;
		border: solid 1px #903; }
	.news-flash h2 {
		font-size: 1.3em;
		text-align: center; }

	.news-flash h3 {
		color: white;
		margin: 0 0 10px; }

	.news-flash * {
		margin: 0;
		padding: 0; }
	.news-flash p {
		margin-top: 15px; }
/*</agl.folder>*/

.highlight{
	background: #FFFF00;
}
#home-page #container #right .news-flash p strong {
	color: #800000;
}
#home-page #container #right .news-flash p {
	color: #00F;
}

