/*CSS Reset*/

html, body, div, dl, dt, dd, li, pre, form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }

h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }

address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }

input, select, textarea, table { font-size: 100%; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th { text-align: left; font-weight: normal; font-style: normal; }

acronym, abbr, fieldset, img { border: 0;}

/* basic styles */

a:link { }
a:visited { }
a:active, a:hover { }

body {
	background: #747474;
	color: #6f6f6f;
	font: 12px Arial, Helvetica, sans-serif;
	text-align: center;
}

h2 { margin: 28px 0px 10px 0px; font-size: 27px; font-weight: bold; text-transform: uppercase; color: #000; }
h3 { color: #000; margin-bottom: 10px; text-transform: uppercase; font-weight: bold; font-size: 18px;}

hr { margin: 20px 0px 5px 0px; height: 3px; background: #000; color: #000; border: none; }

p { margin-bottom: 10px; }

/* classes */
.aligncenter { text-align: center; }
.alignleft { text-align: left; }
.alignright { text-align: right; }

.button { line-height: 26px;  }
.button a{ background: #8ea510; padding: 6px 10px; color: #fff; text-decoration: none; text-transform: uppercase; font-size: 14px; }
	.button a:hover { background: #bcdc0e; }

.clear { clear: both; }
.content { padding: 30px 0px 0px 30px; }

.feature {
	width: 605px;
	height: 270px;
	position: relative;
	background: url('/static/image/feature.jpg') no-repeat;
}

	.feature h2 {
		width: 360px;
		height: 65px;
		position: absolute;
		text-transform: none;
		margin: 0px;
		bottom: 10px;
		left: 0px;
		background: url('/static/image/h-title.png');
	}
	
	.feature a {
		display: block;
		padding: 10px;
		height: 45px;
		color: #000;
		font-size: 18px;
		font-weight: bold;
		text-decoration: none;
	}

.floatleft { float: left; margin: 0px 1em 1em 0px; }
.floatright { float: right; margin: 0px 0px 1em 1em; }

.links { margin: 0px 0px 10px 0px; padding: 0px; list-style: none; }
	.links a { color: #6f6f6f; }
	.links a:hover { color: #000; }
.links-more { margin: 0px; padding: 0px; list-style: none; }
	.links-more li { text-align: right; }
	.links-more a { color: #000; text-transform: uppercase; font-size: 13px; font-weight: bold; }
	.links-more a:hover { color: #6f6f6f; }

.pic { border: solid 1px #000; }
	
.title {
	height: 185px;
	width: 605px;
	background: url('/static/image/feature.jpg') no-repeat;
	position: relative;
}
	.title h2 {
		width: 575px;
		height: 45px;
		background: url('/static/image/h-title.png');
		position: absolute;
		bottom: 10px;
		left: 0px;
		color: #000;
		text-transform: uppercase;
		font-size: 27px;
		font-weight: bold;
		padding: 20px 0px 0px 30px;
		margin: 0px;
	}

.tweets { margin: 0px; padding: 0px; list-style: none; }
	.tweets li { margin: 0px 0px 10px 0px; }
	.tweets a { font-size: 10px; color: #969696; text-decoration: none; }
	
/* sections */
.h-getinvolved {
	margin: 0px;
	height: 68px;
	background: url('/static/image/h-getinvolved.gif') no-repeat;
	text-indent: -99999px;
}

.h-mission {
	background: url('/static/image/pic-mission.jpg') no-repeat;
	color: #8ea510;
	font-size: 17px;
	font-weight: normal;
	text-transform: none; 
	margin: 0px;
	padding:120px 0px 0px 0px;
}

/* page layouts */
#hometop { 
	width: 850px; 
	border-bottom: solid 3px #000;
}
	#hometopleft {
		width: 230px;
		float: left;
		padding: 0px 0px 25px 0px;
	}
	
	#hometopright {
		width: 605px;
		float: right;
	}
	
#homeleft {
	width: 245px;
	float: left;
	padding: 0px 0px 30px 0px;
}

#homemiddle {
	width: 360px;
	float: left;
	padding: 0px 0px 30px 0px;	
}

#homeright {
	width: 225px;
	float: right;
	padding: 0px 0px 30px 0px;
}


	
#body2col {
	background: url('/static/image/bg-column.gif') repeat-y;
	width: 850px;
}
	#body2col #content_main {
		width: 605px;
		float: right;
		padding: 0px 0px 30px 0px;
	}
	#body2col #content_secondary {
		width: 214px;
		float: left;
		padding: 0px 0px 30px 0px;
	}

/* base layout */

#container { 
	background: #fff; 
	width: 850px; 
	padding: 0px 25px; 
	margin: 0px auto; 
	text-align: left; 
}

#header {
	height: 90px;
	border-bottom: solid 3px #000;
	position: relative;
}

#logo {
	margin: 0px;
	background: url('/static/image/logo.gif') no-repeat;
}
	#logo a {
		display: block;
		width: 222px;
		height: 90px;
		background: url('/static/image/logo.gif') no-repeat;
		text-indent: -99999px;
	}

#menu {
	margin: 0px; padding: 0px; list-style: none;
	position: absolute;
	right: 0px;
	bottom: 15px;
}
	#menu li { display: inline; margin-left: 10px; }
	#menu a {
		font-weight: bold;
		font-size: 13px;
		text-transform: uppercase;
		color: #000;
		text-decoration: none;
	}
	#menu a:hover { border-bottom: solid 2px #000; }

#footer {
	border-top: solid 3px #000;
	padding:10px 0px;
	font-size: 11px;
}
	#footer a, #footer a:visited { color: #666; }