/* YUI CSS reset
----------------------------------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
* {box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
table {
	border-collapse:collapse;
	border-spacing:0;
}
#max-rows * {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
fieldset, img {
	border:0;
}
img {max-width:100%;}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul, ol {
	list-style-type:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}

q:before, q:after {
	content:'';
}
abbr, acronym {
	border:0;
}
a:active {
	outline: none;
}
a:focus {
	outline:none;
}
a {outline:none;}
a img {border:none;}
/* End of reset
----------------------------------------------------------------------------------------------------*/
body {
	z-index: -100;
	font: 12px Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
}
#header {
	z-index: 2;
	height: 57px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-topleft: 8px;
	-webkit-border-top-right-radius: 8px;
	-webkit-border-top-left-radius: 8px;
}
#header #logo { /* floats logo image left */
	float:left;
	padding-left: 0px;
}
#header .headertext {
	float:right;
	max-width:650px;
	text-align:right;
	padding-right: 10px;
}
#header .insuranceagent {
	float:left;
	width:550px;
	text-align:left;
}
#header .insuranceagent h1{
	text-align:left;
	float:left;
	padding-left: 10px;
}
#content {
	clear: both;
	padding-top: 20px;
	padding-bottom: 15px;
	padding-left: 0px;
	max-width: 960px;
	width:100%;
	padding-right: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	line-height: 18px;
}
#content-top { clear: both; height: 18px; margin-top: 8px; background: url(images/page-top.gif) no-repeat center; 
}
#footer {
	height: 15px;
	color: #666;
	max-width: 960px;
	width:100%;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 0px;
}
a {
	color: #3E6B8C;
}
#footer a {
	color: #666;
}
.sf-menu a.last {
	background-image:none;	
}
/* 960 Grid System Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	max-width: 960px;
	width:100%;
}
.container_wide { /* Home page full width div for slider */
	text-align:left;
	width: 100%;
	background: #FFF;
	margin-top: 8px;
	height: 250px;
	overflow:hidden;
}
/* Grid >> 960 Grid System Global
----------------------------------------------------------------------------------------------------*/
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	padding-left: 1.5%;
	padding-right: 1.5%;
}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}
.omega {
	margin-right: 0;
}
/* Grid >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .grid_1 {
	width:50px;
}
.container_12 .grid_2 {
	width:130px;
}
.container_12 .grid_3 {
	width:210px;
}
.container_12 .grid_4 {
	width:30%;
}
.container_12 .grid_5 {
	width:370px;
}
.container_12 .grid_6 {
	width:450px;
}
.container_12 .grid_7 {
	width:530px;
}
.container_12 .grid_8 {
	width:68%;
}
.container_12 .grid_9 {
	width:690px;
}
.container_12 .grid_10 {
	width:770px;
}
.container_12 .grid_11 {
	width:850px;
}
.container_12 .grid_12 {
	max-width:930px;
	width:100%;
}
/* Prefix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .prefix_1 {
	padding-left:80px;
}
.container_12 .prefix_2 {
	padding-left:160px;
}
.container_12 .prefix_3 {
	padding-left:240px;
}
.container_12 .prefix_4 {
	padding-left:320px;
}
.container_12 .prefix_5 {
	padding-left:400px;
}
.container_12 .prefix_6 {
	padding-left:480px;
}
.container_12 .prefix_7 {
	padding-left:560px;
}
.container_12 .prefix_8 {
	padding-left:640px;
}
.container_12 .prefix_9 {
	padding-left:720px;
}
.container_12 .prefix_10 {
	padding-left:800px;
}
.container_12 .prefix_11 {
	padding-left:880px;
}
/* Suffix Extra Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
    .container_12 .suffix_1 {
	padding-right:80px;
}
.container_12 .suffix_2 {
	padding-right:160px;
}
.container_12 .suffix_3 {
	padding-right:240px;
}
.container_12 .suffix_4 {
	padding-right:320px;
}
.container_12 .suffix_5 {
	padding-right:400px;
}
.container_12 .suffix_6 {
	padding-right:480px;
}
.container_12 .suffix_7 {
	padding-right:560px;
}
.container_12 .suffix_8 {
	padding-right:640px;
}
.container_12 .suffix_9 {
	padding-right:720px;
}
.container_12 .suffix_10 {
	padding-right:800px;
}
.container_12 .suffix_11 {
	padding-right:880px;
}
/* Push Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 {
	left:80px;
}
.container_12 .push_2 {
	left:160px;
}
.container_12 .push_3 {
	left:240px;
}
.container_12 .push_4 {
	left:320px;
}
.container_12 .push_5 {
	left:400px;
}
.container_12 .push_6 {
	left:480px;
}
.container_12 .push_7 {
	left:560px;
}
.container_12 .push_8 {
	left:640px;
}
.container_12 .push_9 {
	left:720px;
}
.container_12 .push_10 {
	left:800px;
}
.container_12 .push_11 {
	left:880px;
}
/* Pull Space >> 2 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 {
	right:80px;
}
.container_12 .pull_2 {
	right:160px;
}
.container_12 .pull_3 {
	right:240px;
}
.container_12 .pull_4 {
	right:320px;
}
.container_12 .pull_5 {
	right:400px;
}
.container_12 .pull_6 {
	right:480px;
}
.container_12 .pull_7 {
	right:560px;
}
.container_12 .pull_8 {
	right:640px;
}
.container_12 .pull_9 {
	right:720px;
}
.container_12 .pull_10 {
	right:800px;
}
.container_12 .pull_11 {
	right:880px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}

#quickquote {
	width:322px;
	float:left;
	padding-left:140px;
	padding-top:2px;
	margin-top: 4px;
}
#quickquote input {
	border: 2px solid #000;
	width: 70px;
	text-align: center;
	padding: 2px;
	margin-right: 5px;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
float:left;
	
}
#quickquote .select {
	border: 2px solid #000;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 5px;
	-moz-border-radius: 3px;
-webkit-border-radius: 3px;
float:left;
}
#quickquote .submit {
	width:45px;
	background-color:#FC0;
	border: 2px solid #F90;
	padding:0px;
	font-weight:bold;
}
#quickquote .submit:hover {
	width:45px;
	background-color:#F90;
	border: 2px solid #FC0;
	cursor:pointer;
}
#quickquote .quote_btn {
	width:73px;
	border:none;
	float:left;
}

#quickquote {
	width:322px;
	float:left;
	padding-left:140px;
	padding-top:2px;
	margin-top: 4px;
}
#quickquote input {
	border: 2px solid #034889;
	width: 70px;
	text-align: center;
	padding: 2px;
	margin-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float:left;
	background-color: #D9F3FB;
	
}
#quickquote .select {
	border: 2px solid #034889;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float:left;
	background-color: #D9F3FB;
}
#quickquote .submit {
	width:45px;
	background-color:#FC0;
	border: 2px solid #F90;
	padding:0px;
	font-weight:bold;
}
#quickquote .submit:hover {
	width:45px;
	background-color:#F90;
	border: 2px solid #FC0;
	cursor:pointer;
}
#quickquote .quote_btn {
	width:73px;
	border:none;
	float:left;
	background-color: transparent;
}

#bigquickquote {
	max-width:550px;
	float:left;
	padding-left:90px;
	padding-top:0px;
	margin-top: 0px;
	height: 64px;
	margin-left: 15px;
	position: absolute;
	top: 255px;
}
#bigquickquote form {
padding-top:0px;
margin-top:0px;
}
#bigquickquote .agentfind {
	padding-left: 220px;
		
}
#bigquickquote input {
	border: 3px solid #930;
	width: 110px;
	text-align: center;
	padding: 2px;
	font-size:18px;
	margin-right: 25px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float:left;
	margin-top: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
}
#bigquickquote .select {
	border: 3px solid #930;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;
	margin-right: 10px;
	font-size:18px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	float:left;
	margin-top: 15px;
	width: 150px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#bigquickquote .submit {
	width:145px;
	background-color:#FC0;
	border: 2px solid #F90;
	padding:0px;
	font-weight:bold;
}
#bigquickquote .submit:hover {
	width:45px;
	background-color:#F90;
	border: 2px solid #FC0;
	cursor:pointer;
}
#bigquickquote .quote_bigbtn {
	border:none;
	float:left;
	margin-top: 0px;
	margin-right: 0px;
	width:123px;
}
/* Suckerfish Menu Styles
----------------------------------------------------------------------------------------------------*/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			12em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:			0;
	top:			37px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li:hover li li:hover ul, ul.sf-menu li.sfHover li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			-1px; /* to accomodate top border */
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:			12em; /* match ul width */
	top:			0;
}
.sf-menu {
	float:			left;
	margin-bottom:	0em;
	padding-left: 10px;
}

.sf-menu a { /* top level menu items */
	padding: 		12px 10px;
	text-decoration:none;
	font-weight: bold;
}
table.submenu {background-color:#333;border-collapse:separate;width:800px;}
table.submenu br {height:0px;}
.sf-menu li li a {
	padding: 0px 9px;	/* set drop down menu height by adjusting the 10px value */
	line-height:25px;
	border-bottom:1px solid #444;
	font-weight:normal;

}
.sf-menu a, .sf-menu a:visited { /* main level menu color */
	color: #FFF;
}
.sf-menu li li a, .sf-menu li li a:visited { /* sub menu text color */
	color: #FFF;
}
.sf-menu li li a:hover { /* sub menu text hover color */
	color: #42B6E7;
	background-color:#222;
}
.sf-menu li li, .sf-menu li li li {
	background-color: transparent; /* drop-down menu background color */
	
}
.sf-menu li:hover, .sf-menu li.sfHover {

}
.sf-menu li li:hover, .sf-menu li li.sfHover {
	background-color:transparent;
	background-image:none;
}
.sf-menu li li, .sf-menu li li li {
	background-image: none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:		0;
	background-image: url(images/navbghov.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.sf-menu a:hover {
	color:#FC9;
	
}
.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
	background-image: none;
	outline:		0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			10px;
	top:			17px; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
li li .sf-sub-indicator {
	top:			13px; /* IE6 drop down arrow position */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			14px;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
li li a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			10px;
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}
/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator {
	background-position:  -10px 0;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:  0 0;
}
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}
/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	none;
	padding: 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}


/* Type styles
----------------------------------------------------------------------------------------------------*/
p {
	padding-bottom: 10px;
}
h1 {
	font: normal 28px/34px Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
#header h1, #header h3 {
	float:right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: bold;
	position: relative;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}
#header h1 span {
	background-image: url(images/header-h1-fade.png);
	background-repeat: repeat-x;
	background-position: left top;
	position: absolute;
	display: block;
	width: 100%;
	height: 36px;
}
#header p {
	float:right;
	clear:right;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#header .insuranceagent p {
	float:left;
	clear:left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;

}
h2 {
	color: #04498A;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 100%;
	font-weight: normal;
	letter-spacing: -1px;
}
h3 {
	color: #333;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: 22px;
	font-weight: bold;
	font-variant: normal;
}
h4 {
	margin-bottom: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	font-variant: normal;
	color: #A54000;
}
h5 {
	font: bold 15px/20px Arial, Helvetica, sans-serif;
	color: #425563;
	margin-bottom: 5px;
}

/* Navigation wrapper styles
----------------------------------------------------------------------------------------------------*/
#nav {
	z-index: 10;
	position: relative;
	font: 12px Arial, Helvetica, sans-serif;
	height: 40px;
	background-color: transparent;
}
.rounded {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 2px solid #000;
	margin-bottom: 15px;
}
/* Sidebar content and nav styles
----------------------------------------------------------------------------------------------------*/
.sidebarbox { background: #DAE2E7; border: 2px solid #000; -moz-border-radius: 5px; -webkit-border-radius: 5px; margin-bottom:15px; 
}
.sidebarbox h3 {
	font-weight: bold;
	color: #FFF;
	background: #333 url(images/nav-bg.jpg) repeat-x bottom;
	padding: 8px;
	font-size: 16px;
	border-bottom: 1px solid #CCC;
	line-height: normal;
	margin-bottom: 0px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-right-radius: 4px;
	-webkit-border-top-left-radius: 4px;
}
.sidebarbox p {
	padding:8px;
}
.sidebarbox ul {
	margin: 0px;
	padding: 3px 3px 2px 3px;
	background: #FFF;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
}
.sidebarbox ul li {
	list-style: none;
	display: inline;
}
.sidebarbox ul li a { display: block; padding: 4px 4px 6px 10px; line-height: 18px; background: #DAE2E7; text-decoration:none; font-family: Arial, Helvetica, sans-serif; font-weight:bold; border-bottom:1px solid #FFF; color: #20252B; 
}
.sidebarbox ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #425563;
}
.simple {
	margin-bottom:15px;
}
.simple ul li a {
	display: block;
	padding: 4px 4px 6px 10px;
	border-bottom:1px solid #EAEAEA;
	line-height: 18px;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
}
.simple ul li a:hover {
	text-decoration: none;
	color: #FFF;
	background-color: #425563;
}

/* Slideshow styles
----------------------------------------------------------------------------------------------------*/

.quoteform {
	float:left;
	width: 553px;
	
}
.slidewrap {
	width:960px;
	background-image: url(images/feature-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.agentslidewrap {
	width:960px;
	background-image: url(images/find-insurance-agent.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
.slidenavwrap { width:100%; margin:0 auto; background: #253036; text-align: center; 
}
.slide960 {
	height: 250px;
	width: 387px;
	overflow: hidden;
	margin-top: 0px;
	margin-right: 9px;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0px;
	float: right;
}
.slide960 img {
	height: 250px;
	width: 387px;
	float: right;
}
.slide930 {
	height: 175px;
	width: 930px;
	padding:0;
	margin:0;
	overflow: hidden;
}
.slide930 img {
	height: 175px;
	width: 930px;
	top:0;
	left:0;
}

/* Slideshow navigation styles
----------------------------------------------------------------------------------------------------*/
#slidenav { text-align:right; /** change to left or center to reposition navigation **/ width:960px; height:28px; line-height:25px; font: 11px/25px Arial, Helvetica, sans-serif; padding-top:3px; margin: 0px auto; 
}
#slidenav a {
	border: 1px solid #000;
	background: #405460;
	text-decoration: none;
	margin: 0 2px;
	padding: 3px 5px;
	color:#FFF;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#slidenav a.activeSlide {
	background: #7793A4;
	border: 1px solid #000;
	color:#FFF;
	font-weight: bold;
}
#slidenav a:focus {
	outline: none;
}

/* Header links/text styles
----------------------------------------------------------------------------------------------------*/
.headerlinks {
	float: right;
	text-align: right;
	margin-top: 10px;
	padding-right: 8px;
	color: #4282A5;
}

.headerlinks a {
	color:#0557AB;
	text-decoration:none;
}
.headerlinks a:hover {
	color: #004181;
}
.headerlinks strong {
	color: #B1CEDE;
	letter-spacing: -1px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 21px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* Misc styles
----------------------------------------------------------------------------------------------------*/
.toppad { /* Generic style applied anywhere top padding needed */
	padding-top:20px;
}

.feature-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 58px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -2px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 15px;
	
}
.agent-feature-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: -2px;
	padding-top: 5px;
	padding-left: 0px;
	padding-bottom: 5px;
	text-align: right;
	padding-right: 15px;
	line-height: 58px;
	
}
.feature-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #D9F3FB;
	letter-spacing: 0px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 15px;
	
}
.agent-feature-text {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #D9F3FB;
	letter-spacing: -1px;
	padding-top: 0px;
	padding-left: 0px;
	margin: 0px;
	padding-bottom: 0px;
	text-align: right;
	padding-right: 15px;
	
}
.pad {
	padding-right: 10px;
	padding-left: 10px;
	margin: 10px;
}
.statedd {
	width: 209px;
	border: 2px solid #999;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
	
}
.dqzip {
	border: 2px solid #999;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	text-align:center;
	width:70px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.dqselect {
	border: 2px solid #999;
	width:110px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 2px;
	-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}
.sf-menu a.agentsearch {
	float:right;
	background-image: url(images/find-insurance-agent.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 34px;
	text-align:right;
}
.navsearch {
	float:right;
	width:200px;
	padding-left:0px;
}
#content .foot {
	color: #999;	
}
#content .foot a {
	color: #999;	
}#content .grid_3.foot ul li {
	padding-left: 0px;
	list-style-type: disc;
	margin-left: 15px;
}
#listingTable {width:90%;}
#listingHeading {
	color: #04498A;
	margin-bottom: 10px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 32px !important;
	line-height: 28px;
	font-weight: normal !important;
	letter-spacing: -2px;
}
#content .grid_4 ul li {
	margin-left: 15px;
	list-style-type: disc;
	padding-bottom: 8px;
}
#content .grid_4 ul {
	margin-bottom:20px;
}
.listOn {
	padding:7px 10px 7px 0px;
	border-right: 1px solid #EBF0F5;
	float:left;
	width:290px;
	clear:left;
}
.listOff {
	padding:7px 0px 7px 10px;
	float:left;
	width:290px;
}
.alllist {
	float:left;
	width:180px;
}
.listOn span, .listOff span {
	float:right;
	width:75px;
	text-align:right;
	font-size:10px;
}
.listOn span a, .listOff span a {
	color:#CCC;
	text-decoration:none;
}
.listOn span a:hover, .listOff span a:hover {
	color:#666;
}
#agentlogo {
	float:right;
	padding-top: 10px;
	clear: right;
}
#content .grid_8 ul li {
	margin-left: 40px;
	list-style-type: disc;
	padding-bottom: 8px;
}
table.listingTable {
	width:575px;
	border:solid 1px White;
	cursor:pointer;
	margin-left:15px;
}
td.listingLogo {
	width:175px;
	text-align:center;
}
td.listingLogo img {
	float:left;
	margin-right:15px;
	margin-bottom:20px;
}
td.listingLogo a {
	text-decoration:underline;
}
td.listingDescription {
	width:390px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:7px;
	background-color:#F1F0ED;
}
#content .grid_8 td.listingDescription ul li{
	padding-bottom:4px;
}
td.listingDescription span {
	font-weight:bold;
}
div.listingDescriptionBody {
	padding-top:5px;
}
table.quoteLinkTable {
	width:100%;
}
td.quote-link-td {
	width:90%;
}
td.quote-link-td a {
	text-decoration:underline;
}
td.quote-link-padlock-td {
	width:10%;
	vertical-align:bottom;
}
table.featuredTable {
	width:600px;
}
#featured-companies-td {
	background-image:url('/ic/include/images/featured_companies_bg.gif');
	background-position:right top;
	color:White;
	padding-top:5px;
	padding-bottom:3px;
	background-repeat:no-repeat;
	width:160px;
	text-indent:8px;
	font-size:14px;
}
#our-recommendations-td {
	background-image:url('/ic/include/images/our_recommendations_bg.gif');
	background-position:right top;
	color:White;
	padding-top:5px;
	padding-bottom:3px;
	background-repeat:no-repeat;
	width:378px;
	text-indent:8px;
	font-size:14px;
}
#listings hr {
	color:#ccc;
	border:0;
	width:575px;
	background-color:#ccc;
	height:1px;
	text-align:left;
	margin-left:15px;
}
#listingsFooter {
	text-align:center;
	font-size:11px;
	font-family:Arial;
	color:White;
	padding-top:11px;
	padding-bottom:7px;
	width:538px;
	margin-top:4px;
	background-repeat:no-repeat;
	background-image:url('/ic/include/images/listings_footer_bg.gif');
}
#listings {
	height: 75px;
	overflow:hidden;
	background-color:#fff;
	padding:5px;
	border: solid 1px #E2E2E2;
}
#listingsFooter img {
	position:relative;
	top:5px;
}
td.highlight {
	background-color:#FFF;
}
td.highlight2 {
	background-color:#F4F4F0;
}
.moreinfo {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	color: #333;
	
}
.quotetext {
	position:absolute;
	top:344px;
	width:525px;
	text-align:center;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #2558A9;
	padding-left: 25px;
}
#header p.topsmall {
	text-align:right;
	float:right;
	padding-right:10px;
	font-size:10px;
	font-style:italic;
	color:#999;
	padding-top:5px;
	padding-bottom:0px;
	margin-bottom:0px;
	line-height:10px;
}
table.editform td {padding:5px;}
table.editform input, table.editform textarea {padding:4px; border:1px solid #999; background-color:#f2f2f2;}
.blue {color:#06C;}
.red {color:#C00; font-size:10px;}
.states {width:150px;float:left;}
.vidthumb {
	padding: 4px;
	border:1px solid #999;
}
#headerwrap {
	background-image: url(images/fwheaderbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 57px;
	width: 100%;
}
#navwrap {
	background-image: url(images/navbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 40px;
	width: 100%;
}
.grid_4 .wj_mp_middlecol {display:none;!important}
.grid_4 .wj_mp_wrapper, .grid_4 .wj_mp_container {min-width:200px;}
.comparebox {
	text-align:center;
	max-width:605px;
	width:100%;
	padding:0px;
	margin:10px 0 10px 0;
	padding-top:18px;
	font-size:15px;
	background: transparent url(images/comparebg.jpg) no-repeat center top;
	background-size:100% 100%;
	height:83px;
}

.warningbox {
	text-align:center;
	width:99%;
	line-height:40px;
	padding:0px;
	margin:10px 0 20px 0;
	background-color:#FFFFCC;
	border:#FFCC00 2px solid;
	border-radius:8px;
	font-size:15px;
}
.grid_8 p {line-height:160%;}
.grid_8 h1 {padding-top:8px;font-size:30px;}
.grid_8 a:hover {color:#333;}
.thumb {float:left;margin:5px 20px 15px 0;border:2px solid #ddd;}
.articleimage {float:right;margin:10px 0 15px 15px;border: 2px solid #ddd;}
.wj_mp_right_col_btn img {width:110px;}
.wj_mp_left_col_logo img {padding:4px;}

.grid_8 .bwapsListingSnippet a {display:none;}
.grid_8 .bwapsListListings li {min-height:75px;border-bottom: 1px solid #dfdfdf;padding-top:6px;}
.grid_8 .bwapsListListings li .center-content {min-height:75px;}


.text-center p { text-align:center; color:#ddd;}

.article a.quoteButton, .featuredtop a.quoteButton {
-moz-box-shadow:inset 0px 1px 0px 0px #cf866c;
	-webkit-box-shadow:inset 0px 1px 0px 0px #cf866c;
	box-shadow:inset 0px 1px 0px 0px #cf866c;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #d0451b), color-stop(1, #bc3315));
	background:-moz-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-webkit-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-o-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:-ms-linear-gradient(top, #d0451b 5%, #bc3315 100%);
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0451b', endColorstr='#bc3315',GradientType=0);
	background-color:#d0451b;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:2px solid #942911;
	display:inline-block;
	cursor:pointer;
	color:#fff !important;
	font-family:'Oswald', Verdana, Geneva, sans-serif;
	font-size:24px;
	font-weight:bold;
	padding:14px 0;
	width:100%;
	text-align:center;
	text-decoration:none !important;
	text-shadow:0px 2px 0px #854629;
	line-height:100%;
	max-width:350px;
	margin: 20px auto;
}

p.quotebtn {text-align:center;}
.article a.quoteButton:hover, .featuredtop a.quoteButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bc3315), color-stop(1, #d0451b));
	background:-moz-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-webkit-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-o-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:-ms-linear-gradient(top, #bc3315 5%, #d0451b 100%);
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc3315', endColorstr='#d0451b',GradientType=0);
	background-color:#bc3315;
}
.featuredtop {
  background: #FFF8D4;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px;
  border: 1px solid #ECD16A;
  float:left;
  width:100%;	
}
.featuredtop a.quoteButton {
margin: 10px 0 0 0 !important;	
}
span.qtearr {
background: url(images/quote-arrow.png) no-repeat right center;
padding-right:35px;
background-size: 25px;
letter-spacing:-1px;
}
.featuredleft {
width:60%;
float:left;	
}
.featuredright {
width:38%;
float:right;	
}
.featuredtop h6 {font-size:130%;letter-spacing:-1px;font-weight:bold;}
.featuredtop p { margin-bottom:0; font-size:110%; line-height:125%;margin-top:15px;}
span.red {
  color: #FFF;
  background: #a10000;
  padding: 4px 10px;
  margin-right: 8px;
  letter-spacing: normal;
  border-radius:4px;
  font-size:100%;
  border: 2px solid #D35C53;
}

/* Mobile Styles */
@media screen and (max-width: 680px) {
.featuredleft, .featuredright {
float:left;
width:100%;	
text-align:center;
}
.featuredright {
margin-top:15px;	
}
}
@media screen and (max-width: 815px) {
.featuredtop a.quoteButton span {
background-image:none;
	padding-right:0;
}
}

@media screen and (max-width: 840px) {
.addthis_toolbox {display:none;}

}
@media screen and (max-width: 650px) {
.headertext {display:none;}
.container_12 .grid_8, .container_12 .grid_4 {width:100%;margin:0;padding:3%;}
#navwrap {overflow:hidden;}
}