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

.a, .a:visited {color:#000;}
#container {
	position:relative;
	width:760px;
	height:450px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 10;
}

#container h1 {font-weight:normal; width:600px; text-align:center; position:absolute; bottom:250px; left:0; color:#eee; font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif; letter-spacing:1px; line-height:1.7em; z-index:1;}

a.gallery, a.gallery:visited {
	color:#000;
	text-decoration:none;
	width:120px;
	height:88px;
	cursor:default;
	display: block;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}

a.slidea {
	background-image: url(thumbnails/RECTORY-DINING-ROOM_50.jpg);
	position: absolute;
	top: 0px;
	right: 0px;
}
a.slideb {
	background-image: url(thumbnails/BARN-DINING-ROOM_50.jpg);
	position: absolute;
	right: 0px;
	top: 100px;
}
a.slidec {
	background-image: url(thumbnails/BLOCK-HOPE-DINING-ROOM_50.jpg);
	position: absolute;
	top: 200px;
	right: 0px;
}


a.slidea:hover { background-image: url(thumbnails/RECTORY-DINING-ROOM.jpg);}
a.slideb:hover { background-image: url(thumbnails/BARN-DINING-ROOM.jpg);}
a.slidec:hover { background-image: url(thumbnails/BLOCK-HOPE-DINING-ROOM.jpg);}


a.gallery span {
	visibility:hidden;
	display:block;
	position:absolute;
	width:610px;
	height:450px;
	top:200px;
	left:0px;
	color:#000;
	text-align:center;
	font-family:tahoma, geneva, "lucida sans unicode", "lucida grande",verdana, sans-serif;
	letter-spacing:1px;
	cursor:default;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}

a.slidea span {
	left:-630px;
	top:0px;
}
a.slideb span {
	left:-630px;
	top:-100px;
}
a.slidec span {
	left:-630px;
	top:-200px;
}
a.slided span {
	left:-630px;
	top:-300px;
}

a.slidee span {
	left:-630px;
	top:-400px;
}

a.slidef span {
	left:-630px;
	top:-500px;
}



a.gallery:hover {
	white-space:normal;
	z-index:100;
}

a.gallery:hover span {
	visibility:visible;
	z-index:100;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.gallery:hover span img { solid #000; position:relative; z-index:100;}


a.gallery:active, a.gallery:focus {z-index:10;}

a.gallery:active span, a.gallery:focus span {
	visibility:visible;
	z-index:10;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#start_picture {
	position: absolute;
	left: 12px;
	top: 1px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #000000;
}
#bottom_section #menu{
	padding-right: 200px;
}

