@charset "utf-8";
/* CSS Document */

#googleHolder{
	
	float:left;
	width:650px;
	
	
}

#googleMaps{
	float:left;
	margin:25px 0px 0px 85px;
	display:inline;
}


#locationHolder{
	margin:10px 0px 0px 85px;
	
}

#LocationTable{
	
	
	float:left;
	
	
}

.location{
	
	float:left;	
	
}

.eastWestNS{
	
	float:left;
	width:135px;
	heigh:15px;
	background-color:#fff;
	font-weight:bold;
	color:#000;
	
}

.locationDescript{
	
	float:left;
	width:510px;
	height:auto;
	background-color:#dcdcdc;
	color:#000;
	
}

.locationDescript ul li{
	
	margin:7px 0px 0px 0px;	
	
}
