html, body {
	background-image: url(images/site_bg.jpg);
	background-repeat: repeat-x;
	background-color: #e2e2e2;
	margin: 0;
	padding: 0;
	text-align: left;
	font-family: Tahoma, Helvetica, Arial;
	font-size: 12px;
	color: #747374;
	}
	
img {
	border: 0;
	}
	
a:link, a:visited {
	color: #747374;
	text-decoration: underline;
	}

a:hover {
	color: #4a759c;
	text-decoration: underline;
	}
	
#left, #box1, #box2, #box3, #hinav, #logoleft, #logomain, #bottom, #copyright, #offerbox, #imagerotatelarge, #imagerotatesmall {
	position: absolute;
	background-repeat: no-repeat;
}

#left {
	top: 23px;
	left: 18px;
	width: 340px;
	height: 403px;
	}

#box1 {
	width: 340px;
	height: 50px;
	background-image: url(images/box1_bg.jpg);
	}

#box1 .inner {
	margin-top: 16px;
	margin-left: 32px;
	}
	
#box2 {
	top: 50px;
	width: 340px;
	height: 148px;
	background-image: url(images/box2_bg.jpg);
	}

#box2 .inner {
	margin: 20px;
	margin-left: 35px;
	margin-right: 35px;
	color: #323232;
	line-height: 16px;
	}

#box3 {
	top: 198px;
	width: 340px;
	height: 205px;
	background-image: url(images/box3_bg.jpg);
	}

#box3 .inner {
	margin-top: 75px;
	margin-left: 35px;
	margin-right: 35px;
	color: #323232;
	line-height: 16px;
	}

#box3 .inner2 {
	color: #323232;
	line-height: 16px;
	margin-top: 135px;
	margin-left: 35px;
	margin-right: 5px;
	background-image: url(images/bullseye.jpg);
	background-repeat: no-repeat;
	}

#hinav {
	top: 23px;
	left: 358px;
	width: 167px;
	height: 50px;
	background-image: url(images/hiernav_bg.jpg);
	}

#hinav .inner {
	margin-top: 18px;
	margin-left: 15px;
	}

#hinav a {
	text-decoration: none;
	color: #fff;
	}

#logoleft {
	top: 73px;
	left: 358px;
	width: 167px;
	height: 353px;
	background-image: url(images/logo_left.jpg);
	}

#logomain {
	left: 525px;
	top: 3px;
	width: 477px;
	height: 423px;
	background-image: url(images/logo_main.jpg);
	}

#bottom {
	left: 18px;
	top: 426px;
	width: 984px;
	height: 321px;
	background-image: url(images/bottom_bg.jpg);
	}


#copyright {
	position: relative;
	float: left;
	left: 20px;
	top: 760px;
	width: 984px;
	height: 45px;
	}

#copyright a:link, #copyright a:visited {
	color: #747374;
	text-decoration: none;
	}

#copyright a:hover {
	color: #4a759c;
	text-decoration: none;
	}

#offerbox {
	left: 20px;
	top: 0px;
	width: 390px;
	height: 284px;
	background-image: url(images/weoffer.jpg);
	}

#offerbox .inner {
	margin: 10px;
	margin-top: 45px;
	margin-left: 20px;
	color: #323232;
	}

#imagerotatelarge {
	top: 25px;
	left: 460px;
	width: 360px;
	border: 1px solid #000;
}

#imagerotatesmall {
	top: 25px;
	left: 830px;
	width: 120px;
	height: 255px;
	overflow: auto;
}
	
ul.offer {
	margin-top: 13px;
	list-style-image: url(images/bullet.jpg);
	list-style-position: outside;
	}

ul.offer li {
	padding: 2px;
	}

span.hoff, span.hon, span.coff, span.con {
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 5px;
	background-position: center left;
	}
	
span.hoff {
	background-image: url(images/house_off.gif);
	}

span.hon {
	background-image: url(images/house_on.gif);
	}

span.coff {
	background-image: url(images/contact_off.gif);
	}

span.con {
	background-image: url(images/contact_on.gif);
	}	
