@charset "UTF-8";

.sectionSecondary table {
	border-collapse:collapse;
	width:100%;
	margin:20px 0;
	font-size:82%;
}

.sectionSecondary table th,
.sectionSecondary table td {
	border:1px solid #B1B8D2;
	padding:5px;
	vertical-align:middle;
}

.sectionSecondary table th {
	background-color:#E8F1FF;
	text-align:center;
}

.sectionSecondary table td {
	padding-left:15px;
}

.sectionSecondary dl {
	font-size:82%;
	color:#333;
	margin:0 20px 0 20px;
	padding:10px 0 2px 0;
	border-bottom:1px solid #DCDCDC;
}

.sectionSecondary dt {
	float:left;
	clear:both;
	font-weight:bold;
	letter-spacing:1px;
}

.sectionSecondary dd {
	margin-left:150px;
	letter-spacing:1.5px;

}

#map {
	margin-bottom:30px;
}