body {
	background-color:#774601;
	font-family:verdana, arial, helvetica;
}
#room2 {
	position:relative;
	top:0;
	left:50%;
	margin-left:-514px;
	width:1024px;
	height:768px;
}
.map {

	width:1024px;
	height:768px;
}
#cont {
	position:relative;
	top:0;
	left:50%;
	margin-left:-514px;
	width:1024px;
	height:768px;
	cursor: url(../images/search.png), auto;
}
#cont img {
	border:0;
}

#cont2 {
	cursor:default;
	background-color:#8DCE4F;
}
#menubar {
	background-color:#8C5A00;
	position:absolute;
	top:46px;
	height:22px;
	width:540px;
	left:50%;
	margin-left:-280px;
	z-index:100;
	color:white;
	padding:2px 4px 6px 4px;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	font-family:"comic sans ms",verdana,arial,helvetica;
	cursor:default;
	background-image:url(../images/menu_bg.png);
}
#menubar a {
	margin:0;
	line-height:20px;
	padding:2px 9px 2px 9px;
	cursor:pointer;
	color:white;
	text-decoration:none;
}
#menubar a:hover {
	background-color:#18471F;
	color:white!important;
}
.selected {
	background-color:khaki;
	color:#366423!important;
	border:1px solid #366423;
	padding:1px 9px!important;
}
#slate {
	position:absolute;
	left:50%;
	margin-left:-102px;
	/*top:50%;
	margin-top:-277px;*/
	top:125px;
	z-index:200;
	display:block;
	width:199px;
	height:216px;
	box-shadow: inset 0px 0px 14px 9px #CB9E45;
	background-image:url(../images/slate.png);
}
#homelink {
	position:absolute;
	left:50%;
	margin-left:-501px;
	top:9px;
	z-index:100;
}
#homelink img {
	width:165px;
	height:158px;
	border:0;
}
#glass_link {
	text-decoration:none;
	display:none;
	width:180px;
	height:180px;
	border:3px solid transparent;
	border-radius:50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
#globelink {
	position:absolute;
	left:50%;
	margin-left:310px;
	top:15px;
	z-index:100;
}
#globelink img {
	width:205px;
	height:118px;
}
.black {
	border-color:#000000!important;
}
.gold {
	border-color:gold!important;
}
.green {
	border-color:#8FCD51!important;
}
.brown {
	border-color:brown!important;
}
.purple {
	border-color:purple!important;
}
.white {
	border-color:#ffffff!important;
}
.lens {
	cursor:pointer;
	position:absolute;
	z-index:100;
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0) 28%, rgba(255,255,255,0.4) 55%, rgba(255,255,255,0) 72%, rgba(255,255,255,0.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0.9)), color-stop(28%,rgba(255,255,255,0)), color-stop(55%,rgba(255,255,255,0.4)), color-stop(72%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 28%,rgba(255,255,255,0.4) 55%,rgba(255,255,255,0) 72%,rgba(255,255,255,0.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 28%,rgba(255,255,255,0.4) 55%,rgba(255,255,255,0) 72%,rgba(255,255,255,0.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 28%,rgba(255,255,255,0.4) 55%,rgba(255,255,255,0) 72%,rgba(255,255,255,0.8) 100%); /* IE10+ */
	background: linear-gradient(135deg,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0) 28%,rgba(255,255,255,0.4) 55%,rgba(255,255,255,0) 72%,rgba(255,255,255,0.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#99ffffff',GradientType=0 ); /* IE6-9 fallback on horizontal gradient */
}
.bx-viewport {
	padding-top:0;
	height:unset;
}
/*
.bxslider {
	line-height:26px;
	height:26px;
	padding-bottom:22px;
}
*/
.factbox {
	position:relative;
	float:left;
	width:45%;
	margin:2%;
	padding:8px;
	border-style: solid;
	border-width:3px;
	background:white;
	border-radius:12px;
}
li {
	background-color:whitesmoke;
	border-radius:6px;
	padding-bottom: 5px;
	line-height:1.1em;
}
#content {
	margin:0 auto;
	position:relative;
	top:26px;
	width:720px;
	min-height:350px;
	background-color:white;
	border-radius:6px 6px 0 0;
	border:2px solid black;
	border-bottom:transparent;
	padding:140px 20px 10px 20px;
	background-image:url('../images/alt_page_bg_top.png');
	background-repeat:no-repeat;
	background-position:top center;
}
#content_bottom {
	position:relative;
	margin:0 auto;
	width:720px;
	padding:10px 20px 10px 20px;
	border:2px solid black;
	border-top:transparent;
	background-image:url('../images/alt_page_bg_bottom.png');
	background-repeat:no-repeat;
	background-position:bottom center;
	border-radius:0 0 6px 6px;
}
#menubottom {
	position:relative;
	width:500px;
	margin:0 auto;
	margin-top:-30px;
	text-align:center;
}
#menubottom a {
	font-family: "comic sans ms",verdana, arial;
	color:black;
	text-decoration:none;
	font-weight:bold;
	padding:2px 6px;
}
#menubottom a:hover {
	background-color:black;
	color:white;
}
#address {
	position:relative;
	width:300px;
	margin:40px auto;
	font-weight:bold;
}
#contactlink {
	display:block;
	margin:0 auto;
	text-align:center;
}
#copyright {
	position:absolute;
	font-size:12px;
	margin:5px 7px 0 0;
	right:0;
	font-family:inherit;
	font-weight:bold;
}