@charset "UTF-8";
/* CSS Document */


body {
	background:#89dbe6;
	
}
.banner {
	top:0px;
	left:0px;
	width:832px;
	height:136px;
	background-image:url(slices/banner.gif);
	background-repeat:no-repeat;
	

	
	
}
#hotspot a{
	top:0px;
	left:0px;
	width:400px;
	height:136px;
	position:absolute;	
	display:block;
		
}

#master {
	width: 820px;
	height:1080px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	left: 0px;
	top: 0px;
	background: #ffF;
}



#nav ul {
	width: 820px; 
	height: 30px; 
	position: absolute;
	top: 102px; 
	left: 20px; 
	background: url(menu.jpg) no-repeat 0 0;
	list-style: none;
	margin: 0; padding: 0;
	
}
#nav li {
	display: inline;
	padding-right:20px;
}
#nav li a:link, #nav li a:visited {
	border: none;
	width: 65px; 
	height: 20px; 
	display: block; 
	position: absolute; 
	top: 0; 
	text-indent: -7000px;
	outline: none;
}
#nav li.blue a:link, #nav li.blue a:visited { 
	left: 0;
	background-image:url(slices/home_black.gif);
}
#nav li.green a:link, #nav li.green a:visited { 
	left: 80px;
	background-image:url(slices/rates_black.gif);
}
#nav li.orange a:link, #nav li.orange a:visited { 
	width:130px;
	left: 160px; 
	background-image:url(slices/reservations_black.gif);
}
#nav li.red a:link, #nav li.red a:visited { 
	
	width: 140px;
	left: 300px;  
	background-image:url(slices/terms_on.gif);
	background-repeat:no-repeat;
}

#nav li.blue a:hover {
	background-image:url(slices/home_on.gif);
	
}
#nav li.green a:hover {
	width:150px;
	background-image:url(slices/rates_on.gif);
	background-repeat:no-repeat;
}
#nav li.orange a:hover {
	width:160px;
	background-image:url(slices/reservations_on.gif);
	background-repeat:no-repeat;
}
#nav li.red a:hover {
	
	background-image:url(slices/terms_on.gif);	
	background-repeat:no-repeat;
}



#termstitle{
	width:450px;
	height:41px;
	top:165px;
	left:360px;
	Position:absolute;
	background-image:url(slices/title.gif);
	background-repeat:no-repeat;
	
}

#termsbox{
	width:451px;
	height:698px;
	top: 250px;
	left:350px;
	position:absolute;
	background-image:url(rates_slices/contentbacking.gif);
	background-repeat:no-repeat;
}

#termscontent{
overflow: auto;
height: 630px;
width: 405px;
	top:27px;
	left:23px;
	position:absolute;
}

#termsguy {
	width:300px;
	height:250px;
	top:140px;
	left:23px;
	position:absolute;
	background-image:url(terms_slices/signguy.gif);
	background-repeat:no-repeat;
}


#terms-message {
	position: absolute;
	width: 250px;
	left: 5px;
	top: 320px;
	font-family:Arial, Helvetica, sans-serif;
	
}
#terms-message h1{
	
	font-size:12pt;
	color:#3399cc;
	text-align:center;
	font-weight:bold;
}
#terms-message p {
	padding-top:10px;
	padding-left:20px;
	width:215px;
	text-align:left;
	font-size:8pt;
}
	





