html, body {
  background: #fff;
  font: normal 10pt "Trebuchet MS",Arial,Helvetica,sans-serif;
  color: #5e6061;
  min-height: 666px;
  padding-bottom: 20px;
}
p { line-height: 1.3em; }
strong { font-weight: bold; }
em { font-style: italic; }
a { text-decoration: none; color: #003286; }
a:visited { color: #0047bd; }
a:hover { text-decoration: underline; }

h1, h2 { margin-bottom: 15px; }
h1 { font-size: 13pt; font-weight: bold; }
h2 { font-size: 11pt; }
h3 { font-size: 10pt; }
h1 a { font-size: 9pt; float: right; }

.clear { clear: both; }
.clear_left { clear: left; }
.clear_right { clear: right; }
.template, .js_hidden, .hidden { display: none; }
.centered { display: block; margin-left: auto; margin-right: auto; text-align: center; }
.float_left { float: left; }
.float_right { float: right; }
.for_ie6 { display: inline-block; }
.for_ie6 { display: inline; }
.hidden { display: none; }


.nfFlashMsg { font-size: 13pt; text-align: left; font-style: italic; color: #000; }
.nfFlashMessages { margin: 10px 0; }

.vcenter1 { display: table; }
.vcenter2 { display: table-cell; vertical-align: middle; }
.floatcenter1 { overflow: hidden; }
.floatcenter2 { float: left; position: relative; left: 50%; }
.floatcenter3 { float: left; position: relative; left: -50%; }

label.validation_error,
span.validation_error {
  display: block;
  color: #b00;
  font-weight: bold;
}
span.validation_error {
  font-size: 8pt;
}
html body .form_type1 input.validation_error,
html body .form_type1 textarea.validation_error {
  border: 2px solid #b00;
}

#outer {
  width: auto;
  max-width: 1100px;
  margin: 0 auto 20px auto;
  position: relative;
}

.corners32 {
  -moz-border-radius: 32px;
  -webkit-border-radius: 32px;
  -khtml-border-radius: 32px;
  border-radius: 32px;
}
.corners22 {
  -moz-border-radius: 22px;
  -webkit-border-radius: 22px;
  -khtml-border-radius: 22px;
  border-radius: 22px;
}

.graybox {
  background-color: #f0f0f0;
  border: 1px solid #d7d7d7;
}
.corners12 {
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  -khtml-border-radius: 12px;
  border-radius: 12px;
}


#seo_page .centerbox {
  display: table;
  border: 1px solid #7ea6be;
  border-radius: 20px;
  overflow: hidden;
  background: #00549e;
  max-width: 858px;
  margin: 0 auto;
}
#seo_page .centerbox .row { display: table-row; }
#seo_page .centerbox .row .cell {
  vertical-align: top;
  display: table-cell;
}
#seo_page .left_image {
  width: 50%;
}
#seo_page .left_image img {
  width: 100%;
  display: block;
}
#seo_page #quote_box_outer {
  width: 50%;
  font-size: 10pt;
  text-align: center;
}
#seo_page #quote_box_outer #quote_box {
  padding: 10px;
}

#seo_page #quote_box_outer #googleplusone {
  margin-top: 15px;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
}
#seo_page #quote_box_outer #googleplusone label,
#seo_page #quote_box_outer #googleplusone div {
  display: inline-block; *display: inline; *zoom: 1;
  vertical-align: middle !important;
  height: 24px;
}
#seo_page #horiz_logos {
  margin: 5px 0;
  text-align: center;
}

#seo_page .bottombox {
  padding: 20px 0 10px 0;
  max-width: 900px;
  margin: 0 auto;
}
#seo_page .bottombox dl { padding: 0 0 15px 0; }
#seo_page .bottombox dt {
  font-size: 11pt;
}
#seo_page .bottombox dd {
  margin: .8ex 0 .8ex 2ex;
  font-size: 8pt;
}
#seo_page .bottombox h2 {
  color: #373a3c;
  font-size: 17pt;
  font-weight: normal;
  margin-bottom: 5px;
}
#seo_page .bottombox h3 {
  color: #0b5986;
  font-size: 12pt;
  font-weight: normal;
  margin-bottom: 0px;
}
#seo_page .bottombox ol,
#seo_page .bottombox ol {
  margin-bottom: 15px;
}
#seo_page .bottombox ol li,
#seo_page .bottombox ol li {
  list-style: decimal outside;
  margin-left: 3.5ex;
  font-size: 9pt;
}


#home_page #home_center {
  padding-bottom: 20px;
}
#home_page .banner {
  width: 1031px;
  height: 430px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 17px;
  text-align: right;
  position: relative;
  background-position: right top !important;
}
#home_page #quote_box {
  width: 246px;
  position: absolute;
  left: 55px;
  top: 93px;
  text-align: center;
  font: bold 13pt "Trebuchet MS",Helvetica,sans-serif;
  padding: 20px 0 15px 0;
  box-shadow: 18px 18px 25px #222;
}
#home_page #quote_box .title {
  color: #fff;
  margin-bottom: 12px;
}
#home_page #quote_box .text_inputs input {
  background: #fff;
  border: 1px solid #94928f;
  color: #7b7272;
  font-size: 9pt;
  padding: 6px 5px;
  width: 160px;
  margin: 0 auto 4px auto;
}
#home_page #quote_box .text_inputs input.invalid { /* Old IE */
  border: 2px solid #f00;
}
#home_page #quote_box input.submit {
  position: relative;
  top: 2px;
  left: 2px;
}

#home_page .quote-gray {
  background: #7e8d99;
  color: #fff;
}
#home_page .quote-yellow {
  background: #eff117;
  color: #000;
}
#home_page .quote-black {
  background: #000;
  color: #fff;
}
#home_page .quote-bluefeb2015 {
  background: #3b56a1;
  color: #fff;
}
#home_page #quote_box p.paragraph {
  margin-top: 20px;
}
#home_page #quote_box .inputs {
}
#home_page #quote_box .zip label {
  font-size: 9pt;
}
#home_page #quote_box .privacy {
  font-size: 8pt;
  margin-top: 5px;
}
#home_page #quote_box .privacy img {
  position: relative;
  top: 2px;
  left: -2px;

}
#home_page #quote_box .privacy a {
  color: #fff
}

#home_page #quote_box #googleplusone {
  margin-top: 15px;
}
#home_page #trust_logos {
  position: absolute;
  top: 440px;
  width: 285px;
  text-align: center;
}
#home_page #trust_logos img {
  padding: 0 15px;
}
#home_page #home_right_column {
  position: absolute;
  top: 85px;
  right: 0;
  text-align: right;
}
#home_page #home_right_column h1 {
  font: bold 24pt/1.1em Helvetica,Arial,sans-serif;
  color: #02448a;
}
#home_page #home_right_column .from_fck,
#home_page #home_right_column .from_fck p {
  color: #7e8d99;
  font-weight: bold;
  font-size: 12pt;
  line-height: 1.7em;
}
#home_page .home_logos {
  text-align: center;
}
#home_page .bottombox {
  padding: 20px 0 10px 0;
  width: 900px;
  margin: 0 auto;
}
#home_page .bottombox dl { padding: 0 0 15px 0; }
#home_page .bottombox dt {
  font-size: 11pt;
}
#home_page .bottombox dd {
  margin: .8ex 0 .8ex 2ex;
  font-size: 8pt;
}
#home_page .bottombox h2 {
  color: #373a3c;
  font-size: 17pt;
  font-weight: normal;
  margin-bottom: 5px;
}
#home_page .bottombox h3 {
  color: #0b5986;
  font-size: 12pt;
  font-weight: normal;
  margin-bottom: 0px;
}
#home_page .bottombox ol,
#home_page .bottombox ol {
  margin-bottom: 15px;
}
#home_page .bottombox ol li,
#home_page .bottombox ol li {
  list-style: decimal outside;
  margin-left: 3.5ex;
  font-size: 9pt;
}



/*** Obsolete seo-page-specific styles: */
#page_carinsurance .bottombox .left,
#page_vaninsurance .bottombox .left,
#page_truckinsurance .bottombox .left,
#page_vehicles .bottombox .left {
  padding: 0 20px 0 50px;
  width: 260px;
}

#page_vehicles .bottombox .left dl { padding: 0 0 15px 0; }
#page_vehicles .bottombox .left dt {
  font-size: 11pt;
}
#page_vehicles .bottombox .left dd {
  margin-bottom: 1.5ex;
  font-size: 8pt;
}

#page_carinsurance .bottombox .left dl,
#page_vaninsurance .bottombox .left dl,
#page_truckinsurance .bottombox .left dl { padding: 0 0 15px 0; }
#page_carinsurance .bottombox .left dt,
#page_vaninsurance .bottombox .left dt,
#page_truckinsurance .bottombox .left dt {
  font-size: 11pt;
}
#page_carinsurance .bottombox .left dd,
#page_vaninsurance .bottombox .left dd,
#page_truckinsurance .bottombox .left dd {
  margin: .8ex 0 .8ex 2ex;
  font-size: 8pt;
}

.home .bottombox .left h2 {
  color: #706d6b;
  font-size: 13pt;
  font-weight: bold;
  margin-bottom: 5px;
}
.home .bottombox .left td {
  color: #001867;
  font-size: 10pt;
  font-weight: bold;
  padding-right: 25px;
}
#page_home .bottombox .right {
  float: right;
  width: 465px;
  padding-right: 50px;
}
#page_restaurants .bottombox .right,
#page_bars .bottombox .right {
  float: right;
  width: 505px;
  padding-right: 20px;
  padding-bottom: 25px;
}
#page_restaurants .bottombox .right .testimonial,
#page_bars .bottombox .right .testimonial {
  vertical-align: top;
  margin: 0 20px 20px 0;
}
#page_restaurants .bottombox .right .testimonial .restaurant_name,
#page_bars .bottombox .right .testimonial .bar_name {
  color: #3b4353;
  font-weight: bold;
}

#page_vaninsurance .bottombox .right,
#page_truckinsurance .bottombox .right {
  float: right;
  width: 570px;
  padding-bottom: 25px;
}
#page_vaninsurance .bottombox .right ol,
#page_truckinsurance .bottombox .right ol {
  margin-bottom: 15px;
}
#page_vaninsurance .bottombox .right ol li,
#page_truckinsurance .bottombox .right ol li {
  list-style: decimal outside;
  margin-left: 3.5ex;
  font-size: 9pt;
}

.home .bottombox .right h2 {
  color: #706d6b;
  font-size: 11pt;
  font-weight: bold;
  margin-bottom: 5px;
}
.home .bottombox .right p {
  color: #706d6b;
  font-size: 9pt;
  line-height: 1.4em;
  margin-bottom: 1.5ex;
}
#page_carinsurance .bottombox .right p,
#page_vaninsurance .bottombox .right p,
#page_truckinsurance .bottombox .right p,
#page_vehicles .bottombox .right p {
  padding-right: 40px;
}
.bottombox .right .testimonial .from {
  font-weight: bold;
  margin-left: 4ex;
}

#subpage {
  padding-top: 13px;
}
#subpage_content {
  margin: 0px 25px 25px 40px;
  padding-bottom: 25px;
}
.freequote_box {
  width: 262px;
  height: 230px;
  float: right;
  padding: 12px 25px 0 0;
  position: relative;
  margin-left: 15px;
}
.freequote_box form {
  height: 166px;
  background-color: #f77c1e;
  border: 1px solid #a87b66;
  text-align: center;
  z-index: 3;
  position: relative;
}
.freequote_box form .start {
  font-size: 19pt;
  font-weight: bold;
  line-height: 1.8ex;
  width: 95%;
  text-align: center;
  color: #fff;
  margin: 6px auto 12px auto;
  display: block;
}
.freequote_box form .text_inputs input {
  margin-bottom: 3px;
}
.freequote_box form label {
  color: #fff;
  font-weight: bold;
  font-size: 10pt;
}
.freequote_box form select {
  width: 90%;
}
.freequote_box form .submit {
  display: block;
  margin: 5px auto 0 auto;
}
.freequote_box .byphone {
  color: #fe8500;
  font-size: 14.5pt;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 10px;
}
.freequote_box .phonealt {
  color: #817e7e;
  font-size: 11pt;
  display: block;
  text-align: center;
}
.freequote_box #quote_box .input {
  padding-bottom: 0px;
  padding-top: 10px;
}
.freequote_box #quote_box .input input.text {
  -moz-box-shadow: 0px 0px 10px #fff;
  -webkit-box-shadow: 0px 0px 10px #fff;
}

#subpage .subpage_text {
  padding: 20px 0 20px 60px;

  width: 600px;
  float: left;
}
#subpage .content_nodownloads {
  width: 700px;
}
#subpage h1 {
  width: 495px;
  color: #003286;
  font-size: 15pt;
  border-bottom: 1px solid #67789a;
}
#subpage .attachments {
  background: #b4afb0;
  position: absolute;
  top: 60px;
  right: -80px;
  width: 180px;
  height: 420px;
  padding-top: 13px;
  z-index: 3;
}
#subpage .attachments h2 {
  color: #fff;
  font-size: 12pt;
  text-align: center;
  padding: 15px 0 0 0;
}
#subpage .attachments a {
  color: #000;
}

#subpage h2 { font-weight: bold; margin-bottom: 8px; }
#subpage div.event,
#subpage div.news {
  margin-bottom: 20px;
  font-size: 9pt;
}
#subpage div.news_item { margin-top: 20px; }
#subpage div.news_item h1 { color: #df922a; margin-bottom: 2px; }
#subpage .event h2 { color: #3d7603; }
#subpage .news h2 { color: #de9235; }
#subpage span.date {
  display: block;
  font-size: 10pt;
  color: #949494;
  margin-bottom: 12px;
}
.from_fck {
  color: #817e7e;
  font-size: 9pt;
}
.from_fck h3 {
  font-weight: bold;
  margin: 3ex 0 1ex 0;
}
.from_fck ul {
  margin: 1.5ex 0;
}
.from_fck li {
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 0.5ex;
  margin: 0.5ex 0 0.5ex 3ex;
}
.from_fck p {
  margin-bottom: 1.5ex;
}
.back { display: block; text-align: center; color: #949494; }

/*** Generic Subpage Styles ***/
dl {
  padding: 10px 0;
  line-height: 2.1ex;
}
dt { color: #194194; }
dd { margin-bottom: 2.4ex; }



#footer {
  margin: 0 auto;
  padding-bottom: 10px;
  width: auto;
  max-width: 900px;
  font-size: 8pt;
  text-align: center;
  color: #aaa;
}
#footer ul li {
  padding: 0 2ex;
  border-right: 1px solid #aaa;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
#footer ul li.last { border-right: none; }
#footer a { color: #aaa; font-size: 8pt; }

#footer_secondary {
  text-align: center;
  font-size: 8pt;
}

#dba {
  padding-top: 10px;
  text-align: center;
  font-size: 9pt;
}

#footer .text {
  text-align: center;
  margin: 15px 0;
  line-height: 2em;
}

/* header-specific menu settings */
#nav_main_outer {
  display: inline-block; *display: inline; *zoom: 1;
  vertical-align: top;
  position: relative;
  padding: 0 25px;
  height: 49px;
}
#nav_main_outer .bg_left {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url(../images/nav_left.gif) no-repeat;
  width: 25px;
  height: 49px;
}
#nav_main_outer .bg_right {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent url(../images/nav_right.gif) no-repeat;
  width: 25px;
  height: 49px;
}
#nav_main_outer li {
  background: transparent url(../images/nav_middle.gif) repeat-x;
  display: inline-block; *display: inline; *zoom: 1;
  vertical-align: top;
  height: 49px;
  line-height: 45px;
}
#nav_main_outer li a {
  display: inline-block; *display: inline; *zoom: 1;
  vertical-align: middle;
  color: #000;
  height: 25px;
  line-height: 25px;
  border-left: 2px solid #ccc;
  padding: 0 10px;
}
#nav_main_outer li.first a,
#nav_main_outer li.current a {
  border-left: none;
}

#nav_main_outer li a:hover span span {
  text-decoration: underline;
  cursor: pointer;
}

#nav_main_outer li.current {
  padding: 0 5px;
}
#nav_main_outer li.current a {
  background: transparent url(../images/nav_selected_right.gif) no-repeat right top;
  height: 30px;
  line-height: 28px;
  color: #fff;
  padding: 0 16px 0 0;
}
#nav_main_outer li.current a span {
  background: transparent url(../images/nav_selected_leftmiddle.gif) repeat-x;
  display: inline-block; *display: inline; *zoom: 1;
  height: 30px;
  line-height: 28px;
  padding: 0 7px 0 15px;
}
#nav_main_outer li.current a span span {
  background: none;
  height: auto;
}

/* No-worky in old IE: */
#nav_main_outer li.current + li a {
  border-left: none;
}
#nav_main_outer li.current.first {
  padding-left: 0;
}
#nav_main_outer li.current.first a {
  margin-left: -10px;
  position: relative;
  z-index: 10;
}
#nav_main_outer li.current.last {
  padding-right: 0;
}
#nav_main_outer li.current.last a {
  margin-right: -10px;
  position: relative;
  z-index: 10;
}



#header {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 5px;
  position: relative;
  z-index: 9999;
}

#header #nav_top {
  background: #00559f;
  height: 19px;
  line-height: 17px;
  text-align: left;
  padding-left: 35px;
}
#header #nav_top li {
  display: inline;
  padding-right: 15px;
}
#header #nav_top a {
  color: #f7f7f7;
  font: normal 8pt Arial,Helvetica,sans-serif;
  vertical-align: middle;
}

#header .company_logo {
  float: left;
  padding: 17px 0 0 12px;
}
#header .right {
  float: right;
  text-align: right;
  padding: 12px 40px 0 0;
}
#header .right #googleplusone {
  margin-top: 15px;
  color: #000;
  font-weight: bold;
  line-height: 24px;
  height: 24px;
}
#header .right #googleplusone label,
#header .right #googleplusone div {
  display: inline-block; *display: inline; *zoom: 1;
  vertical-align: middle !important;
  height: 24px;
}

#header .right .quotes { /* This is an H1 on the home page */
  color: #5a7510;
  font: bold 13pt "Trebuchet MS",Helvetica,sans-serif;
  margin: 0;
}


/* Menu links */
.menu {
  /*padding: 0 10px 0 20px;*/
}
.menu a { display: block; color: #fff; text-decoration: none; }
.menu li:hover > a {
  background-color: #e7e7e7;
  color: #4cab00;
  zoom: 1; /* For IE7 in IE8 */
}
.menu a:hover { background-color: #e7e7e7; color: #4cab00; } /* For IE6 */

/* Menu level 1 */
.menu ul.level1 li {
  display: inline-block;
  position: relative;
  zoom:1;
  *display:inline;
  z-index: 500;
}
.menu ul.level1 li a { padding: 2px 10px; }

/* Menu level 2 */
.menu ul.level2 {
  position: absolute;
  top: 33px;
  left: -5000em;
  text-align: left;
}
.menu li:hover ul.level2, .menu li.hover ul.level2 { left: 0px; }
.menu ul.level2 li,
.menu ul.level2 li.last {
  display: block;
  background-color: #ffd200;
  border: 1px solid #ccc;
  border-bottom: none;
  opacity: 0.95;
  filter: alpha(opacity = 95);
  padding: 0;
}
.menu ul.level2 li.last { border-bottom: 1px solid #ccc; }
.menu ul.level2 li { clear: left; } /* for IE6 */

/* Menu level 3 */
.menu ul.level3 {
  position: absolute;
  top: -5000em;
}
.menu ul.level2 li:hover ul.level3,
.menu ul.level2 li.hover ul.level3 { top: -1px; }

/* Content-specific widths */
.menu ul.level2 li { width: 29ex; }

html body div.ui-spinner,
.form_type1 input.text,
.form_type1 textarea.text,
.form_type2 input.text,
.form_type2 textarea.text {
  background: #fff url(../images/input_fade.gif) repeat-x top left;
  border-color: #bfbca9 #a7a7a7 #a7a7a7 #bfbca9;
  border-style: solid;
  border-width: 1px;
  padding: 3px;
  color: #000;
  font-size: 10pt;
}
.form_type1 input.text,
.form_type1 textarea.text {
  display: block;
}

.form_type1 .submit { display: block; margin: 30px 0 5px 0; }

.form_flat .input_element {
  margin-bottom: 8px;
}
.form_flat .input_element input,
.form_flat .input_element textarea,
.form_flat .input_element select {
  font-size: 11pt;
  border: 1px solid #bababa;
  padding: 7px 15px;
  width: 100%;
  background: #fff;
  color: #585149;
}
.form_flat .input_element textarea {
  height: 5em;
}
.form_flat .input_element input:focus,
.form_flat .input_element textarea:focus,
.form_flat .input_element select:focus {
  border: 1px solid #6b97f6;
}
.form_flat .input_element input.validation_error,
.form_flat .input_element textarea.validation_error,
.form_flat .input_element select.validation_error {
  border: 1px solid #d00;
}
/* Old IE */
.form_flat .input_element input.placeholder {
  color: #aaa;
}
.form_flat .input_element input::-webkit-input-placeholder,
.form_flat .input_element textarea::-webkit-input-placeholder {
  color: #aaa;
}
.form_flat .input_element input::-moz-placeholder,
.form_flat .input_element textarea::-moz-placeholder {
  color: #777;
}
.form_flat .input_element input:-ms-input-placeholder,
.form_flat .input_element textarea:-ms-input-placeholder {
  color: #777;
}

input.untouched {
  color: #bbb;
}

/* Spinner overrides */
html body div.ui-spinner {
  padding: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
div.ui-spinner .ui-spinner-input {
  float: none;
  font: normal 10pt "Trebuchet MS",Arial,Helvetica,sans-serif;
  margin: 0;
  padding: 0 0 0 3px;
  height: 100%;
  line-height: 100%;
}
div.ui-spinner a.ui-state-hover {
  border-left: 1px solid #d3d3d3;
}
div.ui-spinner a.ui-state-hover .ui-icon {
  background-color: #8aa0ce;
}

.form_type1 .input {
  width: 500px;
  margin-bottom: 20px;
}
.form_type1 .input .text { width: 100%; }
.form_type1 .input label { display: block; }


.ui-spinner.ui-state-active,
textarea.text:focus,
textarea.text.focus,
input.text:focus,
input.text.focus {
  border: 1px solid #999;
  -moz-box-shadow: 0px 0px 10px #ccc;
  -webkit-box-shadow: 0px 0px 10px #ccc;
}


.volunteer_people td { padding: 0 8px 2px 0; }
.volunteer_people td input { width: 34ex; }

#subpage_be_a_supplier textarea,
#subpage_contact textarea,
#subpage_be_a_sponsor textarea { width: 500px; height: 9ex; }

.section { margin: 20px 0; }


.staff { margin: 10px 0 20px 0; }
.staff li { padding: 20px 0; }
.staff h3 { color: #da902c; margin-bottom: 5px; }
.staff .logo {
  float: left;
  margin-right: 15px;
  width: 170px;
  height: 100px;
}
.staff .links { margin-bottom: 5px; }
.staff .links span { float: left; }
.staff .links a.text { float: right; padding-right: 10px; font-size: 9pt; }

.rss {
  display: block;
  position: absolute;
  top: 18px;
  right: 18px;
}

#page_generic {
  padding: 40px 50px;
}


/* Confirm page */
.confirm_box {
  padding: 5px 15px;
  border: 1px solid #ddd;
  margin: 20px 0;
}
.confirm_box p {
  margin: 10px 0;
}
.confirm_cols .col {
  width: 40%;
}
.confirm_cols h3 {
  font-weight: bold;
}
.confirm_cols ul {
  margin-top: 10px;
}

label.disabled { color: #aaa; }

.form_type1 .vin {
  float: left;
  clear: none;
}
.vin input { width: 45ex; }
.vin input, .vin button { display: block; }

.template { display: none; }

.autos_div { margin-bottom: 20px; }
.autos th { font: normal 12px Arial,helvetica,sans-serif; text-align: left; }
.autos .year input { width: 9ex; }
.autos .make input { width: 16ex; }
.autos .model input { width: 20ex; }
.autos .vin input { width: 25ex; }

html .ui-widget { font-size: 10pt; }
html .ui-datepicker { width: 19em; z-index: 100; }
#ui-datepicker-div { display: none; }

/* About Us page */
.from_fck p.person {
  margin-top: 3ex;
  color: #000;
  font-weight: bold;
}

#quote_box {
  color: #fff;
  font-size: 11pt;
}
#quote_box img.compare {
  padding: 22px 0 10px 0;
}
#quote_box p {
  line-height: 1.2em;
}
#quote_box .inputs {
  margin: 15px 0;
  text-align: center;
}
#quote_box .inputs input {
  display: block;
  margin: 0 auto 5px auto;
  font-size: 12pt;
}

.privacy_policy {
  margin-top: 40px;
  font-size: 9pt;
}

@media screen and (max-width: 1024px) {
  #header {
    width: 100%;
    margin: 0px auto 5px;
  }
  #home_page .home_logos img {
    width: 96%;
    margin: 0 auto;
    display: block;
  }
  #home_page .bottombox td span { text-align: justify; }
  #horiz_logos img {
    width: 100%;
    max-width: 672px;
  }
  #header .company_logo { padding: 17px 0px 0px 25px; }
  #home_page .bottombox { width: 98%; }
  #home_page .banner { width: 94%; }
  #footer { width: 100%; }
}
@media screen and (max-width: 900px) {
  #header .right { padding: 6px 50px 0px 0px; }
  #home_page .banner { width: 95%; }
  #subpage_content {
    margin: 0px 10px 15px 20px;
    padding-bottom: 25px;
  }
}
@media screen and (max-width: 865px) {
  #seo_page #quote_box { font-size: 10pt; }
  #seo_page img.compare { width: 220px; }
}
@media screen and (max-width: 760px) {
  #home_page .banner { background-position: -160px top !important; }
}
@media screen and (max-width: 685px) {
  #home_page .banner { background-position: -240px top !important; }
  #home_page #quote_box {
    width: 225px;
    left: 25px;
    top: 91px;
    padding: 16px 0px 6px;
  }
  #header .company_logo { padding: 13px 0px 0px 12px; }
  #header .right .quotes { font-size: 14px; }
  #subpage h1 {
    width: auto;
    display: inline-block;
    padding: 0 9px 3px;
  }
  #subpage .freequote_box {
    float: none;
    padding: 0;
    margin: 0 auto;
  }

  #seo_page #quote_box { font-size: 9pt; }
  #seo_page #quote_box img.compare {
    padding-top: 10px;
    width: 180px;
  }
  #seo_page #quote_box .inputs input.text { font-size: 10pt; }
  #seo_page #quote_box input.submit { width: 200px; }
}
@media screen and (max-width: 610px) {
  #header .right .quotes { font-size: 12px; }

  #seo_page #quote_box { font-size: 8pt; }
  #seo_page #quote_box .inputs input.text {
    border: none;
    padding: 2px 3px;
  }
  #seo_page #quote_box input.submit { width: 160px; }
  #seo_page .bottombox {
    font-size: 9pt;
  }
}
@media screen and (max-width: 580px) {
  #header .right .quotes { font-size: 13px; }
  #header .right #googleplusone { font-size: 12px; }
  #header .right {
    float: none;
    text-align: center;
    padding: 0;
    display: inline-block;
    margin: 0px auto;
  }
  #header .company_logo {
    float: none;
    display: block;
    padding: 10px 0 0 0;
  }
  #header .company_logo img {
  }
  #header .right #googleplusone { margin-top: 2px; }

  #home_page .banner { background-position: -300px top !important; }
}
@media screen and (max-width: 530px) {
  #header .company_logo { padding: 13px 0px 12px; }
  #home_page .bottombox td {
    display: block;
    padding-right: 0 !important;
    width: 95% !important;
    text-align: justify;
  }
  #home_page .bottombox td p {
    text-align: justify !important;
  }
  #home_page h1,
  #home_page h2,
  #home_page h3 { text-align: center !important }
  #subpage_content {
    margin: 5px 10px 25px 10px;
  }

  #seo_page #quote_box p.paragraph { max-width: 300px; }
  #seo_page .centerbox .row .left_image { display: none; }
  #seo_page .centerbox .row #quote_box_outer { width: 100%; }
}
@media screen and (max-width: 500px) {
  #home_page .banner { background-position: -340px top !important; }
  #home_page #quote_box {
    position: static;
    margin: 70px auto 0 auto;
  }
  #outer { margin: 5px auto 20px; }
}

.cke_dialog_background_cover {
  pointer-events: none;
}
