/* Cascading Style Sheet by nikdo.org */

/* Base Elements */
body {
  margin: 0;
  padding: 0;
  font: 13px Arial, sans-serif;
  text-align: center;
}
body.golf {
  background: #fff url("img/golf-bg.png") repeat-x center top;
}
body.basic {
  background: #fff url("img/bg.png") repeat-x center top;
}
table {
  font: 13px Arial, sans-serif;
}
img {
  border: 0;
}
.body {
  width: 990px;
  margin: 0 auto;
  text-align: left;
}
.topspacer {
  padding-top: 15px;
}
.topshadow {
  background: #fff url("img/body-top-bg.gif") repeat-x center top;
}
a, a:link {
  color: #00789a;
}
a:hover {
  color: #79284a;
}
a:visited {
  color: #526a71;
}
.ac {
  clear: both;
  line-height: 0px;
  font-size: 0px;
  height: 0px;
}
h1 {
  font-size: 20px;
  font-weight: normal;
}
h2 {
  font-size: 18px;
  font-weight: normal;
  color: #79284a;
}
h3 {
  font-size: 16px;
  margin: 0;
  padding: 0;
}
li {
  /* list-style-type: square; */
}
.floatright {
  float: right;
}
a.external {
  padding-right: 14px;
  background-image: url("img/external.gif");
  background-repeat: no-repeat;
  background-position: center right;
}

/* Music Panel */

body.music {
  background: #666 url("img/music-panel-bg.gif") repeat-x left top;
}

/* Page Head and Main Menu */
.top {
  height: 232px;
  font-size: 0;
}
.menuline {
  background: #9dccd9 url("img/menu.png") repeat-x center center;
  border-top: 1px solid #fff;
}
body.golf .menuline {
  background: #eddc31 url("img/golf-menu.png") repeat-x center center;
}
.menu {
  width: 990px;
  margin: 0 auto;
  text-align: left;
}
.menu ul {
  margin: 0;
  padding: 0;
}
.menu ul li {
  display: inline;
  list-style-type: none;
}
.menu ul li a {
  padding: 18px;
  line-height: 49px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
}
.menu ul li a:visited {
  color: #000;
}
.menu ul li a.first {
  padding: 18px 80px;
  color: #666;
  font-size: 11px;
  font-weight: normal;
}
.menu ul li:hover a.first {
  background: none;
}
.menu ul li.active a {
  color: #79284a;
  padding: 18px 18px 12px 18px;
  border-bottom: 6px solid #fff;
}
.menu ul li a:hover {
  color: #79284a;
  padding: 18px 18px 12px 18px;
  border-bottom: 6px solid #79284a;
}
.menu ul li a.first:visited {
  color: #666;
}
.menu ul li a.first:hover {
  padding: 18px 80px;
  border: none;
  text-decoration: underline;
  color: #79284a;
}
.menuspacer {
  padding: 0 48px;
}
.menu ul li.menuspacer a:hover {
  text-decoration: none;
  cursor: default;
}
.banner {
  float: left;
  margin: 0 0 15px 15px;
  width: 310px;
}
.banner h2 {
  position: absolute;
  left: -800px;
}
.banner p {
  margin: 0;
  padding: 8px 15px 0 15px;
  color: #666;
}
.banner p.hplink {
  border-top: 1px dotted #ccc;
  margin-top: 8px;
  padding: 8px 15px;
  font-weight: bold;
}

/* Left panel */
.left {
  float: left;
  width: 310px;
  margin: 0 0 15px 15px;
}
.left h2, .right h1.hptitle {
  letter-spacing: -0.5pt;
  font-size: 16px;
  padding: 2px 10px;
  margin: 0;
  background: #e6e6e6 url("img/heder-bg.png") repeat-x center center;
  font-weight: bold;
}
.left h2 span {
  letter-spacing: normal;
  font-size: 11px;
  font-weight: normal;
}
.topcorner, .botcorner, .topcorner2, .botcorner2 {
  font-size: 5px;
  line-height: 5px;
}
.topcorner {
  background: #e6e6e6 url("img/left-heder-top.png") repeat-x center top;
}
.botcorner {
  background: #e6e6e6 url("img/left-heder-bottom.png") repeat-x center bottom;
}
.topcorner2 {
  background: #e6e6e6 url("img/right-heder-top.png") repeat-x center top;
}
.botcorner2 {
  background: #e6e6e6 url("img/right-heder-bottom.png") repeat-x center bottom;
}
.left h3 {
  font-size: 13px;
  margin: 0 0 0 15px;
  padding: 15px 0 5px 0;
}
.left ul {
  margin: 0 0 0 45px;
  padding: 0;
}
.left ul li {
  color: #ccc;
}
.sidebanner {
  margin-top:24px;
}
.left ul li.mega {
  color: #00789a;
  padding: 8px 0;
}
.left ul li.mega a {
  color: #00789a;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  border-bottom: 1px solid #ccc;
}


/* Right - main Page body */
.right {
  margin: 0 15px 15px 340px;
}
.right h1 {
  margin: 0;
  padding: 0 15px 15px 0;
  color: #79284a;
  font-size: 20px;
}
.right h3 {
  margin: 6px 0 0 0;
}
.right p {
  font: 13px Arial, sans-serif;
}
.right p.minikins {
  font: 11px Arial, sans-serif;
  margin: 0;
  padding: 0 0 15px 0;
}
p.bigger {
  font: 16px Arial, sans-serif;
  color: #333;
}
p.smaller, span.smaller {
  font: 11px Georgia, serif;
  color: #666;
}
.right em {
  color: #666;
}
h1 span {
  font-size: 13px;
}
form .formline {
  padding: 0 0 6px 0;
  width: 360px;
  text-align: right;
}
form input.text, form textarea {
  border: 1px solid;
  border-color: #666 #ccc #ccc #666; 
  padding: 2px;
  font: 13px Arial, sans-serif;
  width: 200px;
  background-color: #efefef;
}
form div.required,
form div.requiredalert {
  font-weight: bold;
}
form div.requiredalert {
  color: #f00;
}
form div.required input.text,
form div.requiredalert input.text {
  background-color: #f1e891;
  border: 1px inset #f00;
  font-weight: normal;
}
form div.requiredalert input.text {
  background-color: #ff0;
}

form textarea {
  height: 90px;
  width: 360px;
}
form input.button {
  border: 1px solid;
  border-color: #ccc #666 #666 #ccc;
  margin-top: 12px;
  padding: 3px;
  font: 13px Arial, sans-serif;
  font-weight: bold;
  background-color: #666;
  color: #fff;
}
form input.checkbox {
  margin-right: 100px;
}
.highlighted {
  padding: 16px;
  background-color: #ddd;
  border: 1px solid #aaa;
}
h2.hplist {
  font-size: 15px;
}
.partnerlogo {
  font-size: 0;
  border: 1px solid #ccc;
  float: left;
  margin: 0 16px 18px 0;
}
.partnerlogo a, .partnerlogo a:hover, .partnerlogo a:visited {
  color: #fff;
  width: 190px;
  height: 120px;
  display: block;
}
.pdf {
  background: #fff url("img/pdf.gif") no-repeat left center;
  padding-left: 20px;
}
.jpg {
  background: #fff url("img/jpg.gif") no-repeat left center;
  padding-left: 20px;
}
.firstbox {
  width: 130px;
  color: #333;
}
a.classB, a.classF, a.classE, a.classB:visited, a.classF:visited, a.classE:visited, a.classB:hover, a.classF:hover, a.classE:hover {
  color: #fff;
  font-weight: bold;
  padding: 12px 20px 14px 16px;
}
a.classB {
  background: #3e7f01 url("img/register-green.png") no-repeat right center;
}
a.classF {
  background: #555555 url("img/register-gray.png") no-repeat right center;
}
a.classE {
  background: #732646 url("img/register-violent.png") no-repeat right center;
}
.titlesmall {
  font-size: 60%;
}

/* Foot Parts */
.abovefoot {
  border-top: 20px solid #fff;
  margin: 0 15px;
  background: #fff url("img/foot2-top.gif") no-repeat left top;
  font-size: 0;
  height: 15px;
  line-height: 15px;
}
.foot {
  color: #fff;
  font-size: 11px;
  padding: 5px 10px 50px 10px;
  margin: 0 15px;
  border-left: 13px solid #666;
  border-right: 13px solid #666;
  background: #666 url("img/foot2-bg.gif") repeat-x left top;
}
.foot a, .foot a:visited {
  color: #fff;
}
span.mild, span.mild a, span.mild a:visited, span.mild a:hover {
  color: #aaa;
}




/* Photo Gallery */ 

body.photoshow {
  background: #000 url("img/photo-bg.gif") repeat-x center top;
}
body.photoshow h1 {
  display: inline;
  margin-right: 32px;
}
body.photoshow img.bigphoto {
  border: 1px solid #ccc;
}
body.photoshow a.bigletter {
  text-transform: capitalize;
}
p.gallerybox {
  font-size: 0;
}
.photonail {
  margin: 0 8px 8px 0;
  border: 1px solid #ccc;
}
.rightspace {
  margin-right: 32px;
}
.photonote {
  margin-top: 8px;
  color: #666;
}
.phototitle {
  background: #666 url("img/foot2-bg.gif") repeat-x left bottom;
  border-bottom: 1px solid #999;
  padding: 6px;
  margin-bottom: 8px;
  color: #fff;
}
.phototitle a, .phototitle a:visited {
  color: #ccc;
}
a.flipimage, a.flipimage:visited {
  background-color: #ccc;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  margin: 0 4px;
  padding: 4px;
}
body.photoshow .foot {
  color: #ccc;
  margin: 8px 0 0 0;
  padding: 15px 0 30px 0;
  border-top: 1px solid #666;
  border-right: none;
  border-left: none;
  background-image: none;
  background-color: #000;
}
body.photoshow .foot a, body.photoshow .foot a:visited {
  color: #ccc;
}
body.photoshow .abovefoot {
  display: none;
}

/* Print Configuration */

