@charset "UTF-8";
/* CSS Document */
/* dfriesen /

.grey {color: #aaa;} h1.grey{font-size: 28px;} h1.grey2{font-size: 28px;margin-top:19px;}

/*  accommdation info   */
.accomm_detail_container { display: none; }
.accomm_detail_container .accomm_detail { width: 300px; border: 1px solid #ccc; }


/*  Interactive Map Container */
.map_container {
	background: url(../images/2012-village-map.jpg) 0 0 no-repeat;
	height: 690px;
	width: 1200px;
	position: relative;
	color: #000;
	font-family: Arial;
	font-size: 12px;
	float: left;
	margin: 0px 0px 0px 20px;
}

.map_container .clear_both { clear: both; line-height: 1px; }

.map_container h2 {
	margin: 0px 0px 0px 0px;
	font-size: 16px;
	font-weight: bold;
}
.map_container h3 {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 4px;
	color: #2c3748;
}
.map_container p { margin: 0px 0px 12px 0px; }
p .instructions{margin-right:3px;}
.map_container a, a:visited { color: #AA0000; margin: 0px 10px 0px 0px; }
.map_container a.accomm {
	background-image: url(../images/template/houses.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 40px;
	width: 40px;
	display: block;
	position: absolute;
	cursor: pointer;
}
.map_container a.accomm.selected {
	background-position: 0px -80px;
}
.map_container a.accomm:hover {
	background-position: 0px -40px;
}
.map_container .form_accommodation {
	position: absolute;
	top: 470px;
	left: 940px;
	width: 225px;
	
}
.map_container .detail_container {
	position: absolute;
	top: 26px;
	left: 935px;
	width: 240px;
	height: 422px;
}
.map_container .accomm_detail {
	position: absolute;
	top: 0px;
	width: 230px;
	padding: 10px 0px 0px 12px;
	height: 425px;
}

.map_container .accomm_detail .accomm_photo {
	float: left;
	margin: 0px 15px 0px 0px;
	border: 1px solid #fff;
	border-radius: 8px;
	box-shadow: 0px 5px 3px #4e5d74;
	-webkit-box-shadow: 0px 5px 3px #4e5d74;
	-moz-box-shadow: 0px 5px 3px #4e5d74;
	-webkit-border-radius: 8px;
}
.map_container .accomm_detail .accomm_info {width: 220px;float: left;}
.information_container{float:left; width:300px;}
.information_container a {color:#000;} 
#accommodation{font-size:12px; font-weight:bold; padding:2px;}
.instructions {padding-right:5px; }