
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Lucida Grande', Arial, sans-serif;
	font-size: 12px;
	color: #000;	
}

h1 {} 
h2 {}
h3 { 
	margin-bottom: 10px;
	padding: 5px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
	border-bottom: 1px solid #DDD;
	background: #F5F5F5;
}
h4 { /* H4 (Page Main Section Titles) */
	margin-top: 10px;
	margin-bottom: -5px;
	margin-bottom: 0px;
	padding: 17px 0 10px 10px;
	color: #666;	
	font-size: 18px;
	text-transform: uppercase;
	background: url('images/lifepoint_title_h.gif') no-repeat transparent;
}
h5 { /* H5 (Sidebar Section Titles) */
	font-size: 14px;	
	color: #333;
	padding: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #DDD;
	background: #F5F5F5;
}
h6 { /* H6 (Paragraph Titles) */
	position: relative;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
}

a:link,
a:active,
a:visited {
	position: relative;
	color: #009933; /* Classic Green */
	color: #1984E2; /* Blue */
	text-decoration: underline;
}
a:hover {
	color: #0F5A9C;
	text-decoration: underline;
}
a img { border: none; }

p {
	text-indent: 10px;
	margin-top: 5px;
	line-height: 160%; /* Creates a 5px "padding" top and bottom */
}

strong {}

em {
	padding: 1px;
	color: #176117; /* Green */
	background: #D1F5D1; /* Green */
}

span{}

span#highlight {
	position: relative;
	display: block;
	padding: 5px;
	margin-bottom: 10px;	
	font-size: 15px;
	font-style: italic;
	color: #53227E;
	background: #E4D6F0;
	color: #176117; /* Green */
	background: #D1F5D1; /* Green */
}

ul {margin: 20px 0;}
ul li {	
	font-size: 15px;
	margin: 10px 0 10px 20px;
	list-style-position: inside;
	list-style-type: disc;
}

ol li {	
	font-size: 15px;
	margin: 10px 0 10px 20px;
	list-style-position: inside;
	list-style-type: decimal;
}

#clear {clear: both;}

#volunteer_list { 
	position: relative;
	margin: 15px auto 0 auto;
	width: 455px;

}

#volunteer_box {
	position: relative;
	display: block;
	width: 440px;
	padding: 3px 7px;
	margin: 10px 0 0 0;
	list-style: none;
	list-style-type: none;		
	background: #EEE;
	border: 1px solid #DDD;
	border-bottom: 0;
	
}

#volunteer_box img {
	float: left;
	display: block;
	margin-right: 0px;
	border: 0px;
}

#volunteer_box p {
	text-indent: 0;
	margin-left: 0;
}

p.volunteer_title { /* Volunteer Title Paragraph */
	margin-bottom: 5px;	
	font-size: 13px;
	font-weight: bold;
	display: inline;
}

p.volunteer_short { /* Volunteer Short Paragraph */
	position: relative;
	float: right;
	width: 330px;
	padding-left: 10px;
	margin-bottom: 30px;
	font-size: 11px;
	border-left: 1px solid #CCC;
}

a#volunteer_more_info { /* More Info Button Link */
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 5px 10px;
	cursor: pointer;
	color: #FFF;
	text-decoration: none;
	background: #cc0000;
}

.volunteer_details { /* Volunteer Details Div */
	position: relative;
	display: none;	
	width: 440px;
	padding: 10px;
	color: #FFF;
	border: 1px solid #DDD;
	border-top: none;
	background: #999;
	
}

.main_text {
	position: relative;
	width: 440px;
	padding: 11px;
	color: #000;
	border-top: none;
	
}
.form_text {
	font-size:12px;	
}
div.volunteer_details p {
/*	text-indent: 0; */
	color: #DDD;
	margin-left: 0;
	
/*	margin: 20px 0; */
}

#details_footer {
	position: relative;
	display: block;
	padding: 10px;
	margin-top: 10px;
	color: #777;
	border: 1px solid #DDD;	
	background: #FFF;
}
#details_footer a {
	color: #222;
	margin: 0 5px;
	text-decoration: underline;
}








