﻿/**MapAndDirections page **/

#MapArea
{
    position: relative;
}
* html #MapArea img
{
    behavior: none !important;
}

.turnItem
{
    border-bottom: 1px solid #666666;
    margin: 5px 0 5px 0;
    height: 20px;
    line-height: 20px;
    vertical-align: middle;
    padding: 5px 0 5px 0;
}


.MapNav
{
    height: 26px;
    background-image: url("../images/backgrounds/navMap.gif");
    background-color: #181818;
}
.DirectionsBlock
{
    margin-top: 25px;
}
#DirectionsNote
{
}
#officeHours
{
    display: none;
}
#MapTextSearchContainer
{
    height: 23px;
    padding: 2px;
    background-image: url("../images/backgrounds/navMap.gif");
    background-color: #181818;
}
#DirectionsNote .scrollcontainer
{
    height: 400px;
    overflow-y: hidden;
}
#EnterAddrKeyLbl
{
    color: #ffffff;
    vertical-align: top;
    font-size: 9pt;
    display: block;
    float: left;
    padding: 2px 12px 0 12px;
}

