DIV.steps
{
	opacity:0.9;
	background-color:#008999;
	position:relative;
	top:470px;	
	z-index:100;
	height:130px;
	margin-top:-130px;
	width:1210px;	
}

DIV.step
{
	width:220px;
	height:110px;	
	float:left;
	display:block;
	padding-top:10px;
	padding-bottom:10px;		
}

DIV.step:hover, .activestep
{
	background-color:#13a5b7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

DIV.steps A
{
	font-family: 'Raleway', sans-serif;	
	font-size:18px;
	color:#FFFFFF;
	text-decoration:none;	
}

DIV.homebanner_item_off
{	
	background-repeat:no-repeat!important;
	background-position:center top!important;
	margin-top:18px;
}

DIV.homebanner_item_off DIV
{
	padding-top:55px;
	text-transform:uppercase;
	font-size:16px;
}

DIV.homebanner_item_on
{
	padding-top:22px;
	background-repeat:no-repeat!important;
	background-position:center!important;
	display:none;	
	height:90px;
}

DIV.separator
{	
	width:80px;
	height:2px;
	float:left;
	background-color:#13a5b7;
	margin-top:50px;
	margin-left:-30px;
	margin-right:-30px;
}

DIV.buttons
{
	padding-bottom:140px;
}