@charset "UTF-8";
/* CSS Document */

p {
	display:block;
}
.locations {
	width:280px;
	height:300px;
	display:inline-block;
	min-height:300px;
	overflow:hidden;
	padding:20px;
	float:left;
	border:1px dotted #ccc;
}
.locations:hover, .locations-last:hover {
	background-color:#f3f3f3;
}
h4.location-title {
	font-size:14px;
	font-weight:bold;
	margin:0 0 11px 0;
}
h4.location-title img {
	vertical-align:text-bottom;
}
.text-small {
	font-size:10px;
	line-height:normal;
	color:#666;
}

#news-table {
	width:600px;
}
#news-table td {
	padding:10px 5px;
}
#news-table td a {
	color:#0054a6;
	text-decoration:none;
}
#news-table tr.alt {
	background-color:#eee;
}
#accordion {
	position:static;
}