#home_banner {
	margin: 10px 0px 0px 5px;
	display:none;
	height:358px;
}	

#lower_content {margin-top: 40px;}
	#lower_content #home_content {
		width: 410px;
		margin-left: 5px;
		margin-top: 10px;
		float: left;
	}
	#lower_content ul {
		float: left;
		margin-top: 15px;
		margin-left: 30px;
	}
		#lower_content #cta-easypay {
			list-style: none;
		}
	#home-find-lot {
		display: block;
		float: left;
		width: 165px;
		height: 150px;
		margin-left: 10px;
		background-image: url(../images/home-find-lot.gif);
		background-repeat: no-repeat;
	}
	    #home-park-by-phone {
		display: block;
		float: left;
		width: 165px; 
		height: 150px;
		margin-left: 10px;
		background-image: url(../images/home-park-by-phone.gif);
		background-repeat: no-repeat;
	}
	#home-find-lot:hover, #home-park-by-phone:hover {
		background-position: -165px 0px;
	}
#home-utilities {
	margin-left: 73px;
}

#mainsection { position:relative; }

#banner-links {
    position:absolute;
}
    #banner-links li {
        list-style:none;
        float:left;
        display:inline;
    }
        #lnkBanner1 {
            background:url(/images/home-banner/controls/control-1.png) top left no-repeat;
            width:40px;
            height:1px;
            padding-top:39px;
            overflow:hidden;
            display:block;
        }
        #lnkBanner2 {
            background:url(/images/home-banner/controls/control-2.png) top left no-repeat;
            width:40px;
            height:1px;
            padding-top:39px;
            overflow:hidden;
            display:block;
        }
        #lnkBanner3 {
            background:url(/images/home-banner/controls/control-3.png) top left no-repeat;
            width:40px;
            height:1px;
            padding-top:39px;
            overflow:hidden;
            display:block;
        }
        #lnkBanner4 {
            background:url(/images/home-banner/controls/control-4.png) top left no-repeat;
            width:40px;
            height:1px;
            padding-top:39px;
            overflow:hidden;
            display:block;
        }
        #lnkBanner5 {
            background:url(/images/home-banner/controls/control-5.png) top left no-repeat;
            width:40px;
            height:1px;
            padding-top:39px;
            overflow:hidden;
            display:block;
        }
        #banner-links a:hover, #banner-links .active {
            background-position:0 -40px;
        }
#banner-links {
	position: absolute;
	top: 335px;
	left: 50px;
	z-index: 9999;
}		

