@charset "UTF-8";
/* CSS Document */

body  {
	background: #acacac;
	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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#container  {
	width: 800px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #666666;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/sidebar.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
#email_sup img {
	border: 1px solid #999999;
}
#header  {
	height: 167px;
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #DDDDDD;
} 
#header  h1  {
	margin: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	padding: 0px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 1.4em;
	color: #ad5114;
	padding-left: 25px;
	padding-right: 25px;
}
h2 {
	font-size: 100%;
	line-height: 1.4em;
	color: #d4893d;
	padding-left: 25px;
	padding-right: 25px;
}
p {
	font-size: 85%;
	line-height: 1.4em;
	color: #666666;
	padding-right: 25px;
	padding-left: 25px;
}
#mainContent  {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 160px;
	padding: 0px;
} 
#footer  {
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 160px;
} 
#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 */
}
.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;
}
#nav li {
	display: inline;
}
#nav ul {
	margin: 0px;
	height: 50px;
	padding-right: 10px;
	border-top-style: none;
	padding-left: 3px;
	padding-top: 7px;
}
#nav a {
	text-decoration: none;
	margin-top: 0px;
}
#nav img {
	border-right-style: solid;
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-color: #A74720;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	background-color: #7D0D00;
	height: 35px;
	text-align: left;
}
 
#sidebar  {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	height: 530px;
	padding-bottom: 0px;
}
#sidebarNav {
	background-color: #000000;
}
#sidebarNav  li {
	text-decoration: none;
	list-style-type: none;
	padding-bottom: 15px;
}
#sidebarNav ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 22px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebarNav img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.bodyImg {
	float: right;
	width: 155px;
	font-size: 75%;
	color: #A74720;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-left: 15px;
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.bodyImg img {
	margin-bottom: 15px;
}
#mainContent form p {
	line-height: 2em;
}
.inputSpace input {
	margin-left: 5px;
}
#joinForm {
	margin: 25px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #999999;
}
a:link {
	color: #ad5114;
}
a:visited {
	color: #D3822A;
}
a:hover {
	color: #7D0D00;
}
a:active {
	color: #ad5114;
}
.districts {
	color: #B86732;
	text-transform: uppercase;
	font-weight: bold;
}
.districtSep {
	padding-top: 5px;
	padding-bottom: 5px;
}
.districtSep p {
	margin-left: 110px;
}
.textFormat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 1.4em;
	color: #666666;
}
.districtSep img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 25px;
	margin-top: 18px;
	border: 1px solid #999999;
}
#footerHome {
	padding-left: 160px;
}
.caption {
	font-size: 11px;
}
#home #sidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 160px;
	height: 400px;
	padding-bottom: 0px;
}
#flash {
	background-color: #FFE0AC;
	margin-bottom: 25px;
}
.warning {
	font-size: 85%;
	line-height: 1.4em;
	color: #FF0000;
	padding-right: 25px;
	padding-left: 25px;
}
.thanks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 1.4em;
	color: #7D0D00;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	margin-right: 25px;
	margin-left: 25px;
}
#petitions {
	margin: 25px;
}
#petitions td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 85%;
	line-height: 1.4em;
	color: #666666;
	height: 20px;
}
#petitions input {
	width: 200px;
}
#petitions #button {
	width: 100px;
}
legend {
	font-size: 100%;
	line-height: 1.4em;
	color: #ad5114;
	padding-left: 25px;
	padding-right: 25px;
	font-weight:bold;
}
fieldset {
	margin:25px;
	
	}
#neighborhood label {
	line-height: 1.5em;
}

	.hr {
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 30px;
	margin-bottom: 35px;
	height: 1px;
}

