@charset "UTF-8";
/* CSS Document - info.html*/
#InfoBGwrapper{
	width: 1100px;
	min-height: 1800px;
	background-image:url(images/bgPages.jpg);
	background-color:#FFF;
	background-repeat:no-repeat;
	background-position:center top;
	margin: 0px auto;
	
}


/*////////////INTRO INFO TEXT////////////*/
p#infoIntro{
	margin: 65px 50px;
	color:#666;
	font-family:Arial, Helvetica, sans-serif;
	font-size:17.3px;
	line-height:1.7em;
}
a:link, a:hover, a:visited, a:active{
	text-decoration:none;
}

/*///////////////CONTENT - DIV CLASS=infoContent TAGS STYLING////////////*/
.infoContentStyle{
	margin-top:68px;
	padding: 0px 90px;
	width:920px;
	height: inherit;
	float:left;
	clear:right;
	overflow: hidden;
}
div.infoContentStyle h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	line-height:0.5em;
	font-weight: bold;
	color:#666;
}

.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height:2.5em;
	color:#999;
}

#servicesBoxWrap{
	margin: 0;
	padding: 0;
	width: 920px;
	height: 180px;
	text-align: center;
	overflow: hidden;
	}
div.servicesBox{
	display: inline-block;
	float: left;
	width: 19%;
	height: 40px;
	background-color: rgba(0,0,0,0.09);
	border: 0px;
	margin: 0px;
	padding: 0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	line-height:.8em;
	font-variant: small-caps;
	color:#454444;
	text-align: center;
}
#wifi{
	padding-top: 138px;
	background-image: url(images/wifi.jpg);
}
#brkfast{
	margin-left: 1.25%;
	padding-top: 138px;
	background-image: url(images/brkfast.jpg);
}
#tv{
	margin-left: 1.25%;
	padding-top: 138px;
	background-image: url(images/tv.jpg);

}
#amenities{
	margin-left: 1.25%;
	padding-top: 138px;
	background-image: url(images/amenities.jpg);
}
#clean{
	margin-left: 1.25%;
	padding-top: 138px;
	background-image: url(images/cleaning.jpg);
}


.places{
	padding:0;
	margin:0;
}

/*///////////////GALLERY////////////*/
.thumbnails{
	float:left;
	display:inline-block;
	width:120px;
}
.thumbnails img {
	float:left;
	display:inline-block;
	width: 100px;
	height: 70px;
	border: 2px solid #999;
	padding: 0;
	margin: 0px 0px 11px 16px;
	text-decoration:none;
}

.thumbnails img:hover {
	border: 2px solid #FFF;
	cursor:pointer;
	text-decoration:none;
}

.thumbnails a:hover {
	text-decoration:none !important;
}

.preview img {
	float:left;
	display:inline-block;
	padding: 0;
	width: 800px;
}

/*///////////////FOOTER////////////*/
.contentFooter{
	margin: 68px auto 0px auto;
	color:#999;
	padding:8px 0px;
	font-size:11px;
	text-align:center;
	width:1100px;
	height: 19px;
	background-color:#000;	
}
