e* {
	margin: 0;
	padding: 0;
}
body {
	font-family:helvetica, sans-serif;
	background-color: #fff;
}
#container {
	position:relative;
	width: 55em;
	margin:0 auto;
}

#home  {width: 45em; float: left; margin-bottom: 3em}

#calendar   {float: left; padding-top: 2.5em}

#nav {
	margin:3em 0;
	text-align:center;
	list-style:none;
}
#nav li {
	margin:0 1em;
	display:inline;
}
a,a:visited {
	color: #20801e;
	text-decoration: none;
	background: url(extlink.gif) left center no-repeat;
	padding-left: 16px;
}
a:hover,a:active {
	color: #20801e;
	text-decoration: underline;
}
ul, ol {
	margin-left: 5em;
}
#footer a, #nav a {
	background:0;
	padding-left:0;
}
#nav a {
	font-weight: bold;
}

#logo_left{height: 3em; float: left; border: 2px solid #20801e; margin-left: 7em}

#logo_right{height: 3em; float: right; border: 2px solid #20801e; margin-right: 7em}

#title {text-align: center;
height: 3em;
	text-transform: uppercase;
	background-color: #20801e;
	color: #fff;
	font-size:1.5em;
	font-family: 'bryant pro', sans-serif;
	padding-top: .5em;
padding-bottom: .5em;
	margin-top: 3em;
	margin-bottom: 3em;
	line-height: 3em;
	border-top:3px #fff double;
	border-bottom:3px #fff double}



h1 {
	text-transform: uppercase;
	background-color: #20801e;
	color: #fff;
	font: 1.1em/2em 'bryant pro', sans-serif;
	padding: .75em 0 .5em 2.75em;
	border-top:3px #fff double;
	border-bottom:3px #fff double;
	margin-bottom:1em;
}
p {
	padding:0 3em;
	text-align:justify;
	line-height:1.3em;
	margin-bottom: 1em;
}
address {
	padding: 0 8em;
}
blockquote {
	background: transparent url(close_quotes.gif) no-repeat scroll right bottom;
	font-style: italic;
	font-family: fantasy;
	padding-left: 1em;
	margin: 1.5em 8em;
	display: list-item;
	list-style-image: url(open_quotes.gif);
	color: #999;
}
div.section {
	overflow: auto;
	width:100%;
	margin-bottom:2em;
	border-top:1px solid #20801e;
	padding-top:1em;
}
div.section img {
	margin-bottom:1em;
	border:0;
}
div.description {
	float: left;
	margin: 0 2em 1em 2.5em;
}
h2 {
	margin-bottom:.25em;
	padding-left:1em;
	color:#20801e;
}
h2 span.title {
	font-weight: normal;
	font-size: .65em;
}
p.phone_list{position:relative;padding:0;margin:.5em 3em;border-bottom:1px dotted #000;}
p.phone_list span {
	position: absolute;
	right:0;
}
#footer {
	font-size: .75em;
	background: transparent url(bg_dot.gif) left top repeat-x;
	clear: both;
	padding: .5em 0 .25em;
	width: 75em;
	margin: 4em auto 0;
}
#footer-nav {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
#footer-nav li {
	font-size: 1.05em;
	font-weight: bold;
	display: block;
	float: left;
	margin: 0 1.5em .5em;
	padding: 0;
	width: 8em;
}
#footer-nav li a { color: #000; }
#footer-nav li ul {
	margin: .5em 0 0 0;
	padding: 0;
	color: #20801e;
}
#footer-nav li ul li {
	display: block;
	float: none;
	margin: 0 0 .25em;
	padding: 0;
	font-size: .98em;
	font-weight: normal;
	line-height: 1.05em;
}
#footer-nav li ul li a { color: #20801e; }

#volunteer {width: 50em; margin-left: 10em}

label.blockLabel	{display: block; position: relative; margin: 12px 0px}
label.blockLabel input	{position: absolute; left: 150px}
#donate span		{color: red}
label.indentLabel	{margin-left: 150px}
#firstName		{width: 25em}
#lastName		{width: 25em}
#street			{width: 25em}
#phone			{width: 10em}
#city			{width: 10em}
#state			{width: 3em}
#zip			{width: 7em}
#ideas   {position: absolute}
fieldset		{margin-bottom: 10px; margin-top: 5px; padding: 10px; background-color: #20801e; border: none}


