body {
 background-color: #00718f;
}
.container {
 position: relative;
 background-color: #a3c8f7;
 background-image: url(../img/container-bg.gif);
 background-position: left top;
 background-repeat: repeat-y;
}
#container-inner {
 min-height: 890px;
 background-color: transparent;
 background-image: url(../img/container-inner.jpg);
 background-position: left bottom;
 background-repeat: no-repeat;
}

#left-column {
 position: relative;
}
#right-column {
 position: relative;
}

#header {
 background-image: url(../img/logo.png);
 background-position: right top;
 background-repeat: no-repeat;
}
#header h2 {
 display: block;
 margin-bottom: 0;
}
#header h2 a {
 display: block;
 height: 114px;
}
#header h2 a span {
 display: block;
 overflow: hidden;
 text-indent: -9999px;
}
#header h3 {
 display: block;
 height: 0;
 overflow: hidden;
 text-indent: -9999px;
}

#navigation {
 position: relative;
 margin-top: 34px;
}
#navigation ul {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
#navigation ul li {
 margin: 0 0 20px 0;
 padding: 0;
}
#navigation ul li a {
 display: block;
 height: 25px;
 width: 130px;
 overflow: hidden;
}
#navigation ul li a span {
 display: block;
 overflow: hidden;
 text-indent: -9999px;
}
#navigation ul li#nav-home a { background: transparent url(../img/navigation.gif) 0 0 no-repeat; }
#navigation ul li#nav-home a:hover { background: transparent url(../img/navigation.gif) -130px 0 no-repeat; }
body#home #navigation ul li#nav-home a { background: transparent url(../img/navigation.gif) -130px 0 no-repeat; }

#navigation ul li#nav-book a { background: transparent url(../img/navigation.gif) 0 -25px no-repeat; }
#navigation ul li#nav-book a:hover { background: transparent url(../img/navigation.gif) -130px -25px no-repeat; }
body#book #navigation ul li#nav-book a { background: transparent url(../img/navigation.gif) -130px -25px no-repeat; }

#navigation ul li#nav-location a { background: transparent url(../img/navigation.gif) 0 -50px no-repeat; }
#navigation ul li#nav-location a:hover { background: transparent url(../img/navigation.gif) -130px -50px no-repeat; }
body#location #navigation ul li#nav-location a { background: transparent url(../img/navigation.gif) -130px -50px no-repeat; }

#content h1 {
 margin-top: 5px;
 color: #144b5a;
 font-family: verdana, geneva, sans-serif;
 font-size: 1.3em;
 font-weight: bold;
 line-height: 1.4em;
}
#content p {
 margin-bottom: 0.8em;
 color: #000000;
 font-family: verdana, geneva, sans-serif;
 font-size: 1.0em;
}
#content p a {
 color: #144b5a;
 text-decoration: none;
 font-weight: bold;
}
#content p a:hover {
 text-decoration: underline;
}

#footer {
 position: relative;
 display: block;
 height: 505px;
 background-color: transparent;
 background-image: url(../img/container-inner.jpg);
 background-position: left bottom;
 background-repeat: no-repeat;
}

#contact-details {
 position: absolute;
 bottom: 150px;
 left: 0;
 display: block;
 height: 158px;
 width: 260px;
 background-image: url(../img/contact-details.png);
 background-position: left top;
 background-repeat: no-repeat;
 cursor: pointer;
}
#contact-details h3,
#contact-details p {
 display: block;
 height: 0;
 overflow: hidden;
 text-indent: -9999px;
}

#map {
 display: block;
 height: 270px;
 width: 490px; 
}


table {}
tr {}
td {
 vertical-align: top;
}
td.label {
 width: 130px;
 color: #000000;
 font-family: verdana, geneva, sans-serif;
 font-weight: bold;
}
input.text {
 width: 255px;
}
select {
 height: 25px;
 width: 270px;
}
textarea {
 height: 100px;
 width: 255px;
}
