﻿#officeDetailContainer {
    position: relative;
    width: 100%;
}

#officeDetailHeader {
    position: relative;
    font-family: Arial, Verdana, Helvetica, Sans-Serif;
    font-size: 25px;
    font-weight: bold;
    color: #5c5c5c;
    padding: 10px 0 20px 0;
}

#officeDetailPhoto {
    position: relative;
    margin-top: 10px;
    min-height: 220px;
}
#officeDetailPhoto img {
    /*width: 272px;*/
    width: 35%;
    border: solid 2px #454646;  
}
*html #officeDetailPhoto {
    height: 220px;
}

/*---------------------------------------------------------------------------*/

#officeDetailRight {
    position: absolute;
    top: 45px;
    /*left: 293px;*/
    left: 40%;
}

#officeDetailTopButtons {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    line-height: 21px;
    color: #848484;
    text-transform: uppercase;
}
#officeDetailTopButtons a{
    color: #848484;
    text-decoration: none;
}
#officeDetailTopButtons a:hover{
    color: #848484;
    text-decoration: underline;
}

.officeDetailRosterLink {
    padding: 5px 8px 5px 23px;
    background: url(/Shared/Styles/i/agent_roster_icon.gif) no-repeat 0 0;
}

.officeDetailListingsLink {
    padding: 5px 8px 5px 23px;
    background: url(/Shared/Styles/i/office_listings_icon.gif) no-repeat 0 0;
}

.horizontalDashDivider {
    padding: 10px 0 10px 0;
    background: url(/Shared/Styles/i/dotted_divider_long.gif) no-repeat 0 10px;
}

#officeDetailAddress {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    line-height: 18px;
}

#officeDetails {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    color: #000;
    margin-top: 15px;
}
#officeDetails a{
    color: #0a01b4;
    text-decoration: none;
}
#officeDetails a:hover{
    color: #0a01b4;
    text-decoration: underline;
}


/*-------------------------------------------------------------------------------------------*/

#officeDetailMap {
    position: relative;
    top: -25px;
    width: 100%;
}

#officeDetailMapTabs {
    position: relative;
    width: 352px;
    height: 32px;
    /*margin-left: 288px;*/
    margin-left: 37%;
    background: url(/Shared/Styles/i/office_detail_map_tabs.gif) no-repeat 0 0;
}
#officeDetailMapTabs a{
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    font-weight: bold;
    line-height: 16px;
    color: #0a01b4;
    text-decoration: none;
}
#officeDetailMapTabs a:hover{
    color: #0a01b4;
    text-decoration: underline;
}

#getDirectionsLink {
    position: absolute;
    top: 8px;
    left: 35px;
}

#advancedMapSearchLink {
    position: absolute;
    top: 8px;
    left: 173px;
}

#officeDetailMapContainer {
    position: relative;
    /*top: 50px;
    left: 0;*/
    width: 99%;
    height: 292px;
    background: url(/Shared/Styles/i/office_detail_bkgd_rpt.gif) no-repeat 0 0;
}

#mapContainer {
    position: absolute;
    top: 11px;
    left: 12px;
    width: 96%;
    height: 268px;
    border: solid 1px #000;
}

#officeDetailMapInner {
    position: relative;
    width: 100%;
    height: 292px;
    background: url(/Shared/Styles/i/office_detail_bkgd_right.gif) no-repeat right top;
}

/*-----------------------------------------------------------------------------------------*/

#officeDetailInfo {
    position: relative;
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 12px;
    line-height: 18px;
}
#officeDetailInfo a{
    color: #0a01b4;
    text-decoration: none;
}
#officeDetailInfo a:hover{
    color: #0a01b4;
    text-decoration: underline;
}

#officeDetailInfoHeader {
    position: relative;
    width: 99%;
    height: 34px;
	background: url(/Shared/Styles/i/detail_area_header_bkgd.gif) no-repeat 0 0;
}

#officeDetailInfoHeaderInner {
    position: relative;
    width: 100%;
    height: 34px;
    background: url(/Shared/Styles/i/detail_area_header_bkgd_r.gif) no-repeat right top;
}

#officeDetailInfoTitle {
    position: relative;
    font-weight: bold;
	font-size: 14px;
	line-height: 34px;
	padding-left: 15px;
}

#officeDetailInfoText {
    position: relative;
    padding: 10px 15px 25px 15px;
}