@charset "UTF-8";



.offices em {
    color: #F6501C;
    font-style: normal;
    
    font-size: 1.3em;
    
}

.team {
    width: 160px;
    float: left;
    padding: 10px 20px 20px 55px;
    display: inline;

}

.team img {
    display: block;
    padding-bottom: 0px;
}

.team_name {
    display: block;
    padding-top: 6px;
}

.team_title {}

.team_name_popup {
    font-size: 18px;
    padding-top: 10px;
}

.team_title_popup {
    font-size: 15px;
    margin-bottom: 10px;
}

#popUp01, #popUp02, #popUp03, #popUp04, #popUp05, #popUp06, #popUp07, #popUp08, #popUp09, #popUp10, #popUp11, #popUp12, #popUp13, #popUp14, #popUp15, #popUp16, #popUp17 {
    display: none;
    position: absolute;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #455560;
    text-align: left;
    font-size: 12px;
    width: 455px;
    left: 295px;
}

.popUpContent {
    padding: 10px 20px;
    border: solid #fff 1px;
}

.popupClose {
    float: right;
    padding: 0;
    margin: 0;
}

.popupPrint {
    float: right;
    padding: 0;
    margin: 0;
}

.popUpContent img {
    float: left;
    padding: 0 20px 10px 0;
}

.popupPrint img,
.popupClose img {
    padding: 0 5px;
}


#popUp01 {   /* Bill */
    left: 261px;
    top: 261px;
}
#popUp02 {
    left: 286px;
    top: 216px;
}
#popUp03 {
    left: 261px;
    top: 261px;
}
#popUp04 {
    left: 285px;
    top: 288px;
}
#popUp05 {
    left: 304px;
    top: 475px;
}
#popUp06 {
    left: 260px;
    top: 328px;
}
#popUp07 {
    left: 263px;
    top: 489px;
}
#popUp08 {
    left: 263px;
    top: 389px;
}
#popUp09 {
    left: 209px;
    top: 1065px;
}
#popUp10 {
    left: 265px;
    top: 929px;
}
#popUp11 {
    left: 264px;
    top: 1069px;
}
#popUp12 {
    left: 265px;
    top: 929px;
}
#popUp13 {
    left: 265px;
    top: 929px;
}
#popUp14 {
    left: 265px;
    top: 929px;
}
#popUp15 {
    left: 265px;
    top: 929px;
}
#popUp16 {
    top: 930px;
}
#popUp08, #popUp09, #popUp10, #popUp11, #popUp12, #popUp13, #popUp14, #popUp15, #popUp16        , #popUp17  {
    left: 274px;
    top: 742px;
}


/* use this rule to temporarily make a popup visible for positioning */ 
#popUpxx
{ display: block; }

a img { border: none; }

.tip {
    width: 100px;
    font-size: 12px;
    color: #fff;
    background: #333;
    display: none;
    padding: 10px;
    position: absolute;
    top: -36px;
    right: 0;
    z-index: 1000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

.popupPrint a {
    text-decoration: none;
}

