﻿body
{
    width:6.5in;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 0px 0px !important;
}
#logo
{
    position: absolute;
    left: 39px;
    top: 49px; /* RP: Was 49px*/
}

#logo a
{
    display: block;
    width: 141px;
    height: 59px;
    background-image: url(../images/logo.gif);
    background-repeat: no-repeat;
}
.hiddenforprint
{
    display: none;
}
#MapArea
{
    width:6.5in;
    }
#DirectionsNote
{
    font-size: 14pt;    
    }
    
.turnText
{
    width:80%;
   clear:both;
   height:20px;

    }
    
    #DirectionsNote
    {
        width:6.5in;
        padding:0;
        margin:0px;
        
        }
.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;
}
