/* Neutralize styling: 
   Elements we want to clean out entirely: */
html, body, form, fieldset {
        margin: 0;
        padding: 0;
        font: 100%/120% Verdana, Arial, Helvetica, sans-serif;
}

/* Neutralize styling: 
   Elements with a vertical margin: */
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
        margin: 1em 0;
        padding: 0;
}

/* Apply left margin:
   Only to the few elements that need it: */
li, dd, blockquote {
        margin-left: 1em;
}

/* Miscellaneous conveniences: */
form label {
        cursor: pointer;
}
fieldset {
        border: none;
}
input, select, textarea {
        font-size: 100%;
}

/* Content styling */
body {
	width: 900px;
	height: 100%;
	margin: 0 auto;
	background: #8EA5A4;
}	

a {
	color: #AAB75D;
}

a:hover {
	color: #778233;
}

img {
	border: none;
}

#header {
	height: 141px;
	min-height: 141px;
	width: 899px;
	color: black;
	background: url('images/header_bg.gif') transparent top left repeat-x;
	overflow: hidden;
	margin-left: 1px;
	margin-top: 5px;
}

#header h1 img {
	margin-left: 33px;
	margin-top: -16px;
}

#call_us {
	float: right;
	margin: 30px 30px 0 0;
}

#call_us h2 {
	font-weight: normal;
	font-style: italic;
	font-size: 22px;
	margin: 0 0 3px 0;
}

#call_us h3 {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
	margin: 0;
}

#nav {
	float: left;
	width: 530px;
	height: 25px;
	margin: -2px 0 0 20px;
}

#nav ul#menu {
	float: left;
	margin: 0;
	margin-top: -17px;
}

#nav ul#menu li.parent {
	width: 100px;
	height: 25px;
	float: left;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	margin: 0 2px 0 2px;
	text-align: center;
}

#nav ul#menu li.parent a, #ins_primary a.get_quote {
	width: 100px;
	height: 18px;
	display: block;
	background: url('images/button_bg.gif') transparent 0 0 repeat-x;
	border: solid 1px #A3AF4B;
	padding-top: 5px;
	text-decoration: none;
	color: black;
}

#nav ul#menu li.parent a:hover,  #ins_primary a.get_quote:hover {
	background-position: 0 -23px;
	border: solid 1px #8B9732;

}

/* Drop-down CSS */
#nav ul#menu li#top ul.drop {
	list-style: none;
	text-indent: 0;
}

#nav ul#menu li#top ul.drop li.item {
	display: none;
	clear: both;
	margin: 0;
	padding: 0;
	background: url('images/drop_button_bg.gif') transparent 0 0 no-repeat;
}

#nav ul#menu li#top {
	list-style: none;
}

#nav ul#menu li#top:hover ul.drop li.item {
	display: block;
}

#nav ul#menu li#top:hover ul.drop {
	position: absolute;
	margin: 0;
}
/* End drop-down CSS */

#content1 {
	width: 900px;
	height: 100%;
}

#primary {
	width: 600px;
	height: 100%;
	min-height: 576px;
	padding: 0;
	float: left;
	background-color: transparent;
}

#intro {
	width: 579px;
	height: 227px;
	min-height: 227px;
	margin: 10px 0 0 1px;
	float: left;
	padding: 17px 5px 15px 15px;
	background: url('images/intro_bg.gif') transparent 0 0 repeat-x;
}

#intro h1 {
	font-size: 18px;
	font-weight: normal;
	margin: 0;
	line-height: 25px;
}

#intro img {
	border: solid 1px black;
	margin: 18px 10px 5px 0;
	float: left;
}

#intro p {
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
}

#intro ul {
	font-size: 12px;
}

#intro ul li {
	float: left;
	list-style-position: inside;
	margin: 0 8px 0 0;
	display: list-item;
}

#intro h3 {
	font-size: 12px;
	font-weight:bold;
	/*margin-bottom: 5px;*/
	margin: 0;
	padding: 0;
}

#content1 h2 {
	color: white;
	margin: 2px 0 15px 10px;
	font-size: 15px;
	font-weight: lighter;
}

#left_sub {
	width: 275px;
	height: 315px;
	min-height: 287px;
	float: left;
	margin: 10px 9px 0 1px;
	background: #E3E1E4 url('images/sub_bg.gif') repeat-x;
	padding: 0 10px 10px 10px;
}

#left_sub h3, #right_sub h3 {
	font-size: 12px;
	float: left;
	line-height: 16px;
}

#left_sub img {
	float: right;
	margin-top: 15px;
	margin: 0;
	border: solid 1px black;
}

#left_sub h3 {
	width: 145px;
}

#ol_div {
	float: left;
	margin: 5px 0 0 0;
	width: 250px;
	padding-left: 15px;
}

#left_sub ol {
	font-size: 12px;
	margin-top: 0;
}

#right_sub {
	width: 284px;
	height: 315px;
	min-height: 287px;
	float: left;
	margin: 10px 0 0 0;
	background: #E3E1E4 url('images/sub_bg.gif') repeat-x;
	padding: 0 0 10px 10px;
}

#right_sub img {
	float: left;
	margin: 0 15px 10px 0;
	border: solid 1px black;
}

#right_sub h3 {
	width: 175px;
	margin: 5px 0 0 0;
}

#ul_div {
	float: right;
	margin: 2px 15px 5px -10px;
	padding-left: 5px;
}

#right_sub ul {
	font-size: 12px;
	line-height: 16px;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
}

#right_sub p {
	float: left;
	font-size: 12px;
	margin: 0;
	width: 270px;
}

#sidebar {
	width: 290px;
	height: 100%;
	min-height: 576px;
	padding: 0;
	float: right;
	background-color: transparent;
}

#top_sub {
	width: 270px;
	height: 387px;
	min-height: 397px;
	margin: 10px 0 -2px 0;
	padding: 0 10px 10px 10px;
	float: left;
	background: url('images/top_sub_bg.gif') transparent 0 0 repeat-x;
}

#top_sub ul {
	float: left;
	margin: 0;
}

#top_sub li {
	list-style: none;
	width: 248px;
	height: 108px;
	display: block;
	background: transparent;
	margin-bottom: 10px;
}

#top_sub li a {
	width: 248px;
	height: 108px;
	border: solid 1px #9c9c9c;
	display: block;
	overflow: hidden;
}

#top_sub li a#autoins {
	background: url('images/auto_sidebar.gif') transparent 0 0 no-repeat;
}

#top_sub li a#homeins {
	background: url('images/home_sidebar.gif') transparent 0 0 no-repeat;
}

#top_sub li a#healthins {
	background: url('images/health_sidebar.gif') transparent 0 0 no-repeat;
}

#top_sub li a#autoins:hover, #top_sub li a#homeins:hover, #top_sub li a#healthins:hover {
	background-position: 0 -108px;
	border: solid 1px black;
}

#bottom_sub {
	width: 270px;
	height: 180px;
	background-color: #E3E1E4;
	/*min-height: 151px;*/
	padding: 0 10px 10px 10px;
	float: left;
	background: #E3E1E4 url('images/bottom_sub_bg.gif') repeat-x;   
}

#bottom_sub img {
	float: left;
	margin-top: 15px;
	margin: 0;
	border: solid 1px black;
}

#bottom_sub h3 {
	width: 145px;
	float: right;
	font-size: 12px;
	line-height: 16px;
	margin-top: 5px;
}

#bottom_sub a {
	width: 100px;
	height: 18px;
	overflow: hidden;
	display: block;
	font-size: 12px;
	font-weight: normal;
	line-height: 1em;
	text-align: center;
	background: url('images/button_bg.gif') transparent 0 0 repeat-x;
	border: solid 1px #A3AF4B;
	padding-top: 5px;
	text-decoration: none;
	color: black;
	margin-top: 20px;
}

#login_but {
	float: right;
}

#bottom_sub a:hover {
	background-position: 0 -23px;
}

#footer {
	width: 869px;
	height: 28px;
	margin: 10px 0 20px 1px;
	padding: 12px 15px 0 15px;
	float: left;
	background: #E3E3E3;
	font-size: 12px;
}

#footer span#copyright {
	float: left;
}

#footer a {
	float: right;
}

/* Side pages */
#ins_primary {
	background: #fafafa;
	padding: 15px;
	margin: 10px 0 0 0;
	height: 100%;
	min-height: 536px;
	width: 570px;
	float: left;
	position: static;
	z-index: -1;
}

#ins_primary h1 {
	font-size: 26px;
	margin-top: 10px;
}

#ins_primary p {
	font-size: 12px;
}

#ins_primary strong {
	font-size: 12px;
}

#ins_primary a.get_quote {
	width: 250px;
	height: 21px;
	padding: 0;
	padding-top: 2px;
	float: left;
	margin: 12px 10px 0 0;
	font-size: 12px;
	color: black;
	text-align: center;
}

#ins_primary a.p_link {
	color: #00467F;
}

#ins_primary p {
	font-size: 12px;
}

#ins_primary ul {
	font-size: 12px;
}

#ins_primary h2 {
	color: #6DB33F;
	font-size: 24px;
	margin: 20px 0 10px 0;
	line-height: 30px;
}

#ins_primary h3 {
	font-size: 14px;
	font-weight: normal;
	color: #00467F;
}

#ins_primary #links {
	width: 565px;
	height: 50px;
	border: solid 1px #b6b6b6;
	background: white;
}

div#form_holder {
	padding: 15px;
	width: 572px;
	height: 100%;
	float: left;
	margin: 0;
	margin-left: -15px;
	text-align: center;
}

div#form_holder h2 {
	font-size: 1.8em;
	color: #63161E;
	background: transparent;
	font-weight: bold;
	margin-bottom: 20px;
}