﻿#locations{
    clear:both;
}

#locations ul {
    margin:10px 0;
    padding:0;
    list-style:none;
    min-height:1px;
    
} * html #locations ul { height:1px; } #locations ul:after { content:"."; clear:both; height:0; visibility:hidden; display:block; }

    #locations li {
        margin:0 3px 3px 0;
        padding:10px 10px 15px;
        background:#eee;
        list-style:none;
        float:left;
        width:175px;
        height:200px;
        font-size:.85em;
        
    }
        
        #locations li strong {
            width:40px;
            display:block;
            float:left;
        }
        
        #locations li h2 {
            margin:0 0 10px;
            padding:0 0 10px;
            color:#444;
            
        }
        
#mapMenu {
    position:absolute;
    z-index:1000;
    top:70px;
    left:120px;
    width:220px;
}
        
#mapMenu ul {
    list-style:none;
    margin:0;
    padding:0;
    
    
}

#mapMenu li {
    list-style:none;
    margin:0;
    padding:0;
    display:block;
}

#mapMenu a {
    text-decoration:none;
    font-size:.9em;
    padding:3px 10px;
    margin:3px 0 0;
    display:block;
    background:#eee;
    border:1px solid #e8e8e8;
    /*
    -webkit-border-radius: 13px;  
	-moz-border-radius: 13px;
    border-radius: 13px;
    color:#444444;
    */
    
}

#mapMenu a:hover {
    background:#545454;
    color:#fff;
    border:1px solid #8d8d8d;
}

#locationMap {
    position:relative;
}
