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

.pageHeader {
	background: url(../images/bg_office.jpg);
	background-repeat: no-repeat;
	background-position: center;
	color: #ffffff;
}
.pageHeader h2 {
	font-weight: normal;
	text-shadow: 1px 1px 0px #000000;
}
.pageHeader h2 span {
	border-bottom: 2px solid #ffffff;
	box-shadow: 0px 1px  #000000;
}

#about  {
	text-align: center;
	position: relative;
}
#about #aboutBox {
	font-size: 13px;
	text-align: left;
	position: relative;
	left: 50%;
	margin-left: -480px;
	margin-bottom: 100px;
	overflow: hidden;
}
#about table {
	float: left;
	vertical-align: top;
}
#about table th, #about table td {
	padding-bottom: 15px;
}
#about table th {
	padding-right: 25px;
}
#about table:nth-child(1) td ul li {
	text-indent: -1em;
	margin-left: 1em;
}
#about table:nth-child(2) {
	margin-left: 45px;
}
#about table td dl dd {
	margin-left: 1em;
}
#about table a {
	text-decoration: underline;
	color: #000;
}
#reception {
	background: #ffffcb;
	overflow: hidden;
}
#reception p, #access p {
	color: #298320;
	font-size: 16px;
	text-align: center;
}
#reception div img {
	display: block;
	float: left;
	margin-right: 50px;
}
#reception div {
	overflow: hidden;
	width: 952px;
	margin: 45px auto 100px;
}
#reception div img:nth-child(3) {
	margin-right: 0;
}
#accessBox {
	width: 960px;
	margin: 45px auto 100px;
}
#access .verticalImage {
	width: 284px;
	margin-right: 50px;
	float: left;
}
#access .verticalImage img {
	margin-bottom: 50px;
	vertical-align: bottom;
}
#access .verticalImage img:nth-child(3) {
	margin-bottom: 0;
}
#access iframe {
	vertical-align: bottom;
}