/*
 Description:    Walden Map CSS File
 Author:         Scott Lewis, Trail Websites
 Author URI:     http://trailwebsites.com
 Version:        1.1.0
*/


#tws_map_container {
	height:640px;
	margin-top:30px;
	margin-bottom:50px;
}
.tws_map_footer {
	margin-bottom:100px;
	color: black;
}
#googleMap {
	height:560px;
}
.infoboximage {
	float:right;
	height:150px;
	width:150px;
	margin-left:5px;
    margin-bottom:5px;	
}
.tws_icon {
	width: 32px;
	margin-right: 15px;
}
.tws_markers {
	 color: white;
	 background-color: rgb(132, 146, 119);
	 font-family: "Arial", sans-serif;
	 font-size: 10px;
	 font-weight: bold;
	 text-align: center;
	 width: 40px;     
	 border: 2px solid black;
	 white-space: nowrap;
}
