/*----CSS Reset----*/
*{margin:0;padding:0}iframe,a img,fieldset,form,table{border:0}h6,h5,h4,h3,h2,h1,caption,th,td{font-size:100%;font-weight:normal}dd,dt,dl,ol,ul{list-style:none}legend{color:#000}button,select,textarea,input{font:100% serif}table{border-collapse:collapse}caption,th,td{text-align:left}
/*----End CSS Reset----*/
/*---------------------------------------------------------------------*/
/*----Defaults----*/

body {
  background: #000;
  font: normal 62.5% Arial, Helvetica, sans-serif;
  text-align: center;
  color: #fff;
}

a {
  color: #009d52;
  text-decoration: none;
  border-bottom: 1px dotted #009d52;
}

a:hover {
  border-bottom: 1px solid #009d52;
}

h1 {
  text-indent: -9999px;
  text-align: left;
}

h2 {
  color: #009d52;
  font-weight: bold;
  font-size: 1.6em;
  margin: 20px 0;
}

/*----End Defaults----*/
/*---------------------------------------------------------------------*/
/*----Layout----*/

#top {
  background: url("images/topbackground.gif") repeat-x;
  height: 108px;
}

#middle {
  background: url("images/middlebackground.gif") bottom repeat-x;
  position: relative;
}

#bottom {

}

/*----End Layout----*/
/*---------------------------------------------------------------------*/
/*----Header----*/

#header {
  width: 1000px;
  height: 108px;
  margin: 0 auto;
  background: url("images/headerbackground.gif") no-repeat;
  text-align: left;
  z-index: 2;


}

#logo {
  float: left;
  height: 108px;
}

#email {
  float: right;
  background: url("images/email.gif") left center no-repeat;
  height: 32px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 13px 37px 0;
  font-weight: bold;
  font-size: 1.4em;
}

#email a {
  padding-left: 34px;
  color: #00763d;
  border: none;
  text-decoration: underline;
}

/*----End Header----*/
/*---------------------------------------------------------------------*/
/*----Navigation----*/


#navigation {
  clear: right;
  position: absolute;
  top: 84px;
  right: 33px;
  margin-right: 0px;
}

#navigation a {
  color: #000;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.1em;
  font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
  padding: 3px 4px 3px;
  border: none;
}

#navigation a:hover {
  background: url("images/navhover.gif") left repeat-x;
  color: #fff;
}

#navigation ul {
  float: right;
}

#navigation li {
  display: block;
  float: left;
  padding-right: 1px;
}

#navigation li {
  background: url("images/navborder.gif") right center no-repeat;
}

#navigation li.last {
  background: none;
}

/*----End Navigation----*/
/*---------------------------------------------------------------------*/
/*----Home----*/

#home {
  background: url("images/homebackground.jpg") no-repeat;
  width: 926px;
  height: 509px;
  margin: 0 auto;
  text-align: left;
  padding: 0 37px;
}

#textbox {
  float: right;
  width: 406px;
  font-size: 1.1em;
  line-height: 1.6em;
  text-align: justify;
  margin: 20px 0 20px 0;
  background: url("images/hometextcross.gif") no-repeat;
}

#textboxinner {
  padding: 8px;
  background: url("images/hometextcross.gif") bottom no-repeat;
}

#textbox p {
  margin-bottom: .8em;
}

/*----End Home----*/
/*---------------------------------------------------------------------*/
/*----Main Content----*/

#main {
  background: url("images/mainbackground.jpg") left top no-repeat;
  width: 926px;
  margin: 0 auto;
  text-align: left;
  padding: 0 37px;
}

#content {
  float: left;
  width: 642px;
}

#content p {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.5em;
}

#content img {
  border: 7px solid #282828;
  float: right;
  margin: 0 10px 10px 20px;
}

#content ul {
  margin-bottom: 2em;
}

#content li {
  font-size: 1.2em;
  line-height: 1.6em;
  margin-bottom: .5em;
}

#content em {
  color: #ad0000;
  font-weight: bold;
}

#sidebar {
  float: left;
  width: 284px;
  padding-top: 32px;
}

#sidebar div.cta_top {
  float: right;
  margin-bottom: 50px;
  clear: both;
}

/*----End Main Content----*/
/*---------------------------------------------------------------------*/
/*----Headers----*/

h1.home {
  background: url("images/header_home.gif") no-repeat;
  width: 643px;
  height: 67px;
  float: right;
  margin: 74px 0 0 0;
}

h1.facility {
  background: url("images/header_facility.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.sponsorship {
  background: url("images/header_sponsorship.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.certification {
  background: url("images/header_certification.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.kvest {
  background: url("images/header_kvest.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.membership {
  background: url("images/header_membership.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.lessons {
  background: url("images/header_lessons.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

h1.contact {
  background: url("images/header_contact.gif") left no-repeat;
  width: 642px;
  height: 63px;
  margin: 28px 0 0 0;
}

/*----End Headers----*/
/*---------------------------------------------------------------------*/
/*----Calls to Action----*/

.homecta {
  float: right;
  margin-left: 20px;
}

.cta_top {
  width: 213px;
  background: url("images/ctacross.gif") no-repeat;
}

.cta_btm {
  background: url("images/ctacross.gif") bottom no-repeat;
  padding: 11px;
}

.cta {
  width: 191px;
  height: 63px;
}

.cta p {
  padding: 40px 10px 0;
  font-size: 1.1em;
  text-transform: uppercase;
  font-weight: bold;
}

.cta a {
  color: #fff;
  border: 0 none;
}

.cta a:hover {
  text-decoration: underline;
}

.kvest {
  background: url("images/cta_kvest.jpg") no-repeat;
}

.membership {
  background: url("images/cta_membership.jpg") no-repeat;
}

.contact {
  background: url("images/cta_contact.jpg") no-repeat;
}

.facility {
  background: url("images/cta_facility.jpg") no-repeat;
}

.lessons {
  background: url("images/cta_lessons.jpg") no-repeat;
}

/*----End Calls to Action----*/
/*---------------------------------------------------------------------*/
/*----Footer----*/

#footer {
  width: 930px;
  height: 63px;
  margin: 0 auto;
  padding: 25px 35px;
  background: url("images/footerbackground.jpg") no-repeat;
  text-align: left;
}

#footer ul {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#footer li {
  display: inline;
  padding: 0 5px;
}

#footer a {
  text-decoration: none;
  color: #00763d;
  border: 0 none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
  float: left;
}

#footer p.right{
  float: right;
  position: relative;
  top: -20px;
}

#footer p a {
  color: #00ff89;
}

/*----End Footer----*/
/*---------------------------------------------------------------------*/
/*----Map----*/

#map {
  height: 400px;
  margin-bottom: 4em;
  border: 7px solid #282828;
}

/*----End Map----*/
/*---------------------------------------------------------------------*/
/*----Misc----*/

.clear {
  clear: both;
  line-height: 0;
}

p.caption {
  font-size: 1.1em;
  line-height: 1.6em;
  padding: 5px;
}

/*----End Misc----*/