@charset "utf-8";
/* CSS Document */
.location_row {
	width: 420px;
	margin: 0px 0px 20px 10px;
	padding: 0px 0px 20px 0px;
	min-height: 125px;
	overflow: hidden;
	clear: both;
}
.location_info {
	width: 170px;
	margin: 0px 10px 0px 0px;
	float: left;
}
.location_img {
	width: 230px;
	height: 125px;
	margin: 0px 10px 0px 0px;
	float: right;
}
a.location_title:link, a.location_title:active, a.location_title:visited {
	font-weight: bold;
	color: #070;
	font-size: 1.1em;
	display: block;
	text-decoration: underline;
}
a.location_title:hover {
	color: #06c;
	text-decoration: none;
}
.location_title {
	font-weight: bold;
	color: #070;
	font-size: 1.1em;
	display: block;
	text-decoration: none;
}
.location_address {
	font-size: .9em;
	display: block;
}
.location_phone {
	font-size: 1em;
	font-weight: bold;
	display: block;
}