/* ----- universal settings -----*/
body {
	margin: 0px; 
	padding: 0px 0px 0px 0px; 
	background-color: #305875; 
	font-family: verdana, san-serif; 
	font-size: 8pt; 
	color: #fff;
	text-align: left;
}

td {font-size: 8pt;}
p {margin: 0px; padding: 0px;}

#ctr {margin-left: auto; margin-right: auto; width: 760px;}


/* ----- typography/positioning ----- */
.welcome {padding: 0px 0px 0px 15px;}
.content {padding: 0px 15px 25px 15px; border-bottom: 2px dotted #21394a;}
.abox {padding: 0px 15px 15px 15px;}
.abox2 {padding: 0px 0px 15px 15px;}
.abox2 {padding: 0px 0px 15px 15px;}
.gnrlbox {padding: 0px 15px 15px 0px:}
.amenities {padding: 0px 24px 0px 24px;}

.footer, .copyright {color: #fff; text-align: center; font-size: 7pt;}


/* ----- links ----- */
a:link {text-decoration: none; color: #ffd700;}
a:visited {text-decoration: none; color: #f0e68c;}
a:hover {text-decoration: underline; color: #f0e68c;}
a:active {text-decoration: none; color: #ffd700;}

.footer a:link, .copyright a:link {text-decoration: none; color: #ccc;}
.footer a:visited, .copyright a:visited {text-decoration: none; color: #ccc;}
.footer a:hover, .copyright a:hover {text-decoration: underline; color: #ccc;}
.footer a:active, .copyright a:active {text-decoration: none; color: #ccc;}


/* ----- backgrounds ----- */
.bg {background: url('bg.jpg') center top repeat-x;}
.content {background: url('grad-bg.jpg') left top no-repeat;}
.welcome {background: url('grad-bg.jpg') left top no-repeat;}
.grad-bg {background: url('grad-bg.jpg') right top no-repeat;}
.amenities {background: url('amenities-bg.jpg') left top no-repeat;}
.amenities-back {background: url('amenities-back.jpg') left top repeat-y;}
.footer-bg {background: url('footer-bg.jpg') center top repeat-x;}
.areabx_lt {background: url('a_box_lt.png') center top repeat-y;}
.areabx_rt {background: url('a_box_rt.png') center top repeat-y;}


/* ----- other stuff ----- */
#fader {width: 760px; height: 289px; overflow: hidden;}
ul {margin-top: 0px; margin-bottom:0px;}
ul li {
	margin-left: -10px; 
	list-style-image: url('bullet.gif');
}

.img {border:3px solid #fff;}