#content{padding: 0;}
#map-wrapper, #map-canvas{
	width: 1500px; height: 750px;
}

#map-canvas {
    margin: 0;
}
#legend {
    background: white;
    padding: 10px;
    min-width: 150px;
    border: 1px solid #406080;
    -webkit-border-radius: 9px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius: 9px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-radius: 9px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	display: none;
}
#legend_infowindow {
    background: white;
    padding: 10px;
    width: 175px;
    border: 1px solid #406080;
    visibility: hidden;
    -webkit-border-radius: 9px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius: 9px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-radius: 9px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
#legend_infowindow p.legend-label {
    color: #757677;
    float: left;
    margin: 5px 10px 0px 3px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
#legend_infowindow p.legend-label.location-name {
    font-weight: bold;
    color: #757677;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

#legend {
    display: none;
}
#legend div.legend-color {
    /*border:1px solid #3333AA;*/
    width: 16px;
    height: 16px;
    margin: 7px 10px 0px 3px;
    float: left;
    clear: both;
}
#legend p.legend-label {
    color: #757677;
    float: left;
    margin-top: 8px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
#legend div.legend-title, #legend_infowindow div.legend-title {
    font-weight: bold;
    color: #757677;
    font-size: 12px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
#legend p.data-title {
    color: #757677;
    font-weight: normal;
    margin: 5px 10px 0 3px;
	font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
.locationTooltip{
    border: 1px solid #029FB2;
    background-color:#FFFBF0;
    padding:5px 10px;
    width:auto;
}
.locationTooltip h4{
	font-size: 13px;
	font-weight: normal;
	color: #029FB2;
	line-height: 13px;
	margin: 0;
}