@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;
	width:auto;
	clear:both;
	font-weight:bold;
	letter-spacing:1px;
}

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

}

#map {
	padding-bottom:30px;
}

#map p {
	float: left;
	width:460px;
}

#map ul.sectionLink {
	padding:0;
	margin-left:470px;
}

/* clearfix */
.clearfix:after{
	content:" ";
	display:block;
	visibility:hidden;
	clear:both;
	height:0.1px;
	font-size:0.1em;
	line-height:0;
}

* html .clearfix{
	display:inline-block;
}

.clearfix{
	height:1%;
}
