@charset "utf-8";
/* CSS Document */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, img, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url(images/bg-main.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #FFFFFF;
	background-color: #051876;
}
a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover {
	color: #FFEC18;
	text-decoration: underline;
}
a:active {
	color: #09F;
	text-decoration: none;
}

#pageWRAPPER {
	background-image: url(images/logos-insurance.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#mainWRAPPER {
	width: 750px;
	margin: 0 auto;
	background-image: url(images/bg-header.jpg);
	background-position: center top;
	height: 800px;
	background-repeat: no-repeat;
	padding-top: 34px;
}
#logo {
	width: 137px;
	height: 116px;
	background-image: url(images/logo.jpg);
	margin: 0 auto 80px auto;
	text-indent: -9999px;
	display: block;
}
.none {
	display: none;
}
#text   {
	width: 400px;
}
#quote {
	width: 272px;
	height: 49px;
	margin: 0 0 25px 0;
	background-image: url(images/quote.png);
	display: block;
}
#start      {
	width: 193px;
	height: 37px;
	margin-top: 20px;
	display: block;
}
#start  a {
	display: block;
	width: 193px;
	height: 37px;
	background-image: url(images/get-started.jpg);
}
#flash {
	width: 273px;
	height: 205px;
	float: right;
	margin-right: 20px;
}

#start a:hover {
	display: block;
	width: 193px;
	height: 37px;
	background-image: url(images/get-started-on.jpg);
}
#phone {
	width: 352px;
	height: 24px;
	margin: 80px auto 0 auto;
	background-image: url(images/phone.png);
	display: block;
	text-indent: -9999px;
}
#footer {
	width: 579px;
	margin: 60px auto 0 auto;
	height: 210px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	border-top: solid #ffec18 1px;
	padding-top: 20px;
	font-size: 10px;
	line-height: 18px;
	text-align: center;
	color: #CCCCCC;
}

