@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-repeat: repeat-x;
	min-width: 800px;
	background-color: #1d2444;
	background-image: url(images/reflectionBG.jpg);
	background-position: top;
}
#blogLink {
	color: #FFF;
	font-size: 100%;
}


#container {
	width: 780px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/container_bg.gif);
	margin-left: auto;
	margin-right: auto;
	border-right-width: 6px;
	border-left-width: 6px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #000000;
	border-left-color: #000000;
} 
#body_text #map {
	margin-left: 70px;

}
#body_text #map_note {
	font-size: 0.75em;
	color: #000099;
	margin-right: 50px;
	margin-left: 60px;
}


#header {
	height: 109px;
	background-color: #006539;

} 
#header h1 {
	margin: 0; /* 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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	width: 195px;
	left: 0px;
	position: relative;
	float: left;
	top: 91px;
	padding-bottom: 10px;
}
#sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding: 0 20px;
	line-height: 1.5em;
}
#sidebar1 a:link {
	color: #FFCF31;
	text-decoration: none;
}
#sidebar1 a:hover {
	color: #FFFF33;
	text-decoration: underline;
}
#sidebar1 a:visited {
	color: #9999FF;
	text-decoration: none;
}

#mainContent {
	margin: 0 0 0 195px;
	min-height: 530px;
} 
#footer {
	height: 80px;
	background-color: #006738;
	background-image: url(images/footer_bg.gif);
	background-repeat: repeat-x;
	clear: both;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
} 
#body_text {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	min-height: 400px;
	font-size: 90%;
}


#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: white;
	font-size: 1em;
	font-style: italic;
}

#footer p a:link {
	color: white;
	font-size: .75em;
	font-style: italic;
	text-decoration: none;
}
#committee_list {
	font-family: Arial, Helvetica, sans-serif;
}
#committee_list ul {
	list-style-type: none;
}
#committee_list .town_org {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}
#committee_list .reps {
	font-size: 100%;
}
.red {
	color: #990000;
	font-weight: bold;
}


#footer p a:hover {
	color: #FFCC33;
	font-style: italic;
	text-decoration: underline;
	font-size: .75em;
}
.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;
}
#nav {
	height: 22px;
	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. */
	position: relative;
}
#sign_bot {
	position: absolute;
	top: -90px;
	left: 0px;
}
#newa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	text-align: center;
	background-color: #FFFFFF;
	padding: 3px;
	margin: 0 20px 20px 560px;
	border: 1px solid black;
}
#newa a:link {
	font-family: Arial, Helvetica, sans-serif;
	color: #293094;
	font-size: 1.25em;
	font-style: italic;
}
#newa a:hover {
	color: #0099FF;
}
#slideshow {
	border: 2px solid black;
	margin: 0px 15px 0 15px;
}
	

#sidebar_links {
	height: 100px;
	margin-bottom: 10px;
}

p#mission {
	color: #2e3192;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: 400;
	font-size: 0.95em;
}
.large {
	font-size: 1.35em;
}
.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;
}
em {
	font-family: "Times New Roman", Times, serif;
	font-size: 110%;
	font-style: italic;
	font-weight: bold;
}
#body_text #emails {
	margin-left: 110px;
	list-style-type: none;
	float: none;
}
#body_text .question {
	font-family: "Times New Roman", Times, serif;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}
#body_text .answer {
	font-size: 90%;
	line-height: 1.5em;
	text-indent: -19px;
	margin-left: 40px;
}
#body_text .faq_answer_list {
	font-size: 0.9em;
	line-height: 1.5em;
}

#body_text .answer2 {
	font-size: 90%;
	line-height: 1.5em;
	margin-left: 40px;
}
#home_text {
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 90%;
}
#body_text .info_list {
	list-style-type: none;
}
#body_text .info_links {
	font-size: small;
	list-style-type: none;
}
#body_text .info_links li {
	display: inline;
}
#footer p a:visited {
	color: #FFFF99;
	font-size: 0.75em;
	font-style: italic;
	text-decoration: none;
}
#body_text .faq_list {
	font-style: italic;
	list-style-type: none;
	line-height: 1.75em;
	text-indent: -1.5em;
}
.bold {
	font-weight: bold;
}


#body_text .stewardship {
	list-style-position: inside;
}
#body_text .faq_categories {
	font-size: 1.25em;
	line-height: 2em;
	font-weight: bold;
	background-image: url(images/WRWS_25px.gif);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}

#body_text .reg_links a {
	font-size: .95em;
}
#site_map {
	list-style-type: disc;
	line-height: 1.75em;
	margin-left: 75px;
}
#site_map .child_1 {
	list-style-type: disc;
}
#site_map .child_1 .child_2 {
	list-style-type: disc;
}
#map_canvas {
	height: 600px;
	width: 535px;
}
#map {
	margin: 0px;
	padding: 0px;
}

#map img {
	padding: 0px;
	margin: 0px;
}
#map  a:link {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#map a:hover {
	border: 1px dashed #000000;
}

#breakflt {
	clear: both;
}
.info_list li {
	margin-bottom: 6px;
}
