

/*hotels page photo display*/
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -1000px;
border: 1px dashed lightyellow;
visibility: hidden;
color: white;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */
}
/*End hotels page photo display*/
.hotelstable {
	font-size: 12px;
	border: 1px solid #3D2814;
	padding: 10px;
	color:#3D2814;
}
#footerhotel {
	clear:both;
	padding:10px;
	width:926px;
	height:50px;
	color: #000000;
	background-color: #FEF5E0;
}
.search {
	font-size: 20px;
	color: #669900;
	font-weight: bold;
	font-family: "Comic Sans MS", Georgia, "Times New Roman", Times, serif;
	padding: 7px;
}
.maptext {
	color: #D12A13;
	font-weight: bold;
	font-size: 14px;
}
.activitytext {
	font-size: 13px;
}
.activitytext a:link, .activitytext a:visited, .activitytext a:active{
	text-decoration : none;
	color: #DCEAE8;
}
.activitytext a:hover {
	text-decoration : none;
	color: #D12A13;
}
img.right {
	float: right;
	margin-right: 20px;}