@charset "UTF-8";
/* HOME PAGE SLIDESHOW */
#maincontent_left_home {
	margin: 0;
	padding: 0;
	float: left;
	width: 211px;
}
#maincontent_right_home {
	margin: 0;
	padding: 6px;
	float: right;
	width: 325px;
	background: #EDF8D5;
	border: 1px solid #798C4D;
	min-height: 408px;
}
#maincontent_center_home {
	padding: 0;
	margin: 10px 348px 0 221px;
}
#maincontent_center_home p {
	padding: 0 20px 0 25px;
}
#featured_left {
	margin: 0;
	padding: 0 0 40px 0;
	background: url(../images/featured_bg.gif) repeat-y;
	border-bottom: 1px solid #8a93aa;
	min-height: 205px;
	position:relative;
	width: 211px;
}
#featured_left p {
	padding: 0;
	font-size: 10px;
	text-align: right;
}
.ul-featured_projects {
	margin: 0;
	background: none transparent;
	padding: 0;
	width: 211px;
	list-style: none;
	/*border-bottom: 1px dotted #8a93aa;*/
	display: block;
}
#featured_left .ul-featured_projects p {
	font-size: 1em;
	text-align: left;
	padding: 0;
	margin: 2px 0 0 0;
	
}
.ul-featured_projects img {
	border: 1px solid #71951a;
	margin: 0 10px 5px 0;
}
.ul-featured_projects h3 {
	font-size: 1.1em;
}
.ul-featured_projects li {
	margin: 10px 0 0 0;
	padding: 0 10px 20px 10px;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #666;
}
.ul-featured_projects li a {
	color: #036;
	text-decoration: none;
}
.ul-featured_projects li a:hover {
	color: #52681d;
}
.featuredImg {
	border: 1px solid #ccc;
	padding: 3px;
	background: #fff;
	margin: 5px 8px 5px 8px;
	float: left;
	display: inline;
}
a#home_maps {
	display: block;
	width: 211px;
	height: 211px;
	text-indent: -9999em;
	background: url(../images/link-maps.jpg) no-repeat;
	overflow: hidden;
	margin: 0 0 5px 0;
}
a#home_you_can_help {
	display: block;
	width: 325px;
	height: 113px;
	margin: 0;
	text-indent: -9999em;
	background: url(../images/link_shareStory.jpg) no-repeat;
	overflow: hidden;
}
a#home_get_involved {
	display: block;
	width: 137px;
	height: 31px;
	text-indent: -9999em;
	background: url(../images/link-get_involved.jpg) no-repeat;
	overflow: hidden;
}
a#home_get_involved:hover {
	background-position: 0 -31px;
}
#s2 {
	z-index: 0;
}
.home_slides {
	width: 323px; 
	height: 238px; 
	padding:0; 
	margin:0 0 5px 0; 
	overflow: hidden;
	border: 1px solid #798C4D;
	z-index: 0;
}
.img_slide {
	width: 323px;
	height: 239px;
	margin: 0;
	padding: 0;
	z-index: 0;
	position: relative;
}
.img_slide img { 
	width: 323px; 
	height: 238px;
	z-index: 0; 
	cursor: pointer;
	position: relative;
}
.img_slide p {
	display: block;
	background: url(../images/bg_black-75trans.png) repeat;
	color: #FFF;
	bottom: 0;
	position: absolute;
	z-index: 1;
	width: 99%;
	padding: 8px;
}
.slide_nav {
	margin: 0 0 8px 0;
	padding: 8px;
	text-align: center;
	background: url(../images/slideNav_bg.png) no-repeat;
	height: 21px;
	width: 309px;
	overflow: hidden;
}
.slide_nav p {
	font-size: 1.25em;
	font-weight: bold;
	color: #036;
	padding-top: 3px;
}
#next2 {
	background: url(../images/slideNav_next.gif) no-repeat 0 -21px;
	width: 21px;
	height: 21px;
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	float: right;
}
#prev2 {
	background: url(../images/slideNav_prev.gif) no-repeat 0 -21px;
	width: 21px;
	height: 21px;
	text-indent: -9999em;
	overflow: hidden;
	display: block;
	float: left;
}
a#next2:hover, a#prev2:hover {
	background-position: 0 0;
}
#homeGalleryTitle {
	font-size: .95em;
}
/*homepage news cycler*/
#newsSlide_wrap {
	margin:0;
	padding:0;
	position:relative;
	display: block;
	height: 200px;
}
#newsSlide_p {
	position: absolute;
	top:0;
	right:10px;
}
#next3, #prev3 {
	position: absolute;
	bottom: 5px;
	width: 21px;
	height: 21px;
	z-index: 99;
	cursor: pointer;
}
#next3 {
	right: 5px;
	background: url(../images/slideNav_next.gif) no-repeat 0 -21px;
}
#prev3 {
	left: 5px;
	background: url(../images/slideNav_prev.gif) no-repeat 0 -21px;
}
#next3:hover, #prev3:hover {
	background-position: 0 0;
}
#newsSlide {
	list-style: none;
	margin: 0;
	padding: 0;
}
#newsSlide li {
	list-style: none;
	margin: 0 25px;
	width: 265px;
	min-height: 50px;
	font-size: 2em;
	line-height: 1.2em;
	padding: 10px 20px;
	background: #edf8d5;
	border: 1px dotted #c2e56f;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#newsSlide li a {
	color: #52681d;
	text-decoration: none;
}
#newsSlide li a:hover {
	color: #039;
}
#newsSlide_pager {
	display:block;
	margin: 0 auto;
	width: 140px;
	padding: 0;
	color: #666;
	font-size: 1.3em;
	text-align: center;
	font-weight: bold;
	letter-spacing: 5px;
	position: absolute;
	bottom: 20px;
	left: 35px;
}
#newsSlide_pager a.activeSlide {
	color:#71951a;
}
#newsSlide_all {
	position: absolute;
	bottom: 5px;
	left: 35px;
	display: block;
	width: 140px;
	text-align: center;
}