/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input,
select,
textarea {
  font-size: 100%;
  font-family: inherit;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
/* Miscellaneous conveniences: */
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
ul,
ol,
dl,
address {
  margin: .75em 0;
  padding: 0;
}
p,
pre,
blockquote,
ul,
ol,
dl,
address {
  line-height: 150%;
}
li,
dd,
blockquote {
  margin-left: 1em;
}
form label {
  cursor: pointer;
}
em {
  font-style: italic;
}
h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
  font-weight: bold;
}
.sprite {
  background-image: url(../sem-images/auto-quote-sprite-new.png);
  background-repeat: no-repeat;
  text-indent: -5000px;
  overflow: hidden;
}
body {
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  background: url(../sem-images/auto-quote-bg-body.png) #e7e7e7;
}
body a {
  color: #005691;
  text-decoration: none;
}
body a:hover {
  text-decoration: underline;
}
body h1 {
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  font-family:"proxima-nova", Arial, Helvetica, sans-serif;
}
body h1 em {
  font-size: 38px;
  color: #2f6e00;
  font-style: normal;
  font-weight:bold;
}
body input::-webkit-input-placeholder{
  color: #666 !important;
  font-style: italic !important;
}
body input:-moz-placeholder {
  color: #666 !important;
  font-style: italic !important;
}
body input.placeholder {
  color: #666 !important;
  font-style: italic !important;
}
#main-wrap {
  width: 980px;
  margin: 0 auto;
  background: url(../sem-images/auto-quote-bg-wrap.png) repeat-y 0 0;
}
#main-wrap #head,
#main-wrap #main {
  margin: 0 10px;
  background: #fff;
  overflow: auto;
}
#main-wrap #head .crumbs,
#main-wrap #main .crumbs {
  border-top: 1px solid #e3e3e3;
  margin: 9px 10px;
  padding: 14px 0 6px;
  list-style: none;
  overflow: auto;
}
#main-wrap #head .crumbs li,
#main-wrap #main .crumbs li {
  float: left;
  display: inline;
  margin-left: 13px;
  padding-left: 22px;
  overflow: visible;
  background: url(../sem-images/auto-quote-bg-crumb-seperator.gif) no-repeat 0 0;
  line-height: 20px;
  font-weight: bold;
}
#main-wrap #head .crumbs li a,
#main-wrap #main .crumbs li a {
  font-weight: normal;
}
#main-wrap #head .crumbs li.home,
#main-wrap #main .crumbs li.home {
  margin-left: 0;
  background-image: url(../sem-images/auto-quote-sprite-new.png);
  background-repeat: no-repeat;
  text-indent: -5000px;
  overflow: hidden;
  background-position: -18px -516px;
  text-indent: 0;
}
#main-wrap #head .feature,
#main-wrap #main .feature {
  position: relative;
  top: 0;
  left: 0;
  margin: 0 10px;
}
#main-wrap #head .feature .action,
#main-wrap #main .feature .action {
  position: absolute;
  top: 40px;
  right: 0;
  width: 620px;
}
#main-wrap #head .feature .action form,
#main-wrap #main .feature .action form {
  width: 409px;
  height: 54px;
  padding: 28px 68px 24px;
  margin-top: 22px;
  background: url(../sem-images/auto-quote-bg-feature-form.png) no-repeat 0 0;
}
#main-wrap #head .feature .action form input,
#main-wrap #main .feature .action form input {
  float: left;
  display: inline;
  width: 182px;
  height: 26px;
  line-height: 26px;
  padding: 8px;
  background: url(../sem-images/auto-quote-bg-zip-input.png) no-repeat 0 0;
  border: 0;
  color: #333;
  font-style: normal;
}
#main-wrap #head .feature .action form button,
#main-wrap #main .feature .action form button {
  float: left;
  display: inline;
  width: 200px;
  height: 42px;
  padding: 0;
  margin-left: 10px;
  border: 0;
  background: url(../sem-images/auto-quote-sprite-new.png) no-repeat -600px -1000px;
  text-indent: -5000px;
  overflow: hidden;
  cursor:default;
}
#main-wrap #main .feature .action form button.ready 
{
    cursor:pointer;
}
#main-wrap #main .feature .action form button.ready:hover 
{
    background-position:-600px -1060px;
}
#main-wrap #head .content,
#main-wrap #main .content {
  padding: 12px 90px 20px;
}
#main-wrap #head .content h2,
#main-wrap #main .content h2,
#main-wrap #head .content p,
#main-wrap #main .content p {
  margin: 10px 0;
}
#main-wrap #head .content h2,
#main-wrap #main .content h2 
{
  font-size: 36px;
  font-weight: normal;
  letter-spacing: .1em;
  color: #e65100;
}
#main-wrap #main .content h2 
{
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
}
#main-wrap #branding {
  float: left;
  display: inline;
  width: 256px;
  height: 76px;
  margin: 5px 5px 0 5px;
  background-image: url(../sem-images/auto-quote-sprite-new.png);
  background-repeat: no-repeat;
  text-indent: -5000px;
  overflow: hidden;
  background-position: -20px -400px;
}
#main-wrap #branding:hover {
  background-position: -20px -300px;
}
#main-wrap #utility {
  float: right;
  display: inline;
  clear: none;
  width: 360px;
}
#main-wrap #utility ul {
  float: left;
  display: inline;
  list-style: none;
  margin-top: 30px;
}
#main-wrap #utility ul li {
  float: left;
  display: inline;
  margin-left: 0;
}
#main-wrap #utility ul li a {
  float: left;
  display: inline;
  width: 90px;
  height: 20px;
  line-height: 18px;
  padding-left: 30px;
  background-image: url(../sem-images/auto-quote-sprite-new.png);
  background-repeat: no-repeat;
  text-indent: -5000px;
  overflow: hidden;
  text-indent: 0;
  background-position: -295px -12px;
}
#main-wrap #utility #search {
  float: right;
  display: inline;
  width: 225px;
  margin-top: 24px;
  margin-right: 5px;
}
#main-wrap #utility #search input {
  float: left;
  display: inline;
  width: 172px;
  height: 16px;
  line-height: 16px;
  padding: 8px;
  background: url(../sem-images/auto-quote-bg-search-input.png) no-repeat 0 0 #ffffff;
  border: 0;
  color: #333;
  font-style: normal;
}
#main-wrap #utility #search button {
  float: left;
  display: inline;
  width: 33px;
  height: 32px;
  padding: 0;
  border: 0;
  background: url(../sem-images/auto-quote-sprite-new.png) no-repeat -760px -140px;
  text-indent: -5000px;
  overflow:hidden;
}
#main-wrap #utility #search button.ready
{
    cursor:pointer;
    background-position:-760px -20px;
}
#main-wrap #utility #search button.ready:hover
{
    cursor:pointer;
    background-position:-760px -80px;
}
#main-bot {
  width: 980px;
  height: 12px;
  margin: 0 auto;
  background: url(../sem-images/auto-quote-bg-wrap-bot.png) no-repeat 0 0;
}
#foot-wrap {
  width: 980px;
  padding: 0 10px;
  margin: 0 auto;
}
#foot-wrap #subsidiary .brand {
  float: left;
  margin-top: 12px;
  margin-bottom: 10px;
}
#foot-wrap #subsidiary .brand .logo {
  float: left;
  display: inline;
  width: 200px;
  height: 60px;
  margin-left: 16px;
  background-image: url(../sem-images/auto-quote-sprite-new.png);
  background-repeat: no-repeat;
  text-indent: -5000px;
  overflow: hidden;
  background-position: -20px -220px;
}
#foot-wrap #subsidiary .brand .logo:hover 
{
    background-position: -20px -140px;
}
#foot-wrap #subsidiary .brand .phone {
  float: left;
  display: inline;
  margin-top: 23px;
  font-size: 18px;
}
#foot-wrap #subsidiary .brand .phone small {
  font-size: 12px;
}
#foot-wrap #subsidiary .social {
  float: right;
  display: inline;
  clear: none;
  width: 318px;
  margin-top: 22px;
}
#foot-wrap #subsidiary .social ul {
  float: left;
  display: inline;
  list-style: none;
}
#foot-wrap #subsidiary .social ul li {
  float: left;
  display: inline;
  margin-left: 20px;
}
#foot-wrap #subsidiary .social ul li a {
  float: left;
  display: inline;
  width: 30px;
  height: 28px;
  background-image: url(../sem-images/auto-quote-sprite-new.png);
  background-repeat: no-repeat;
  text-indent: -5000px;
  overflow: hidden;
  background-position: -200px -60px;
}
#foot-wrap #subsidiary .social ul li.facebook a {
  background-position: -400px -60px;
}
#foot-wrap #subsidiary .social ul li.facebook a:hover {
  background-position: -400px -100px;
}
#foot-wrap #subsidiary .social ul li.twitter a {
  background-position: -240px -60px;
}
#foot-wrap #subsidiary .social ul li.twitter a:hover {
  background-position: -240px -100px;
}
#foot-wrap #subsidiary .social ul li.google a {
  background-position: -320px -60px;
}
#foot-wrap #subsidiary .social ul li.google a:hover {
  background-position: -320px -100px;
}
#foot-wrap #subsidiary .social ul li.youtube a {
  background-position: -200px -60px;
}
#foot-wrap #subsidiary .social ul li.youtube a:hover {
  background-position: -200px -100px;
}
#foot-wrap #subsidiary .social ul li.flickr a {
  background-position: -360px -60px;
}
#foot-wrap #subsidiary .social ul li.flickr a:hover {
  background-position: -360px -100px;
}
#foot-wrap #subsidiary .social ul li.rss a {
  background-position: -280px -60px;
}
#foot-wrap #subsidiary .social ul li.rss a:hover {
  background-position: -280px -100px;
}
#foot-wrap #subsidiary .links {
  clear: both;
  border-top: 1px solid #c3c3c3;
  margin: 0 10px;
  overflow: auto;
}
#foot-wrap #subsidiary .links ul {
  float: left;
  display: inline;
  margin: 0;
  padding: 40px 0;
  list-style: none;
}
#foot-wrap #subsidiary .links ul li {
  float: left;
  display: inline;
  margin-left: 10px;
  padding-right: 14px;
  border-right: 1px dotted #8d8d8d;
}
#foot-wrap #subsidiary .links ul li.last {
  border: 0;
}
#foot-wrap #subsidiary .trust,
#foot-wrap #subsidiary .equal {
  float: right;
  display: inline;
  clear: none;
  width: 85px;
  height: 65px;
  background-image: url(../sem-images/auto-quote-sprite-new.png);
  background-repeat: no-repeat;
  text-indent: -5000px;
  overflow: hidden;
  background-position: -500px -400px;
  margin-top: 14px;
}
#foot-wrap #subsidiary .trust {
  width: 130px;
  background-position: -240px -220px;
}
#foot-wrap #subsidiary .trust:hover {
  background-position: -240px -140px;
}
#foot-wrap #subsidiary .equal:hover {
  background-position: -401px -400px;
}
#foot-wrap #foot {
  border-top: 1px solid #c3c3c3;
  margin: 0 10px;
  clear: both;
  overflow: auto;
  padding-bottom: 20px;
}
#foot-wrap #foot p {
  margin: 20px 10px;
  font-size: 12px;
}
#foot-wrap #foot ul {
  font-size: 14px;
  list-style: none;
  margin-left: 10px;
}
#foot-wrap #foot ul li {
  float: left;
  display: inline;
  margin: 0 10px 0 0;
  padding-right: 10px;
  border-right: 1px solid #636363;
}
#foot-wrap #foot ul li.last {
  border: 0;
}
