﻿#home-items, #home-items .links,
#home-items .promos, #home-items .promos-row, #home-items .promos .ad,
#home-items .content, #home-used, #home-used .vehicle,
#home-items .map,
#home-items .news-events, #home-items .news-events .news-left, #home-items .news-events .news-right
{
    height: 100%;
    overflow: hidden;
}

/* Home items: map, links and promotion */
#home-items, #content
{
    border-bottom: solid 1px #DDDDDD;
    background: white url("images/bg/home-bg2.png") repeat-y top left;
}
#home-items .links, #home-items .promos
{
    float: left;
}
#home-items .promos-row
{
    background-color: White;
}
#home-items .map
{
    width: 231px;
    float: right;
}
#home-items .promos
{
    width: 537px;
}
#home-items .promos .section
{
    margin-top: 10px;
    padding-top: 5px;
    border-top: 1px solid #DDDDDD;
}
#home-items .content
{
    padding: 0px 5px;
}
#home-items .intro
{
    margin: 0px;
}
#home-items .promos h3, #home-items .links h3
{
    margin-top: 3px;
    margin-left: 3px;
}
#home-items .promos h3
{
    color: #666666;
}
#home-items h1, #home-items .links h2, #home-items .promos h2,
#right h1, #right h2, #far-right h1
{
    font-size: 12pt;
}
#home-items .map h1, #home-items .links h2, #far-right h1,
#left h2, .Menu h3
{
    color: #8C847F;
    text-transform: uppercase;
}
#home-items .promos h1
{
    text-transform: uppercase;
}
#home-items h1, #home-items .links h2, #home-items .promos h2, #far-right h1,
#right h1, #right h2, #left h2, .Menu h3
{
    margin: 3px 0px 10px 5px;
}
#home-items .map h1
{
    margin-bottom: 10px;
}
#home-items .promos .ad
{
    border-top: solid 1px #DDDDDD;
    border-right: solid 1px #DDDDDD;
    float: left;
    width: 268px;
}
#home-items .promos .ad a.img-link, #home-items .promos .ad a.img-link:Hover
{
    background-image: none;
    padding-left: 0px;
}
#home-items .promos table, #home-items .promos table td
{
    padding: 0px;
    margin: 0px;
}
#home-items .promos table td
{
    border-right: 1px solid white;
    border-bottom: 1px solid white;
}

/* News and Events panel */
#home-items .news-events h3
{
    margin-left: 0px;
}
#home-items .news-events
{
    border-top: solid 1px #DDDDDD;
    clear: both;
    padding: 5px;
}
#home-items .news-events .news-left
{
    width: 48%;
    float: left;
}
#home-items .news-events .news-right
{
    width: 49%;
    float: right;
}
#home-items .news-events img.thumb
{
    float: left;
    margin: 0px 10px 5px 0px;
}
#home-items .news-events p
{
    margin: 8px 0px 0px 0px;
    padding: 0px;
}
#home-items .news-events h4
{
    font-size: 10pt;
}
#home-items .news-events ul.Links a
{
    display: block;
    padding: 2px 0px 2px 11px;
}

/* Inherits from .Menu in content.css */
#home-items .links
{
    width: 230px;
}
#home-items .links
{
    border-right: solid 1px #DDDDDD;
}
#home-items .links
{
    border-top: solid 1px #DDDDDD;
}
#home-items .links ul a:Hover
{
    background-image: url("images/links/menu-selected.gif");
}
#home-items .links ul
{
}

/* Used vehicled */
#home-items h2 a
{
    color: #002A5F;
}

#home-used
{
    border-top: solid 1px #999999;
    background-color: #F2F2F2;
}
#home-used img.banner
{
    float: left;
}
#home-used .vehicle
{
    float: left;
    width: 319px;
    border-right: solid 1px #DDDDDD;
    min-height: 114px;
}
#home-used .vehicle .content
{
    padding: 5px;
    overflow: hidden;
    height: 100%;
}
#home-used a.img
{
    float: left;
    margin: 0px 5px 5px 0px;
}
#home-used .vehicle p
{
    margin: 5px 0px;
}
