body
{
	background-image: url(/images/masthead_background.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	margin: 0;
	padding: 0;
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 11pt;
	line-height: 130%;
}

div#title
{
	margin: 0px 0px 13px 0px;
	padding: 0;
	font-weight: normal;
	font-size: 22pt;
	line-height: 110%;
}

hr.hr_title{ height: 1px; color: #CCC;}

a
{
	text-decoration: none;
	color: #0066FF;
}

a img {
border:0;
}

a:hover
{
	text-decoration: underline;
	color: #000;
}

h1 a
{
	display: block;
	height: 120px;
	width: 100%;
	overflow: hidden;
	text-indent: -1234em;
	background-image: url(/images/masthead.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	margin: 2px 0 0 0;
	padding: 0;
}

div.replaced{
	width: 515px;
	height: 40px;
	margin: 20px 0;
/*	padding: 0 overflow:hidden;
	text-indent: -1234em;*/
	border-bottom: 1px #ccc solid;	
}

h2.replaced
{
	width: 515px;
	height: 40px;
	margin: 20px 0;
	padding: 0 overflow:hidden;
	text-indent: -1234em;
	border-bottom: 1px #ccc solid;
}

h2.replaced#welcome_header
{
	background-image: url(/images/welcome_header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h2.replaced#looking_for_help_header
{
	background-image: url(/images/looking_for_help_header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h2.replaced#helping_yourself_header
{
	background-image: url(/images/helping_yourself.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h2.replaced#services_directory_header
{
	background-image: url(/images/services_directory.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h2.replaced#background_header
{
	background-image: url(/images/background_header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
h2.replaced#contact_us_header
{
	background-image: url(/images/contact_us_header.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

h3 {
font-size:100%;
font-weight:bold;
}

div#wrapper
{
	margin: 0 0 0 200px;
	width: 515px;
	padding-bottom: 20px;
	border-bottom: 1px #ccc solid;
}

/* menu */

div#navigation_background{
	position: absolute;
	left: 30px;
	top: 182px;
	margin: 0;
	padding: 0;	
	width: 150px;
	height: 181px;
	z-index: 0;
	background-image: url(/images/menu_matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 0;	
}

ul#navigation
{
	width: 150px;
	z-index: 1;	
	list-style: none;
	margin: 0;
	padding: 0;
	border-bottom: 1px #ccc solid;
}

ul#navigation li
{
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
}

ul#navigation li a
{
	width: 150px;
	height: 30px;
	background-image: url(/images/menu_matrix.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	overflow: hidden;
	text-indent: -1234em;
	display: block;
}

ul#navigation li a:hover { background-position: -150px 0; }

ul#navigation li a#home_nav { background-position: 0 0; }
ul#navigation li a#background_nav { background-position: 0 -30px; }
ul#navigation li a#looking_for_help_nav { background-position: 0 -60px; }
ul#navigation li a#helping_yourself_nav { background-position: 0 -90px; }
ul#navigation li a#services_directory_nav { background-position: 0 -120px; }
ul#navigation li a#contact_us_nav { background-position: 0 -150px; }
ul#navigation li a#events_nav { background-position: 0 -180px; }
ul#navigation li a#register_nav { background-position: 0 -210px; }
ul#navigation li a#newsletter_nav { background-position: 0 -240px; }
ul#navigation li a#volunteers_nav { background-position: 0 -270px; }

ul#navigation li a#home_nav:hover { background-position: -150px 0; }
ul#navigation li a#background_nav:hover { background-position: -150px -30px; }
ul#navigation li a#looking_for_help_nav:hover { background-position: -150px -60px; }
ul#navigation li a#helping_yourself_nav:hover { background-position: -150px -90px; }
ul#navigation li a#services_directory_nav:hover { background-position: -150px -120px; }
ul#navigation li a#contact_us_nav:hover { background-position: -150px -150px; }
ul#navigation li a#events_nav:hover { background-position: -150px -180px; }
ul#navigation li a#register_nav:hover { background-position: -150px -210px; }
ul#navigation li a#newsletter_nav:hover { background-position: -150px -240px; }
ul#navigation li a#volunteers_nav:hover { background-position: -150px -270px; }

ul#navigation li a#home_nav.current { background-position: -300px 0; }
ul#navigation li a#background_nav.current { background-position: -300px -30px; }
ul#navigation li a#looking_for_help_nav.current { background-position: -300px -60px; }
ul#navigation li a#helping_yourself_nav.current { background-position: -300px -90px; }
ul#navigation li a#services_directory_nav.current { background-position: -300px -120px; }
ul#navigation li a#contact_us_nav.current { background-position: -300px -150px; }
ul#navigation li a#events_nav.current { background-position: -300px -180px; }
ul#navigation li a#register_nav.current { background-position: -300px -210px; }
ul#navigation li a#newsletter_nav.current { background-position: -300px -240px; }
ul#navigation li a#volunteers_nav.current { background-position: -300px -270px; }


div#footer {
	border-bottom:#ccc solid 1px;
	font-size: 9pt;
	line-height:130%;
	margin: 2px 0px 10px 200px;
	text-align: center;
	width: 515px;
}



ul#listing
{
	list-style: none;
	margin: 0;
	padding: 0;
	font-size:80%;
	line-height:130%;
}

ul#listing dl,ul#listing dd,ul#listing dt {
	list-style: none;
	margin: 0;
	padding: 0;
	text-indent:0;

}

ul#listing dl {
position:relative;
border-top:1px #ccc solid;
padding:10px 0;
}

ul#listing dt {
font-weight:bold;
position:absolute;
width:130px;
}

ul#listing dd {
margin-left:150px;
width:300px;
margin-bottom:.5em;
}


ul#alphabet {
list-style:none;
margin:1em 0;
padding:1em 0 0 0;
height:2em;
font-size:80%;
border-top:1px #ccc solid;
width: 520px;
}

ul#alphabet li {
list-style:none;
display:inline;
}



ul#alphabet a
{
	display: block;
	background-color: #0066FF;
	color: #fff;
	padding: 0 .4em;
	float: left;
	margin: 0 .2em 0 0;
	text-transform: uppercase;
}

ul#alphabet a:hover {
text-decoration:none;
background-color:yellow;
color:#000;
}

ul#alphabet a.selected {
	background-color: #000;

}

ul#alphabet a.selected:hover {
color:#fff;
}

.contact_form table{
	margin: 10px;	
}

.contact_form td{
	font-size: 10pt;
}

.contact_form textarea{
	width:400px;
	border:1px #ccc solid;
	height: 150px;	
}

.contact_form input {
	width:400px;
	border:1px #ccc solid;
}

.searchPageNav{
	margin: 5px;
	font-size: 10pt;
}

.constrained
{
	text-align: left;
	width: 780px;
	margin: 0 auto 1em auto;
	padding: 0;
	position:relative;
	clear: both;
}

#main p {
line-height: 1.6em;
}

#main p span.highlight {
	background-color: #ffc;
}

.row.two #main
{
	width: 522px;
	float: left;
	min-height: 220px; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 220px; /* For IE */
	padding:0 20px 0 0;
	margin: 0 10px 0 0;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 492px; /* correct width for IE6 */

}

html>body .row.two #main { width: 492px; }

span.news_date{
	color: #777;
	font-size: 8pt;
}

div.sub_news {
	margin: 0 0 10px 0;
	display: table;
	clear: both;
	width: 100%

}

div.sub_news p{
padding: 0;
margin: 0;

}

div.news{
	vertical-align: top;
	padding: 0;
	margin: 0;
	/*border-bottom-width: 1px;
	border-bottom-style: solid; 
	border-bottom-color: #cccccc;*/
	
}

div.events, div.volunteers {
	vertical-align: top;
	padding: 0;
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	
	
}

div.events_feature, div.volunteers_feature {
	vertical-align: top;
	padding: 0;
	margin: 0;
		
}

.events_image {
	float: right;

}

div.sub_events, div.sub_volunteers {
	margin: 0 0 10px 0;
	display: table;
	clear: both;
	width: 100%

}

div.sub_events p, div.sub_volunteers p {
padding: 0;
margin: 0;

}

.events_main_image {
	float: right;
	margin-left: 25px;
	margin-bottom: 5px;

}

.events_body, .volunteers_body {
	text-align: justify;
	
}

.volunteers_feature table {
	border: 0px;
}

.volunteers_feature td {
	width: 200px;
}
	