
.top-bend {
	margin:2px 0 10px 0;
}

.home-header {
	margin-bottom:10px;
}

.bottom-bend {
	margin:13px 0 5px 0;
}

#home-what-were-doing {
	width:655px;
	float:left;
}

#home-mission-projects {
	width:258px;
	float:left;
}

#how-you-can-help {
	padding:0;
	margin:5px 0 10px 0;
	width:100%;
}

#how-you-can-help li.help-item {
	padding:0;
	list-style:none;
	display:inline;
}

#recent-news {
	width:100%;
	display:inline-block;
}

#recent-news-list {
	width:50%;
	float:left;
}

#news-list {
	list-style:none;
	padding:0;
	width:440px;
	display:inline-block;
}

#news-list li {
	margin-bottom:10px;
	display:block;
}


.news-item {
	width:404px;
	display:inline-block;
}

.news-item-divider {
	clear:both;
}

.news-thumb {
	width:100px;
	float:left;
}


.recent-news-head {
	color: #81aa48;
	text-transform:uppercase;
	font-size:12px;
}

.news-desc {
	width:304px;
	float:left;
	font-size:12px;
}

#recent-news-video {
	width:50%;
	float:left;
}

.active-projects-head {
	margin-top:20px;
}

#active-projects {
	margin:0;
	padding:0;
}

#active-projects li {
	list-style:none;
	padding:0;
	margin-bottom:15px;
}

#project-map {
	background-image: url(/assets/images/project-map.png);
	background-repeat: no-repeat;
	height: 341px;
	width: 617px;
}

.project-dot {
	width:10px;
	height:10px;
	position:relative;
}

.tooltip {
	z-index:900;
	display:none;
	background:url(/assets/images/tool-tip-bg.png);
	height:163px;
	padding:30px 30px 10px 30px;
	width:310px;
	font-size:11px;
	color:#fff;
}

.tooltip a {
	color:#ad4;
	font-size:11px;
	font-weight:bold;
}