body { 
	margin:0;
	padding:0;
	width: 100%;
	font: normal 11px/14px Verdana, "lucida sans unicode", "lucida grande", Arial, Sans-Serif;
	background-color: #369;
	color: #316698;
}

a {
	color: #c26b02;
	text-decoration: none;
}

a:hover {
	color: #c26b02;
	text-decoration: underline;
}

.subheadline {
	margin-top: 0;
	font: bold 11px/14px Verdana, "lucida sans unicode", "lucida grande", Arial, Sans-Serif;
}

.bold,
.formlabel {
	font-weight: bold;
}

.formtitle {
	font-size: 11px;
	font-weight: bold;
	background-color: #316698;
	color: #fff;
}

.content {
	font-size: 11px;
}

.pagetitle {
	color: #990100;
}

.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

h1#page_title {
	font: bold 18px/22px Helvetica Neue, Helvetica, Arial, Sans-Serif;
	letter-spacing: -1px;
	color: #073364;
	border-bottom: 2px solid #073364;
	padding: 0 0 .5em;
}

#container {
	width:709px;
	margin: 0 auto;
}

#header {
	width: 709px;
	height: 112px;
	margin: 0 auto;
	background-color: #fff;
}

#header .metalinks {
	float: right;
	text-transform: uppercase;
	color: #ffffcc;
	font: 1.5em "Times New Roman", Times, Serif;	
	padding: 15px 35px 0 0;
}

#header img {
	display: block;
	float: left;
	border: 0;
}

.metalinks a {
	color: #ffffcc;
}
	
#content_container {
	background-color: #fff;
	width: 669px;
	padding: 1px 20px 20px;
}
	
#interior_container {
	background-color: #fff;
	width: 669px;
	padding: 20px;
}

#news {
	width: 270px;
	float: left;
}

	#news h1 {
		font: bold 18px/22px Helvetica Neue, Helvetica, Arial, Sans-Serif;
		letter-spacing: -1px;
		color: #073364;
		border-bottom: 2px solid #073364;
		padding: 0 0 .5em;
	}

	#news table {
		width: 248px;
	}
	
	#news td {
		padding: 0 5px 5px 0;
	}
	
#news .news_articles ul {
margin:0px;
padding:0px 0px 0px 15px;
}

#news .news_archives {
	font-weight:bold;
	text-align:right;
	padding:15px 20px 15px 0px;
}

#content {
	width: 375px;
	float: right;
}

#content_interior {
	width: 460px;
	float: right;
	border-left: 1px solid #c0d5ea;
	padding-left: 20px;
}

#spotlight {
	width: 709px;
	margin-bottom: 20px;
}

#spotlight img {
	display: block;
	border: 0;
}

#promo {
	width: 840px;
	margin-top: 30px;
}

img.align_rt {
	padding: 0 0 10px 20px;
}

#side_nav {
	width: 150px;
	float:left;
	text-align: left;
	font-size: 11px;
	line-height: 14px;
}

#side_nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#side_nav li {
	margin: 0 0 12px;
	font-weight: bold;
}

#side_nav li a {
	display: block;
	width: 150px;
	color: #003060;
	text-decoration: none;
}

#side_nav li a:hover {
	color: #316698;
	text-decoration: none;
}

#side_nav li a:active,
#side_nav li.current a:link,
#side_nav li.current a:visited,
#side_nav li.current a:hover {
	color: #ff9933;
	text-decoration: none;
}

#side_nav li ul {
	margin: 6px 0 0;
	list-style: none;
	color: #003060;
	font-size: 11px;
}

#side_nav li ul li {
	margin: 0 0 3px;
	background: transparent url('../graphics/bg_menu_section_sub.gif') 0 4px no-repeat;
	padding: 0 0 0 12px;
}

#side_nav li ul li a {
	width: 138px;
}

#footer {
	width: 709px;
	height: 40px;
	margin: 0 auto;
	padding-top: 0;
	margin-bottom: 30px;
	background: #043669 url(../graphics/footer.jpg) bottom left repeat-x;
}

#footer_text {
	padding: 24px 0 0 0;
	width: 709px;
	text-align: center;
	color: #fff;
	font-size: 10px;
	letter-spacing: -1px;
}

#quicklinks {
	padding: 25px 2px 0 0;
	float: right;
	width: 120px;
}


/*Global Navigation*/


#navigation {
	width: 709px;
	height: 48px;
	margin: 0 auto;
	background: transparent url('../graphics/navigation.gif') 0 -48px no-repeat;
	font: bold 11px/14px Verdana, "Lucida Sans Unicode", "Lucida Grande", Arial, Sans-Serif;
}

	#navigation ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	#navigation li {
		float: left;
		height: 48px;
	}
	
	#navigation a {
		display: block;
		float: left;
		height: 100%;
		text-decoration: none;
		background: transparent url('../graphics/navigation.gif') 0 0 no-repeat;
		font-size: 1px;
		line-height: 1px;
		text-indent: -9999em;
	}
	
		#navigation li.about_us a {
			width: 63px;
			background-position: 0 0;
		}
	
		body.about_us #navigation li.about_us a {
			width: 63px;
			background-position: 0 48px;
		}
	
		#navigation li.services_for_nonprofits a {
			width: 135px;
			background-position: -63px 0;
		}
	
		body.services_for_nonprofits #navigation li.services_for_nonprofits a {
			width: 135px;
			background-position: -63px 48px;
		}
	
		#navigation li.become_a_volunteer a {
			width: 113px;
			background-position: -198px 0;
		}
	
		body.become_a_volunteer #navigation li.become_a_volunteer a {
			width: 113px;
			background-position: -198px 48px;
		}
	
		#navigation li.donate a {
			width: 49px;
			background-position: -311px 0;
		}
	
		#navigation li.donate_current a {
			width: 49px;
			background-position: -311px 48px;
		}
	
		#navigation li.events_programs_reg a {
			width: 177px;
			background-position: -360px 0;
		}
	
		body.events_programs_reg #navigation li.events_programs_reg a {
			width: 177px;
			background-position: -360px 48px;
		}
	
		#navigation li.news_resources a {
			width: 104px;
			background-position: -537px 0;
		}
	
		#navigation li.news_resources_current a {
			width: 104px;
			background-position: -537px 48px;
		}
	
		#navigation li.site_map a {
			width: 60px;
			background-position: -641px 0;
		}
	
		#navigation li.site_map_current a {
			width: 60px;
			background-position: -641px 48px;
		}
	
	body.about #navigation li.about a,
	body.services #navigation li.services a,
	body.volunteer #navigation li.volunteer a,
	body.donate #navigation li.donate a,
	body.events #navigation li.events a,
	body.news_resources #navigation li.news_resources a,
	body.site_map #navigation li.site_map a,
	#navigation a:hover,
	#navigation a:active {
		background: none ! important;
	}

#navigation a:hover,
#navigation a:active {
	color: #222;
	outline: none;
}

#login form input {

margin:5px 0 5px 0;

}

#login {

margin-left:5px;

}

#login div.portal_login div.form_row_submit {
background:none;
color:#000000;
float:none;
margin:0px 0;
padding:5px;
text-align:left;
width:145px;
}

#login div.form_label, #login div.form_field  {
display:inline;
font-weight:normal;
}

#login div.portal_login  {
margin:1em 0em;
width:260px;
}

#login .content_login_portal_password, #login .content_login_portal_username {
width:180px !important;
}

#login div.portal_login_password div.form_label {
padding-right:4px;
}

.content_image_box  {
background:none;
border:0px solid #959595;
}

h5.form_title, div.form_row_submit  {
background:none repeat scroll 0 0 #043669;
color:#fff;

}

.collection_item_description  {
font-style:normal;
}

table.calendar  {
border:1px solid #CCCCCC;
border-collapse:collapse;
width:100%;
clear:left;
}

table.calendar li {
padding-bottom:8px;
}