.hero_title_bar {
	background: #f22727;
	color: white;
	font-size: 14px;
	font-weight: bold;
	overflow: hidden;
	text-transform: uppercase;
	padding-top: 3px;
	padding-left: 16px;
	height: 13px;
}

.hero_container {
	background: url(../i/hero_bg_emergency_relief.jpg) repeat-x;
	height: 100%;
	overflow: hidden;
}

.hero_image {
	float: right;
	margin: 16px;
	margin-top: 0px;
}

.hero_headline_container {
	height: 95px;
	position: relative;
	vertical-align: text-bottom;
}

.hero_headline {
	position: absolute;
	bottom: 0px;
	padding-left: 16px;
	font-size: 22px;
	color: #f22727;
}

.hero_headline p, .hero_body p {
	margin: 0px;
}

.hero_body {
	padding-top: 10px;
	padding-left: 16px;
	padding-right: 12px;
	color: #3d3935;
	font-size: 13px;
	line-height: 18px;
}
