/* Google Maps Directions Styles ---------------------------------------------------------------------------------*/

#GoogleMapContainer {
	background-color:#f8fbfe;
	float:left;
	padding:10px;
	border:1px solid #cccccc;
}
#MapsContainer {
	width:700px;
}
#InputContainer {
	width:670px;
	background-color:#005CAB;
	padding:10px 10px 15px 20px;
	margin:0px !important;
}
#InputContainer p {
	color:#ffffff;
	line-height:30px;
	margin:0px;
}
#map {
	width: 400px;
	height: 400px;
	float:left;
	border:5px solid #72C367;
	margin-top:10px;
	padding: 0px !important;
}
#directions {
	width:280px;
	font-size:11px;
	line-height:16px;
	padding:0px !important;
	float:right;
	color:#005CAB;
	background-color:Transparent;
}
#directions a:link,
#directions a:visited {
	color: #72C367;
}
#directions a:hover {
	text-decoration:none;
}
#directions td {
	padding: 7px 5px 7px 7px !important;
}