body {
margin:0;
padding:0;
background: #fff url('/images2/top_bar_bg.jpg') repeat-x top left;
color: #333;
font-size: 62.5%;
font-family: Verdana, Tahoma, Arial, 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: 120%;
}

#top_bar {
  text-align: right;
  overflow: hidden;
}

#question_box {
  padding-right: 8px;
  height: 26px;
  overflow: hidden;
  background: transparent url('/images2/question_bubble_right.jpg') no-repeat top right;
}

#question_box_2 {
  padding: 0; margin: 0;
  padding: 6px 2px 1em 10px;
  display: block;
  float: right;
  color: #666;
  background: transparent url('/images2/question_bubble_left.jpg') no-repeat top left;
}

#question_box_2 span {
  font-weight: bold;
  font-size: 100%;
}

#question_box_2 span 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: #666;
  margin:0;
}

#site_menu ul li a:hover {
  text-decoration: none;
  background-color: #eee;
  color: #333;
}

#site_menu ul li a.active {
  background-color: #eee;
  color: #384D7F;
  font-weight: bold;
}

#site_menu_right {
  text-align: right;
}


#site_men_container {
  overflow: auto;
}

#site_men {
  overflow: auto;
}

#site_men div ul {
  margin: 0; padding: 0;
}

#site_men div ul li {
  display: inline;
  list-style-image: none;
  margin: 0; padding: 0;
}

#site_men div ul li a {
  padding: 2px 7px;
}

#site_men ul li a,
#site_men ul li a:active,
#site_men ul li a:visited {
  font-size: 115%;
  font-weight: normal;
  color: #666;
  margin:0;
}

#site_men ul li a:hover {
  text-decoration: none;
  background-color: #3399ff;
  color: #fff;
}

#site_men ul li a.active {
  background-color: #eee;
  color: #384D7F;
  font-weight: bold;
}

#site_men_right {
  text-align: right;
}



#menu_divider {
  border-top: 1px solid #ddd;
  margin-bottom: 10px;
}

#home_content_left {
  overflow: auto;
  height: 260px;
  margin: 0;
  border: 1px solid #ccc;
  background: #eee url('/images2/auto_insurance_father_son.jpg') top left no-repeat;
}

#start_quote {
  text-align: center;
  margin-top: 145px;
  color: #fff;
}

#start_quote p {
  font-weight: bold;
  padding: 0; margin: 0;
}

#start_quote p.top {
  text-shadow: #000 0px 0px 5px;
  font-size: 140%;
}

#start_quote p.bottom {
  text-shadow: #000 0px 0px 3px;
  font-size: 110%;
}

#start_quote p a {
  color: #fff;
  border-bottom: 1px dotted #fff;
}

#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:#666 url('/images2/button.png') no-repeat;
  border: 2px solid #cf6;
  text-align:center;
  color:#fff;
  font-size:140%;
  font-weight:bold;
  padding: 3px 5px;
}

#home_content_right {
  overflow: auto;
  min-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;
}

.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('/images2/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('/images2/arrow_indicator.gif') transparent left no-repeat;
}

#quote_process_ul .completed {
  color: #666;
  background: url('/images2/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;
  clear: right;
}

.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%;
  margin-top: 2em;
  border-top: 2px solid #ccc;
  padding-top: 0.5em;
  overflow: auto;
}

.left_button {
  width: 48%;
  display: inline-block;
  float: left;
}

.right_button {
  width: 48%;
  display: inline-block;
  float: right;
  text-align: right;
}

.page_content h1,
.page_content h2,
.page_content h3 {
  margin: 0 0 1em 0;
  float: none;
}

.page_content h1 {
  font: small-caps 200% "Lucida Grande", Lucida, Verdana, sans-serif;
}
.page_content h2 { font-size: 130%; }
.page_content h3 { font-size: 110%; }
