#home_banner {
	position: relative;
	background: url(../images/bkg-banner-home2.jpg) no-repeat;
	width: 940px;
	height: 450px;
}
#home_banner cite {
	display: none;
}
#home_banner h3 {
	position: absolute;
	display: inline;
	top: 320px;
	margin: 0;
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	cursor: default;
}
#home_banner h3.awareness {
	left: 87px;
}
#home_banner h3.analytics {
	left: 393px;
}
#home_banner h3.advocacy {
	left: 676px;
}

#buttons a {	
	position: absolute;
	top: 369px;
	display: block;
	width: 112px;
	height: 29px;
	line-height: 29px;
	text-indent: -9000px;
	outline: none;
}
#buttons a.ab1 {
	background: url(../images/btn-home2-one.jpg) no-repeat 0 0;
	left: 87px;	
}
#buttons a.ab2 {
	background: url(../images/btn-home2-two.jpg) no-repeat 0 0;
	left: 393px;	
}
#buttons a.ab3 {
	background: url(../images/btn-home2-three.jpg) no-repeat 0 0;
	left: 676px;	
}
#buttons a.ab1:hover,
#buttons a.ab2:hover,
#buttons a.ab3:hover {
	background-position: 0 -29px;
}

#maincontent {
	padding: 40px 0;
	font-size: 1.5em;
	line-height: 1.8em;
}

#footer-inner {
	width: 940px;
}	
