﻿body
{
    width: 6.5in;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
    background-color: White;
    color: Black;
    text-align: left;
}

.BODY
{
    padding:0;
    margin:0;
    width:809px;
    }
    
    .PrintBody #MapArea
    {
        width:400px !important;
        
        }

.hiddenforprint, #mainNavbg
{
    width: 0px !important;
    display: none !important;
}
#container, #mainHeader, #HeaderStyle, #directions, #MapArea, .RightContainer, #DirectionsNote, .divPrint, #directions
{
    width: 6.5in !important;
    float: none!important;
    clear: both!important;
    text-align: left!important;
    margin: 0!important;
    padding: 0!important;
}


.mpContainer
{
    page-break-after: always !important;
}
#DirectionsNote, .divPrint, #directions
{
    page-break-inside: auto!important;
    border: 0 !important;
}
.turnText
{
    width: 80%;
    clear: both;
    height: 20px;
    
}


#DirectionsNote
{
    font-size: 14pt;
}
.compareColumn
{
    margin-right: 0px 10px 0px 0px !important;
}
/* We need these guys to still print! Use List Item Hack*/
.SmallPinStyleApartment
{
    position: relative;
    top: -16px;
    display: list-item;
    list-style-image: url("../images/orangePin.png");
    list-style-position: inside;
    width: 32px;
    height: 32px;
    text-align: center;
    letter-spacing: -1000em;
    font-size: 1pt;
    color: #fff;
}
.SmallPinStyleSearch
{
    position: relative;
    top: -16px;
    background-image: url("../images/orangePin.png");
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    text-align: center;
}
/* filter appears to be printable. and list-style-image breaks it*/
* html .SmallPinStyleApartment
{
    list-style-image: none;
}
