@charset "utf-8";
* {
	margin:0;
}
html,body {
	height:100%;
	background:url(images/tile01.png);
}
#content {
	width:780px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:auto;
	background-color:#FFF;
}
#header {
	height:216px;
	background:url(images/lbilogo.png) left no-repeat;
}
#headimg {
	width:780px;
	height:216px;
}
#main {
	height:390px;
	width:780px;
	background-image:url(images/bg01.jpg);
}
#banner {
	width:780px;
	height:260px;
}
#banimg {
	width:780px;
	height:260px;
}
#bhomeowners {
	width:208px;
	height:110px;
	background-image:url(images/b_homeowners1.png);
	float:left;
	margin:0 59px 0 19px;
}
#bhomeowners:hover {
	background-image:url(images/b_homeowners2.png);
}
#bcontractors {
	width:208px;
	height:110px;
	background-image:url(images/b_contractors1.png);
	float:left;
	margin:0 59px 0 0;
}
#bcontractors:hover {
	background-image:url(images/b_contractors2.png);
}
#bagriculture {
	width:208px;
	height:110px;
	background-image:url(images/b_agriculture1.png);
	float:left;
	margin:0 0 0 0;
}
#bagriculture:hover {
	background-image:url(images/b_agriculture2.png);
}
#footer {
	height:144px;
}
#footimg {
	width:780px;
	height:144px;
}