/*
.DirectMapLink {
    display: none;
}

div.Map {
    width: 1000px;
    height: 600px;
}

div.MapAddress {
    float: left;
    width: 250px;
}
*/

.Map
{
    letter-spacing  : normal !important;
    width: 100%;
    height: 500px;
}

.Map .MapContent h1
{
    margin-bottom   : 0 !important;
}

.Map .MapContent
{
    width: 450px !important;
    max-width: 90% !important;
}

.Map .MapContent #bodyContent
{
    margin-top      : 5px !important;
    max-width: 100% !important;
}

.Map .MapContent *
{
    font-size       : 105% !important;
    line-height     : normal !important;
}

.Map .MapContent .firstHeading, .Map .MapContent .firstHeading *
{
    font-size       : 18px;
}

.Map .MapContent .Address
{
    float           : left !important;
    margin-bottom   : 5px !important;
}

.Map .MapContent .Logo
{
    position        : absolute;
    right           : 5px;
    top             : 0;
    width           : 22% !important;
}

.Map .MapContent ul
{
    margin-top      : 5px !important;
    margin-bottom   : 5px !important;
}

.Map .MapContent ul.Short
{
    display: none;
}

.Map .MapContent ul li
{
    margin-bottom   : 0px !important;
    background-position: left 3px !important;
    padding-left: 16px !important;
}
