body {
  margin: 0;
  padding: 0;
  text-align: left;
  font-family: arial, helvetica;
  font-size: 0.8125em;
  background: #d3eeff url(../img/bodybg.jpg) repeat-x;
}

a          { text-decoration: none; }
#content a { text-decoration: underline; }
a:link, a:visited { color: #004ba7; }
a:active, a:hover { color: #003379; }
a:visited:hover   { color: #003379; }

/* PNG Fix for IE6 */
img, div { behavior: url(iepngfix.htc) }

img {
  border: 0;
}

p {
  text-align: justify;
  line-height: 1.75em;
  color: #000000;
}

#content ul, ol {
  line-height: 1.75em;
}

h1, h2, h3 {
  font-family: arial, helvetica;
  color: #004ba7;
}

h1 {
  font-size: 20px;
  margin: 1em 0 1.5em 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #ffc600;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 16px;
}

#top {
  margin: 0 auto;
  width: 930px;
}

#wrapper {
  margin: 0 auto;
  padding: 0 15px;
  width: 900px;
  background: transparent url(../img/wrapperbg.png) repeat-y;
}

#header {
  width: 900px;
  height: 300px;
  overflow: hidden;
}

  #hdrslide {
    list-style: none;
    margin: 0;
    padding: 0;
  }

#navbar {
  width: 900px;
  height: 50px;
  background: #013a86 url(../img/navbarbg.gif) repeat-x;
}

#mainnav {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 674px;
  height: 36px;
  overflow: hidden;
}

  #mainnav li, #mainnav li a {
    float: left;
  }

  #mainnav li a {
    display: block;
    margin: 0;
    padding: 0;
    height: 36px;
    font-size: 12px;
    font-family: arial, helvetica;
    color: #ffffff;
  }

  a#home { width: 86px;  background-image: url(../img/nav-home.jpg); }
  a#hous { width: 116px; background-image: url(../img/nav-hous.jpg); }
  a#acti { width: 113px; background-image: url(../img/nav-acti.jpg); }
  a#rate { width: 85px;  background-image: url(../img/nav-rate.jpg); }
  a#book { width: 151px; background-image: url(../img/nav-book.jpg); }
  a#cont { width: 123px; background-image: url(../img/nav-cont.jpg); }

  a#home:hover { background-image: url(../img/nav-home-on.jpg); }
  a#hous:hover { background-image: url(../img/nav-hous-on.jpg); }
  a#acti:hover { background-image: url(../img/nav-acti-on.jpg); }
  a#rate:hover { background-image: url(../img/nav-rate-on.jpg); }
  a#book:hover { background-image: url(../img/nav-book-on.jpg); }
  a#cont:hover { background-image: url(../img/nav-cont-on.jpg); }

  span.nt {
    display: none;
  }

#main {
  overflow: auto;
  background: #ffffff url(../img/mainbg.jpg) repeat-x bottom left;
}

#content {
  float: left;
  width: 610px;
  padding: 15px 30px;
}

a.rmlink {
  margin-left: 20px;
}

td, th {
  padding: 5px;
}

table.house th, table.rates th {
  background-color: #c8d9f0;
}

table.house td ul {
  list-style: none;
  padding-left: 0;
}

table.std th {
  text-align: right;
}

img.galleryimg {
  float: left;
  margin: 10px;
  border: 1px solid #004ba7;
}

#sidebar {
  float: left;
  padding-top: 60px;
  padding-right: 30px;
  width: 200px;
}

#footer
{
  margin: 0 auto;
  width: 890px;
background:url(../img/footer.jpg) no-repeat;
padding:20px 20px;
font-size:11px;
color:#333333;}


