@charset "utf-8";
/* CSS Document */

html,body {
	background: url('../images/bkg.png');
	background-attachment: fixed;
	background-position: top left;
	background-repeat:repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	color: #3b4e53;
	margin-top: 0px;
	}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #3b4e53;
	}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3b4e53;
	}

.h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #3b4e53;
	}

.a {
	font-family: Arial, Helvetica, sans-serif;
	color: #3b4e53;
	text-decoration: none;
	}

.a:hover {
	text-decoration: underline;
	}
	
.bodycontent {
	padding: 20px;
	text-align:justify;
	}
	
#address {
	font-size: 12px;
	color: #525252;
	}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.menu li {
	padding: 0;
	margin: 0;
	height: 21px
	margin-right: 1em;
	list-style: none;
	background-repeat: no-repeat;
	}	
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 21px;
	background-repeat: no-repeat;
	}
.home {background-image: url(../images/home_on.jpg); width: 57px;}
.home a {background-image: url(../images/home.jpg);}
.rooms {background-image: url(../images/rooms_on.jpg); width: 135px;}
.rooms a {background-image: url(../images/rooms.jpg);}
.specials {background-image: url(../images/specials_on.jpg); width: 75px;}
.specials a {background-image: url(../images/specials.jpg);}
.area {background-image: url(../images/area_on.jpg); width: 107px;}
.area a {background-image: url(../images/area.jpg);}
.directions {background-image: url(../images/directions_on.jpg); width: 91px;}
.directions a {background-image: url(../images/directions.jpg);}
.events {background-image: url(../images/events_on.jpg); width: 67px;}
.events a {background-image: url(../images/events.jpg);}
.contact {background-image: url(../images/contact_on.jpg); width: 93px;}
.contact a {background-image: url(../images/contact.jpg);}
.rm_beachk {background-image: url(../images/rm_cost_beachking.gif); width: 250px;}
.rm_beachk a {background-image: url(../images/rm_cost_on.gif);}
.rm_queen {background-image: url(../images/rm_cost_queen.gif); width: 250px;}
.rm_queen a {background-image: url(../images/rm_cost_on.gif);}
.rm_queen2 {background-image: url(../images/rm_cost_queen2.gif); width: 250px;}
.rm_queen2 a {background-image: url(../images/rm_cost_on.gif);}
.rm_maink {background-image: url(../images/rm_cost_mainking.gif); width: 250px;}
.rm_maink a {background-image: url(../images/rm_cost_on.gif);}
.rm_kit {background-image: url(../images/rm_cost_kitchen.gif); width: 250px;}
.rm_kit a {background-image: url(../images/rm_cost_on.gif);}
.rm_dbl {background-image: url(../images/rm_cost_dbl.gif); width: 250px;}
.rm_dbl a {background-image: url(../images/rm_cost_on.gif);}
.rm_anch {background-image: url(../images/rm_cost_anch.gif); width: 250px;}
.rm_anch a {background-image: url(../images/rm_cost_on.gif);}
ul.menu li a:hover {background: none;}
.menu li {float: left;}
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}



