@charset "utf-8";
/* CSS Document */
html, body{
	height:100%;
	width:100%;
}

body{
	background-color:#3581c9;
	font-family: Tahoma, sans-serif;
	font-size:12px;
	color:#ffffff;
	margin:0px;
	padding:0px;
}

p{ margin:0px; padding:0px; }

#wrap{
	width:920px;
	height:605px;
	margin:0px auto;
}

#left{
	width:294px;
	height:605px;
	float:left;
	background-image: url(../images/left_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#right{
	width:626px;
	height:606px;
	float:right;
	background-image: url(../images/loading_slideshow.jpg);
}

#right_rates{
	width:516px;
	height:526px;
	background-image: url(../images/background_rates.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	padding-top:80px;
	padding-left:50px;
	padding-right:60px;
	overflow:hidden;
}

#right_links{
	width:516px;
	height:526px;
	background-image: url(../images/background_links.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	padding-top:80px;
	padding-left:50px;
	padding-right:60px;
	overflow:hidden;
}

#right_contact{
	width:516px;
	height:526px;
	background-image: url(../images/background_contact.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	padding-top:80px;
	padding-left:50px;
	padding-right:60px;
	overflow:hidden;
}

#right_amenities{
	width:516px;
	height:526px;
	background-image: url(../images/background_amenities.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	padding-top:80px;
	padding-left:50px;
	padding-right:60px;
	overflow:hidden;
}

#right_reservations{
	width:516px;
	height:526px;
	background-image: url(../images/background_reservations.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	padding-top:80px;
	padding-left:50px;
	padding-right:60px;
	overflow:hidden;
}

#right_cancellations{
	width:516px;
	height:526px;
	background-image: url(../images/background_cancellations.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	padding-top:80px;
	padding-left:50px;
	padding-right:60px;
	overflow:hidden;
}

#right_rules{
	width:516px;
	height:526px;
	background-image: url(../images/background_rules.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	padding-top:80px;
	padding-left:50px;
	padding-right:60px;
	overflow:hidden;
}

#right_history{
	width:516px;
	height:526px;
	background-image: url(../images/background_history.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	padding-top:80px;
	padding-left:50px;
	padding-right:60px;
	overflow:hidden;
}

#right_weekly_events{
	width:516px;
	height:526px;
	background-image: url(../images/weekly_events_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	padding-top:80px;
	padding-left:50px;
	padding-right:60px;
	overflow:hidden;
}

#right_seasonal_events{
	width:516px;
	height:526px;
	background-image: url(../images/seasonal_events_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	padding-top:80px;
	padding-left:50px;
	padding-right:60px;
	overflow:hidden;
}

#right_our_suggestions{
	width:516px;
	height:526px;
	background-image: url(../images/our_suggestions_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	color:#000000;
	padding-top:80px;
	padding-left:50px;
	padding-right:60px;
	overflow:hidden;
}

#right h3, 
#right_rates h3, 
#right_links h3, 
#right_contact h3, 
#right_amenities h3, 
#right_reservations h3, 
#right_cancellations h3,
#right_rules h3, 
#right_history h3,
#right_weekly_events h3,
#right_seasonal_events h3,
#right_our_suggestions h3,
{
	font-size:12px;
	color:#7fc1ff;
}

#right_links a{
	color:#7fc1ff;
	font-weight:bold;
	text-decoration:none;
}

#navigation{
	height:160px;
	padding-left:20px;
	padding-top:35px;
}

#sub_nav{
	height:410px;
	overflow:hidden;
	padding-left:20px;
	padding-right:10px;
	padding-top:5px;
}

#sub_nav a{
	color:#7fc1ff;
	font-weight:bold;
	text-decoration:none;
}

#bottom_nav{
	width:920px;
	margin:20px auto;
	font-size:12px;
	color:#74b6f4;
	font-weight:bold;
}

#bottom_nav a{
	color:#74b6f4;
	font-weight:bold;
	text-decoration:none;
}

#bottom_nav a:hover{
	text-decoration:underline;
}

#footer{
	width:920px;
	height:30px;
	margin:20px auto;
	color:#204b75;
	font-weight:bold;
	text-align:center;
}

#footer a{
	color:#204b75;
}

.text_fields{
	border:1px solid #382713;
	background-color:#a1d0fd;
	color:#ffffff;
	font-size:11px;
}

.form_border{
	border:1px dotted #4c3225;
}

.submit_button{
	border-top:1px solid #000000;
	border-left:1px solid #000000;
	border-right:2px solid #235280;
	border-bottom:2px solid #235280;
	background-color:#3581c9;
	color:#ffffff;
	font-size:11px;
	font-weight:bold;
	padding:5px;
}
a:link {
	text-decoration: none;
	color: #7fc1ff;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #7fc1ff;
	font-weight: bold;
}
a:hover {
	color: #7fc1ff;
	font-weight: bold;
}
a:active {
	text-decoration: none;
	color: #7fc1ff;
	font-weight: bold;
}