@charset "utf-8";

h2 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 4px;
    color: #0950a0;
    border-bottom: solid 2px #0950a0;
}

h2 a {
    color: #0950a0;
}

h2 a:hover {
    color: #26e;
    text-decoration: none;
}

.mainCopy {
	text-align: center;
	margin: 40px auto 40px;

}

.floorBlk {
	float: left;
	width: 450px;
	margin: 30px 0 30px;
}

#qeast,
#hotel,
#gallery {
	float: right;
}

.floorBlk h2 {
	margin: 0 0 5px;
	padding: 0 0 8px;
	border-bottom: solid 2px #0950a0;
}

.floorBlk .copy {
	margin: 8px 0 10px;
	color: #0950a0;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
}

#qeast .copy {
	height: 36px;
}
.table {
	display: table;
	margin-top: 15px;
}

.floorBlk .thumb {
	display: table-cell;
	vertical-align: top;
	width: 150px;
	padding: 4px;
}

.floorBlk .description {
	display: table-cell;
	vertical-align: top;
	padding-left: 10px; 
	width: 275px;
}

.link {
	display: block;
	width: 150px;
	margin: 10px 0 0;
	text-align: center;
	padding: 6px;
	background: #0950a0;
	color: #fff;
	border-radius: 8px;
	text-decoration: none;
}

.link2 {
	margin: 20px 0 0 100px; 
	width: 280px;
}

.link3 {
	margin: 20px 0 -20px 0; 
}

.link:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none; 
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    opacity: .8;  
    font-variant: normal;
    text-transform: none;
    line-height: 1em; 
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
 }

.link:before {
	content: '\e82e'
}

.link:hover {
    background: #26e;
	color: #fff;
	text-decoration: none;
}

#floorMap h2,
#floorArt h2 {
	padding: 0 0 8px;
	border-bottom: solid 2px #0950a0;
}

#floorMap {
	margin: 40px 0;
}

#floorMap h2 {
	margin: 0 0 20px;
}

#floorMap .map {
	margin: 0 0 10px;
	text-align: center;
}

#floorMap .btnPDF {
	position: relative;
	margin-left: 100px;
}

#floorMap .btnPDF span {
	position: absolute;
	left: 102px;
	top: 0;
	line-height: 14px;
}

#floorArt  {
	margin: 0 0 60px;
}

#floorArt h2 {
	margin: 0 0 10px;
}

#floorArt .photo {
	float: left;
	width: 315px;
	padding: 4px;
	border: solid 1px #ccc;
}

#floorArt .detailArea {
	float: right;
	width: 585px;
}

#floorArt .detailArea .description {
	margin-bottom: 13px;
}

.floorBlk:after,
.floorRow:after,
#floorArt:after,
#floorArt .detailArea:after,
.floorBlk .description:after {
	display:block;
	clear:both;
	visibility:hidden;
	height:0;
	content:".";
	font-size:0;
}



