



.mapnav UL {
	background: #39a9a4;
	background: #005dac;
	color: #fff;
	margin: 30em 5em !important;
	padding: 1.5em;
	position: absolute;
	left: 0;
	width: 250px;
	z-index: 99;
        font-weight: 800;

}

.mapnav UL LI STRONG {
	display: block;
	font-size: 18px;
    font-weight: 800;

}

.mapnav UL LI  {
    margin-top: 10px;
}
.mapnav UL LI A {
	color: white;
	font-size: 16px;
    font-weight: 800;
	letter-spacing: 2px;
	line-height: 14px;
	margin-left: -4px;
    margin-top: 0px;
	padding: 5px 5px;
	vertical-align: middle;
}

.mapnav UL LI A:hover {
	color: orange;
	text-decoration: none;
}

/**
 * ASIDE
 * Your side bar rules
 * -------------------------------------------------------------------------------------------------
 */
ASIDE {
	float: left
}

/**
 * BODY
 * Your content rules
 * -------------------------------------------------------------------------------------------------
 */




#map_canvas {
	height: 1280px;
    width: 100%;
}

/**
 * CONTACT
 * Your form rules
 * -------------------------------------------------------------------------------------------------
 */
.contact FORM {}

.contact FORM INPUT[type="text"] {
	padding: 0 10px;
    color:black;
}

.contact FORM INPUT[type="submit"] {
	margin: 0;
}

input{
    color: black!important;
}
/**
 * FOOTER
 * Your footer rules
 * -------------------------------------------------------------------------------------------------
 */


