#map {margin-top:280px; min-height:650px; background: rgba(41,48,80,.3); padding:30px 10px 10px 50px; border-radius:10px; border-right:1px solid #2b5db0;border-bottom:1px solid #2b5db0;}
#map h3 {
	font-size:16px;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	margin-top: 0px;
	color:#b6c3c6;
	padding-bottom:15px;
	margin-bottom: 15px;

	}

#map .column {
	float: left;
	min-height: 100px;
	margin:0 15px 100px 0;
	}
#map .column ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
	}
#map .column ul li {
	margin: 0 0 0 20px;
	}
#map .column ul li h3 {
	margin: 0 0 0 -20px;
	}	
#map .column a {
	text-decoration: underline;
	line-height:1.2;
	text-transform:none;
	font-family:"Trebuchet MS", Helvetica, sans-serif;
	font-size:14px;
	color:#6bb8c8;	
	}
#map .column a:hover {
	text-decoration: none;
	}
