

* {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 20px 0px 20px 0px;
	font-size: 11px;
	line-height: 17px;
	font-family: verdana, arial, sans-serif;
	color: #333333;
	-webkit-text-size-adjust: none; /* iPhone Text Fix */
   }

a {
	color: #0056b7;
	text-decoration: none;
	}
	
a:hover {
	color: #092a4f;
	text-decoration: none;
	}

img {
	border: none;
	}

/* --------------------------------------------------------------
Container Styles 
--------------------------------------------------------------- */

#containerWrapper {
	margin: 0px auto 0px auto;
	width: 960px;
	text-align: left;
	background-color: #ffffff;
	background: url(images/bg-container.gif) repeat top left;
	}

#container {
	}

/* --------------------------------------------------------------
Header Styles 
--------------------------------------------------------------- */

#headerWrapper {
	margin: 0px auto 0px auto;
	font-size: 11px;
	width: 960px;
	background: url(images/bg-header.gif) no-repeat top left;
	}

#header {
	padding: 0px 0px 0px 20px;
	}
	
#headerLogo {
	margin: 20px 0px 30px 0px;
	float: left;
	}
	
#headerNav {
	margin: 50px 10px 0px 0px;
	color: #888686;
	float: right;
	font-size: 11px;
	list-style-type: none;
	}
	
#headerNav li {
	float: left;
	}

#headerContact {
	margin-right: 20px;
	}

#headerPrint {
	display: none;
	}

/* ------------------------------------------------------------- */

#headerControls {
	padding: 30px 20px 0px 0px;
	width: 400px;
	float: right;
	text-align: right;
	}

#headerControls p {
	padding-bottom: 7px;
	color: #c2cfdb;
	}

#headerPhone {
	padding-top: 7px;
	color: #ff8a00;
	font-size: 12px;
	font-weight: bold;
	width: 220px;
	float: right;
	}

#headerSearch {
	width: 200px;
	float: right;
	}

#headerMenu {
	clear: both;
	font-weight: bold;
	font-size: 11px;
	}

.headerSearchInput {
	padding: 2px;
	font-family: verdana, arial;
	font-size: 11px;
	border: 1px solid #c2cfdb;
	color: #666666;
	}

.headerSearchButton {
	vertical-align: top;
	border: none;
	}
		
#globalNav {
	padding-top: 6px;
	text-align: left;
	background: url(images/bg-header-nav.gif) no-repeat top left;
	height: 31px;
	}
	
#globalNav li {
	padding: 0px 27px 0px 23px;
	list-style: none;
	display: inline;
	background: url(images/bg-header-nav-slash.gif) no-repeat top right;
	}
	
#globalNav a {
	text-decoration: none;
	color: #c2cfdb;
	}
	
#globalNav a:hover, #globalNav .activeBucket { 
	color: #ffffff;
	}

li#GlobalNav-05 {
	padding-right: 0px;
	background-image: none;
	}

/* --------------------------------------------------------------
Breadcrumbs Styles 
--------------------------------------------------------------- */

#breadcrumb {
	padding: 10px 20px 10px 20px;
	font-size: 11px;
	}

/* --------------------------------------------------------------
Sub-Nav Styles 
--------------------------------------------------------------- */

#subNavWrapper {
	width: 220px;
	float: left;
	}
	
#subNav {
	padding: 0px 0px 0px 20px; 
	font-size: 11px;
	line-height: 15px;
	}

#subNav ul {
	margin-bottom: 20px;
	}

#subNav ul li ul {
	margin-bottom: 0px;
	}
	
#subNav li {
	padding: 5px 0px 5px 17px;
	background: url(images/icon_subNav_off.gif) no-repeat top left;
	list-style-type:none; 
	display: block;
	border-bottom: 1px solid #c2cfdb;
	font-weight: bold;
	}

#subNav li.active {
	background: url(images/icon_subNav_on.gif) no-repeat top left;
	}

#subNav li ul li {
	padding: 5px 0px 5px 0px;
	background: none;
	border-bottom: none;
	font-weight: normal;
	}

#subNav li.active a, #subNav li.active li a:hover, #subNav li.active li.subactive a {
	color: #092a4f;
	}

#subNav li.active li a {
	color: #0056b7;
	}

/* --------------------------------------------------------------
Quote Styles 
--------------------------------------------------------------- */

#quoteBoxWrapper {
	padding: 0px;
	margin-bottom: 20px;
	border: 1px solid #c2cfdb;
	background: url(images/bg-quote-box.gif) no-repeat top left;
	line-height: 0px;
	}

#quoteBoxWrapper #quoteBox {
	text-align: center;
	}

#manageBoxWrapper {
	margin-bottom: 20px;
	border: 1px solid #c2cfdb;
	background: url(images/bg-quote-box.gif) no-repeat top left;
	line-height: 0px;
	}

#manageBoxWrapper #manageBox {
	padding: 20px;
	line-height: 16px;
	}

#manageBoxWrapper #manageBox h4 {
	color: #092a4f;
	font-size: 12px;
	}

#manageBoxWrapper #manageBox p {
	margin-bottom: 17px;
	}

#manageBoxWrapper #manageBox img {
	margin-bottom: 12px;
	}

#manageBoxWrapper #manageBox ul {
	margin: 0px;
	}
	
#manageBoxWrapper #manageBox li {
	padding: 1px 0px 1px 12px;
	background: url(images/bg-quote-ul-icon.gif) no-repeat top left;
	list-style-type:none; 
	}

#actionPhone {
	display: none;
	}

#actionZip input {
	padding: 3px 3px 3px 6px;
	font-family: verdana, arial;
	font-size: 13px;
	border: 1px solid #c2cfdb;
	color: #666666;
	vertical-align: top;
	width: 80px;
	}

#actionZip img {
	margin-left: 7px;
	vertical-align: top;
	}

/* --------------------------------------------------------------
Content Styles 
--------------------------------------------------------------- */

#contentWrapper {
	width: 520px;
	float: left;
	}

#content {
	padding: 0px 30px 10px 30px;
	}
	
#content  h1 {
	margin-bottom: 10px;
	font-size: 19px;
	line-height: 26px;
	font-weight: normal;
	color: #ff8a00;
	}

#content  h2 {
	font-size: 12px;
	color: #092a4f;
	}
	
#content  h3 {
	margin-bottom: 20px;
	font-size: 12px;
	color: #cc0000;
	}

#content  h4 {
	font-size: 12px;
	}

.rule {
	margin: 0px 0px 20px 0px;
	border-bottom: 1px solid #c2cfdb;
	}

#content  p {
	margin-bottom: 25px;
	}

#content  a {
	text-decoration: underline;
	}

#content ul, #content ol {
	margin: 0px 0px 25px 45px;
	}

#content ul li, #content ol li {
	padding: 0px 0px 3px 0px;
	}

.contentBox {
	margin-bottom: 25px;
	padding: 10px 10px 0px 10px;
	background-color: #edf1f4;
	border: 1px solid #c2cfdb;
	}

.contentAction {
	padding: 15px 15px 20px 15px;
	background-color: #edf1f4;
	border: 1px solid #c2cfdb;
	}

#irvBase {
	margin-top: 30px;
	text-align: center;
	clear: both;
	height: 100px;
	}

#socialBookmarking {
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #c2cfdb;
	}

/* --------------------------------------------------------------
Sub-Content Styles 
--------------------------------------------------------------- */

#subContentWrapper {
	width: 220px;
	float: left;
	overflow: hidden;
	}

#subContent {
	padding-right: 20px;
	font-size: 11px;
	}

#subContent p {
	margin-bottom: 20px;
	}

/* --------------------------------------------------------------
Footer Styles 
--------------------------------------------------------------- */

#footerWrapper {
	float: inherit;
	padding-top: 20px;
	height: 160px;
	width: 960px;
	clear: both;
	border-bottom: 1px solid #c2cfdb;
	}

#footer {
	margin: 0px 20px 0px 20px;
	padding: 20px 0px 20px 0px;
	font-size: 11px;
	width: 920px;
	color: #c2cfdb;
	}

#footer p {
	padding: 7px 0px 7px 0px;
	border-top: 1px solid #c2cfdb;
	}

#footerCopyright {
	color: #333333;
	}

#footerVerisign {
	margin-top: -30px; 
	float: right;
	}

/* --------------------------------------------------------------
Tabs Styles 
--------------------------------------------------------------- */

ul#tabs {
	margin: 0px;
	padding-left: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c2cfdb;
	font-size: 11px;
	}

ul#tabs li {
	margin-left: 4px;
	padding: 7px 10px 6px 10px;
	display: inline;
	}

ul#tabs li a {
	text-decoration: none;
	}
	
.displayOn {
	display:inherit;
}

.displayOff {
	display:none;
}

#tabGroup {
	padding: 20px;
	border-right: 1px solid #c2cfdb;
	border-bottom: 1px solid #c2cfdb;
	border-left: 1px solid #c2cfdb;
	}

.tabSelected {
	background-color: #ffffff;
	border: solid 1px #e0e0e0;
	border-bottom: solid 3px #ffffff;
}

.tabNormal {
	background-color: #f6f8fa;
	border: solid 1px #c2cfdb;
	border-bottom: none;
}

/* --------------------------------------------------------------
Table Data Styles 
--------------------------------------------------------------- */

.tableData {
	padding: 0px;
	margin: 0px 0px 20px 0px;
	width: 100%;
	border-top: 1px solid #c2cfdb;
	border-right: 1px solid #c2cfdb;
	border-left: 1px solid #c2cfdb;
	font-size: 12px;
	border-collapse: collapse;
	}

.tableData td, .tableData th {
	padding: 5px;
	margin: 0px;
	border-bottom: 1px solid #c2cfdb;
	}

.tableData th {
	font-weight: bold;
	background-color: #f6f8fa;
	}

/* --------------------------------------------------------------
Home Styles 
--------------------------------------------------------------- */

#homeContainer {
	padding: 0px 20px 0px 20px;
	font-size: 11px;
	}

#homeContainer h1 {
	margin-bottom: 0px;
	font-size: 21px;
	font-weight: normal;
	color: #ff8a00;
	}

#homeContainer h2 {
	font-family: verdana;
	font-size: 12px;
	color: #092a4f;
	}

#homeFeatured {
	margin-top: -4px;
	height: 253px;
	background: url(images/featured-bottom.gif) no-repeat bottom left;
	}

#homeFlash {
	float: left;
	width: 920px;
	}

#homeQuoteBox {
	float: right;
	height: 241px;
	width: 306px;
	text-align: center;
	background: url(images/bg-quote-box.gif) no-repeat top left;
	}

#homeQuoteBoxNumber {
	padding-top: 102px;
	display: none;
	}

#homeQuoteBoxZip {
	padding-top: 98px;
	}

#homeQuoteBoxZip input {
	padding: 4px;
	font-family: verdana, arial;
	font-size: 14px;
	border: 1px solid #c2cfdb;
	color: #666666;
	vertical-align: top;
	width: 120px;
	}

#homeQuoteBoxZip img {
	margin-left: 10px;
	vertical-align: top;
	}

#homeQuoteBoxButton {
	padding-top: 45px;
	}

#tableVehicle {
	margin: 40px 20px 40px 20px;
	float: left;
	border-collapse: collapse;
	width: 615px;
	border-right: 1px solid #c2cfdb;
	}
	
#tableVehicle h1 {
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: normal;
	color: #ff8a00;
	}

#tableVehicle h2 {
	font-family: verdana;
	font-size: 12px;
	color: #092a4f;
	}

#tableVehicle td {
	padding-bottom: 20px;
	}

#tableVehicle img {
	float: left;
	vertical-align: top;
	}

td#tableVehicleBottom {
	padding-bottom: 0px;
	}

#homeManageWrapper {
	margin-top: 40px;
	float: right;
	width: 300px;
	}

#homeManageWrapper img {
	margin: 15px 0px 15px 0px;
	}

#homeManageWrapper ul {
	margin-bottom: 20px;
	}
	
#homeManageWrapper li {
	padding: 1px 0px 1px 12px;
	background: url(images/bg-quote-ul-icon.gif) no-repeat top left;
	list-style-type:none; 
	}

#homePromos {
	margin-left: 20px;
	height: 121px;
	clear: both;
	background: url(images/bg-promos.gif) no-repeat top left;
	line-height: 15px;
	}

#homePromos h3 a{
	color: #ff8a00;
	font-size: 12px;
	}

#homePromoOne, #homePromoTwo, #homePromoThree {
	width: 305px;
	float: left;
	}

#homePromoOne div, #homePromoTwo div, #homePromoThree div {
	padding: 26px 25px 0px 100px;
	}
	

/* --------------------------------------------------------------
xPromo Styles 
--------------------------------------------------------------- */

#xPromoWrapper {
	margin-bottom: 20px;
	border: 1px solid #c2cfdb;
	}

#xPromoClaims {
	margin: 3px;
	padding: 70px 11px 11px 11px;
	font-size: 11px;
	background: url(images/xPromo01.gif) no-repeat top left;
	}

#xPromoBrc {
	margin: 3px;
	padding: 70px 11px 11px 11px;
	font-size: 11px;
	background: url(images/xPromo01.gif) no-repeat top left;
	}

#xPromoWrapper h4 {
	margin-bottom: 2px;
	font-size: 12px;
	color: #0056b7;
	}

#xPromoWrapper a {
	padding: 10px 0px 0px 10px;
	display: block;
	background: url(images/icon_subContent_xPromoLink.gif) no-repeat top left;
	}

#xPromoWrapper p {
	margin-bottom: 0px;
	}

/* --------------------------------------------------------------
do_I_need_commercial Styles 
--------------------------------------------------------------- */

#formtable {
	margin-bottom: 0px;
	border:0px;
	width:100%;
	}

#formtable td {
	padding: 8px 0px 8px 0px;
	height:20px;
	}

#formtable select {
	margin-top:2px;
	}	

div.alerttext {
	color:#cc0000;
	font-size:10px;
	font-weight:bold;
	display:inline;
	padding-bottom:15px;
	}

.messagingtext {
	border:none;
	background-color:#f6f8fa;
	margin-bottom:3px;
	}

#outputfield {
	visibility:hidden;
	display:block;
	background-color:#ffffff;
	padding:0px 8px 0px 8px;
	border: 1px solid #c2cfdb;
	
	}

#commercialorpersonal h2 {
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: normal;
	}

.contentBoxDoI {
	margin-bottom: 25px;
	background-color: #edf1f4;
	border: 1px solid #c2cfdb;
	padding: 20px;
	}
	
.recommendtext {
	display:block;
	padding-top:4px;
	color:#092a4f;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: normal;
	line-height:20px;
}

/* --------------------------------------------------------------
CiQ Styles
--------------------------------------------------------------- */

.ciqAlertBox {
	border:1px solid #ffc490;
	background-color: #fbfcdd;
	}

.tableCiqResults {
	margin: 10px 0px 15px 0px;
	border-collapse: collapse;
	width: 100%;
	}

.tableCiqResults td, .tableCiqResults th {
	vertical-align: top;
	font-size: 10px;
	line-height: 14px;
	}