.mapcontainer {
    position: relative;
}

#graylayer, #colorlayer, #globallayer, #laclayer, #eaplayer, #ssalayer, #menalayer, #salayer, #imagemaplayer {
    position: absolute;
    top: 0;
    left: 0;
}

#graylayer {
    z-index: 1;
}

#colorlayer {
    z-index: 2;
}

#globallayer {
    z-index: 3;
}

#laclayer {
    z-index: 4;
}

#eaplayer {
    z-index: 5;
}

#ssalayer {
    z-index: 6;
}

#menalayer {
    z-index: 7;
}

#salayer {
    z-index: 8;
}

#imagemaplayer {
    z-index: 10;
}

.mapheader {
    margin-top: 4em;
}

.mapborderbars {
    height: 7px;
    background: url('/sites/default/files/images/bg_mapbars.jpg');
    background-position-x: center;
    background-size: contain;
    margin-bottom: 1.2em;
    margin-top: 1.6em;
}

#regiontext {
    text-align: center;
    margin: 3em 0 0;
}

.regiontextitem {
    width: 10%;
    text-align: center;
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    margin: 0 10px 2em;
    min-width: 130px;
}

#globaltext {
    color: #00356B;
    text-decoration: none;
}

#lactext {
    color: #646913;
    text-decoration: none;
}

#menatext {
    color: #D5973E;
    text-decoration: none;
}

#ssatext {
    color: #CC772C;
    text-decoration: none;
}

#eaptext {
    color: #AFA434;
    text-decoration: none;
}

#satext {
    color: #244C14;
    text-decoration: none;
}

.mapheader .dividerline {
    margin-bottom: 2.7em;
}



