﻿/*start Agent Office Locator*/
.mapTopLeft {position:relative; float:left; background-image:url(/Resources/Images/maptopleft.png); height:20px; width:11px; position:relative; z-index:1000;}
*html .mapTopLeft {position:relative; background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Resources/Images/maptopleft.png,sizingMethod='crop');}
.mapTopRight {position:relative; float:right; background-image:url(/Resources/Images/maptopright.png); height:20px; width:11px; position:relative; z-index:1000;}
*html .mapTopRight {position:relative; background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Resources/Images/maptopright.png,sizingMethod='crop');}
.mapBottomLeft {position:relative; float:left; background-image:url(/Resources/Images/mapbottomleft.png); height:20px; width:11px; position:relative; z-index:1000; margin-top:-20px;}
*html .mapBottomLeft {position:relative; background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Resources/Images/mapbottomleft.png,sizingMethod='crop');}
.mapBottomRight {position:relative; float:right; background-image:url(/Resources/Images/mapbottomright.png); height:20px; width:11px; position:relative; z-index:1000; margin-top:-20px;}
*html .mapBottomRight {position:relative; background-image:none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src=/Resources/Images/mapbottomleft.png,sizingMethod='crop');}
.mapPosition {float:left; width:455px;}
*html .mapPosition {margin-left:10px;}

.gMap {width: 455px; height: 450px; margin-top:-20px; float:left; overflow:hidden;}

.aolSearchBox {
    border-color:#7f9db9;
    border-style:solid;
    border-width:1px;
    height:18px;
    width:256px;
    line-height:18px;
}

.officeListHeader {
    background-color:#BABAA5;
    height:20px;
}

.officeListHeader .left {
    background-image:url(../Images/linkslefttop.gif);
    background-repeat:no-repeat;
    width:11px;
    height:20px;
    float:left;
}

.officeListHeader .right {
    background-image:url(../Images/linksrighttop.gif);
    background-repeat:no-repeat;
    width:10px;
    height:20px;
    float:right;
}

.officeListHeader .office {
    font-size:12px;
    font-weight:bold;
    padding-top:2px;
    width:53px;
    padding-left:0px;
}

.officeListHeader .phone {
    font-size:12px;
    font-weight:bold;
    padding-top:2px;
    width:40px;
}

.agentOfficeList {
    width: 400px;
}

.agentOfficeList table {
    padding: 0px 0px 0px 0px;
    border-spacing: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: solid;
    border-color: Black;
}

.letterCell, .addressCell, .spacerCell, .agentsCell {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: solid;
    border-color: Black;
    vertical-align: top;
    text-align: left;
}

.agentInformationTable {
    width: 100%;
    border-width: 0px;
    border-style: solid;
    border-color: Black;
}

.agentLinkCell, .agentPhoneCell, .agentDescriptionCell {
    padding: 0px 10px 10px 0px;
    margin: 0px 0px 0px 0px;
    border-width: 0px;
    border-style: solid;
    border-color: Black;
    vertical-align: top;
    text-align: left;
}

.agentLinkCell, .agentPhoneCell {
    padding: 0px 20px 5px 0px;
}

.agentLinkCell {
    font-weight: bold;
    width: 175px;          
}

.addressCell 
{
    padding: 0px;
    margin: 0px;
    vertical-align: middle;
    height: 56px;
}

.agentDescriptionCell {
    font-weight: bold;
    font-size:11px;
}

.agentPhoneCell {
    white-space: nowrap;
    text-align: right;
}

.officeAddress {
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    height: 56px;
}

.officeAgents {padding-top:4px;}

.officeAddress .letterCell, .officeAgents .spacerCell {
	width: 40px;
}

.letterCell {
    padding: 12px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    background-image:url(../Images/tag.png);
    background-repeat:no-repeat;
    background-position:9px 10px;
    text-align: center;
    color: Black;
    font-weight: bold;
    font-size: 11px;
}

*html .letterCell {
    background-image:url(../Images/tag.gif);
}

/*end Agent Office Locator*/
