#mapcontainer {
    position: relative;
    width: 440px;
    height: 440px;
    float: left;
    margin: 0 20px 20px 0;
}
#mapcontainer #lb {
    position: absolute;
    top: 0;
    left: 0;
}
#mapcontainer #lo {
    position: absolute;
    bottom: 0;
    left: 0;
}
#routemap {
    width: 440px;
    height: 440px;
    border: 1px solid #B3B3B3;
}
#bikeroutes {
    width: 759px;
}
#bikedirections {
    clear: both;
    float: none;
    border-top: 1px solid #00892A;
}
#bikedirections h3 {
    color: #00892A;
    font-size: 13px;
    line-height: 18px;
}
#bikedirections h3.endpoint {
    border-bottom: 1px solid #00892A;
}
#bikedirections p {
    padding-left: 20px;
}
