/* new css needed for alternate home page layout */

.homebanner{ /*style of tab content oontainer*/
width: 915px;
margin: 0;
padding: 0px 0px 0px 0px;

}

#homeheadline {
	width:915px;
	height: 287px;
	text-align:left;
	margin: 10px 0 15px 0;
	color:#fff;
	background-image: url(images/blue_homepage_banner_2.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}



/* content sections home page */
#features h2, #benefits h2 {
font-size: 20px;
}
#buttonshome {
margin: 5px 0px 0px 0px;
font-size: 12px;
text-align: center;
color: #fff;
}

/* mgma background */
#mgmaheadline {
	width:915px;
	height: 287px;
	text-align:left;
	margin: 10px 0 5px 0;

	color:#fff;
	background-image: url(images/mgma-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}