/* tooltips for maps location */
#tooltip {
    position: absolute;
    z-index: 3000;
    padding: 5px;
    opacity: 1;
    font: 1.166em/1 'UniversLTW01-67BoldCn', 'Arial Narrow', Arial, Helvetica, sans-serif;
    text-transform: uppercase;}

ul.tags {
    margin: 0 0 0px 0px;
    position: absolute;
    overflow: hidden;
}
.padded ul.tags {
    margin: 0 0 100px -5px;
}
    ul.tags li {
        font: 0.833em/1 'UniversLTW01-67BoldCn', 'Arial Narrow', Arial, Helvetica, sans-serif;
        float: left;
        text-transform: uppercase;
        margin-left: 5px;
        color: #666666;
    }
    
/* Committee */
.committee-members {
    position: relative;
}
.committee-members #map {
    position: relative;
    left: -10px;
    top: -10px;
    width: 700px;
}

.committee-members #map-container a{
    color: #000000;
    font: 0.8em Arial, Helvetica, sans-serif;
    text-transform: uppercase;    
    text-decoration:none;    
}

.committee-members #map-container a:hover:after{
    content: attr(title);
}

.committee-members #map-container a:hover::after{
    width:400px;
    display:block;
    padding:0px;
    margin:0px 0 0 22px;
}

.committee-members #map-container .loc {
    position: absolute;
    width: 6px;
    height: 6px;
    background: url('../img/dot.png') 0 0 no-repeat;
}
.committee-members #map-container .hide {
    background-position: 0 -13px;
}
.committee-members .grid2-padded {
    padding-bottom: 0;
}
.committee-members .mastheadOverlay {
    color: #527eb4;
}
.committee-listings {
    width: 800px;
}
.committee-listings .filters {
    padding-left: 20px;
    width: 960px;
    height: 60px;
    border-bottom: 1px dotted #b2b2b2;
}
.committee-listings .filters h3 {
    float: left;
    margin: 0;
    padding: 13px 20px 0 0;
    font: 1.166em 'UniversLTW01-57Condense 723821', 'Arial Narrow', Arial, Helvetica, sans-serif;
}
.committee-listings .filters ul.filter-links {
    float: left;
    margin: 0;
    padding-right: 20px;
    text-transform: uppercase;
}
    .committee-listings .filters li {
        float: left;
    }
        .committee-listings .filters li a {
            color: #7d8084;
        }
        .committee-listings .filters li a:hover,
        .committee-listings .filters li a:focus {
            text-decoration: none;
        }
        .committee-listings .filters li a.selected {
            color: #000;
        }
.committee-listings .filters div.customSelect {
    float: left;
}





.listings {
    clear: both;
    position: relative;
    margin: 0 0 0px;
    width: 700px;
}
    .listings li {
        padding: 5px 0px;
        margin: 0;
        position: relative;
        overflow: hidden;
    }
    .listings li  {
        line-height: 1;
        font-size: 0.875em;
        width: auto;
    }
    .listings li  a {
        text-decoration: none;
        color: #2f3338;
    }
    .listings li  span {
        display: block;
        float: left;
        width: 200px;
        font-size: inherit;
        margin-right: 20px;
        color: #525a63;
    }
    .listings li  span.country {
        color: #2f3338;
    }
    .listings li  span.name {
        font: 1em;
        color: #0099ff;
    }











