﻿body
{
    font-family: Arial;
    font-size: 12px;
    color: #575757;
    margin: 0px;
    padding: 0px;
}
#wrap
{
    margin-left: auto;
    margin-right: auto;
    width: 817px;
    padding: 10px;
    background-color: White;
    border: 2px solid #830602;
}
#topBanner
{
    background-image: url(../images/banner.jpg);
    width: 841px;
    height: 105px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}
#leftColumn
{
    float: left;
    width: 385px;
    margin-right: 10px;
}
#rightColumn
{
    float: left;
    width: 420px;
}
.findLocationHeader
{
    /*background-image: url(../images/searchBoxTop.gif);*/
    background-color: #ededed;
    width: 373px;
    height: 22px;
    /*color: White;*/
    font-size: 14px;
    padding: 5px 0px 0px 10px;
}
.findLocationBox
{
    background-image: url(../images/searchBox_bg.gif);
    width: 361px;
    height: 44px;
    border: solid 1px silver;
    padding: 10px;
}
.searchBtn
{
    background-image: url(../images/Btn_DealerSearch_Go.gif);
    width: 66px;
    height: 24px;
    border: none;
    cursor: pointer;
}
.searchBtn:hover
{
    background-image: url(../images/Btn_DealerSearch_Go_Hover.gif);
    width: 66px;
    height: 24px;
    border: none;
}
.resultsHeader
{
    background-color: #ededed;
    width: 380px;
    height: 22px;
    border: solid 1px #ededed;
    margin-top: 15px;
    padding-top: 3px;
}
#sidebar
{
    width: 380px;
    height: 410px;
    background-color: #ffffff;
    border: solid 1px #c9c9c9;
    overflow: auto;
}
.mapArea
{
    background-image: url(../images/map_bg.gif);
    width: 410px;
    height: 490px;
    padding: 5px;
}
.markerTD
{
    vertical-align: top; 
    width: 50px; 
    text-align: center; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    border-bottom: solid 1px #c9c9c9;
}
.locationTD
{
    font-weight: bold; 
    width: 130px; 
    vertical-align: top; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    padding-right: 10px; 
    border-bottom: solid 1px #c9c9c9;
}
.addressTD
{
    vertical-align:top; 
    padding-top: 10px; 
    padding-bottom: 10px; 
    border-bottom: solid 1px #c9c9c9;
}
.noResults
{
    padding: 20px;
    font-weight: bold;
    font-size: 14px;
}
.instructions
{
    padding: 10px;
}
