/* CSS Document HI*/

* {
  margin: 0;
  padding: 0;
}

body {
  font: 12px/17px "trebuchet ms", arial, helvetica, verdana, sans-serif;
  background: #635D5A; 
  color: #000000;
}

/* Site Layout */

#container {
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
  text-align: left;
  background: url(../img/bk/bodybk.gif) repeat-y;	
  width: 782px;
  voice-family: "\"}\""; 
  voice-family: inherit;
  width: 750px;
} html>body #wrap {width: 750px;}

#header {
  height: 217px;
  clear: both;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #000000;
  display: block;
}

.header1 { background-image: url(../img/header_1.gif); }
.header2 { background-image: url(../img/header_2.jpg); }
.header3 { background-image: url(../img/header_3.jpg); }
.header4 { background-image: url(../img/header_4.jpg); }
.header5 { background-image: url(../img/header_5.jpg); }
.header6 { background-image: url(../img/header_6.jpg); }
.header7 { background-image: url(../img/header_7.jpg); }
.header8 { background-image: url(../img/header_8.jpg); }

#content {
  float: right;
  width: 550px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 10px;
  margin-bottom: 15px;
}

#leftcontent {
  float: left;
  width: 175px;

}
  
#footer {
  position: relative;
  height: 30px;
  width: 748px;
  background-image: url(../img/bk/grnbk.gif);
  background-repeat: repeat-x;
  padding: 0;
  border-bottom: 1px solid #000000;
  clear: both;
}

#nav, #nav ul { /* All lists */
  list-style: none;
  width: 175px;
  float: left;
  margin-bottom: 50px;

}


#nav li { /* All List items */
  position: relative;
  line-height: 1em;
  margin-bottom: -1px;
  width: 140px;
}

#nav li ul { /* Second-level lists */
  position: absolute;
  left: -999em;
  margin-left: 156px;
  margin-top: -1.4em;
  border-top: 1px solid #01500D;  
  border-bottom: 1px solid #01500D;  
  background: #E2DEBD;
  filter:alpha(opacity=95); 
  opacity: 0.95; 
}

#nav li a {
  background: url(../img/bk/bullet_off.gif) right center no-repeat;
  width: 140px;
  display: block;
  color: #01500D;
  font-weight: bold;
  text-decoration: none;
  padding: 5px;
  padding-right: 10px;
  text-align: right;
}

#nav li a:hover {
  background: url(../img/bk/bullet_on.gif) right center no-repeat;
  text-decoration: underline;
  font-weight: bold;

}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}


/* Information Tables */

table.infotable { border: 1px solid #116C38; display: table; margin-left: 7px;  }

table.infotable caption { 
  background-color: #116C38;
  color: #FFFFFF;
  font-size: 120%;
  padding: 2px;
  margin-left: auto;
  margin-right: auto;
}


#tablecaption { 
  background-color: #116C38;
  color: #FFFFFF;
  font-size: 120%;
  padding: 2px;
}

table.infotable th {
  text-align: center;
  background-color: #DFE1DC;
  color: #116C38;
}

table.infotable td { text-align: center; }

#memdues table { margin-left: auto;; margin-right: auto; }
#memdues th { width: 80%; }
#memdues td { width: 20%; }
  
table.ratetable { display: block; margin-left: auto; margin-right: auto; margin-top: 10px; }

table.ratetable th { 
  background-color: #959695;
  color: #FFFFFF;
  font-size: 100%;
  text-align: center;
  font-weight: bold;
}

table.ratetable td {
  text-align: center;
  background-color: #D8DBD5;
}

#happyhour td { padding: 5px; }
#happyhour th { font-weight: bold; }

table.menu { margin-top: 15px; margin-left: auto; margin-right: auto; display: table; }

table.menu td { font-weight: bold; color: #116C38; }
/* Headers and Text */

h1 { font-weight:  bold; color: #116C38; font-size: 160%; border-bottom: 1px solid #116C38; margin-bottom: 10px; }
h2 { color: #12A551; font-size: 120%; font-weight: bold; padding-top: 20px; }
#content p {  margin-top: 10px; }
#footer p { font-size: 80%; color: #FFFFFF; padding-top: 5px; text-align: center;}
#subfooter p { font-size: 80%; color: #FFFFFF; padding-top: 5px; text-align: center; }
img.floatLeft { float: left; margin-left: 5px; margin-right: 10px; }
img.floatRight { float: right; margin-top: 10px; margin-right: 20px; margin-left: 15px; margin-bottom: 10px; }
img.bottomSide { float: left; padding-left: 45px; display: block; }
img.centerImg { margin-left: auto; margin-right: auto; display: block;  }

a { color: #01500D; text-decoration: none; }
a:hover { text-decoration: underline; }
#subfooter a { color: #FFFFFF; text-decoration: none; }
#subfooter a:hover { text-decoration: underline; }
.smalltext { font-size: 80%; color: #999999;}

.newstitle { 
  color: #12A551;
  font-size: 120%; 
  font-weight: bold; 
  margin: 0;
  padding: 0;
}
.newsdate { color: #878A88; margin-top: .2em !important; padding: 0; }

#courseinfo ul { list-style-type: square; }
#courseinfo li { margin-left: 40px; }

/* Form Styles */

#contactform { padding-left: 15px; padding-top: 10px; padding-bottom: 10px;}

table.formtable th { text-align: center; color: #116C38; padding-right: 10px; }

input.text { 
  font-family: "trebuchet ms", arial, helvetica, verdana, sans-serif;;
}
