body {
  margin: 0;
}
.bodyText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #656057;
}
.bodyTextPaddingTop {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	padding-top: 10px;
	color: #656057;
}
.sharedBathroomTxt {
	padding-top:10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #426487;
}
.bodyText a:link {
    border-bottom : 1px dotted #426487;
    text-decoration: none;
	color: #656057;
}
.bodyText a:active {
    border-bottom : 1px solid #C82307;
	color: #656057;
    text-decoration: none;
}	
.bodyText a:visited {
    border-bottom : 1px dotted #426487;
    text-decoration: none;
	color: #656057;
}
.bodyHeading {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #8BAB00;
	font-weight: bold;
}
.formText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #656057;
	font-weight: bold;
}

a.thumb {
  outline: none;
  border: none;
  margin-top: 10px;
  margin-bottom: 6px;
  display: block;
  border-bottom: none !important;
}
a.thumb img {
  display: block;
  border: none;
}

a.cbg {
  display: none;
}

a.zoom {
  display: block;
  background: url(imgs/zoom.gif) no-repeat;
  padding-left: 19px;
  float: left;
  padding-bottom: 2px;
  overflow: hidden;
  zoom: 100%;
  margin: 0 auto;
}

.wrap-zoom {
  padding-bottom: 0px;
}

 
/* -- Clearfix -- */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { 
  display: inline-block; 
}

/* Hide from IE Mac \*/

.clearfix { 
  display: block; 
}

/* End hide from IE Mac */


/* -- Home Page Styles -- */

body#home #slides {
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: relative;
}

body#home #slides li {
  display: none;
  position: absolute;
}

body#home #slides li#slide01 {
  display: block;
}

#bt-book-now {
  text-indent: -9999px;
  width: 78px;
  height: 78px;
  background: url(imgs/booknow.gif) no-repeat;
  display: block;
  margin-left: 20px;
}

#bt-book-now:hover {
  background-position: 0 -78px;
}

body#home #wrap-content {
  width: 466px;
}
.tablePaddingBlue{
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #426487;
}
.tablePaddingBlueBold{
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #426487;
}
.tablePadding{
	padding-top: 5px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656057;
}
.tablePaddingBottom{
	padding-bottom: 25px;
}