/* @override http://www.spartaninsurance.com/css/main.css */

body {
margin:0;
padding:0;
background: #fff url('../images/top_bar_bg.jpg') repeat-x top left;
color: #333;
font-size: 62.5%;
font-family: Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana Ref", sans serif;
}

a,
a:active,
a:visited
{
	color: #369;
	text-decoration: none;
}

a:hover
{
	color: #369;
	text-decoration: underline;
}

h1
{
	font-family: Georgia, serif;
	font-weight: normal;
	text-align: center;
}

h2
{
  font-size: 160%;
  color: #06c;
  padding: 0; margin:0;
}

h3
{
  font-size: 160%;
  color: #333;
  padding:0; margin:0;
  float: left;
}

h4
{
  color: #666;
  clear:both;
  font-size: 140%;
  margin:0;
  padding: 0 0 0 1em;
}

p
{
  font-size: 140%;
}

#top_bar {
  text-align: right;
  overflow: hidden;
}

#question_box {
  padding-right: 8px;
  height: 26px;
  overflow: hidden;
  background: transparent url('../images/question_bubble_right.jpg') no-repeat top right;
}

#question_box_2 {
  margin: 0;
  padding: 6px 2px 1em 10px;
  display: block;
  float: right;
  color: #666;
  background: transparent url('../images/question_bubble_left.jpg') no-repeat top left;
}

#question_box_2>div {
  font-weight: bold;
  font-size: 100%;
}

#question_box_2>div a {
  color: #09f;
}

#logo_and_tagline {
  padding: 0;
  margin-top: 2em;
  margin-bottom: 2em;
  overflow: auto;
}

#logo {}

#tagline {
  overflow: auto;
  text-align: right;
}

#tagline p {
  font-style: italic;
  font-size: 130%;
  margin-top: 1.2em;
}

#site_menu_container {
  overflow: auto;
}

#site_menu {
  overflow: auto;
}

#site_menu div ul {
  margin: 0; padding: 0;
}

#site_menu div ul li {
  display: inline;
  list-style-image: none;
  margin: 0; padding: 0;
}

#site_menu div ul li a {
  padding: 2px 7px;
}

#site_menu ul li a,
#site_menu ul li a:active,
#site_menu ul li a:visited {
  font-size: 115%;
  font-weight: normal;
  color: #999;
  margin:0;
}

#site_menu ul li a:hover {
  text-decoration: none;
  color: #666;
}

#site_menu ul li a.active {
  background-color: #f6f6ff;
  color: #384D7F;
  font-weight: bold;
}

#site_menu ul li a.quote {
  color: #666;
  font-style: italic;
}

#site_menu_right {
  text-align: right;
}

#menu_divider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
}

#home_content_left {
  overflow: hidden;
  height: 260px;
  margin: 0;
  border: 1px solid #ccc;
  background: #eee url(../images/texas_auto_insurance_father_son.jpg) 0 0 no-repeat;
}
  
#main_heading {
  color: #fff;
  font-size: 17px;
  font-family: Verdana, Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", "Verdana Ref", sans serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#start_quote {
  text-align: center;
  margin-top: 120px;
  color: #fff;
}

#start_quote p {
  font-weight: bold;
  padding: 0; margin: 0;
}

#start_quote p.top {
  font-size: 140%;
  text-align: center;
}

#start_quote p.bottom {
  font-size: 110%;
}

#start_quote p a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

#start_quote p a.start {
  height: 65px;
  width: 400px;
  display: block;
  margin: 0 auto 10px;
  background: #600 url('/images/free_quote.png') top left no-repeat;
  text-indent: -9999px;
  border: 0;
}

#start_quote form {
  margin: 1em;
}

#start_quote form input,
#start_quote form button {
  margin: 0 0.5em;
}

#start_quote form input {
  font-size: 140%;
  font-weight: bold;
  color: #09f;
  text-align: center;
  width: 5em;
  padding: 2px 4px;
}

#start_quote form button {
  background: #6D9E2C url('/images/button_bg.png') repeat-x top left;
  border: 1px solid #cf6;
  text-align:center;
  color:#fff;
  font-size:140%;
  font-weight:bold;
  padding: 3px 5px;
}

#home_content_right {
  overflow: hidden;
  height: 260px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  background-color: #eee;
}

.manage_header {
  overflow: auto;
  margin-top: 5px;
  border-bottom: 1px solid #ccc;
}

.manage_body {
  padding: 0.5em 0;
  margin-bottom: 1em;
  color: #666;
  border-bottom: 1px solid #ccc;
}

.manage_body p {
  margin: 0; padding: 0;
}

.manage_body ul {
  margin: 0; padding: 0;
  list-style-type: disc;
}

.input_holder,
.button_holder {
  margin: 0;
  padding: 5px 0 0;
  clear: both;
}

.input_holder p.label {
  margin: 0;
  padding-top: 4px;
  display: inline;
  float: left;
  font-weight: normal;
  width: 43%;
  text-align: right;
  color: #666;
  font-size: 12px;
}

.input_holder input {
  margin: 0;
  padding: 2px 4px;
  width: 50%;
  float: right;
}

.button_holder {
  text-align: right;
}

.button_holder button {
  background-color: #09f;
  border: none;
  color:#fff;
  font-size: 130%;
  font-weight: bold;
  padding: 2px 3px;
}

.manage_footer {
  overflow: auto;
  clear: both;
  text-align: center;
  padding: 10px 0 5px;
}

.manage_footer a {
  font-weight: bold;
  color: #999;
  border-bottom: 1px dotted #999;
}

#home_content_right h3 {
  font-weight: bold;
  font-size: 130%;
  float: none;
}

#footer_divider {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

#footer {
  overflow: auto;
  text-align: center;
}

#footer p {
  margin: 0; padding: 0;
  margin-bottom: 1em;
  font-size: 110%;
}

#footer p a {
  
}

.blank_slate {
  color: #060;
  border: 1px solid #9c9;
  background: url('images/info_indicator.gif') #E2F9E3 left no-repeat;
  background-position: 5px 8px;
  margin: 2em 0;
  padding: 5px 5px 5px 40px;
  font-weight: bold;
}

.blank_slate p {
  margin:0 0 1em;
  padding:0;
}

.blank_slate p.last {
  margin-bottom:0;
}

.rate_box {
  margin-bottom: 5em;
  padding: 0.5em 1em;
  border: 1px solid #ccc;
  background-color: #eee;
}

hr {
  margin:0.5em 0 1em;
  padding:0;
}

#quote_process_ul {
  margin:0;
  padding:0;
  font-size: 120%;
  font-weight: bold;
}

#quote_process_ul li {
  margin:0 0 0.5em;
  padding:0 0 0 20px;
  list-style-type: none;
}

#quote_process_ul .active {
  color: #06c;
  background: url('images/arrow_indicator.gif') transparent left no-repeat;
}

#quote_process_ul .completed {
  color: #666;
  background: url('images/checkbox_indicator.gif') transparent left no-repeat;
}

.vehicle_entries {
  margin-bottom: 2em;
}

.vehicle_entry {
  border-top: 1px solid #ccc;
  padding: 0 0 2em;
}

.vehicle_entry dl {
  font-size: 110%;
  clear:both ;
  padding-left: 3em;
  margin-bottom:2em;
}

.vehicle_entry dt {
  width: 100px;
  font-weight:bold;
  float: left;
  clear: left;
}

.vehicle_entry dd {
  padding-left: 2em;
  float: left;
}

.vehicle_entry_header {
  width: 100%;
	overflow: hidden;
	margin:0;
	padding:0;
}

.vehicle_entry_section {
  width: 100%;
  overflow:hidden;
  margin-bottom: 1em;
}

p.er_controls {
  float: right;
}

.local_button_cluster {
  width: 100%;
  overflow: hidden;
  padding: 0.5em;
}

#global_button_cluster {
  width: 100%;
  overflow: hidden;
  margin-top: 2em;
  border-top: 2px solid #ccc;
  padding-top: 0.5em;
}

.left_button {
  float: left;
}

.right_button {
  float: right;
}

.page_content h1 {
  margin: 1em 0 2em 0;
  float: none;
}

.page_content h2,
.page_content h3 {
  margin: 0 0 0.5em 0;
  float: none;
}

.page_content h1 {
  font-size: 200%;
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
  color: #06c;
}
.page_content h2 { font-size: 150%; }
.page_content h3 { font-size: 130%; }

/* .page_content .heading-h1 {border-bottom: 1px solid #ccc;} */
/* .page_content .heading-h2 {border-bottom: 1px solid #ddd;} */
/* .page_content .heading-h3 {border-bottom: 1px solid #eee;} */
.page_content .strong-link {font-weight: bold;}

#triple-spot { margin-top: 0.5em; }

#triple-spot h2 {
  color: #384B83;
  font-size: 120%;
  margin-bottom: 1em;
}

#triple-spot h2 .headline {
  border-bottom: 1px solid #ddd;
}

#triple-spot-1,
#triple-spot-2,
#triple-spot-3 { margin-top: 0; }

#triple-spot-1 div,
#triple-spot-2 div,
#triple-spot-3 div { height: 15em; }

#triple-spot-1 div p,
#triple-spot-2 div p,
#triple-spot-3 div p { font-size: 120%; }

#welcome_message, #non_owners {
  background: #6D9E2C url('/images/alert_bg.png') repeat-x top left;
  border-bottom: 1px solid #608925;
  color: #fff;
  font-size:130%;
  padding: 0.5em;
  text-align:center;
  margin:1.5em 0;
  clear: both;
}

#non_owners {
  background: #258 url('/images/alert_bg_sr22.png') repeat-x top left;
  border-bottom: 1px solid #258;
  color: #fff;
}

#welcome_message a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#non_owners a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#welcome_message a.strong-link, #non_owners a.strong-link {
  font-weight: bold;
  border-bottom: none;
  text-decoration: underline;
}

ul#sitemap,
ul.related {
  font-size: 130%;
}

img.right {
  float:right;
  margin: 0 0 10px 10px;
  border: 1px solid #ccc;
  padding: 2px;
}

/*--Quote Form--------------------*/
div#quote_form {
  font-size: 1.3333em; /* 16px */
  line-height: 1.25em; /* 20px */
  margin-bottom: 1.25em;
  color: #036;
  padding-top: 5px;
  height: 35px;
}

div#quote_form form label {
  font-weight: bold;
  padding: 0;
  margin: 0;
  text-align: right;
}

div#quote_form form input {
  margin:0 10px 0 10px;
}

div#quote_form form button {
  height: 30px;
  width: 30px;
  text-indent: -9999px;
  background: #ddd url(/images/go.png) top right no-repeat;
  border: none;
  margin-right: 10px;
}

div.centered {
  text-align: center;
}

div.blog-article {
  border-bottom: 1px solid #eee;
  margin-bottom: 2em;
}

div.blog-article h2 {
  margin-bottom: 0.5em;
}

div.blog-article .heading-h2 {
  border-bottom: 0;
}

div.blog-article p {
  margin-bottom: 0.5em;
  padding-left: 12px;
  padding-right: 12px;
}

div.blog-article p.blog-meta {
  font-size: 1.2em;
  color: #666;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}

div.last-article {
  border-bottom: 0;
}