@import url("basicstyle.css");

div.location_container img {
	float: left; 
	margin: 10px 0 0 0;
	width: 100px;
}
div.location_container p.location_address {
	padding-left: 150px;
}
div.location_container {
	float: left;
	width: 625px;
	padding-left: 18px;
	padding-right: 27px;
	background-color: rgb(204, 220, 239);
}

div.location_container ul.location_map_list {
	width: 200px;
	float: right;
}

div.location_container ul.location_address {
	width: 300px;
	float: left;
}

div.div_greybackgrnd {
	background-color: rgb(220, 220, 255);
}

div.transportation_information {
	clear: both;
	margin-top: 54px;
	margin-bottom: 54px;
	margin-right: 96px;
	border: 1px solid #fff;
}

#map {
	margin: 27px 27px 54px 27px;
}
