* { /* resets all browser-based styling to ZERO */
  margin: 0;
	padding: 0;
	border: 0;
	}
html { /* stops bg a:hover image flicker in IE's */
  /*filter: expression(document.execCommand("BackgroundImageCache", false, true));*/
	background: url(../images/body-bg.jpg) fixed;
	}
body {
  width: 100%;
	font: 0.81em/1.2em verdana, helvetica, arial, sans-serif;
	text-align: center;
	}
body.eat {
  background: url(../images/mitt.png) no-repeat 105% 72%;
	}
#wrapper {
  position: relative;
	z-index: 1;
	top: -10px;
  width: 770px;
	margin: 10px auto 0 auto;
	background: transparent;
  }
#papersheet {
  position: relative;
	z-index: 0;
	left: -2px;
  width: 706px;
	background: #fefdf3; /* slightly off-white-tan */
	border: 1px solid #ccc;
	margin: 0 auto;
	text-align: left;
	}
#tab-fish {
  position: relative;
	width: 768px;
	height: 75px;
	background: url(../images/tab-top-left.png) no-repeat 0 0;
 	}
#tab-eat {
  position: relative;
	width: 768px;
	height: 75px;
	background: url(../images/tab-top-center.png) no-repeat 0 0;
	}
#tab-sleep {
  position: relative;
	width: 768px;
	height: 75px;
	background: url(../images/tab-top-right.png) no-repeat 0 0;
	}
#tab-fish a, #tab-eat a, #tab-sleep a {
  text-decoration: none;
	display: block;
	}
a.fish, a.fish:link, a.here-fish {
  position: absolute;
	top: 24px;
	left: 40px;
	background: url(../images/fish.gif) no-repeat top;
	height: 28px;
	width: 114px;
	}
a.fish:hover, a.here-fish {
  background: url(../images/fish.gif) no-repeat bottom;
	}
a.eat, a.eat:link, a.here-eat {
  position: absolute;
	top: 23px;
	left: 276px;
  background: url(../images/eat.gif) no-repeat top;
	height: 27px;
	width: 93px;
	}
a.eat:hover, a.here-eat {
  background: url(../images/eat.gif) no-repeat bottom;
	}
a.sleep, a.sleep:link, a.here-sleep {
  position: absolute;
	top: 22px;
	left: 465px;
	background: url(../images/sleep.gif) no-repeat top;
	height: 28px;
	width: 147px;
	}
a.sleep:hover, a.here-sleep {
  background: url(../images/sleep.gif) no-repeat bottom;
	}
#tab-body {
  width: 768px;
	background: url(../images/tab-body.png) repeat-y 0 0;
	}
#tab-bottom {
  position: relative;
	width: 768px;
	height: 80px;
	background: url(../images/tab-bottom-footer.png) no-repeat 0 0;
	}
#tab-bottom a { /* styles only a element in #tab-bottom */
  position: absolute;
	top: 16px;
	left: 538px;
	width: 181px;
	height: 23px;
	background: url(../images/email-bg.gif) no-repeat top;
	}
#tab-bottom a:hover { /* styles a:hover pseudo-class as above */
  background: url(../images/email-bg.gif) no-repeat bottom;
	height: 23px;
	}
#loop_box {
  width: 450px;
  border: 1px solid #bbb;
	margin: 100px auto 10px auto;
	padding: 10px;
	text-align: center;
	}
h1 {
  font-size: 2.2em;
	line-height: 1.2em;
	color: #01368f;
	}
h1.left {
  margin-left: -9999px; /* push out of viewport */
	}
h2 {
  font-size: 1.5em;
	line-height: 1.2em;
	color: #01368f;
	margin-left: 34px;
	text-align: left;
	}
h2.eat {
  margin: 3px 0 0 35px;
	width: 240px;
	}
h2.unit-head {
  margin-left: 250px;
	}
h2.cottage {
  margin-left:200px;
	}
p {
  padding:  10px 35px;
	line-height: 1.4em;
	}
p.cottageP {
   margin:-20px 0 15px;
	 }
p.cottageL {
  margin:-20px 0 15px -110px;
	}
p.rating {
  margin: 0 auto 15px auto;
	}
p.sleep-intro {
  margin-top: 20px;
	}
p strong {
  line-height: 1.8em;
	margin-bottom: 1.8em;
	}
p.unit-p {
  margin-bottom: 10px;
	}
div.sleep-nav, div.units-nav {
  position: relative;
  float: right;
  top:18px;
	left: 19px;
	width: 157px;
	height: 360px;
	}
div.sleep-nav {	/* positions nav list on sleep.htm */
  background: url(../images/rooms-stickynote-clip1-tall.gif) no-repeat 0 0;
	}
div.units-nav { /* positions nav list on unit(x).htm */
  margin: -161px 2px 0 0; /*adjusted to remove private cottage old= -161px 2px 0 0;*/
	background: url(../images/rooms-stickynote-clip2-tall.gif) no-repeat 0 0;
	}
ul.room-item-list {
  display: block; /* displays bullets in IE */
	list-style: inside;	/* displays bullets in IE  */
	 margin: -7px 0 10px 0;
	}
ul.room-item-list li {
  padding: 0 0 3px 15px;
	}
ul.sleep, ul.units {
  list-style-type: none;
	text-align: left;
	font-weight: bold;
	font-size: 90%;
	font-family: courier, serif;
	margin:44px 0 0 52px;
	padding-top:18px;
  }
ul.sleep li, ul.units li {
  padding-bottom:12px;font-weight:bold;
	}
ul.sleep a, a:link, a:visited, ul.units a, a:link, a:visited {
  text-decoration: none;
	color: #000;
	}
ul.sleep a:hover, ul.units a:hover, ul.units a.here {
  position: relative; /* sets 'relative' position for later
	                       a:hover absolutely-positioned 'spans' */
  color: #eee;
	}
ul.sleep a span, ul.units a span {
  display: none;
	height: 0;
	}
ul.sleep a:hover span, ul.units a:hover span {
  position: absolute;
	z-index: 100;
	top: -10px;
	left: -215px; /* width + 35px */
	display: block;
	height: auto; 2em;
	width: 180px; /* added 4-14-09 to expand width */
	line-height: 1em;
	border: 1px solid #999;
	background: #f90;
	text-decoration: none;
	text-align: center;
	font-weight: normal;
	font-family: verdana, helvetica, arial, sans-serif;
	color: #000;
	padding: 5px 7px;
	}
/* individual unit span position adjustments to align all spans equally
ul.sleep a:hover span.u1, ul.units a:hover span.u1 {
  left: -195px;
	}
ul.sleep a:hover span.u6, ul.units a:hover span.u6 {
  left: -195px;
	}
ul.sleep a:hover span.u9, ul.units a:hover span.u9 {
  left: -195px;
	}*/
ul.sleep a:hover span.u10, ul.units a:hover span.u10 {
  top:-3px;
  }
ul.sleep a:hover span.u11, ul.units a:hover span.u11 {
   top: -1px;
	 }
ul.nav a.waters-link { /* image replacement link */
  position: absolute;
	top: 30px;
	left: 35px;
  width: 62px;
	height: 19px;
  background: url(../images/waters-link.gif) no-repeat 0 0;
	}
div.rooms-centered {
  width: 700px;
	margin: 0 auto;
	text-align: center;
	}
div.rooms-centered img {
  margin-bottom: 20px;
	}
img.cooking {
  margin: 0 0 10px 34px;
	}
img.dining-room {
  float: right;
	margin: -15px 10px 5px 20px;
  }
img.flatline-logo {
  float: left;
	margin: 0 15px 0 20px;
	}
img.fshop-photo {
  float:right;
  position:relative;
  top:-40px;
  }
img.klogo {
  float: right;
  margin: -20px 52px 25px 0;
	}
img.kingslogo {
  position:absolute;
	top:60px;
	left:270px;
	}
img.klogo-rooms {
  margin: 20px 0 30px 30px;
	}
img.md-signature {
  margin: 15px 0 20px 300px;
	}
img.menu {
  float: right;
	margin: -105px 8px 15px 15px;
	}
img.sport_license {
  padding: 27px 0 0 60px;
	}
img.room-sample {
  float: left;
  clear:both;
	margin: 8px 13px 5px 20px;
	}
img.stickynote {
  float: right;
	margin: 15px 20px 15px 15px;
	}
img.yard {
  margin: 10px auto 5px 90px;
	}
img.hide {
  display: none;
	}