@charset "UTF-8";
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #004B8D;
	background-color: #7AB8E1;
	margin: 0px;
	padding: 0px;
}
a {
	color: #004B8D;
	font-size: 16px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
p {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}
.wrapper {
	width: 797px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/wrapper-background.jpg);
	background-repeat: repeat-y;
	text-align: left;
	position: relative;
	padding-right: 71px;
	padding-left: 70px;
	min-height:950px;
}
.headdiv {
	height: 90px;
	width: 797px;
	position: relative;
	color: #004B8D;
}
.logo {
	position: absolute;
	height: 77px;
	width: 298px;
	left: 0px;
	top: 0px;
}
.blueline {
	background-color: #004B8D;
	height: 2px;
	width: 475px;
	position: absolute;
	top: 57px;
	right: 0px;
}
.products-auto {
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/icon-car.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 20px;
	padding-top: 45px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.products-home {
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/icon-house.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 20px;
	padding-top: 45px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.products-life {
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/icon-life.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 20px;
	padding-top: 45px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.products-business {
	font-size: 18px;
	font-weight: bold;
	background-image: url(images/icon-business.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: right;
	height: 20px;
	padding-top: 45px;
	padding-bottom: 10px;
	margin-top: 20px;
}
.productborder {
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #004B8D;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.productborder-blank {
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.menu {
	background-image: url(images/menubar.jpg);
	background-repeat: repeat-x;
	height: 26px;
	padding-top: 3px;
	padding-left: 30px;
	width: 767px;
}
.menu ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.menu ul li {
	display: inline;
	margin-right: 20px;
}
.menu ul li a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.home-image {
	background-image: url(images/home-image.jpg);
	background-repeat: no-repeat;
	height: 292px;
	width: 797px;
	position: relative;
	margin-bottom: 10px;
}
.bluebar {
	background-image: url(images/blue-bar.jpg);
	background-repeat: repeat-x;
	height: 38px;
	width: 797px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.videobox {
	height: 191px;
	width: 286px;
	position: absolute;
	z-index: 10;
	left: 0px;
	top: 0px;
	background-image: url(images/video-background.png);
	background-repeat: no-repeat;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 44px;
	padding-bottom: 45px;
}
.contentdiv {
	width: 797px;
	text-align: center;
}
.content-center {
	background-image: url(images/kathye-sm.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	width: 270px;
	padding-right: 100px;
	padding-left: 20px;
	padding-bottom: 90px;
}
.phone {
	background-image: url(images/phone-bkgrnd.gif);
	height: 47px;
	width: 177px;
	text-align: center;
	line-height: 47px;
	color: #FFFFFF;
	font-size: 23px;
	font-weight: bold;
}
.address {
	padding-left: 20px;
	padding-bottom: 10px;
}
.footer {
	width: 797px;
	font-size: 12px;
	text-align: right;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content-left {
	padding-right: 20px;
}
.product-list {
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
}
#lft20 {
	margin-left: 40px;
}

.product-list li {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 20px;
	color: #00A950;
	display: block;
	list-style-type: none;
}
