html {
  height: 100%;
  margin: 0;
  padding: 0;
}
html body {
  height: 100%;
  background: url(../img/tiled-background.gif) #d8f0f0 no-repeat;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}
html body a { text-decoration: none; }
html body #big-wrap {
  position: relative;
  height: auto !important;
  min-height: 100%;
  min-width: 1120px;
}
html body #big-wrap #top-block {
  position: absolute;
  margin-left: 580px;
  background: #8fd5f2;
  padding: 3px 15px;
}
html body #big-wrap #top-block table tr td { padding: 4px; }
html body #big-wrap #top-block table tr td label {
  font-size: 14px;
  color: #ffffff;
}
html body #big-wrap #top-block table tr td #login-user {
  margin: 0;
  padding: 4px;
  font-size: 13px;
  width: 120px;
}
html body #big-wrap #top-block table tr td #login-password {
  margin: 0;
  padding: 4px;
  font-size: 13px;
  width: 120px;
}
html body #big-wrap #mid-block #left-block {
  float: left;
  width: 140px;
}
html body #big-wrap #mid-block #left-block #logo {
  margin-top: 7px;
  margin-left: 14px;
}
html body #big-wrap #mid-block #left-block #nav-1 {
  margin-top: 14px;
  width: 119px;
}
html body #big-wrap #mid-block #left-block #nav-1 .content ul {
  display: block;
  padding-top: 9px;
  background: #ffffff;
  width: 119px;
}
html body #big-wrap #mid-block #left-block #nav-1 .content ul li {
  display: block;
  margin-bottom: 0px;
}
html body #big-wrap #mid-block #left-block #nav-1 .content ul li a {
  width: 114px;
  padding-left: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  display: block;
  background: #ffffff;
}
html body #big-wrap #mid-block #left-block #nav-1 .content ul li a.active {
  color: #ffffff;
  background: #5ac6f2;
  padding-right: 8px;
}
#right-block {
  margin-top: 60px;
  margin-left: 0px;
  float: left;
}
#right-block div h1 {
  font-size: 45px;
  margin-top: 0px;
  margin-bottom: 15px;
}
#right-block div h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
#right-block div h3 {
  font-size: 22px;
  margin-bottom: 10px;
}
#right-block div p {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 10px;
  padding-right: 20px;
}
#right-block div ul {
  font-size: 13px;
  list-style: disc;
}
#right-block div ul li { margin-bottom: 5px; }
#right-block div table td { vertical-align: top; }
#right-block .col-1 { float: left; }
#right-block .col-1 .content { padding: 15px 15px 1px 15px; }
#right-block .col-2 {
  margin-left: 10px;
  float: left;
}
#right-block .col-2 .content { padding: 15px 15px 1px 15px; }
#right-block .col-3 {
  margin-left: 10px;
  float: left;
}
#right-block .col-3 .content { padding: 15px 15px 1px 15px; }
#right-block.homepage div p { padding-right: 0; }
#right-block.homepage .col-1 { width: 200px; }
#right-block.homepage .col-1 .content {
  background: #ffffff;
  width: 170px;
}
#right-block.homepage .col-1 .content h2 { color: #5ac6f2; }
#right-block.homepage .col-1 .content p { color: #333333; }
#right-block.homepage .col-2 {
  width: 220px;
  margin-left: 0;
}
#right-block.homepage .col-2 .content {
  background: #8fd5f2;
  width: 190px;
}
#right-block.homepage .col-2 .content h2 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 8px;
}
#right-block.homepage .col-2 .content #activate-text { margin-bottom: 10px; }
#right-block.homepage .col-2 .content p { color: #333333; }
#right-block.homepage .col-3 {
  width: 516px;
  min-height: 420px;
}
#right-block.homepage .col-3 .content {
  background: #ffffff;
  width: 486px;
}
#right-block.homepage .col-3 .content h2 { color: #5ac6f2; }
#right-block.homepage .col-3 .content .socialmedia li {
  list-style: none;
  display: block;
  padding-right: 10px;
}
#right-block.homepage .col-3 .content .socialmedia li td {
  vertical-align: middle;
  padding-right: 5px;
}
#right-block.homepage #upcoming-events h2 {
  font-size: 22px;
  margin-bottom: 9px;
}
#right-block.homepage #home-news h2 {
  font-size: 22px;
  margin-bottom: 9px;
}
#right-block.homepage #home-news div { padding-bottom: 20px; }
#right-block.single-content .col-1 { width: 720px; }
#right-block.single-content .col-1 .content { background: #ffffff; }
#right-block.single-content .col-1 .content h1 { color: #5ac6f2; }
#right-block.single-content .col-1 .content h2 { color: #5ac6f2; }
#right-block.single-content .col-1 .content h3 { color: #333333; }
#right-block.single-content .col-1 .content h4 { color: #333333; }
#right-block.single-content .col-1 .content a { color: #333333; }
#right-block.single-content .col-1 .content ul { color: #333333; }
#right-block.single-content .col-1 .content li { color: #333333; }
#right-block.single-content .col-1 .content p { color: #333333; }
#right-block.single-content .col-1 .content a { font-weight: bold; }
#right-block.single-content .col-1 .content a:hover { text-decoration: underline; }
#right-block.single-content .col-1 .content ul {
  padding-top: 10px;
  padding-left: 20px;
  margin-bottom: 12px;
  padding-right: 20px;
}
#right-block.single-content .col-1 .content ul li {
  margin-bottom: 10px;
  line-height: 16px;
}
#right-block.single-content .col-1 .content .event-line {
  width: 670px;
  background: #d7eff7;
  padding: 15px 10px 0px 10px;
  margin-bottom: 5px;
}
#right-block.single-content .col-1 .content .event-line .date-block {
  margin-top: 0px;
  float: left;
  border: 3px solid #000000;
  width: 35px;
  text-align: center;
  padding: 2px;
}
#right-block.single-content .col-1 .content .event-line .date-block .date-month {
  font-size: 10px;
  font-weight: 700;
  margin-top: 1px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
#right-block.single-content .col-1 .content .event-line .date-block .date-day {
  font-weight: 700;
  font-size: 24px;
}
#right-block.single-content .col-1 .content .event-line .event-image {
  margin-left: 10px;
  float: left;
}
#right-block.single-content .col-1 .content .event-line .event-text {
  float: left;
  width: 350px;
  margin-left: 10px;
}
#right-block.single-content .col-1 .content .event-line .event-text h2 {
  font-size: 20px;
  margin-bottom: 8px;
  color: #000000;
}
#right-block.single-content .col-1 .content .event-line .event-text h2 a {
  text-decoration: inherit;
  color: inherit;
}
#right-block.single-content .col-1 .content .event-line .event-text p {
  font-size: 12px;
  color: #000000;
}
#right-block.single-content .col-1 .content .event-line .event-meta {
  float: right;
  text-align: right;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  width: 110px;
}
#right-block.single-content .col-1 .content .event-line .read-more {
  float: none;
  clear: both;
  width: 100%;
  text-align: right;
  position: relative;
  top: -20px;
}
#right-block.single-content .col-1 .content .event-line .read-more a {
  text-decoration: none;
  color: #5ac6f2;
  font-weight: 700;
  font-size: 12px;
}
#right-block.single-content .col-1 .content .event-line .read-more a:hover { text-decoration: underline; }
#right-block.single-content .col-1 .content .partner-line {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d8f0f0;
}
#right-block.single-content .col-1 .content .partner-line .partner-image {
  padding-top: 5px;
  float: left;
  width: 310px;
  margin-right: 10px;
  text-align: center;
}
#right-block.single-content .col-1 .content .partner-line .partner-text {
  float: left;
  width: 350px;
  margin-left: 10px;
}
#right-block.single-content .col-1 .content .partner-line .partner-text h2 {
  margin-bottom: 4px;
  font-size: 20px;
  color: #000000;
}
#right-block.single-content .col-1 .content .partner-line .partner-text h2 a {
  text-decoration: inherit;
  color: inherit;
}
#right-block.single-content .col-1 .content .partner-line .partner-text p {
  font-size: 12px;
  color: #000000;
  margin-bottom: 5px;
}
#right-block.single-content .col-1 .content .partner-line .partner-text p a { color: #5ac6f2; }
#right-block.single-ops .col-1 { width: 720px; }
#right-block.single-ops .col-1 .content { background: #8fd5f2; }
#right-block.single-ops .col-1 .content h1 { color: #ffffff; }
#right-block.single-ops .col-1 .content h2 { color: #ffffff; }
#right-block.single-ops .col-1 .content h3 { color: #ffffff; }
#right-block.single-ops .col-1 .content h4 { color: #ffffff; }
#right-block.single-ops .col-1 .content p { color: #ffffff; }
#right-block.single-ops .col-1 .content ul { color: #ffffff; }
#right-block.single-ops .col-1 .content li { color: #ffffff; }
#right-block.single-ops .col-1 .content a { color: #ffffff; }
#right-block.single-ops .col-1 .content a:visited { color: #ffffff; }
#right-block.single-ops .col-1 .content a { font-weight: bold; }
#right-block.single-ops .col-1 .content a:hover { text-decoration: underline; }
#right-block.single-ops .col-1 .content .event-summary {
  float: left;
  width: 350px;
  background: #d7eff7;
  padding: 15px 10px 0px 10px;
  margin-bottom: 5px;
}
#right-block.single-ops .col-1 .content .event-summary .date-block {
  margin-top: 0px;
  float: left;
  border: 3px solid #000000;
  width: 35px;
  text-align: center;
  padding: 2px;
}
#right-block.single-ops .col-1 .content .event-summary .date-block .date-month {
  font-size: 10px;
  font-weight: 700;
  margin-top: 1px;
  margin-bottom: 1px;
  text-transform: uppercase;
}
#right-block.single-ops .col-1 .content .event-summary .date-block .date-day {
  font-weight: 700;
  font-size: 24px;
}
#right-block.single-ops .col-1 .content .event-summary .event-image {
  margin-left: 10px;
  float: left;
}
#right-block.single-ops .col-1 .content .event-summary .event-text {
  clear: both;
  margin-left: 10px;
  margin-left: 55px;
}
#right-block.single-ops .col-1 .content .event-summary .event-text h2 {
  font-size: 20px;
  color: #000000;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}
#right-block.single-ops .col-1 .content .event-summary .event-text h2 a {
  text-decoration: inherit;
  color: inherit;
}
#right-block.single-ops .col-1 .content .event-summary .event-text p {
  font-size: 12px;
  color: #000000;
}
#right-block.single-ops .col-1 .content .event-summary .event-meta {
  float: left;
  margin-left: 10px;
  text-align: left;
  font-size: 12px;
  color: #666666;
  line-height: 14px;
  margin-bottom: 5px;
}
#right-block.single-ops .col-1 .content .booking-form {
  margin-left: 15px;
  background: #56caf4;
  padding: 10px;
  float: left;
  width: 210px;
}
#right-block.single-event .col-1 { width: 900px; }
#right-block.single-event .col-1 .content { background: #ffffff; }
#right-block.single-event .col-1 .content h1 { color: #333333; }
#right-block.single-event .col-1 .content h2 { color: #333333; }
#right-block.single-event .col-1 .content h3 { color: #333333; }
#right-block.single-event .col-1 .content h4 { color: #333333; }
#right-block.single-event .col-1 .content p { color: #333333; }
#right-block.single-event .col-1 .content ul { color: #333333; }
#right-block.single-event .col-1 .content li { color: #333333; }
#right-block.single-event .col-1 .content h1 { font-size: 40px; }
#right-block.single-event .col-1 .content .event-image { text-align: right; }
#right-block.single-event .col-1 .content .event-image img { border: 5px solid #5ac6f2; }
#right-block.single-event .col-1 .content .event-meta {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}
#right-block.single-event .col-1 .content .event-meta p {
  padding: 0;
  color: #666666;
  line-height: 16px;
  margin-bottom: 3px;
}
#right-block.single-event .col-1 .content .event-text h1 { padding-right: 75px; }
#right-block.single-event .col-1 .content .event-text .date-block {
  margin-top: 10px;
  float: right;
  border: 3px solid #000000;
  width: 60px;
  text-align: center;
  padding: 3px;
}
#right-block.single-event .col-1 .content .event-text .date-block .date-month {
  font-size: 15px;
  font-weight: 700;
  margin-top: 1px;
  margin-bottom: 2px;
  text-transform: uppercase;
}
#right-block.single-event .col-1 .content .event-text .date-block .date-day {
  font-weight: 700;
  font-size: 40px;
}
#right-block.single-event .col-1 .content .event-text p { padding-right: 75px; }
#event-tiles {
  display: block;
  width: 100%;
}
#event-tiles li {
  display: block;
  float: left;
  width: 140px;
  height: 135px;
  padding: 8px 7px 5px 7px;
  margin-right: 8px;
  margin-bottom: 8px !important;
  background: #5ac6f2;
}
#event-tiles li .image {
  width: 140px;
  height: 93px;
  overflow: hidden;
  background: #cccccc;
}
#event-tiles li .date-block {
  float: left;
  border: 2px solid #ffffff;
  width: 30px;
  height: 30px;
  margin-top: 5px;
  color: #ffffff;
}
#event-tiles li .date-block div { text-align: center; }
#event-tiles li .date-block .date-month {
  margin-top: 2px;
  font-size: 8px;
  font-family: Arial, Verdana, sans-serif;
  text-transform: uppercase;
}
#event-tiles li .date-block .date-day {
  font-weight: 700;
  font-size: 18px;
}
#event-tiles li .title {
  float: left;
  margin-top: 4px;
  font-size: 12px;
  color: #ffffff;
  width: 100px;
  font-weight: 700;
  margin-left: 5px;
}
#event-tiles li .title a { color: #ffffff; }
a.book-now {
  margin-top: 10px;
  float: right;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
  display: block;
  -moz-border-radius: 3px 3px 3px 3px;
  background: url("../img/button-bg.gif") repeat-x scroll center top transparent;
  border: 0 solid #ffffff;
  color: #ffffff !important;
  font-size: 13px;
  font-weight: 700;
  height: 23px;
  width: 90px;
}
a.book-now:hover { text-decoration: none !important; }
a.fully-booked {
  margin-top: 10px;
  float: right;
  text-decoration: none;
  text-align: center;
  padding-top: 8px;
  display: block;
  -moz-border-radius: 3px 3px 3px 3px;
  background: #999999;
  border: 0 solid #ffffff;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  height: 23px;
  width: 100px;
  cursor: default;
}
.bottom-edge-white {
  width: 100%;
  height: 11px;
  background: url(../img/bottom-edge-white-10.png) no-repeat right top;
}
.bottom-edge-lightblue {
  width: 100%;
  height: 11px;
  background: url(../img/bottom-edge-lightblue-10.png) no-repeat right top;
}
.blue-submit {
  width: 90px;
  height: 31px;
  background: url(../img/button-bg.gif) repeat-x top;
  border: 0px #ffffff solid;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
}
#activate-text {
  width: 176px;
  padding: 5px;
  margin: 0 0 5px 0;
  font-size: 16px;
  border: 2px solid #8fd5f2;
  border: 2px solid #ffffff;
}
#activate-text:focus { border: #00adee 2px solid; }
table#activate-card-form { width: 440px; }
table#activate-card-form td {
  vertical-align: top;
  padding-bottom: 10px;
}
table#activate-card-form td label {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 3px;
}
table#activate-card-form td input.frm-txt {
  padding: 3px;
  width: 200px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 20px;
  border: 2px solid #ffffff;
}
table#activate-card-form td input.frm-txt:focus { border: #00adee 2px solid; }
table#activate-card-form td textarea.frm-txt {
  font-family: Arial, sans-serif;
  padding: 3px;
  width: 200px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 120px;
  border: 2px solid #ffffff;
}
table#activate-card-form td textarea.frm-txt:focus { border: #00adee 2px solid; }
table#activate-card-form td select.frm-sel {
  padding: 0px;
  width: 208px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 26px;
  border: 2px solid #ffffff;
}
table#activate-card-form td select.frm-sel option { font-size: 12px; }
table#activate-card-form td input.frm-sel:focus { border: #00adee 2px solid; }
table#activate-card-form td input.frm-readonly {
  background: #dddddd;
  border: #dddddd 2px solid;
  color: #888888;
}
table#activate-card-form td input.frm-readonly:focus { border: #dddddd 2px solid; }
table#book-event-form { width: 440px; }
table#book-event-form td {
  vertical-align: top;
  padding-bottom: 10px;
}
table#book-event-form td label {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 3px;
}
table#book-event-form td input.frm-txt {
  padding: 3px;
  width: 200px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 20px;
  border: 2px solid #ffffff;
}
table#book-event-form td input.frm-txt:focus { border: #00adee 2px solid; }
table#book-event-form td textarea.frm-txt {
  font-family: Arial, sans-serif;
  padding: 3px;
  width: 200px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 120px;
  border: 2px solid #ffffff;
}
table#book-event-form td textarea.frm-txt:focus { border: #00adee 2px solid; }
table#book-event-form td select.frm-sel {
  padding: 0px;
  width: 208px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 26px;
  border: 2px solid #ffffff;
}
table#book-event-form td select.frm-sel option { font-size: 12px; }
table#book-event-form td input.frm-sel:focus { border: #00adee 2px solid; }
table#book-event-form td input.frm-readonly {
  background: #dddddd;
  border: #dddddd 2px solid;
  color: #888888;
}
table#book-event-form td input.frm-readonly:focus { border: #dddddd 2px solid; }
table#login-form { width: 440px; }
table#login-form td {
  vertical-align: top;
  padding-bottom: 10px;
}
table#login-form td label {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 3px;
}
table#login-form td input.frm-txt {
  padding: 3px;
  width: 200px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 20px;
  border: 2px solid #ffffff;
}
table#login-form td input.frm-txt:focus { border: #00adee 2px solid; }
table#login-form td textarea.frm-txt {
  font-family: Arial, sans-serif;
  padding: 3px;
  width: 200px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 120px;
  border: 2px solid #ffffff;
}
table#login-form td textarea.frm-txt:focus { border: #00adee 2px solid; }
table#login-form td select.frm-sel {
  padding: 0px;
  width: 208px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 26px;
  border: 2px solid #ffffff;
}
table#login-form td select.frm-sel option { font-size: 12px; }
table#login-form td input.frm-sel:focus { border: #00adee 2px solid; }
table#login-form td input.frm-readonly {
  background: #dddddd;
  border: #dddddd 2px solid;
  color: #888888;
}
table#login-form td input.frm-readonly:focus { border: #dddddd 2px solid; }
table#verify-email-form { width: 440px; }
table#verify-email-form td {
  vertical-align: top;
  padding-bottom: 10px;
}
table#verify-email-form td label {
  display: block;
  font-size: 14px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 3px;
}
table#verify-email-form td input.frm-txt {
  padding: 3px;
  width: 200px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 20px;
  border: 2px solid #ffffff;
}
table#verify-email-form td input.frm-txt:focus { border: #00adee 2px solid; }
table#verify-email-form td textarea.frm-txt {
  font-family: Arial, sans-serif;
  padding: 3px;
  width: 200px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 120px;
  border: 2px solid #ffffff;
}
table#verify-email-form td textarea.frm-txt:focus { border: #00adee 2px solid; }
table#verify-email-form td select.frm-sel {
  padding: 0px;
  width: 208px;
  font-weight: 700;
  color: #555555;
  font-size: 16px;
  height: 26px;
  border: 2px solid #ffffff;
}
table#verify-email-form td select.frm-sel option { font-size: 12px; }
table#verify-email-form td input.frm-sel:focus { border: #00adee 2px solid; }
table#verify-email-form td input.frm-readonly {
  background: #dddddd;
  border: #dddddd 2px solid;
  color: #888888;
}
table#verify-email-form td input.frm-readonly:focus { border: #dddddd 2px solid; }
table#book-event-form { width: 210px; }
table#book-event-form td input.frm-txt { border-color: #ffffff; }
table#book-event-form td input.frm-txt:focus { border-color: #00a3e0; }
#contact-form {
  margin-top: 30px;
  margin-bottom: 30px;
}
#contact-form .frm-row {
  margin-bottom: 6px;
  padding-left: 20px;
  color: #333333;
}
#contact-form .frm-row label {
  padding-top: 4px;
  color: #333333;
  width: 80px;
  display: block;
  float: left;
  font-size: 12px;
}
#contact-form .frm-row .txt-input {
  font-size: 14px;
  width: 180px;
  padding: 2px;
}
#contact-form .frm-row textarea {
  width: 250px;
  height: 140px;
  font-family: Arial, sans-serif;
}
#footer {
  background-color: none;
  height: 50px;
  margin-top: 0;
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 1100px;
  z-index: 20;
}
#footer div.links {
  float: right;
  height: 25px;
  padding-top: 25px;
  margin-right: 30px;
  width: 230px;
  text-align: right;
}
#footer div.links a {
  color: #3f8aa7;
  font-size: 11px;
  font-family: verdana, sans-serif;
}
#footer div.links a:hover { text-decoration: underline; }
#footer div.logos {
  overflow: hidden;
  float: right;
  background: #ffffff;
  width: 295px;
  height: 100%;
  padding: 0px 25px;
}
.labelified { color: #aaaaaa; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

