@charset "UTF-8";

@import url("base.css");



#contentBox {
	width: 639px;
	background-image: url(../common_img/box_back.gif);
	background-repeat: repeat-y;
	margin-left: 147px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0px;
}

#contentBoxInner {
	width: 635px;
	padding-top: 30px;
}

#contentBox h3 {
	margin-left: 25px;

}

#contentBox p {
	font-size: 1.4em;
	line-height: 1.6em;
}

#contentBox ul li {
	font-size: 1.4em;
	line-height: 1.6em;
	list-style-type: square;
	list-style-position: inside;
	margin-left: 5px;
}

.textBox {
	margin-top: 20px;
	margin-bottom: 45px;
	margin-right: 20px;
	margin-left: 25px;
}

.textBox2 {
	margin-top: 20px;
}

.textBox2 p {
	margin-right: 20px;
	margin-left: 25px;
}

.textBox3 {
	margin-top: 20px;
	width: 635px;
	padding-bottom: 35px;
}

.textBox3 p {
	margin-right: 20px;
	margin-left: 25px;
	margin-bottom: 15px;
}

.textBox4 {
	margin-top: 20px;
	margin-right: 20px;
	margin-left: 25px;
}

#contentBox h4 {
	color: #0061a1;
	font-size: 1.7em;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #0061a1;
	height: 1em;
	padding-left: 5px;
	margin-top: 20px;
	margin-left: 5px;
}

#contentBox .period {
	margin-left: 15px;
	font-size: 1.6em;
	margin-top: 10px;
}

#contentBox .age {
	font-size: 1.2em;
	margin-left: 10px;
}

.photo {
	float: right;
}

#map {
	float: right;
	padding-right: 40px;
	margin-left: 20px;
}

#map img {
	border: 1px solid #0581D2;
}

#contentBox .pdfFile {
	background-image: url(../common_img/pdf.gif);
	background-repeat: no-repeat;
	text-indent: 1.1em;
	font-size: 1.5em;
	line-height: 1.1em;
	float: right;
	width: 430px;
	margin-top: 3px;
}

#adobeJump {
	margin-left: 155px;
	position: relative;
	top: 10px;
	height: 33px;
	width: 450px;
}

#adobeJump img {
	float: left;
	margin-right: 8px;
}

#adobeJump p {
	font-size: 1.3em;
	margin-top: 2px;
}

#wrapper .contactConts h4 {
	color: #444444;
	border-style: none;
	margin-left: 18px;
}

#wrapper .contactConts .listBox {
	padding-bottom: 15px;
}

#wrapper .contactConts .listBox p {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#wrapper .contactConts .listBox ul {
	margin-left: 25px;
	list-style-type: none;
}

#wrapper .contactConts .listBox ul li {
	list-style-type: none;
}

dl.add{
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-size: 1.4em;
}
dl.add dt{
	clear: left;
	float: left;
	vertical-align:top;
	display:-moz-inline-box; /* Firefox 2 and older */
	display:inline-block;
	/display:inline;
	/zoom:1;
}
dl.add dd{
	margin-left: 3em;
}
