* html img, * html .png {
	position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true) );
}
.bodytext, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6e7a;
}
.bodytext a:link, p a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F8DCA;
	font-weight: bold;
}
.bodytext a:visited, p a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F8DCA;
	font-weight: bold;
}
.bodytext a:hover, p a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7F8DCA;
	font-weight: bold;
	text-decoration: underline;
}
p.bodytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6e7a;
}
.heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #2a693f;
	font-weight: bold;
}
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.roompicsdesc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #6c6e7a;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 10px;
	z-index: -1;
}
.border {
	border-top-style: solid;
	border-top-color: #a5b2ba;
	border-top-width: 1px;
	border-left-style: solid;
	border-left-color: #a5b2ba;
	border-left-width: 1px;
	border-right-style: solid;
	border-right-color: #a5b2ba;
	border-right-width: 1px;
}
.bulletheading, .bulletheading p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #046434;
}


/* CSS for Accommodation tab Image Hover */

.accommodation1 {
	position: relative;
	z-index: 20;
	display: block;
	visibility: visible;
}
.accommodation2 {
	position: relative;
	z-index: 19;
	display: block;
	visibility: visible;
}
.accommodation3 {
	position: relative;
	z-index: 18;
	display: block;
	visibility: visible;
}
.accommodation4 {
	position: relative;
	z-index: 17;
	display: block;
	visibility: visible;
}
.accommodation5 {
	position: relative;
	z-index: 16;
	display: block;
	visibility: visible;
}
.accommodation6 {
	position: relative;
	z-index: 15;
}
.accommodation7 {
	position: relative;
	z-index: 14;
}
.accommodation8 {
	position: relative;
	z-index: 13;
}
.accommodation9 {
	position: relative;
	z-index: 12;
}
.accommodation10 {
	position: relative;
	z-index: 11;
}
.accommodation-thumbnail img {
	border: 1px solid white;
	margin: 0 5px 5px 0;
}
.accommodation-thumbnail:hover {
	background-color: transparent;
}
.accommodation-thumbnail:hover img {
}
.accommodation-thumbnail span {
	/*CSS for enlarged image*/
position: absolute;
	background-color: white;
	margin-top: 0px;
	padding: 5px;
	left: -1000px; /* border: 1px dashed gray; */
	;
	visibility: hidden;
	color: black;
	text-decoration: none;
	z-index: 21;  /* must be higher than class .accommodation1 */
}
.accommodation-thumbnail span img {
	/*CSS for enlarged image*/
border-width: 0;
	padding: 2px;
}
.accommodation-thumbnail:hover span {
	/*CSS for enlarged image*/
visibility: visible;
	top: 0;
	left: 120px; /*position where enlarged image should offset horizontally */
	;
	z-index: 50;
}

