/* Home CSS Elements */
/* --------------------------------------------------------------- */
#hometext {
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 25px;
	padding-left: 35px;
	font-size: 14px;
	line-height: 22px;
}
#hometext p {
        margin: 0px;
        padding: 0px;
}
#homeannouce {
	position: relative;
	background-image: url(/home_graphics/announcement_box.gif);
	background-repeat: no-repeat;
	float: left;
	height: 71px;
	width: 165px;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
	color: #5b0607;
	padding: 30px 25px 30px 110px;
	text-align: center;
	vertical-align: middle;
	display: block;
	background-position: 25px;
}
#homecontact a {
	background-image: url(/shared_graphics/contact_us.gif);
	background-repeat: no-repeat;
	float: left;
	height: 113px;
	width: 172px;
	margin-left: 25px;
	margin-top: 10px;
	text-indent: -9999px;
}
#homeheaderphoto {
	float: left;
	width: 528px;
	height: 337px;
}
#homeheaderlogo {
	height: 80px;
	padding: 30px 0;
	font-size: 0px;
	line-height: 0px;
}
#homeheaderlogo a {
	height: 80px;
	background-image: url(/shared_graphics/lorelton_logo.gif);
	background-repeat: no-repeat;
	background-position: center center;	
	display: block;
	text-indent: -9999px;
}
#homeheaderaddrcont {
	padding: 0 0 0 60px;
	height: 112px;
}
#homeheaderaddr {
	width: 180px;
	border-top: solid 1px #c0b6a2;
	border-bottom: solid 1px #c0b6a2;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	color: #333;
	padding: 15px 0;
}
#homenavbtm {
	background-image: url(/home_graphics/home_nav_btm.gif);
	background-repeat: no-repeat;
	height: 137px;
	width: 301px;
}
