@charset "utf-8";
/* CSS Document */


#contents {
	position: relative;
	background-repeat: no-repeat;
	width: 900px;
	height: 600px;
	background-image: url(images/norwich_small_city_hall.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;
}

#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;
	width: 119px;
}
#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;
}

#contents .link_box:hover a.link_text {
	visibility: hidden;
	font-size: 36px;
	color: #0F0;
}

#central_display {
	position: absolute;
	left: 215px;
	top: 70px;
	visibility: hidden;
}
.main_photo {
	position: relative;
	float: right;
	margin-top: 20px;
}
#contents .link_text {
	visibility: hidden;
	position: absolute;
}

#box_churches {
	left: 0px;
	top: 25px;
}
.churches_link_popup {
	visibility: hidden;
	background-image: url(images/churches_round.png);
	height: 400px;
	width: 400px;
}
#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);
}
#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);
}
#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);
}
#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);
}
#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);
	font-size: 36px;
	color: #F00;
}
#contents .link_box:hover .pubs_link_popup {
	visibility: visible;
	position: absolute;
	top: 44px;
	right: 153px;
}
#box_events {
	left:680px;
	top: 120px;
	font-size: 0px;
}
.events_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/blank_circle.png);
	font-size: 0em;
	color: #000;
	padding-top: 40px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#contents .link_box:hover .events_link_popup {
	visibility: visible;
	position: absolute;
	top: -50px;
	right: 153px;
	font-size: 3em;
}
#box_publications {
	left:680px;
	top: 215px;
}
.publications_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/publications_circle.gif);
}
#contents .link_box:hover .publications_link_popup {
	visibility: visible;
	position: absolute;
	top: -145px;
	right: 153px;
}
#box_boot_shoe {
	left:680px;
	top: 310px;
}
.boot_shoe_link_popup {
	visibility: hidden;
	height: 400px;
	width: 400px;
	background-image: url(images/boot_shoe_round.png);
}
#contents .link_box:hover .boot_shoe_link_popup {
	visibility: visible;
	position: absolute;
	top: -240px;
	right: 153px;
}

