@charset "UTF-8";
/* CSS Document */

.hotelContainer {
	margin-top: 5px;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #B65929;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
	color:#333;
	overflow: auto;
	background-color: #FFF;
	text-align: left;
}
.hotelBodyContainer {
	float: left;
	padding-top: 5px;
	padding-bottom: 15px;
}

.hotelLeftColumn {
	padding-left:64px;
	padding-bottom:10px;
	width:435px;
	border-right:solid 1px #333;
	float:left;
	padding-right: 30px;
}

.hotelRightColumn {
	float:left;
	width:195px;
	padding-left:25px;
}

.hotelHeader {
	color:#C37144;
	text-transform:uppercase;
	font-size:14px;
	font-weight: bold;
}

.emphasisCopy {
	color:#B65929;
	font-size:12px;
}
.hotelBodyContainer .hotelLeftColumn a:active {
	text-decoration: none;
	color:#333;
}
.hotelBodyContainer .hotelLeftColumn a:visited {
	text-decoration: none;
	color:#333;
}
.hotelBodyContainer .hotelLeftColumn a:link {
	text-decoration: none;
	color:#333;
}
.hotelBodyContainer .hotelLeftColumn a:hover {
	text-decoration: underline;
	color:#333;
}
.hotelBodyContainer .hotelRightColumn a:active {
	text-decoration: underline;
	color:#333;
}
.hotelBodyContainer .hotelRightColumn a:visited {
	text-decoration: underline;
	color:#333;
}
.hotelBodyContainer .hotelRightColumn a:link {
	text-decoration: underline;
	color:#333;
}
.hotelBodyContainer .hotelRightColumn a:hover {
	text-decoration: none;
	color:#333;
}

.hotelLogo {
	padding-bottom: 100px;
}
.hotelBodyContainer .hotelRightColumn a.emphasisLink:link {
	color:#B65929;
}
.hotelBodyContainer .hotelRightColumn a.emphasisLink:hover {
	color:#B65929;
}
.hotelBodyContainer .hotelRightColumn a.emphasisLink:active {
	color:#B65929;
}
.hotelBodyContainer .hotelRightColumn a.emphasisLink:visited {
	color:#B65929;
}
