/*
CSS for the Google Maps v3 Template

Design by Brian Shaw 
National Oceanic and Atmospheric Administration
National Geodetic Survey

*/

/* for the div tags */

.map_canvas_main {
    position: relative;
    width: 100%;
    height: 400px;
    margin: 5px 0px 5px 0px;
    padding : 0px;
    z-index: 0;
}

.map_canvas_block {
    position: relative;
    width: 280px;
    height: 300px;
    margin: 5px 0px 5px 0px;
    padding : 0px;
    z-index: 0;
}

.map_container {
    position:relative;
    width:100%;
    height:330px;
}

.lat_lng_box {
    top: 5px;
    right: 120px;
    position: absolute;
    width: 120px;
    height: 20px;
    opacity: 0.75;
    filter:alpha(opacity=75);
    background: none repeat scroll 0 0 #DDDDDD;
    text-align: center;
    padding-top: 3px;
    z-index:1;    
}

.grav_side_image {
    position: absolute;
    width: 200px;
    height: 300px;
    top: 0px;
    left: 300px;
}