body
	{
	position: relative;
	margin: 0;
	padding: 0;
	color: black;
	background-color: white;
	font-size: 10pt;
	font-family: "Times New Roman", serif;
	}

/* Centers things */	
.center
	{
	position: relative;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	}
	
#header
	{
	position: relative;
	width: 100%;
	height: 75px;
	margin: 0;
	padding: 0;
	}
	
#header img
	{
	position: absolute;
	top: 50%;
	margin-top: -24px;
	}
	
.head-links
	{
	position: absolute;
	height: 28px;
	right: 0;
	top: 10px;
	background-color: #91a1a4;
	}
	
.head-links a
	{
	position: relative;
	top: 7px;
	padding: 12px;
	text-decoration: none;
	color: white;
	}
	
.head-links a:hover
	{
	text-decoration: underline;
	}	

.more-link a:link
	{
	text-decoration: none;
	color: black;
	}
	
.more-link a:visited
	{
	text-decoration: none;
	color: black;
	}	
	
.more-link a:hover
	{
	text-decoration: underline;
	}

	
#navbar
	{
	position: relative;
	/* width: 934px; */
	height: 40px;
	padding: 15px 0 0 26px;
	margin: 0;
	background-image: url(../assets/nav-back_w.jpg);
	background-repeat: repeat-x;
	}
	
.navblock
	{
	position: relative;
	margin: 0;
	padding: 16px 14px 13px 14px;
	font-weight: bold;
	font-size: 12pt;
	text-decoration: none;
	color: white;
	}
	
.navblock:hover
	{
	background-image: url(../assets/high-nav-back_w.jpg);
	background-repeat: repeat-x;
	}
	
.explore
	{
	position: relative;
	color: black;
	width: 138px;
	float: left;
	}
	
.explore-block
	{
	position: relative;
	display: block;
	color: black;
	background-color: #f1f3f2;
	text-decoration: none;
	line-height: 32px;
	padding-left: 10px;
	margin: 3px;
	}
	
.explore-block:hover
	{
	background-color: #d9e1e3;
	}
	
.exploring
	{
	background-color: #d9e1e3;
	}
	
.title
	{
	font-weight: bold;
	font-size: 12pt;
	}

.step
	{
	font-weight: bold;
	font-size: 14pt;
	}

.room-block
	{
	float: left;
	display: block;
	color: black;
	font-weight: bold;
	background-color: #f1f3f2;
	text-decoration: none;
	width: 150px;
	padding: 1px;
	border: solid 1px #ffffff;
	}

.guests-right 
{ 
	float: left;
	display: block;
	color: white;
	background-color: #94a2a5;
	text-decoration: none;
	text-align: center;
	width: 462px;
	height: 22px;
	padding: 1px;
	border: solid 1px #ffffff;
	font-size: 14pt;
}	

.guests-right-long
{ 
	float: left;
	display: block;
	color: white;
	background-color: #94a2a5;
	text-decoration: none;
	text-align: center;
	width: 732px;
	height: 22px;
	padding: 1px;
	border: solid 1px #ffffff;
	font-size: 14pt;
}	
	
.guests-right-short
{ 
	float: left;
	display: block;
	color: white;
	background-color: #94a2a5;
	text-decoration: none;
	text-align: center;
	width: 408px;
	height: 22px;
	padding: 1px;
	border: solid 1px #ffffff;
	font-size: 14pt;
}	
	
.guests
	{
	float: left;
	display: block;
	color: white;
	background-color: #1b4752;
	text-decoration: none;
	text-align: center;
	width: 50px;
	height: 22px;
	padding: 1px;
	border: solid 1px #ffffff;
	font-size: 14pt;
	}	

.guests-selected
	{
	float: left;
	display: block;
	color: white;
	background-color: #95a3a6;
	text-decoration: none;
	text-align: center;
	width: 50px;
	height: 22px;
	padding: 1px;
	border: solid 1px #ffffff;
	font-size: 14pt;
	}
	
.download
{ 
	float: left;
	display: block;
	color: white;
	background-color: #1b4752;
	text-decoration: none;
	text-align: center;
	width: 250px;
	height: 22px;
	padding: 5px;
	border: solid 1px #ffffff;
	font-size: 14pt;
}		
	
.middle-column
	{
	width: 543px;
	float: left;
	margin: 0 10px;
	}

.middle-right-column
	{
	width: 800px;
	float: left;
	margin: 0 10px;
	}
	
.box
	{
	background-color: #ececec;
	border: solid 1px #e2e2e2;
	padding: 3px 3px 20px 3px;
	}

.box-banquet
	{
	background-color: #ececec;
	border: solid 1px #e2e2e2;
	padding: 3px 3px 5px 3px;
	}

.box-floorplan
	{
	background-color: #ececec;
	border: solid 1px #e2e2e2;
	padding: 13px 5px 13px 5px;
	text-align: center;
	height:398px;
	}
.box-floorplan-rooms
	{
	background-color: #ffffff;
	padding: 13px 5px 13px 5px;
	height:170px;
	}
.box-floorplan-room
	{
	background-color: #ffffff;
	padding: 13px 5px 13px 5px;
	height:460px;
	}	

.box-floorplan-download
	{
	background-color: #ffffff;
	padding: 13px 5px 13px 5px;
	height:20px;
	}	
	
.live-tour
	{
	border: solid 1px #7b7b7d;
	margin-bottom: 5px;
	}

.wedding
	{
	border: solid 1px #7b7b7d;
	}
	
.rooms
	{
	position: relative;
	border: solid 1px #7b7b7d;
	margin-right: 8px;
	}
	
.room-names
	{
	position: absolute;
	width: 125px;
	left: 50%;
	bottom: -20px;
	margin-left: -62px;
	text-align: center;
	}
	
.right-column
	{
	width: 255px;
	float: right;
	margin-bottom: 5px;
	}
	
.middle-column-menu
	{
	width: 555px;
	float: left;
	margin: 0 10px;
	}	
	
.price
{
	background-color: #f1f3f2;
	padding:2px;
}	

.to-upper
{
	text-transform:uppercase;
}
	
.right-column-menu
	{
	width: 240px;
	float: right;
	margin-bottom: 5px;
	}	
	
.middle-column-items
	{
	width: 175px;
	float: left;
	padding: 5px;
	}

.menu-image
	{
	border: 1px solid #738b8f;
	}	


	
	
.right-column-block
	{
	display: block;
	text-decoration: none;
	padding: 5px;
	color: black;
	}	
.right-column-block:hover
	{
	background-color: #d9e1e3;
	}	
.right-column-download
	{
	background-color: #f1f3f2;
	display: block;
	text-decoration: none;
	padding: 5px;
	color: black;
	}
.right-column-download:hover
	{
	background-color: #d9e1e3;
	
	}			
	
	
	
.checklist
	{
	border: solid 1px #607276;
	background-color: #697c80;
	position: relative;
	color: white;
	width: 257px;
	}
	
.planning
	{
	width: 240px;
	position: relative;
	margin: 0 auto;
	border: solid 1px #7f9296;
	background-color: #44575b;
	font-size: 8pt;
	padding: 3px;
	}
	
.checklist .planning p
	{
	text-align: left;
	}
	
.checklist p
	{
	text-align: center;
	}
	
.checklist li
	{
	position: relative;
	background-color: #71868b;
	background-image: url(../assets/asterisk.jpg);
	background-repeat: no-repeat;
	background-position: 3px 8px;
	width: 227px;
	left: -35px;
	padding: 8px 0 8px 20px;
	margin-bottom: 2px;
	}
	
.checklist li a
	{
	position: absolute;
	top: 0;
	background-color: #a6b4b7;
	width: 64px;
	right: 0;
	padding: 8px 0 8px 10px;
	color: white;
	text-decoration: none;
	}

.checklist li a:hover
	{
	background-color: white;
	color: #a6b4b7;
	}	
	
	
.gallery
	{
	position: relative;
	width: 50%;
	margin-top: 5px;
	}
	
.left-image
	{
	position: relative;
	}
	
.right-image
	{
	position: absolute;
	top: 0;
	right: -105%;
	}
	
.right-column a
	{
	color: black;
	}
	
/* Contains footer ellements */	
.footer
	{
	clear: both;
	position: relative;
	background-color: #738b8f;
	margin: 10px;
	color: white;
	padding-bottom: 1px;
	width: 100%;
	}

.footer-link a:link
	{
	text-decoration: none;
	color: white;
	}
	
.footer-link a:visited
	{
	text-decoration: none;
	color: white;
	}	
	
.footer-link a:hover
	{
	text-decoration: underline;
	}
	
.footer p
	{
	padding: 10px 15px 0 15px;
	}
	
.footer .title
	{
	position: relative;
	font-size: 13pt;
	font-weight: bold;
	left: -10px;
	}
	
.legal
	{
	position: absolute;
	top: 0;
	right: 0;
	text-align: right;
	}

img.floorplan-image
	{
	border: 1px solid #738b8f;
	}	
	
img.floorplan
	{
	border: 1px solid #738b8f;
	}		

img.floorplan-image:hover
{
	border: 1px solid white;
}	

img.gallery-image
	{
	border: 1px solid white;
	}	

img.gallery-image:hover
{
	border: 1px solid black;
	}
