<!--

#homeBannerContainer {
	background-color:#5296bd;
	background-image: url(../images/home_banner_cans.png);
	background-repeat: no-repeat;
	background-position: right top;
	height:260px;
	padding-left:40px;
}

#homeBannerContainer h1 {
	font-family:  "FullerSansDTRegular", Helvetica, Arial, "Lucida Grande", sans-serif;
    color: #FFFFFF;
	font-size:22px;
    line-height:28px;
    font-weight:400;
	padding-top:85px;
}

#homeBannerContainer .linkCircleArrow {
	margin-left: 35px;
	margin-top: 15px;
	width:120px;
}

#homeContentLeft {
	float:left;
	border-right-style:solid;
	border-right-color:#dbe3e5;
	border-right-width:1px;
	margin-top:40px;
	margin-left:8px;
}


#homeContentRight {
	float:right;
	width:390px;
	margin-top:60px;
	margin-bottom:30px;
	font-family:  "FullerSansDTBold", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size:18px;
    line-height:22px;
	text-align:center;
	color:#21c2e9;
}

#homeContentRight .linkGrayArrow {
	width:180px;
	padding-left:0px;
	margin-left:110px;
}

-->