@charset "utf-8";

#about_contents {
	position: relative;
	background-repeat: no-repeat;
	width: 900px;
	height: 542px;
	background-image: url(images/NHP_background.jpg);
}
#index_introduction {
	background-color: #60897B;
	width: 860px;
	padding-right: 20px;
	padding-left: 20px;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FFF;
	text-align: center;
}

#about_contents .link_box {
	font-size: 0.8em;
	position: absolute;
	background-repeat: no-repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center center;
	margin-left: 5px;
}
#about_contents .link_text {
	color: #FFF;
	position: absolute;
	left: 10px;
	top: 20px;
	font-size: 2.4em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-style: normal;
}
#about_contents .link_popup_text {
	visibility: hidden;
}
#about_contents .link_box:hover .link_text {
	visibility: hidden;
}
#about_contents .link_box:hover .link_popup_text {
	visibility: visible;
	font-size: 3em;
	padding-top: 5px;
	padding-left: 5px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
	left: 100px;
	top: 100px;
}
#central_display {
	position: absolute;
	left: 215px;
	top: 70px;
	visibility: hidden;
}


#box_churches {
	left: 0px;
	top: 25px;
}
.churches_link_popup {
	visibility: hidden;
	background-image: url(images/churches_round.png);
	height: 400px;
	width: 400px;
}
#about_contents .link_box:hover .churches_link_popup {
	visibility: visible;
	position: absolute;
	left: 210px;
	top: 44px;
}
#box_yards {
	left: 0px;
	top: 120px;
}
.yards_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/yards.png);
}
#about_contents .link_box:hover .yards_link_popup {
	visibility: visible;
	position: absolute;
	left: 210px;
	top: -50px;
}
#box_glass {
	left: 0px;
	top: 215px;
}
.glass_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/stained_glass.png);
}
#about_contents .link_box:hover .glass_link_popup {
	visibility: visible;
	position: absolute;
	left: 210px;
	top: -146px;
}
#box_market {
	left: 0px;
	top: 310px;
}
.market_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/market2.png);
}
#about_contents .link_box:hover .market_link_popup {
	visibility: visible;
	position: absolute;
	top: -240px;
	left: 210px;
}
#box_people {
	left: 0px;
	top: 405px;
}
.people_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/people.png);
}
#about_contents .link_box:hover .people_link_popup {
	visibility: visible;
	position: absolute;
	top: -337px;
	left: 210px;
}
#box_pubs {
	left:680px;
	top: 25px;
}
.pubs_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/pubs_circle.png);
}
#about_contents .link_box:hover .pubs_link_popup {
	visibility: visible;
	position: absolute;
	top: 44px;
	right: 153px;
}

.main_photo {
	position: relative;
	float: right;
	margin-top: 20px;
}
.about_tab {
	background-color: #696;
}

