@charset "UTF-8";

@import url("common.css");

#main h2 {
	color: #333;
	font-size: 18px;
	text-shadow: 2px 2px 2px #777;
	margin: 0 0 1em 0;
	padding-bottom: 2px;
	border-bottom: 2px solid #666;
}
#lead {
	margin-bottom: 20px;
	width: 260px;
	float: left;
}
#news {
	margin-bottom: 20px;
	padding-bottom: 10px;
	width: 420px;
	background-image: url(../img/news_bottom.gif);
	background-position: left bottom;
	float: right;
}
#news h3 {
	text-indent: -999em;
	margin: 0;
	background-image: url(../img/news_title.gif);
	background-repeat: no-repeat;
	height: 30px;
	overflow: hidden;
}
#news table {
	margin-left: 10px;
	border-collapse: collapse;
	width: 400px;
}
#news th {
	font-size: 10px;
	text-align: left;
	padding: 2px;
	border-bottom: 1px solid #666;
}
#news td {
	padding: 2px;
	vertical-align: top;
	white-space: nowrap;
}
#news td.address {
	white-space: normal;
}
td#alldata {
	text-align: right;
	border-top: 1px solid #666;
}
#map-area {
	clear: both;
}
#google-maps {
	margin-bottom: 20px;
	height: 400px;
	width: 540px;
	border: solid 1px #999;
	float: left;
}
#google-maps em {
	color: #000;
	font-weight: bold;
	font-style: normal;
}
#map-notes {
	margin-bottom: 20px;
	width: 140px;
	float: right;
}
#map-notes table {
	margin-bottom: 1em;
	border-collapse: collapse;
	width: 140px;
}
#map-notes caption {
	color: #060;
	text-align: left;
	font-weight: bold;
}
#map-notes th {
	width: 24px;
}
p#icons-info {
	clear: both;
}