
/* Map Selector */
.page-mapselector h2 {
    font-size:2em;
    font-weight:bold;
    line-height:1.0;
}



#mapselector {
	margin-left: 50px;
	float:left;
	
	
}


.page-mapselector .homeMap {
    overflow:visible;
    position:relative;
    margin-top:20px
}
.page-mapselector #mapContainer {
    width:736px;
    height: 555px
}
.page-mapselector #mapArea {
    background-image:url('/images/maps/none.gif');
    background-repeat: no-repeat;
    position:absolute;
    width:736px;
    height: 555px
}
.page-mapselector #mapArea img {
    position: absolute
}

#tooltip {
    position:absolute;
    z-index:3000
}
#tooltip h3, .page-mapselector #tooltip div {
    margin: 0
}
#tooltip .body { 
    opacity:0.85;
    filter:alpha(opacity=85);
    position:relative
}
#tooltip .bg {
    height:20px;
    line-height:20px;
	background: url(../images/maps/alt-center.gif) repeat-x left bottom;
    padding:0 0 5px 0;
    color:#FFF;
    font-weight: bold;
    font-size: 12px;
    margin: 0 5px;
    position:relative;
}
/*ie6*/
#tooltip .bg {
    _width: 200px;
    _border-left: solid 5px pink;
    _filter: chroma(color=pink);
    }   
    
#tooltip .right-corners {
    position:absolute;
    right:0;
    width:5.1px;
    height:21px;
	background: url(../images/maps/alt-right.gif) no-repeat right top;
    z-index:2
}
#tooltip .left-corners {
    position:absolute;
    left:0;
    width:5.1px;
    height:25px;
	background: url(../images/maps/alt-left.gif) no-repeat left top;

    z-index:2;
    display:block;
}

