
html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
}

body {
  background-color: #52afb5;
  margin: 0;
  padding: 0;
}

#viewport {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  line-height: 1.5em;
}
#viewport * {
  margin: 0;
}
#viewport strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #464648;
  outline: none;
}

h1 {
  color: #a42616;
  font-family: Georgia;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: normal;
}

h2 {
  color: #a42616;
  font-family: Georgia;
  font-size: 22px;
  font-weight: normal;
}

p {
  line-height: 1.5em;
  color: #393536;
  font: normal 12px Georgia, "Times New Roman", Times, serif;
}

hr {
  border: 0;
  display: block;
	width: 100%;
	height: 2px;
  line-height: 2px;
  margin: 8px 0;
  border-top: 1px solid #ded9cf;
  border-bottom: 1px solid #fff;
}

div.clear {
  height: 1px;
  overflow: hidden;
  font-size: 1px;
  clear: both;
}

/* viewport */
div#viewport {
  height: 100%;
  width: 100%;
}

/* horizon */
div#horizon {
  height: 50%;
  width: 100%;
  min-width: 980px;
  background: #3c81c4 url(../images/horizon-bg.jpg) repeat-x bottom;
}

/* island */
div#island {
  width: 980px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  margin-top: -330px;
  margin-left: -490px;
  height: 630px;
  border: 0px solid red;
}

div#island-flash {
  background: transparent url(../images/beach.jpg) no-repeat 0 0;
  width: 980px;
  height: 630px;
  clear: both;
}
div#island-flash.hidden {
  background: transparent url(../images/beach.jpg) no-repeat 0 -630px;
}

ul#island-navigation {
  margin: 4px 20px;
  padding: 0;
  height: 22px;
  line-height: 22px;
  border: 1px solid #80d1d3;
  border-width: 1px 0;
  color: #80d1d3;
  font-family: Georgia, Tahoma, Arial;
  font-style: italic;
}
ul#island-navigation li {
  display: inline;
}
ul#island-navigation li a {
  font-family: Georgia, Tahoma, Arial;
  font-style: italic;
  color: #80d1d3;
  margin: 0 8px 0 0;
  height: 22px;
  line-height: 22px;
  float: left;
  text-decoration: none;
}
ul#island-navigation li a:hover {
  color: #fff;
}

/* board */
div#board {
  z-index: 20;
  width: 834px;
  height: 630px;
  position: absolute;
  margin: -315px 0 0 -417px;
  top: 50%;
  left: 50%;
  border: 0px solid red;
  overflow: hidden;
}
div#board div.center {
  background: transparent url(../images/board/bg-center.png) repeat-y;
  height: 400px;
}
div#board div.top {
  background: transparent url(../images/board/bg-top.png) no-repeat;
  height: 130px;
}
div#board div.bottom {
  background: transparent url(../images/board/bg-bottom.png) no-repeat;
  height: 80px;
}

div#board ul#board-navigation {
  position: absolute;
  width: 201px;
  top: 6px;
  left: 32px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  z-index: 20;
  visibility: hidden;
}
div#board ul#board-navigation li {
  margin: 0;
  padding: 0 0 0 19px;
  height: 29px;
}
div#board ul#board-navigation li a {
  padding: 0 2px;
  margin: 7px 0 0 0;
  height: 16px;
  float: left;
  color: #000;
}
div#board ul#board-navigation li a span {
  font-family: Georgia;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
}
div#board ul#board-navigation li.active a {
  background: red;
  color: #fff;
}
div#board ul#board-navigation li.var-1 {
  background: transparent url(../images/navigation/navi-bg-1.gif) no-repeat;
}
div#board ul#board-navigation li.var-1-end {
  background: transparent url(../images/navigation/navi-bg-1-end.gif) no-repeat;
}
div#board ul#board-navigation li.var-2 {
  background: transparent url(../images/navigation/navi-bg-2.gif) no-repeat;
}
div#board ul#board-navigation li.var-2-end {
  background: transparent url(../images/navigation/navi-bg-2-end.gif) no-repeat;
}
  
div#board div#board-content {
  position: absolute;
  left: 17px;
  top: 17px;
  width: 800px;
  z-index: 10;
  color: #393536;
  visibility: hidden;
}
div#board div#board-overlay {
  position: absolute;
  right: 0;
  top: 0;
  width: 800px;
  height: 380px;
  z-index: 20;
  color: #393536;
  border: 0px solid red;
}
div#board div#board-content div.board-left {
  position: absolute;
  left: 50px;
  height: 120px;
  top: 335px;
  width: 160px;
  z-index: 30;
}
div#board a.button {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 39px;
  height: 34px;
  z-index: 30;
  border: 0;
  outline: none;
}
div#board a.disabled {
  display: none;
}
div#board a.slide-left {
  left: 12px;
  top: 300px;
}
div#board a.slide-right {
  right: 12px;
  top: 300px;
}

div#board div#board-content td.text, td.text {
  padding: 0 50px 20px 50px;
  line-height: 1.5em;
}
div#board div#board-content h1 {
  color: #a42616;
  font-family: Georgia;
  font-size: 22px;
  font-weight: normal;
}
div#board div#board-content p {
  line-height: 1.5em;
  color: #393536;
}

/* specials */
div#specials {
  position: absolute;
  top: 0;
  left: 50%;
  width: 490px;
  height: 30px;
}
div#specials-button {
  position: relative;
  top: 0;
  left: 200px;
  width: 290px;
}
div#specials-content {
  margin-top: 0;
  position: relative;
  top: -7px;
  visibility: hidden;
  width: 292px;
  height: 310px;
  background: transparent url(../images/specials/board-bg.gif) no-repeat 1px 1px;
}
div#specials-content .news-teaser {
  height: 104px;
  overflow: hidden;
}
div#specials-content .news-teaser a.thumb-title {
  margin: 17px 0 0 20px;
  float: left;
  height: 70px;
  width: 70px;
}
div#specials-content .news-teaser h1 {
  font-size: 14px;
  height: 58px;
}
div#specials-content .news-teaser a.details {
  float: right;
  height: 18px;
  width: 35px;
  border: 0px solid red;
}

/* media */
#viewport div.gallery a.thumb {
  float: left;
  width: 88px;
  height: 88px;
  padding: 0;
  margin: 0 2px 8px 0;
  background: transparent url(../images/media/thumb-bg.gif) no-repeat;
}
#viewport div.gallery a.thumb img {
  margin: 8px 0 0 9px;
  border: 0;
  width: 70px;
  height: 70px;
}
div.downloads div.download {
  height: 24px;
  float: left;
  background: transparent url(../images/media/download-bg.gif) repeat-x;
}
div.downloads div.download-left {
  height: 24px;
  background: transparent url(../images/media/download-left.gif) no-repeat;
}
div.downloads a.download-right {
  height: 24px;
  line-height: 24px;
  display: block;
  padding: 0 16px 0 16px;
  white-space: nowrap;
  background: transparent url(../images/media/download-right.gif) no-repeat right;
}
div.downloads a.download-right em {
  font-weight: bold;
  font-style: normal;
}
div.downloads a.audio {
  width: 16px;
  height: 16px;
  margin: 5px 8px 0 8px !important;
  overflow: hidden;
  background: transparent url(../images/media/audio-icon.gif) no-repeat left -16px;
}
div.downloads a.audio-active {
  background: transparent url(../images/media/audio-icon.gif) no-repeat left 0;
}

/* contact form */
form.contact-form {
  padding: 0 0 20px 50px;
}
form.contact-form fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}
form.contact-form dt {
  padding-top: 4px;
}
form.contact-form label {
  padding-top: 4px;
  color: #a42616;
  font-size: 10px;
}
form.contact-form input {
  padding: 0;
  color: #fff;
  line-height: 12px;
  font-size: 12px;
  height: 20px;
}
form.contact-form input.text, form.contact-form textarea.text {
  background-color: #b2a890;
  color: #fff;
  width: 186px;
  border: 1px solid #938b77;
  border-bottom: 0;
  border-right: 0;
}
form.contact-form ul.errors {
  color: #a42616;
  font-size: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-decoration: underline;
}

/* shader */
div#shader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha (opacity=70);
  z-index: 100;
}
div#calendar {
  display: none;
  position: absolute;
  top: 20px;
  left: 50%;
  margin: 0 0 0 -512px;
  width: 1024px;
  height: 768px;
  /*background-color: #fff;*/
  z-index: 101;
}
div#calendar object {
  margin: auto;
}
div#calendar a.video-close-btn {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 200;
}

/* TinyMCE specific rules */
body.mceContentBody {
  background: #ffffff none !important;
  padding: 4px;
}
body.mceContentBody * {
  font-family: Georgia;
  font-size: 12px;
}
body.mceContentBody strong {
  font-weight: bold;
}
body.mceContentBody a {
  text-decoration: none;
  color: #464648;
  outline: none;
}
body.mceContentBody h1 {
  color: #a42616;
  font-family: Georgia;
  font-size: 22px;
  line-height: 1.2em;
  font-weight: normal;
}
body.mceContentBody h2 {
  color: #a42616;
  font-family: Georgia;
  font-size: 22px;
  font-weight: normal;
}
body.mceContentBody p {
  line-height: 1.5em;
  color: #393536;
  font: normal 12px Georgia, "Times New Roman", Times, serif;
}
body.mceContentBody hr {
  border: 0;
  display: block;
  width: 100%;
  height: 2px;
  line-height: 2px;
  margin: 8px 0;
  border-top: 1px solid #ded9cf;
  border-bottom: 1px solid #fff;
}




