/* --------------------------------------------------------------
AH (01-13-10): Created BOEAlphaListStyles for tabbed navigation of the Alphabetical Phone Listing Web Pages.
--------------------------------------------------------------- */

#navcontainer {
    margin-top: 15px;
    text-align: center;
}

#navlist {
    padding: 3px 0;
    margin-left: 0;
    border-bottom: 1px solid #005595;
    font: bold 12px Verdana, sans-serif;
}


/* --------------------------------------------------------------
AH (04-05-10): Corrected list-style-type attribute - "-type" was missing; removed the bullet image introduced by the new Bullet styles; removed the extra left side padding required by the new bullet images.
--------------------------------------------------------------- */

#navlist li {
    list-style-type: none; /* corrected */
    background-image: none; /* removed new bullet images */
    margin: 0;
    padding-left: 0px; /* removed left padding of new bullets */
    display: inline;
}


#navlist li a {
    padding: 3px 0.5em;
    margin-left: 3px;
    border: 1px solid #777788;
    border-bottom: none;
    background: #ddddee;
    text-decoration: none;
}

#navlist li a:link {
    color: #444488;
}

#navlist li a:visited {
    color: #cc8333;
}

#navlist li a:hover {
    color: #ffffff;
    background: #009900;
    border-color: #777788;
}

#navlist li a#current {
    color: #990000;
    background: #ffffff;
    border-bottom: 1px solid #ffffff;
}


/* --------------------------------------------------------------
AH (04-05-10): Changed top margin from -20px to -6px to adjust for the new cross browser margin spacing introduced with the new bullet image styles.
--------------------------------------------------------------- */

#phonelist {
    margin-top: -6px; /* was -20px */
    padding-top : 5px;
    border: 1px solid #005595;
    border-top: none;
}
