#indexSearch {
    position:relative;
    width: 100%;
    min-height:2.4em;
    /*max-height:5em;*/
    background-color: #026224; 
    color:white;
    z-index:10100;
    margin:0;
    padding:0;
}    

.azHide {
    display:none;
}
#indexLink {
    display:block;
    position:absolute;
    text-align:right;
    right:0;
    top:0;
    width:6.25em;
    padding: 0;
    margin:0;
    padding-top:0.6em;
    background-color: #026224; 
    
}
#indexLink a {
    list-style: none;
    font-weight: bold;
    color:white;
    text-decoration:none;
    font-weight:bold;
    font-size:0.8m;
    margin-top:0;
    margin-bottom:0;
    margin-left:0;
    margin-right:0.5em;
    padding-top:0.6em;
}

#atoz {
    /*float:right;*/
    /*    clear:left;*/
    position:absolute;
    right:6.4em;
    left: 8em;
    /*margin-left:6em;*/
    /*left:6em;*/
    top:0;
    text-align:right;

    /*position:relative;*/
    color:white;
    /*padding-left: 8em;*/
    margin: 0;
    /*    width:100%;*/
    min-height:2.4em;
    /*background-color: #026224;*/
    /*margin-right:4em;*/
    /*margin-bottom:1em;*/
    /*width:10%;*/
    /*    margin-left: 1em;
        margin-right: 1em;*/
    /*    border-top: 1px solid #000000;
        border-bottom: 1px solid #333;*/
}

#atozindex {
    /*width:95%;*/
    /*overflow:hidden;*/
    
}
#atozindex, #atozindex ul {
    padding: 0;
    margin:0;
    float:right;
    list-style: none;
    font-weight: bold;
}

#atozindex a {
    /*display: block;*/
    text-decoration: none;
    padding-top: 1em;
    padding-left: 0.4em;
    padding-right: 0.4em;
    /*padding-bottom: 0.1em;*/
    height:2em;
    border-right: 1px solid #333;
    font-size: .8em;
    color: #efefef;
}
#atozindex li {
    float: left;
    width: 0.1em;
    background-color: #026224;
}
#atozindex li {
    position: relative; 
    width: auto;
}

#atozindex ul li a  {
    color: #efefef;
    border-right: 0;
    /*padding: 0.3em 0.7em 0.7em 3em;*/
}

#atozindex li:hover a, #atozindex a:focus, #atozindex a:active, #atozindex li.hvr a {
    color: #000000;
    background-color: #aaaaaa;
    text-decoration:none;
}

#search {
    float:left;
    left:0.5em;
    height:2em;
    top:0.5em;
    position:absolute;
    /*position: relative;*/
    background-color: #026224;
    overflow:visible;
    /*z-index:15;*/

}

#searchstring {
    float:left;
    width: 75%;

}

