/* CSS Document */

html, body, h1, h2, h3, img, ul, li{
	margin:0px;
	padding:0px;
	border:0px;
	}
a{
	cursor:pointer;
	}
body{
	position:relative;
	background-color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	}
.wrapper{
	position:relative;
	width:800px;
	margin-left:auto;
	margin-right:auto;
	}
#masthead{
	background-color:#011d45;
	background-color:#00256f;
	height:45px;
	overflow:visible;
	}
#banner{
	position:relative;
	top:10px;
	background-image:url(images/insurance-masthead.jpg);
	width:750px;
	height:99px;
	margin-left:auto;
	margin-right:auto;
	}
#banner h1{
	position:relative;
	padding-top:10px;
	margin-left:300px;
	text-align:center;
	color:#ac7a01;
	font-size:275%;
	font-weight:bold;
	}
#banner h2{
	position:relative;
	margin-left:300px;
	color:#002570;
	font-size:120%;
	text-align:center;
	}
#insurance-content .wrapper{
	position:relative;
	margin-top:10px;
	background-image:url(images/insurance-background.jpg);
	background-repeat:no-repeat;
	height:500px;
	}
#insurance-quote-engine{
	position:relative;
	float:left;
	margin-left:35px;
	text-align:center;
	width:282px;
	height:415px;
	border:1px solid #000;
	background-image:url(images/white-transparency.png);
	}
#insurance-benefit{
	position:relative;
	float:left;
	width:425px;
	height:75px;
	background-image:url(images/insurance-gradient.gif);
	padding-top:10px;
	}
#insurance-benefit h2{
	font-weight:bold;
	color:#679fb2;
	font-size:120%;
	text-align:center;
	}
#insurance-benefit p{
	font-weight:bold;
	font-size:70%;
	margin-top:0px;
	text-align:center;
	margin-left:2px;
	}
#insurance-links{
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	}
#insurance-links a{
	color:#002570;
	font-size:85%;
	font-weight:bold;
	}
#insurance-links a:hover{
	color:#0039b0;
	text-decoration:none;
	}