/* CSS Document */
body {
	margin:0 auto;
	padding:0;
	background-color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
}

html>body {
	margin:0 auto;
}

a, link, visited, active {
	color:#333333;
}
a:hover {
	color:#1A7BAE;
}

#container {
	margin:0 auto;
	padding:0;
	width:900px;
	text-align:center;
	margin-bottom:0px;
	margin-top:0px;
}
#homeinsurance_bg {
	text-align:center;
	width:820px;
	height:563px;
	background-image: url(images/landingpage_home.jpg);
	background-repeat:no-repeat;
}
#lifeinsurance_bg {
	width:820px;
	height:563px;
	background-image: url(images/landingpage_life.jpg);
	background-repeat:no-repeat;
}

#healthinsurance_bg {
	width:820px;
	height:563px;
	background-image: url(images/landingpage_health.jpg);
	background-repeat:no-repeat;
}
#autoinsurance_bg {
	width:820px;
	height:563px;
	background-image: url(images/landingpage_auto.jpg);
	background-repeat:no-repeat;
}
#motorinsurance_bg {
	width:820px;
	height:563px;
	background-image: url(images/landingpage_motorcycle.jpg);
	background-repeat:no-repeat;
}

#compins_logo {
	margin: 0 0 0 34px;
}
#top1{
	height:35px;
	padding-top:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
#top1 a:link, #top1 a:active, #top1 a:visited {
	margin:0 15px 0 15px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	font-weight: bold;
	text-decoration:none;
	text-align:center;
}
#top1 a:hover {
	text-decoration:underline;	
}
#entry-health {
	margin-top:330px;
	margin-left:460px;
	margin-right:140px;
}
#entry {
	margin-top:200px;
	margin-left:370px;
	margin-right:200px;
}
#footer_links {
	margin:0 auto;
	margin-top:5px;
	height:20px;
	background-color:#FFFFFF;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
#footer_links a:link, #footer_links a:visited, #footer_links a:active {
	padding-left:5px;
	padding-right:5px;
	color:#666666;
	text-decoration:underline;
}
#footer_links a:hover {
	color:#333333;
	text-decoration:underline;
}
#foot {
	margin:0 auto;
	height:20px;
	background-color:#FFFFFF;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}
#foot a:link, #foot a:visited, #foot a:active {
	color:#666666;
	text-decoration:underline;
}
#foot a:hover {
	color:#333333;
	text-decoration:underline;
}