.LeftTop div.ttArrow{
    background:transparent url(/images/map/ttArrowTL.gif) no-repeat scroll 0 0;
    height:15px;
    left:15px;
    position:absolute;
    top:-14px;
    width:20px;
}

.major .LeftTop div.ttArrow{
    left:21px;
}

.RightBottom div.ttArrow{
    background:transparent url(/images/map/ttArrowBR.gif) no-repeat scroll 0 0;
    height:15px;
    right:15px;
    position:absolute;
    bottom:-15px;
    width:20px;
}

.major .RightBottom div.ttArrow{
    right:21px;
}

.RightTop div.ttArrow{
    background:transparent url(/images/map/ttArrowTR.gif) no-repeat scroll 0 0;
    height:15px;
    right:15px;
    position:absolute;
    top:-14px;
    width:20px;
}

.major .RightTop div.ttArrow{
    right:21px;
}

.LeftBottom div.ttArrow{
    background:transparent url(/images/map/ttArrowBL.gif) no-repeat scroll 0 0;
    height:15px;
    left:15px;
    position:absolute;
    bottom:-15px;
    width:20px;
}

.major .LeftBottom div.ttArrow{
    left:21px;
}

.offices{
    padding:10px 10px 0 0;
}

.offices div.description, div.email a, div.title{
    font-size:10px;
    font-weight:bold;
    line-height:13px;
}
.office div.title{
    text-transform:uppercase
}

.offices div.close{
    display:none;
    top: 1px;
    right: 6px;
    position:absolute;
    cursor: pointer;
}
.ColumnRight{
    float: left;
}

.ColumnLeft{
    float: left;
}

.officeContent{
    padding:0 0 10px 10px;
}