/* Supplemental CSS Document */

.lodgingGroup
	{
	margin:0 auto;
	padding: 0;
	}
	
.spacer
	{
	display: block;
	height: 25px;
	clear: both;
	}
	
.note
	{
	font-size: smaller;
	}

table.yellowtable
	{
		float:left;
		width:230px;
		margin:15px 80px 0 0;
	}

table.yellowtable th
	{
	background-color: #d29113;
	color: #ffffff;
	padding: 6px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
table.yellowtable td
	{
		padding:4px;
	}
	
table.yellowtable tr.alt
	{
	background-color: #f5e7b6;
	}
	
.floorplan
	{
		padding:5px 0 10px 120px;
	}
	
.calltoactionbox_center
	{
	border:2px solid #982123;
	padding:10px 10px;
	margin:0 auto;
	text-align:center;
	color:#982123;
	width:550px;
	}
	
.calltoactionbox_center a:link,
.calltoactionbox_center a:visited
	{
	color:#982123;
	text-decoration:none;
	}
.calltoactionbox_center a:hover,
.calltoactionbox_center a:active
	{
	color:#982123;
	text-decoration:underline
	}
	
.calltoactionbox_center h2
	{
	color:#982123;
	}
