/*****************
layout styling */

/* gradient in background */
body {
  margin:0px;
  padding:0px;
  background-image: url(../images/bg_grad.jpg);
  background-repeat:repeat-x;
  background-attachment:scroll;
  background-color:#B6B8AA;
}

/* scroll pattern in top page */
#top_bg {
  margin-left:0px;
  margin-top:0px;
  background-image: url(../images/bg_top.gif);
  background-repeat:no-repeat;
  background-attachment:scroll;
  overflow:hidden;
}

/***********************
standard css styles */

img {
  border:0px;
}
div {
  margin:0px;
  padding:0px;
  font-family:verdana; font-size:12px;
}
.AbsWrap {
  width: 100%;
  position: relative;
}
.rowWrap {
  width: 100%;
}
.clearfloat {
  clear:both;
  height:0px;
}

/*******************
layout divs */
#main {
  width:1000px;
  margin: 0px auto 30px auto;
  border: 0px solid #f0f0f0;
}

#top {
  margin-left:0px;
  margin-top:0px;
  width:1000px;
  margin-bottom:0px;
  float:left;
  display:inline;
}

#top_logo {
  display: inline;
  margin: 0px;
  padding: 0px;
  float: left;
  width:245px;
  height:187px;
}

/* phone number */
#top_right {
  display: inline;
  float: right;
  margin-top:135px;
  margin-right: 0px;
  margin-bottom: 0px;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:28px;
  line-height:163%;
  letter-spacing:2px;
}

#nav {
  margin: 0px;
  padding: 0px;
  float: left;
  height: 310px;
  width: 1000px;
}

#nav_bar {
  margin: 0px;
  padding: 0px;
  float: left;
  height: 41px;
  width: 1000px;
  background-image: url(../images/nav_bg.jpg);
  background-repeat: no-repeat;
  font-family:Verdana, Geneva, sans-serif;
}

#nav_bar_pics {
  margin: 0px;
  padding: 0px;
  float: left;
  height: 269px;
  width: 1000px;
}

/* main content area with background top and bottom and variable size middle area */
#middle_top {
  margin-left:0px;
  margin-top:0px;
  width:1000px;
  height:34px;
  margin-bottom:0px;
  float:left;
  display:inline;
  background-image: url(../images/middle_top.gif);
  overflow:hidden;
}

/* booking enquiry tab */
#middle_top_tab {
  margin-top:0px;
  margin-right:60px;
  padding-top:4px;
  width:161px;
  height:27px;
  float:right;
  display:inline;
  background-image: url(../images/tab.jpg);
  background-repeat:no-repeat;
  text-align:center;
}

#middle {
  margin-left:0px;
  margin-top:0px;
  width:1000px;
  margin-bottom:0px;
  float:left;
  display:inline;
  background-color:#EAEBE7;
  overflow:hidden;
}

/* content inside middle left for home-style page */
#colLeftHome {
  padding: 0px;
  float: left;
  width: 510px;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-left: 50px;
}
/* content inside middle left for home-style page */
#maintext {
  padding: 0px;
  float: left;
  width: 660px;
  margin-top: 10px;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-left: 50px;
}

#colRightHome {
  margin-top: 30px;
  float: left;
  display:inline;
  width: 345px;
}

/* content inside middle left for inside-style page */
#colLeftInside {
  padding: 0px;
  float: left;
  width: 660px;
  margin-top: 10px;
  margin-right: 8px;
  margin-bottom: 10px;
  margin-left: 50px;
}

#colLeftInsideInside {
  padding: 0px;
  float: left;
  margin-right: 20px;
}

/* box wrapping around white box - home */
.colBoxWrap {
  margin:0;
  padding:0px 0px 20px 0px;
  float: left;
  width: 343px;
}

/* box wrapping around white box - inside (narrower so nav bar does not drop below on ie6 and on smaller screens such as laptop) */
.colBoxWrapInside {
  margin:0;
  float: left;
  width: 323px;
  padding-top: 0px;
  padding-right: 5px;
  padding-bottom: 20px;
  padding-left: 0px;
}

.boxLeft {
  margin: 0px;
  padding: 7px;
  float: left;
  background-color: #FFF;
  width:100px;
  height:100px;
}

/* local navigation on inside page */
#colRightInside {
  margin: 20px 20px 0px 0px;
  padding:0;
  float: right;
  display:inline;
  width: 209px;
}

#local_nav_top {
  margin: 0px;
  padding: 0px;
  background-image: url(../images/local_nav_top.gif);
  background-repeat: no-repeat;
  width:209px;
  height:15px;
}

#local_nav_middle {
  position:relative;
  background-image: url(../images/local_nav_repeating.gif);
  background-repeat: repeat-y;
  margin:0;
  padding: 0px;
}

#local_nav_bottom {
  position:relative;
  bottom:0;
  left:0;
  margin: 0px;
  padding: 0px;
  float:left;
  display:inline;
  background-image: url(../images/local_nav_bottom.gif);
  background-repeat: no-repeat;
  width:209px;
  height:15px;
  clear: both;
  background-color: #FFF;
}

.boxRight {
  margin: 0px;
  padding: 7px;
  float: right;
  background-color: #FFF;
  width:213px;
  height:100px;
}

/* narrower than home page */
.boxRightInside {
  margin: 0px;
  padding: 7px;
  float: right;
  background-color: #FFF;
  width:193px;
  height:100px;
}

#bottom {
  margin-left:0px;
  margin-top:0px;
  width:1000px;
  height:79px;
  margin-bottom:0px;
  float:left;
  display:inline;
  background-image: url(../images/middle_bottom.gif);
  overflow:hidden;
}

/* white text in bottom left screen */
#bottomLeft {
  font-family:"Helvetica Light", Helvetica, Arial, sans-serif;
  font-size: 25px;
  line-height: 175%;
  color: #FFF;
  float: left;
  display:inline;
  margin-top:40px;
  margin-bottom: 10px;
  margin-left: 50px;
  background-image: url(../images/fitness-health-self.gif);
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: 0px 10px;
  width: 360px;
}

#copyright {
  font-family:Verdana, Geneva, sans-serif;
  font-size: 10px;
  line-height: 456%;
  color: #636558;
  float: right;
  display:inline;
  margin-top:40px;
  margin-bottom: 10px;
  margin-left: 50px;
}

/*******************
presentation styling */

p {
  font-family:Verdana, Geneva, sans-serif
    font-size:12px;
  color:#000000;
  padding:0px;
  margin:0px 0px 10px 0px;
  line-height:138%;
}

h1 {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-size:24px;
  color:#72744B;
  line-height:93%;
}

h2 {
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  font-weight:bold;
  color:#000000;
  padding-top:0px;
  margin-top:0px;
  margin-bottom:15px;
  line-height:158%;
}

h3 {
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  color:#000000;
  padding-top:0px;
  margin-top:0px;
  line-height:158%;
  font-weight:500;
}

/* local navigation head */
.local_nav_head {
  font-family:Verdana, Geneva, sans-serif;
  font-size:19px;
  color:#AC6671;
  margin-top:0px;
  margin-bottom:15px;
  line-height:158%;
  padding-left:30px;
}

.local_nav_item_container {
  margin:0;
  padding:0;
  width:209px;
  border-bottom-color:#EAEBE7;
  border-bottom-style:solid;
  border-bottom-width:1px;
}

/* local navigation item */
.local_nav_item {
  font-family:Verdana, Geneva, sans-serif;
  font-size:11px;
  color:#959889;
  line-height:140%;
  text-transform:uppercase;
  padding: 6px 0px 0px 30px;
}

/* set smaller font for paras in white box */
.boxRight p {
  font-family:Verdana, Geneva, sans-serif;
  font-size:11px;
  color:#000000;
  line-height:114%;
}  

ul {
  font-family:Verdana, Geneva, sans-serif;
  font-size: 11px;
}

li {
  padding:2px;
}

a:link
{
  color:#72744B;
  text-decoration:underline;
}

a:visited
{
  color:#72744B;
  text-decoration: underline;
}

a:hover
{
  color: #AB7688;
  text-decoration: underline;
}

a:link.copyright_link
{
  color:#848073;
  text-decoration: none;
  font-weight:bold;
}

a:visited.copyright_link
{
  color: #848073;
  text-decoration: none;
  font-weight:bold;
}

a:hover.copyright_link
{
  color: #848073;
  text-decoration: underline;
  font-weight:bold;
}

a:link.bookings
{
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  line-height:133%;
  color:#FFF;
  text-decoration: none;
}

a:visited.bookings
{
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  line-height:133%;
  color:#FFF;
  text-decoration: none;
}

a:hover.bookings
{
  font-family:Verdana, Geneva, sans-serif;
  font-size:12px;
  line-height:133%;
  color:#000;
  text-decoration: none;
}

.vertTop {
  vertical-align:top;
}

.right {
  text-align:right;
}

.no_pad {
  padding: 0px;
}

.pad_left {
  padding-left:10px;
}

}
#navigation7  {
  list-style-type: none;
  font-familyl: Arial, Helvetica, sans-serif;
  text-align: left;
  padding: 0;
  margin: 0px;
}
#navigation7 ul {
  list-style-type: none;
  margin: 0;
  font-familyl: Arial, Helvetica, sans-serif;
  text-align: left;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0px;
}
#navigation7 li {
  text-align: left;
  margin: 0;
  padding: 0px;
  width: 209px;
}
#navigation7 a {
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 30px;
  text-align: left;
  font-size: 11px;
  color: #737266;
  height: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
}
#navigation7 a:hover {
  margin: 0;
  color: #000000;
}
#navigation7 a:active {
  margin: 0;
  color: #A37F4F;
}
#sub1       #navigation7      #sub1 a {
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  font-size: 11px;
  color: #FF6600;
  height: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  font-weight: bold;
}
#sub2      #navigation7     #sub2 a {
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  font-size: 11px;
  color: #82AD2D;
  height: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  font-weight: bold;
}
#sub3       #navigation7      #sub3 a {
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  font-size: 11px;
  color: #CC3399;
  height: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  font-weight: bold;
}
#sub4        #navigation7       #sub4 a {
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  font-size: 11px;
  color: #B5A10A;
  height: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  font-weight: bold;
}
#sub5         #navigation7        #sub5 a {
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  font-size: 11px;
  color: #333399;
  height: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  font-weight: bold;
}
#sub6          #navigation7         #sub6 a {
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  font-size: 11px;
  color: #660033;
  height: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  font-weight: bold;
}
#sub7           #navigation7          #sub7 a {
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  font-size: 11px;
  color: #0033CC;
  height: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  font-weight: bold;
}
#sub8            #navigation7           #sub8 a {
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  font-size: 11px;
  color: #336600;
  height: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  font-weight: bold;
}
#sub9             #navigation7            #sub9 a {
  text-decoration: none;
  display: block;
  padding-top: 5px;
  padding-right: 0px;
  padding-bottom: 5px;
  padding-left: 0px;
  text-align: left;
  font-size: 11px;
  color: #993399;
  height: 14px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #e0e0e0;
  font-weight: bold;
}

a.highslide img {
  border: none;
}

#gallery {
  font-size: 10px;
}
#gallery td {
  vertical-align: top;
  width: 100px;
  text-align: center;
}