@charset "utf-8";
/* CSS Document */


/**************************************************
    Body
**************************************************/
* {
	margin:0;
	padding:0;
}
body {
	background:#feffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 33px 0 0 0;
}
#wrapper {
	background: url(../images/wrap.jpg) repeat-y;
	width:940px;
	margin:auto;
	padding-left:1px;
}
#wizard-wrapper {
}
/**************************************************
    Links
**************************************************/

a, a:link, a:visited, a:active {
	color:#669900;
	text-decoration:none;
}
a:hover {
	color:#666666;
}
h2.message {
	font-size:12px;
	color: #666;
	background-color:#EFEFEF;
	padding:5px 5px 5px 10px;
	margin-bottom:10px;
	text-transform:uppercase;
	font-weight:normal;
}
/**************************************************
    Header
**************************************************/

#header {
	background: url(../images/top-wrap.jpg) top center no-repeat;
	height:55px;
	width:940px;
	position: absolute;
	margin: 0 auto;
}
#logo {
	width:500px;
	float:left;
	position: absolute;
	bottom: 20px;
	padding-left: 10px;
}
#logo h1 a {
	color:#CCCCCC;
	font-size:34px;
	display:block;
}
#logo h1 a:hover {
	color:#FFFFFF;
}
#logo h2 {
	color: #bdbcbc;
	font-size:11px;
	font-weight: normal;
	padding-left: 10px;
}
#logo_right {
	float:right;
	padding-right: 15px;
	margin: -10px 0 0 0;
}
#topsearch {
	margin-top:10px;
	float:right;
	margin-right:10px;
}
.rss {
	width:105px;
	height:56px;
	position:absolute;
	bottom:0px;
	right:180px;
	display:block;
}
.searchfield {
	padding:5px 7px 5px 7px;
	border:none;
	color:#ccc;
	font-family:Arial, Helvetica, sans-serif;
	background-color: #4A4A4A;
	font-size:12px;
	width:160px;
}
/**************************************************
    Navigation
**************************************************/

#nav_left {
	width:18px;
	height:55px;
	background:url(../images/menu_left.jpg);
	float:left;
}
#navigation {
	height:55px;
	background:url(../images/menu_bg.jpg) repeat-x;
	float:left;
	width:916px;
}
#menu {
	text-align:left;
}
#menu li {
	display:inline;
	list-style:none;
	font-weight:bold;
	font-size:16px;
}
.page_item a:link, .page_item a:visited {
	color: #fff;
	line-height:45px;
	display:block;
	padding:0 20px 0 20px;
	float:left;
	margin-right:5px;
}
.page_item a:hover {
	color:#fff;
	text-decoration:none;
	background:url(../images/menu_over.jpg) repeat-x;
}
.current_page_item a:link, .current_page_item a:visited {
	color:#fff;
	background:url(../images/menu_over.jpg) repeat-x;
	margin-right:5px;
	line-height:45px;
	padding:0 20px 0 20px;
	display:block;
	float:left;
	text-decoration:none;
}
#nav_right {
	width:18px;
	height:55px;
	background:url(../images/menu_right.jpg);
	float:left;
}
/**************************************************
    Entry
**************************************************/

#blog {
	float:left;
	width:645px;
	margin-top:20px;
	margin-left:10px;
}
.post {
	padding:10px 0 30px 0;
}
.post h2 {
	line-height:32px;
	margin-bottom:5px;
}
.post h2 a {
	font-size:26px;
	color:#333333;
	letter-spacing:-1px;
}
.post h2 a:hover {
	color:#000000;
}
html>body .post ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .post li {
	margin: 7px 0 8px 10px;
}
.post ul li:before {
	content: "\00BB \0020";
}
.post img {
	margin:0 10px 10px 10px;
}
.date {
	font-size:11px;
	color: #669900;
	padding:5px 0 5px 0;
	position:relative;
	height:20px;
}
.comms {
	position:absolute;
	right:0px;
	top:0px;
}
.comms a {
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	color: #fff;
	background:url(../images/comment.gif) no-repeat;
	padding:10px 0 0 0px;
	text-align:center;
	display:block;
	height:18px;
	width:107px;
}
.comms a:hover {
	color: #456127;
}
.meta {
	background-color:#EEEFE0;
	border:1px solid #dbdbdb;
	color:#333;
	font-size:10px;
	line-height:20px;
	margin:10px 0px 10px;
	padding:2px 6px 2px 6px;
	text-transform:uppercase;
	width:445px;
}
.meta a {
	color:#666;
	font-weight:bold;
}
.meta a:hover {
	color:#000;
}
.date span {
	font-weight:bold;
	color:#669900;
}
.content {
	line-height:24px;
	padding: 10px;
	color:#333;
	width: 900px;
}
.content p {
	margin:0 0 15px 0;
}
#content {
	margin: 33px 0 0 0;
	width: 925px;
	padding-left: 10px;
}
.content .featured img {
	float: left;
}
#content h1 {
	color: #fe9d2a;
	width: 500px;
}
.postmetadata {
	padding:5px;
	border:1px solid #dbdbdb;
	background-color:#EEEFE0;
	font-size:10px;
	line-height:18px;
	text-transform:uppercase;
}
/**************************************************
    Sidebar
**************************************************/

#sidebar {
	background: #dffbc6;
	width:175px;
	padding:0 0 0 10px;
	margin: 0 auto;
	border: 2px solid #a6d679;
}
#sidebar p {
	color:#000;
	line-height:20px;
	font-size: 12px;
	padding: 10px;
}
#sidebar ul li {
	list-style:none;
}
#sidebar h2 {
	font-size:15px;
	color:#333333;
	margin:20px 0 20px 0;
	clear:both;
}
h2.help-info {
	background:url(../images/information.png) left no-repeat;
	padding-left:24px;
}
.helpimg {
	float:left;
	margin:0 10px 0 0;
	border: none;
}
.ads li {
	list-style:none;
	display:inline;
	margin-right:15px;
}
.ads li img {
	border:1px solid #999999;
}
.adhere a {
	font-size:11px;
}
.sidebar1, .sidebar2 {
	float:left;
	width:200px;
	margin-bottom:20px;
}
.sidebar1 h2, .sidebar2 h2 {
	background:url(../images/categories.jpg) left no-repeat;
	padding-left:24px;
}
.sidebar1 ul li ul li {
	padding:5px 0 5px 10px;
	font-size:12px;
	background:url(../images/bullet.gif) left center no-repeat;
}
.sidebar2 ul li ul li {
	padding:5px 0 5px 10px;
	font-size:12px;
	background:url(../images/bullet.gif) left center no-repeat;
}
/**************************************************
    Sidebar Quote Wizard
**************************************************/

.authimg {
	float:left;
	margin:0 20px 0 0;
	border:1px solid #999999;
}
.ads li {
	list-style:none;
	display:inline;
	margin-right:15px;
}
.ads li img {
	border:1px solid #999999;
}
.adhere a {
	font-size:11px;
}
/**************************************************
    Comments (Feature Disabled)
**************************************************/

.alt {
	margin:0;
	padding:10px;
}
.commentlist {
	padding:0;
}
.commentlist li {
	background-color:#EEEFE0;
	border:1px solid #dbdbdb;
	list-style:none;
	margin:15px 0 10px;
	padding:5px 5px 10px 5px;
}
.commentlist li ul li {
	margin-left:10px;
	margin-right:-5px;
}
.commentlist p {
	color:#666666;
	font-size:12px;
	margin:10px 5px 10px 0;
}
.children {
	padding:0;
}
#commentform p {
	margin:5px 0;
}
.nocomments {
	margin:0;
	padding:0;
	text-align:center;
}
h2#comments {
	clear:both;
	color:#333333;
	font-size:15px;
	margin:0px 0 20px 0;
}
h2#respond {
	clear:both;
	color:#333333;
	font-size:15px;
	margin:20px 0 20px 0;
}
.commentmetadata {
	background-color:#fff;
	color:#333;
	font-size:13px;
	margin:0;
	padding:3px 5px 3px 5px;
}
.commentmetadata a {
	color:#333;
	font-weight:bold;
}
#author, #email, #url {
	background:#EEEFE0;
	border:1px solid #dbdbdb;
	color:#666666;
	font:12px Arial;
	margin-right:5px;
	padding:3px;
	width:12em;
}
#comment {
	background:#EEEFE0;
	border:1px solid #dbdbdb;
	color:#666666;
	font:12px Arial;
	padding:3px;
	width:99%;
}
#submit {
	font:1em Arial;
	margin-bottom:15px;
	margin-top:5px;
	padding:2px;
}
/**************************************************
    Footer
**************************************************/

#footer {
	background: url(../images/bottom-wrap.jpg) top center no-repeat;
	height:55px;
	width:940px;
	position: relative;
	margin: 0 auto;
	left: 1px;
}
.copyright {
	font-size:10px;
	color:#555;
	width:930px;
	margin:auto;
	padding:20px 10px 10px 10px;
}
.copyright a {
	color:#97BE3D;
}
.copyright a:hover {
	color:#fff;
}

/**************************************************
    Gallery
**************************************************/

.gallery {
	text-align:center;
}
.gallery img {
	padding:2px;
	height:100px;
	width:100px;
}
.gallery a:hover {
	background-color:#ffffff;
}
.attachment {
	text-align:center;
}
.attachment img {
	padding:2px;
	border:1px solid #999999;
}
.attachment a:hover {
	background-color:#FFFFFF;
}
.imgnav {
	text-align:center;
}
.imgleft {
	float:left;
}
.imgleft a:hover {
	background-color:#FFFFFF;
}
.imgleft img {
	padding:2px;
	border:1px solid #999999;
	height:100px;
	width:100px;
}
.imgright {
	float:right;
}
.imgright a:hover {
	background-color:#FFFFFF;
}
.imgright img {
	padding:2px;
	border:1px solid #999999;
	height:100px;
	width:100px;
}
/**************************************************
    WP-Captions
**************************************************/

.navigation {
	clear:both;
}
.alignleft {
	font-weight:bold;
	float:left;
	margin:10px 0 20px 0;
	text-transform:uppercase;
	font-size:12px;
}
.alignright {
	font-weight:bold;
	float:right;
	margin:10px 0 20px 0;
	text-transform:uppercase;
	font-size:12px;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 6px 10px 6px 10px;
	padding-left: 10px;
	border-left: 2px solid #E0E55F;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
pre {
	border: solid 1px #9a9a9a;
	color: blue;
	margin: 10px;
	padding:10px;
	background: #f3f2ed
}
code {
	font-size:1.0em;
	color: #0099CC;
	display:block;
	margin-bottom:15px;
}
/**************************************************
    Quote Wizard
**************************************************/

/*
form p {
	margin:0;
}

form {
   vertical-align: middle;
}

form label {
  font-weight: normal;
}

form ul {
	list-style: none;
	text-align: left;
	padding: 10px;
}

fieldset{
  padding: 10px;
  margin-left: 10px;
  border: 1px solid #E7E8E6;
  vertical-align: top;
}

legend{
  padding: 2px 15px 10px 15px;
  color: #8b8b89;
  text-transform: capitalize;
  font-size: 13px;
  text-align: left;
}
*/

/**************************************************
    Table CSS
**************************************************/

table td, table th {
	text-align: left;
	padding: .2em .4em;
	vertical-align: top;
}
td.button-bar {
	vertical-align: bottom;
}
.content-table {
	width: 650px;
}

/**************************************************
    No Spam Icon (Census)
**************************************************/

.no-spam {
	margin: 0 0 0 0;
	position: absolute;
	width: 58px;
	height: 25px;
	cursor: help;
}
/**************************************************
    Form Styles
**************************************************/

form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#333;
	vertical-align: middle;
}
form ul {
	list-style: none;
	font-weight: normal;
	font-size: 10px;
	text-align: left;
}
fieldset {
	border:1px solid #999;
}
fieldset fieldset {
	border:none;
}
fieldset fieldset legend {
	font:normal 1em/1 Arial, Helvetica, sans-serif;
	color:#000;
}
legend {
	font-size: 16px;
	color:#95b64d;
	padding: 4px;
}
input:focus, textarea:focus {
	background-color: lightyellow;
	border:1px solid #96989d;
	color:#666666;
	font:12px Arial;
	margin-right:5px;
	padding:3px;
}
input {
	background-color: #fff;
	border:1px solid #96989d;
	color:#666666;
	font:12px Arial;
	margin-right:5px;
	padding:3px;
}
select {
	background-color: #fff;
	border:1px solid #96989d;
	color:#666666;
	font:12px Arial;
	margin-right:5px;
	padding:3px;
}
.checkbox input, .radio input {
	border:none;
	background:transparent;
}
/**************************************************
    Buttons
**************************************************/

button {
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
	height:32px;
	line-height:29px;
	cursor: hand;
}
button span, button em {
	display:block;
	height:29px;
	line-height:29px;
	margin:0;
	color:#fff;
	font-weight: bold;
}
button span {
	padding-left:20px;
	background:url(../images/button-wizard.gif) no-repeat 0 0;
}
button em {
	font-style:normal;
	padding-right:20px;
	background:url(../images/button-wizard.gif) no-repeat 100% 0;
}
button img {
	display: none;
}
/**************************************************
    Best Buy Buttons
**************************************************/

#bestBuyLiab {
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
	height:29px;
	line-height:29px;
	cursor: hand;
}
#bestBuyLiab span, bestBuyLiab em {
	display:block;
	height:29px;
	line-height:29px;
	margin:0;
	color:#fff;
	font-weight: bold;
}
#bestBuyLiab span {
	padding-left:20px;
	background:url(../images/button-wizard-buy.gif) no-repeat 0 0;
}
#bestBuyLiab em {
	font-style:normal;
	padding-right:20px;
	background:url(../images/button-wizard-buy.gif) no-repeat 100% 0;
}
#bestBuyLiab img {
	display: none;
}
#bestBuyFull {
	border:none;
	background:none;
	padding:0;
	margin:0;
	width:auto;
	overflow:visible;
	text-align:center;
	white-space:nowrap;
	height:29px;
	line-height:29px;
	cursor: hand;
}
#bestBuyFull span, bestBuyFull em {
	display:block;
	height:29px;
	line-height:29px;
	margin:0;
	color:#fff;
	font-weight: bold;
}
#bestBuyFull span {
	padding-left:20px;
	background:url(../images/button-wizard-buy.gif) no-repeat 0 0;
}
#bestBuyFull em {
	font-style:normal;
	padding-right:20px;
	background:url(../images/button-wizard-buy.gif) no-repeat 100% 0;
}
#bestBuyFull img {
	display: none;
}
optgroup {
	font:bold 1em/1 Arial, Helvetica, sans-serif;
}
option {
	font:1em/1 Arial, Helvetica, sans-serif;
}
/**************************************************
    Form Layout
**************************************************/

form {
}
fieldset {
	margin-bottom:3em;
	padding:10px;
}
fieldset fieldset {
	padding:0;
}
legend {
	margin-bottom:1em;
}
.textfield, .textarea, .file, .dropdown, .radio, .checkbox, .buttons, fieldset fieldset {
	margin-bottom:1em;
}
.textfield input, .file input, .dropdown select, .textarea textarea, input.innertextfield {
	padding:2px 5px;
}
.textfield input, .file input, .dropdown select, .textarea textarea {
	width:250px;
}
textarea {
	height:6em;
}
.textfield input, .file input, .dropdown select, .textarea textarea {
	display:block;
	margin:0.1em 0 0 0;
}
.checkbox input, .radio input {
	margin-right:5px;
}
div input.innertextfield {
	display:inline;
	margin-right:0;
}
.buttons {
}
button {
	padding:4px;
}
optgroup {
}
option {
	padding:1px 3px;
}
/**************************************************
    limits.vml
**************************************************/

.qw-minimum {
	background:url(../images/award_star_silver_3.png) left no-repeat;
	padding: 10px;
	padding-left: 28px;
	font-weight: bold;
}
.qw-better {
	background:url(../images/award_star_gold_3.png) left no-repeat;
	padding: 10px;
	padding-left: 28px;
	font-weight: bold;
}
.qw-best {
	background:url(../images/award_star_add.png) left no-repeat;
	padding: 10px;
	padding-left: 28px;
	font-weight: bold;
}
.qw-coverage {
	background:url(../images/shape_align_bottom.png) left no-repeat;
	padding: 10px;
	padding-left: 28px;
	font-weight: bold;
}
/**************************************************
    retrieve.vml
**************************************************/

#retrieve-wrap {
	background: url(../images/retrieve-wrap.gif) no-repeat;
	width: 700px;
	height: 192px;
}
#liabilityContent {
	float: left;
	width: 150px;
	padding-left: 43px;
	padding-right: 0;
	padding-top: 10px;
	margin: 0 auto;
}
#liabilityContent p {
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
}
#fullContent {
	float: left;
	width: 220px;
	padding-left: 53px;
	padding-top: 10px;
	margin: 0 auto;
	text-align: center;
}
#fullContent p {
	text-align: center;
	margin: 0 auto;
	font-size: 11px;
}
#liabPayment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #092a4f;
}
#fullPayment {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #092a4f;
}
#quotecontent {
	width: 630px;
}
#quotecontent h1 {
	font-size: 18px;
	padding-left: 4px;
}
#quotecontent h2 {
	font-size: 14px;
	padding-left: 150px;
	top: 33px;
	color: #fe9d2a;
}
#qw-cover-limits {
	float: right;
	margin: 0 auto;
	font-size: 9px;
	padding: 5px;
}
#qw-cover-limits legend {
	border: none;
	background: none;
	font-size: 12px;
	color: #333;
	margin: 0 auto;
	padding-bottom: 5px;
}
#qw-cover-limits fieldset {
	border: none;
}
/**************************************************
    Call to Action
**************************************************/

.aq_inpage_zip {
	text-align: center;
	float: right;
	margin: 0 auto;
}
.aq_inpage_zip input, .aq_inpage_zip select {
	font-weight: normal;
	font-size: 190%;
	font-weight: bold;
	text-align: center;
	color: #000;
	margin-right: 14px;
	width: 130px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #ccc;
}
.aq_inpage_zip .button {
	width: 121px;
	height: 35px;
	margin: 4px 10px 0 0;
	border: none;
}
.aq_inpage_zip textarea {
	text-align: center;
}
.aq_inpage_zip h1 {
	font-size: 20px;
	padding-top: 33px;
	font-weight: bold;
	color: #fe9d2a;
	text-align: center;
}
.aq_inpage_zip h2 {
	font-size: 16px;
	font-weight: bold;
	color: #f8b23f;
	text-align: center;
}
.aq_inpage_zip h3 {
	font-size: 120%;
	font-weight: bold;
	color: #084886;
	text-align: center;
}
.aq_inpage_zip p {
	text-align: center;
	vertical-align: super;
	font-weight: bold;
	color: #000;
}
.aq_inpage_zip .button {
	border: none;
}

#featured-content {
	float: right;
	padding: 10px;
	width: 880px;
}

/**************************************************
    Top Nav
**************************************************/

.p-login {
	float: left;
	padding-right: 50px;
	margin: 15px 0 0 0;
}
.p-login a {
	color: #999;
}
.p-login #key {
	background: url(../images/key.png) no-repeat 0 bottom;
	padding-left: 22px;
	padding-right: 4px;
	border-right: 1px solid #c3c3c3;
}

/**************************************************
    Help Div
**************************************************/

#help {
	float:right;
	width: 175px;
	margin: 33px 25px 0 0;
}
#table-content, .table-content {
	width: 650px;
	margin-top: 33px;
}
.clear-left {
	clear: left;
}

/**************************************************
    Errors
**************************************************/
#errors {
	background: #ffff92 url(../images/error-bg.png) top center no-repeat;
	padding: 33px 10px 10px 10px;
	width: 200px;
	border: 2px solid #f1f270;
	position: absolute;
	z-index: 2;
	right: 20px;
	top: 50px;
}
.error, .error p {
	font-weight: normal;
	color: #ff221b;
	line-height: 10px;
}
.required {
	border: solid 1px #ff221b;
	background: #ffff92;
	color:#000;
	font:12px Arial;
	margin-right:5px;
	padding:3px;
}