/*----------------------------------------*/
/*                     Built on Blueprint.
/*----------------------------------------*/

.container {
  background: #fff;
}

#masthead {
  height: 107px;
  position: relative;
  overflow: hidden;
}

#masthead h1 {
  letter-spacing: -1px;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  position: absolute;
  bottom: 26px;
  left: 120px;
  font-size: 25px;
}

#masthead dl {
  position: absolute;
  top: 73px;
  right: 10px;
  font-size: 12pt;
}

#masthead dd, #masthead dt {
  float: left;
  margin: 0 0 0 30px;
}

#masthead dd {
  margin-left: 10px;
}

#manu_cont {
  position: absolute;
  right: 10px;
  top: 5px;
  height: 48px;
  overflow: hidden;
}

#manu_cont a, #manu_cont img {
  display: block;
  float: left;
}

#manu_cont a {
  height: 48px;
}

#manu_cont a img {
  border: none;
}

ul#menu {
  margin-bottom: 10px;
  padding: 0;
}

#menu, #menu li {
  list-style-type: none;
  padding: 0;
  z-index: 2;
  margin: 0;
  position: relative;
}

#menu li, #menu li a {
  display: block;
  height: 36px;
  background: #555;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
}

#menu li a span {
  padding: .5em 0 0 1.5em;
  display: block;
}

#menu li a:hover {
  background: #666;
}

#menu li img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}


#menu li ul {
  display: none;
  position: absolute;
  right: -240px;
  top: 0;
  z-index: 100;
  background: red;
  width: 230px;
}

#menu li ul li {
  height: 2.5em;
  width: 230px;
  overflow: hidden;
  z-index: 100;
}

#menu li ul li a {
}

#menu li:hover ul, #menu li.menu_hover ul {
  display: block;
  z-index: 100;
}

#menu li:hover, #menu li.menu_hover {
  z-index: 100;
}

li.menu_hover {

}

#content {
  position: relative;
}

#content h2 {
  line-height: 2em;
  height: 1em;
}

#footer {
  height: 68px;
  text-align: center;
  color: #fff;
  overflow: hidden;
}

fieldset {
  border: none;
  border-bottom: 1px solid #ddd;
}

fieldset ol li {
  width: 100%;
  overflow: hidden;
  margin: .5em 0;
  list-style: none;
}

fieldset ol li label {
  float: left;
  width: 200px;
  text-align: right;
  padding: .2em 1em 0 0;
}

#lead_city, #lead_bus_city { width: 80px; }
#lead_state, #lead_bus_state { width: 1.8em; }
#lead_zip, #lead_bus_zip { width: 3em; }

#privacy_agreement p {
  border: 3px solid #efefef;
  background: #fafafa;
  overflow: scroll;
  font-size: 80%;
  height: 200px;
  color: #666;
}

.submit_cont {
  padding: .5em 52px 1em 0;
  text-align: right;
}

#content iframe {
  height: 800px;
}

#content #jato_container {
  padding-top: 35px;
  background: url('/new/images/jato_header.jpg') no-repeat;
  margin: 10px 0 10px 23px;

}


#contact_map_cont {
  width: 98%;
  overflow: hidden;
}

#map_canvas {
  width: 320px;
  height: 200px;
  border: 3px solid #ccc;
  float: left;
  margin-right: 3em;
}

#contact_map_cont .contact_phone,
#contact_map_cont .contact_address,
#contact_map_cont .contact_email {
  margin-top: .8em;
  font-size: 16px;
}

#contact_map_cont .contact_email a {
  margin-left: 33px;
  padding-left: 360px;
  display: block;
  background: url('/new/images/email.jpg') no-repeat 330px 5px;
}

table.hours th {
  font-weight: bold;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}

table.hours th h4 {
  margin: 0;
  color: #fff;
  font-weight: bold;
}

table.hours th.hours_dept {
  background: #888;
  color: #fff;
}

table.hours {
  border: 1px solid #999;
  width: 98%;
  margin: 10px 0;
}

table.hours td {
  border-top: 1px solid #f3f3f3;
}

table.hours td, table.hours th {
  padding: 2px 4px;
}


iframe { border: 0; }


#landing_swf {
  width: 720px;
  height: 400px;
  position: absolute;
  left: -10px;
}

#live_chat {
  background: #efefef;
  width: 150px;
  padding: 10px;
  margin: 0 30px;
  color: #333;
  border: 3px solid #ccc;
}

#landing_links {
  height: 100px;
  overflow: hidden;
  margin-top: 9px;
}

#landing_links a span {
  display: none;
}

#landing_links a {
  display: block;
  float: left;
  width: 228px;
  height: 73px;
  margin-right: 5px;
}

#landing_link_new { background: url('/new/images/view_new.jpg') no-repeat; }
#landing_link_used { background: url('/new/images/view_used.jpg') no-repeat; }
#landing_link_contact { background: url('/new/images/contact_us.jpg') no-repeat; }

#landing_link_new:hover { background: url('/new/images/view_new_o.jpg') no-repeat; }
#landing_link_used:hover { background: url('/new/images/view_used_o.jpg') no-repeat; }
#landing_link_contact:hover { background: url('/new/images/contact_us_o.jpg') no-repeat; }

.online { color: green; } .offline { color: red; }

/*  Additional inventory page modifications
-----------------------------------------*/


div#inv_container {
  border: none;
  width: 697px;
  margin: 0 0 10px 0;
}

div#inv_container #dealer_info {
  display: none;
}

div#veh_features {
  width: 376px;
}