/*************************************************
    CSS Document
*************************************************/
body {
	background: #fff url(../images/bg.gif) top repeat-x;
	color: #494949;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	line-height:1.8em;
	margin:0;
	padding:0;
}
/*************************************************
    Global
*************************************************/
* {
	margin:0;
	padding:0;
}
h1, h2, h3 {
	font-weight:700;
	margin:10px 0;
	padding:10px 0;
}
h1 {
	color: #646464;
	font-size:2em;
	font-weight: 700;
}
h1 a {
	color: #646464;
	font-weight: 700;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}
h2 {
	color: #33686c;
	font-size:1.5em;
}
h2 a {
	color: #255963;
	text-decoration: none;
}
h3 {
	color: #4b544e;
	font-size:1em;
}
h3 a {
	color: #3b4036;
	text-decoration: none;
}
p {
	margin:5px 0;
	padding:5px 0;
}
ins {
	text-decoration:none;
	color:#900;
	font-style:italic;
}
code {
	color:#555;
}
pre {
	margin-left:2em;
	padding-left:2em;
	border-left:1px solid #ccc;
}
blockquote {
	margin-left:2em;
	border-left:1px solid #ccc;
	font-style:italic;
}
dt {
	font-weight:bold;
}
th, td {
	padding:.5em 1em;
	line-height:1.5em;
}
th {
	background:#eee;
}
td {
	border-bottom:1px solid #eee;
}
caption {
	font-style:italic;
	color:#777;
	margin:.5em 0;
}
fieldset {
	border:1px solid #ccc;
	padding:1em 2em;
	margin:0 0 1.5em 0;
}
legend {
	padding:2px 5px;
}
form div.col {
	clear:none;
}
form div.first {
	clear:both;
}
form div {
	overflow:hidden;
}
input[type="text"], input[type="password"], textarea, .field, .area, select {
	border:1px solid #aaa;
	padding:5px;
	background:#fff;
	width:300px;
	line-height:1em;
	margin:0;
}
select {
	width:312px;
}
textarea, .area {
	overflow:auto;
	height:150px;
	width:400px;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus, .focus {
	background:#f5f5f5;
	outline:none;
}
.submit {
}
button {
	border:none;
	background:#555;
	color:#fff;
	padding:0 2.5em;
	height:2em;
	line-height:2em;
	cursor:pointer;
}
.note, .success, .error {
	display:block;
}
.error {
	color:#900;
}
.success {
	color:#060;
}
.note {
	font-weight:bold;
}
.notvalid {
	border:1px solid #900 !important;
}
.pullquote {
	width:20%;
	float:left;
	margin-right:2em;
	padding-right:2em;
	border-right:1px solid #ccc;
	text-align:right;
	font-size:1.1em;
	font-style:italic;
	color:#777;
	margin-bottom:.5em;
}
.boxout {
	width:20%;
	float:right;
	margin-left:2em;
	padding:1em 2em;
	border:1px solid #ccc;
	margin-bottom:.5em;
}
#qp_tooltip {
	border:1px solid #e1e1e1;
	padding:2px 10px;
	background:#f5f5f5;
}
a {
	color: #C60;
	text-decoration: none;
}
a:hover {
	color: #C30;
	text-decoration: none;
}
/*************************************************
    Layout
*************************************************/
#main {
	height:100%;
	min-height:724px;
	overflow:hidden;
	position:relative;
}
*html #main {
	height:724px;
	overflow:visible;
}
.container {
	width:970px;
	margin:0 auto;
	font-size:1.2em;
}
/*************************************************
    Header
*************************************************/
#header {
	background:none;
	float:left;
	height:120px;
	left:0;
	position:absolute;
	top:0;
	width:968px;
}
#header .logo {
	padding: 12px 0;
	border: none;
}
#header img {
	border: none;
}

#header .information {
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	margin-left: 360px;
	top: 40px;
}

#header .info-quotes {
	color: #2787b8;
}

#header .since {
	color: #999;
}

#header .secure {
	display: inline;
}

/*************************************************
    Menu
*************************************************/
.sf-menu, .sf-menu * {
	list-style:none;
	margin:0;
	padding:0;
}
.sf-menu {
	background: url(../images/bg-menu.png) no-repeat;
	position: absolute;
	width: 970px;
	height: 47px;
	line-height: 27px;
	float:left;
}
.sf-menu ul {
	position:absolute;
	top:-999em;
	width: 200px;
}
.sf-menu ul li {
	width:100%;
}
.sf-menu li:hover {
	visibility:inherit;
	z-index: 1;
}
.sf-menu li {
	float:left;
	position:relative;
}
.sf-menu a {
	font-weight: 700;
	display:block;
	padding:.75em 1.5em;
	position:relative;
	text-decoration:none;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left:0;
	top:40px;
	z-index:99;
}
.sf-menu a, .sf-menu a:visited {
	color:#fff;
}
.sf-menu li li {
	background: #4cacf6;
	border-bottom: 1px solid #71bdf9;
}
.sf-menu li li li {
	margin-left: 56px;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	outline:0;
}
.sf-menu a.sf-with-ul {
	min-width:1px;
	padding-right:2.25em;
}
.sf-sub-indicator {
	background:url('../images/arrows-ffffff.png') no-repeat -10px -100px;
	margin: -5px 0 0 0;
	display:block;
	height:10px;
	overflow:hidden;
	position:absolute;
	right:.75em;
	text-indent:-999em;
	width:10px;
}
a > .sf-sub-indicator {
	background-position:0 -100px;
	top: 19px;
}
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;
}
.sf-menu ul a > .sf-sub-indicator {
	background-position:0 0;
}
.sf-shadow ul {
	-moz-border-radius-bottomleft:17px;
	-moz-border-radius-topright:17px;
	-webkit-border-bottom-left-radius:17px;
	-webkit-border-top-right-radius:17px;
	background:url('../images/shadow.png') no-repeat bottom right;
	padding:0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background:transparent;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul, ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul, ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left:10em;
	top:0;
}
.sf-menu ul .sf-sub-indicator, .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;
}

.powered-by-quotepro {
	color: #fff;
	font-weight: 700;
	padding:.75em 1.5em;
	position:relative;
	margin-left: 230px;
	text-decoration:none;
}
/*************************************************
    Navigation
*************************************************/
.navigation {
	font-size:  12px;
	line-height: 18px;
	overflow: hidden;
	color: #888;
}
.navigation a:link, .navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active, .navigation a:hover {
	color: #FF4B33;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	width: 50%;
	text-align:right;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above, .single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
/*************************************************
    Sidebar
*************************************************/
#sidebar {
	float:right;
	left:0;
	position:relative;
	top:127px;
	width:254px;
}
#sidebar .title {
	background: url(../images/bg-title-sb.png) no-repeat;
	width: 254px;
	height: 45px;
	margin-top: 15px;
	padding: 6px;
	clear:both;
	display:block;
	color: #fff;
	font-size:1.0em;
	font-weight:700;
	text-indent: 10px;
	overflow:hidden;
}
#sidebar ul {
	background: #fff;
	width: 225px;
	list-style:none;
	margin: -24px 0 0 0;
	padding: 0 10px 0 10px;
	border-bottom: 3px solid #b5bec2;
}
#sidebar ul li {
	display:block;
	margin:0;
	padding:0;
}
#sidebar ul li a {
	color:#222;
	display:block;
	padding:7px 0 7px 10px;
	text-decoration:none;
	width:225px;
}
#sidebar ul li :hover {
	background: url(../images/sidebar-ul.gif) right repeat-y;
}
/*************************************************
    Content
*************************************************/
#content {
	background: #fff;
	width:685px;
	display:inline;
	float:left;
	margin:142px 0 30px 0;
	padding: 10px 11px 10px 10px;
	border-top: 3px solid #b1b1b2;
	border-bottom: 3px solid #b1b1b2;
	border-right: 0;
	border-left: 0;
}
#content h1 {
	margin: 10px 0 10px 0;
	padding: 0;
	width: 685px;
	display: block;
	color: #646464;
	line-height: 25px;
	letter-spacing: -1px;
}
#content h1 a {
	color: #646464;
	text-decoration: none;
}
#content h1 a:hover {
	color: #828282;
	text-decoration: none;
}
#content h2 {
	margin: 10px 0 10px 0;
	padding: 0;
	font-size: 18px;
	color: #828282;
}
#content-home {
	background: #fff;
	width: 950px;
	display:inline;
	float:left;
	margin:142px 0 0;
	padding: 10px 11px 10px 10px;
	border-top: 3px solid #b1b1b2;
	border-bottom: 3px solid #b1b1b2;
	border-right: 0;
	border-left: 0;
}
#content-home h1 {
	color: #000;
	font-size: 24px;
}
 #content-home h2 {
	font-size: 1em;
	color: #4b544e;
 }
 #content-home .quotes-15 {
	 color: #999;
	 margin-left: 163px;
 }
 
/*************************************************
    Quote Box (Home)
*************************************************/
#quote-box {
	background: #dcebf4;
	padding: 0;
	margin: 0;
	width: 100%;
	height: 150px;
	float: left;
	position: relative;
	z-index: 999;
}
/*************************************************
    Home
*************************************************/
.introduce {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	width: 650px;
	padding-top: 33px;
	float: left;
	font-size: 18px;
	text-indent: 10px;
}
.introduce ul {
	font-size: 18px;
	list-style:none;
	line-height: 28px;
}
.low-cost {
	font-weight: 400;
}
.best-price {
	color: #2787b8;
	font-weight: 700;
}
.zip-code {
	font-size: 16px;
}

/*************************************************
    Columns
*************************************************/
.cols {
	margin: 0 auto;
	width: 970px;
}
.col {
	float:left;
	line-height: 18px;
	display:inline;
	width:50%;
	margin-left:1%;
	padding: 10px;
	height: 210px;
	text-align: left;
}
.cols3 .col {
	width:30%;
	margin-left:1%;
}
.cols4 .col {
	width:20%;
	margin-left:1%;
}
.col1, .col2, .col3 {
	float:left;
	display:inline;
}
.intro {
	color: #333;
	font-size: 16px;
	text-align: left;
}
.intro-2 {
	color: #333;
	font-size: 14px;
}

.intro-3 {
	color: #999;
}

.quotes {
	margin: 0;
	padding: 0;
}

.dollar-sign {
	float: left;
	margin: 20px 0 0 0;
}

/*************************************************
    Shortcuts
*************************************************/
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left:1em;
}
.center {
	text-align:center;
}
.clear {
	clear:both;
}
.first {
	margin-left:0 !important;
}
.last {
	margin-right:0 !important;
}
.top {
	margin-top:0 !important;
}
.bottom {
	margin-bottom:0 !important;
}
.capitalize {
	text-transform: capitalize;
}
.inherit {
	text-transform: inherit;
}
.lowercase {
	text-transform: lowercase;
}
.none {
	text-transform: none;
}
.uppercase {
	text-transform: uppercase;
}
.normal {
	font-weight: 400;
}
.bold {
	font-weight:700;
}
/*************************************************
    Comments
*************************************************/
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title, h3#reply-title {
	color: #000;
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
#comments .comment-body ul, #comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link, .comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active, .comment-meta a:hover {
	color: #FF4B33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a, a.comment-edit-link {
	color: #888;
}
.reply a:hover, a.comment-edit-link:hover {
	color: #FF4B33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nocomments {
	display: none;
}
#comments .pingback {
	margin-bottom: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #e7e7e7;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display:block;
	margin: 0;
}
#comments .pingback .url {
	font-style: italic;
	font-size: 13px;
}
/*************************************************
    Comments Forms
*************************************************/
#respond {
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}
#respond .required {
	color:#FF4B33;
	font-weight:bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin:0 0 9px 0;
	width:98%;
}
#respond textarea {
	width:99%;
}
#respond dt, #respond dd {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond dd code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 0 0 24px;
}
#respond .form-submit input {
	width: auto;
}
#respond dl {
	margin: 0 0 10px;
}
#respond dt {
	display: inline;
	font-weight: normal;
}
#respond dd {
	display: inline;
}
/*************************************************
    WP Calendar
*************************************************/
#wp-calendar {
	width:100%;
}
#wp-calendar caption {
	font-weight: bold;
	color: #222;
	text-align: left;
	font-size:14px;
	padding-bottom: 4px;
}
#wp-calendar thead {
	font-size:11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	padding: 3px 0 2px;
	background: #f5f5f5;
	border:1px solid #fff;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
/*************************************************
    Images
*************************************************/
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	color: #888;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px;
}
#content .wp-caption p.wp-caption-text {
	margin: 0 0 4px;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 10px;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	margin-left: 0;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery-caption {
	color: #888;
	font-size: 12px;
	margin:-24px 0 24px 0;
}
#content .gallery br+br {
	display: none;
}
/*************************************************
    Forms (Global)
*************************************************/
.form fieldset {
	border:none;
	margin:0;
	padding:0;
}
.form legend {
	display:none;
}
.form div {
	clear:both;
	margin:.5em 0;
}
.form label {
	float:left;
	width:150px;
}
.form .field, .form .area {
	width:250px;
	padding:3px;
}
.form select {
	padding:3px;
	width:256px;
}
.form .submit {
	margin-left:150px;
}
/*************************************************
    Forms (Watermark)
*************************************************/
form.cmxform fieldset {
	margin-bottom: 10px;
}
form.cmxform legend {
	padding: 0 5px;
	font: bold 16px "Segoe UI", Arial, Helvetica, sans-serif;
}
form.cmxform label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: bottom;
}
form.cmxform fieldset ol {
	margin: 10px 4px;
	padding: 0;
}
form.cmxform fieldset li {
	list-style: none;
	padding: 3px;
	margin: 0;
}
form.cmxform fieldset fieldset {
	border: none;
	margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
	padding: 0 0 5px;
	font-weight: normal;
}
form.cmxform fieldset fieldset label {
	display: block;
	width: auto;
}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}
form.cmxform label {
	width: 130px;
}
form.cmxform input[type=text], form.cmxform input[type=password] {
	width: 160px;
	font: 14px "Segoe UI", Arial, Helvetica, sans-serif;
}
form.cmxform textarea {
	width: 400px;
	font: 14px/22px "Segoe UI", Arial, Helvetica, sans-serif;
}
.watermark {
	color: #999 !important;
}
.watermark2 {
	color: #999 !important;
	font-style: italic !important;
}
.watermark3 {
	color: #c77 !important;
}
/*************************************************
    Forms (Quote Box)
*************************************************/
.aq_inpage_zip {
	position: absolute;
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 281px;
	text-align: center;
	right: 10px;
	bottom: 23px;
}

.aq_inpage_zip input {
	border: 2px solid #fc9641;
	margin: 15px 0 0 0;
	padding: 8px;
	line-height: normal;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	outline: nonel
}
.aq_inpage_zip .button {
	border: none;
	margin: 4px 0;
	padding: 0;
}
.lets-quote {
	color: #ccc;
	margin: 0 auto;
	width: 300px;
	display: block;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	letter-spacing: -1px;
	line-height: 44px;
	float: right;
}
.aq_sidebar_zip {
	margin: 0 auto;
	padding: 5px 0 0 0;
	width: 200px;
	text-align: center;
}
.aq_sidebar_zip input {
	margin: 15px 0 0 0;
	padding: 8px;
	line-height: normal;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
}
.aq_sidebar_zip .button {
	margin: 4px 0;
	padding: 0;
}
/*************************************************
    Footer Widgets
*************************************************/
.footer-cols {
	margin: 0 auto;
	padding-left: 10px;
	width: 970px;
}
.footer-cols ul {
	list-style:none;
	margin:0;
	padding:0 0 10px;
	border:none;
}
.footer-cols li {
	margin:0;
}
.footer-cols li a {
	background: #b9bec2;
	display:block;
	padding:5px 5px 5px 15px;
	color:#000;
	text-decoration:none;
	width:100%;
	border-top: none;
	border-bottom: 1px solid #dedede;
}
html>body .footer-cols li a {
	width:auto;
}
.footer-cols li a:hover {
	background: #abb0b3;
	color:#000;
	text-decoration: none;
}
.footer-cols li a:visited {
	text-decoration: none;
}
.footer-col {
	float:left;
	line-height: 18px;
	display:inline;
	width:50%;
	margin-left:1%;
	padding: 10px;
	height: 210px;
	text-align: justify;
}
.footer-cols3 .footer-col {
	width:30%;
	margin-left:1%;
}
.footer-cols4 .footer-col {
	width:20%;
	margin-left:1%;
}
.footer-col1, .footer-col2, .footer-col3 {
	float:left;
	display:inline;
}
.footer-title {
    background: #f7f7f7;
	border: 1px solid #e5e5e5;
    color: #000;
    display: block;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
}
.footer p {
	padding: 10px;
}
/*************************************************
    Footer
*************************************************/
#footer {
	background: url(../images/bg-footer.gif) bottom repeat-x;
	width:100%;
	height: 300px;
	color:#fff;
	float:left;
	line-height:56px;
	text-align:center;
}
#footer .copyright {
	margin-top: 230px;
	text-align: center;
	line-height: normal;
}
#footer .copyright a {
	color: #fff;
	text-decoration: none;
}
#footer .copyright a:hover {
	color: #fff;
	text-decoration: underline;
}
.coverage-area {
	margin: 0 auto;
	padding: 10px;
	width: 950px;
	font-size: 10px;
	color: #ccc;
	text-align: left;
}
