/* styles specific to the directions page for on screen viewing */

#directionsFromTo { 
    display:none;
    }
#map-directions_container { 
    position:relative; 
    width:750px; 
    margin:0px;
    padding:0px;
    }
#main_map {
    width:746px;
    height:400px;
    position:relative;
    border: 2px solid #884F1B;
    margin:10px 0px;
    }
#detail_map {
    width:746px;
    height:400px;
    border:2px solid #884F1B;
    margin:10px 0px;
    }
#directions {
    width:736px;
    border:2px solid #884F1B;
    margin:10px 0px;
    }
#old_directions_note {
    display:block;
    }
#lost_note {
    display:none;
    }