body {
	margin: 0; padding: 0;
	font-family: Tahoma, Arial; font-size: 12px;
	color: #000;
	background-color: #fff;
}
#page {
	margin: 0 auto;
	width: 750px;
	background-color: #f8f9fb;
	border-left: #cbccce 1px solid; border-right: #cbccce 1px solid;
}
#logo {
	width: 750px; height: 85px;
	border: none;
}
#content {
	margin: 15px 0 50px 0; padding: 0 25px;
}
img#aiq {
	display: block;
	margin: 0 auto 15px auto;
	text-align: center;
	width: 660px; height: 50px;
}
#home {
	position: relative;
	margin: 15px auto 0 auto;
	width: 665px; height: 140px;
	background: no-repeat url(images/bckhome.gif);
}
#home img {
	float: left;
	margin: 0 25px 0 0;
}
#home h3 {
	margin: 0; padding: 0;
	color: #004a7f;
	font-size: 17px;
}
#home form {
	margin: 0; padding: 0;
}
#home form * {
	margin: 0; padding: 0;
	vertical-align: middle;
}
#home form .text {
	width: 110px; height: 23px;
	background-color: #fff;
	border: #a3a3a3 1px solid;
	font-family: Tahoma, Arial; font-size: 12px;
	color: #000;
}
#autoinsurance {
	position: absolute;
	left: 0; top: 7px;
}
#lifeinsurance {
	position: absolute;
	left: 0; bottom: 7px;
}
#healthinsurance {
	position: absolute;
	right: 0; top: 7px;
}
#homeinsurance {
	position: absolute;
	right: 0; bottom: 7px;
}
#footer {
	margin: 0; padding: 10px 0;
	background: #2971a1 repeat-x url(images/bckfooter.gif);
	text-align: center;
	font-size: 11px;
	color: #fff;
}
#footer a {
	color: #fff;
	text-decoration: none;
}		
#footer ul {
	margin: 0 0 10px 0; padding: 0;
	list-style-type: none;
}
#footer li {
	margin: 0 5px 0 0;
	display: inline;
	text-transform: lowercase;
}
#footer li a {
	padding: 0 5px 0 0;
	background: right top repeat-y url(images/bckfooterli.gif);
}
#footer li.last a {
	padding: 0;
	background: none;
}

#pp li, #tou li {
	margin: 0 0 20px 0;
}

#content .lroman {
	list-style-type: lower-roman;
}
#content .lalpha {
	list-style-type: lower-alpha;
}

#pp li li, #tou li li {
	margin: 0 0 5px 0;
}

/* styling for the contact form */

#contact {
	margin: 0; padding: 0;
}
#contact fieldset {
	clear: both;
	margin: 0 0 20px 0; padding: 10px 10px 0 10px;
	border: #999 1px solid;
}
#contact * {vertical-align: middle; font-size: 11px;}
#contact label {
	margin: 0;
	font-weight: bold;
	cursor: pointer;
}
#contact label.float {
	float: left;
	width: 150px;
}
#contact br {
	clear: both;
}
#contact textarea, #contact input {
	margin: 0 0 10px 0;
}
#contact p {
	clear: both;
	margin: 20px 0;
}

/* css styles common to many pages */

input.btn {
	margin: 0; padding: 5px 10px;
	background: #cfced2 repeat-x url(images/bckbutton.gif);
	border-top: #f6f6f7 1px solid; border-left: #b3b3b3 1px solid;
	border-right: #b3b3b3 1px solid; border-bottom: #919194 1px solid;
	font-family: Verdana; font-size: 11px;
	color: #000;
	cursor: pointer;
}

h2.bb {
	padding: 0 0 5px 0;
	border-bottom: #535353 1px dashed;
}

#content h2 {
	font-size: 15px;
}