/*Möbius New Media Style Sheet*/
@charset "UTF-8";
/* CONTENT */
#homeHeader {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 421px;
	background: url(../images/homeHeader_bg3.jpg) no-repeat bottom left;
}
#homeContent {
	margin: 0;
	padding: 10px 0;
}
.homeContentBox {
	margin: 0 5px 0 0;
	padding: 0;
	background: #EEE;
	width: 165px;
	min-height: 300px;
	float: left;
	line-height:10px;
}
.homeContentBox p {
	font-size: 1.2em;
	line-height: 1.2em;
	margin: 0;
	padding: 5px 10px;
}
.homeContentBox h2 {
	margin: 0;
	padding: 0;
}
.homeContentBox a {
	margin: 0;
	padding: 0 10px;
	font-weight: bold;
	text-transform: uppercase;
	display:block;
	font-size:11px;
}
#h2-whyAamco, #h2-gettingStarted, #h2-supportSystem, #h2-nationalFleet, #h2-theInvestment {
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999em;
	overflow: hidden;
	width: 165px;
	height: 51px;
}
#h2-whyAamco {
	background: url(../images/h2-whyAamco.png) no-repeat 0 0;
}
#h2-gettingStarted {
	background: url(../images/h2-gettingStarted.png) no-repeat 0 0;
}
#h2-supportSystem {
	background: url(../images/h2-supportSystem.png) no-repeat 0 0;
}
#h2-nationalFleet {
	background: url(../images/h2-nationalFleet.png) no-repeat 0 0;
	height: 67px;
}
#h2-theInvestment {
	background: url(../images/h2-theInvestment.png) no-repeat 0 0;
}
#h2-whyAamco:hover, #h2-gettingStarted:hover, #h2-supportSystem:hover, #h2-theInvestment:hover {
	background-position: 0 -51px;
}
#h2-nationalFleet:hover {
	background-position: 0 -67px;
}
