/* [ Document Wide Styles ] ================================================ */

html {
  margin: 0 0 0 0;
  color: #000000;
  background-color: #EAE9E2;
  background-image: url('../images/background.gif');
  background-repeat: repeat-x;
}

body {
  margin: 20px auto 20px auto;
  padding: 0 35px 0 35px;
  width: 650px;
  font-family: 'verdana', 'arial', 'hevetica', sans-serif;
  color: #000000;
  background-color: #FFFFFF;
  background-image: url('../images/content.gif');
  background-repeat: repeat-y;
}

#header {
  margin: 0 -35px 0 -35px;
  width: 720px;
  height: 75px;
  background-image: url('../images/header.gif');
  background-repeat: no-repeat;
}

#logo {
  width: 225px;
  height: 75px;
  background-image: url('../images/logo.png');
  background-repeat: no-repeat;
  background-position: 22px 20px;
}

#logo h1 {
  display: none;
}

#navigation {
  border-top: solid 1px #999999;
  font-size: 12px;
  height: 28px;
}

#navigation ul {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

#navigation li {
  margin: 0 62px 0 0;
  padding: 0 0 0 0;
  list-style-type: none;
  float: left;
  line-height: 28px;
}

#navigation #contact {
  margin: 0 0 0 0 !important;
}

#navigation a {
  padding: 7px 0 7px 0;
  color: #666666;
  border-top: none;
  text-decoration: none;
}

#navigation a.current {
  padding: 2px 0 7px 0;
  border-top: solid 5px #FF8000;
}

#navigation a.current:hover {
  padding: 2px 0 7px 0;
  border-top: solid 5px #FF8000;
}

#navigation a:hover {
  padding: 2px 0 7px 0;
  border-top: solid 5px #BBDDFF;
}

#banner {
  margin: 0 0 20px 0;
  padding: 50px 20px 0 0;
  background-color: #999999;
  color: #FFFFFF;
  background-repeat: no-repeat;
}

#homepage #banner {
  margin: 0 0 20px 0;
  padding: 192px 20px 0 0;
  background-image: url('../images/surfboard.jpg');
}

#aboutpage #banner {
  background-image: url('../images/climber.jpg');
}

#eventspage #banner {
  background-image: url('../images/kayak.jpg');
}

#clientspage #banner {
  background-image: url('../images/bicycle.jpg');
}

#newspage #banner {
  background-image: url('../images/golf.jpg');
}

#contactpage #banner {
  background-image: url('../images/skier.jpg');
}

#infopage #banner {
  background-image: url('../images/finish.jpg');
}

#banner h2 {
  margin: 0 0 0 0;
  line-height: 25px;
  text-align: right;
  font-family: 'georgia', 'times new roman', 'times', serif;
  font-weight: normal;
  font-size: 34px;
  font-variant: small-caps;
}

#content {
  font-size: 10px;
  text-align: justify;
  line-height: 17px;
  min-height: 300px;
  background-repeat: no-repeat;
}

#homepage #content {
  min-height: 195px;
  line-height: 15px;
  background-image: url('../images/basketball.jpg');
  background-position: left bottom;
}

#aboutpage #content {
  background-image: url('../images/kickboxer.jpg');
}

#eventspage #content {
  background-image: url('../images/snowboarder.jpg');
}

#clientspage #content {
  background-image: url('../images/soccer.jpg');
}

#newspage #content {
  background-image: url('../images/runner.jpg');
}

#contactpage #content {
  background-image: url('../images/golfer.jpg');
}

#infopage #content {
  background-image: url('../images/runner.jpg');
}

#content h3 {
  margin: 10px 0 10px 0;
  padding: 0 0 0 0;
  font-size: 12px;
  color: #DD6600;
  background-color: #FFFFFF;
}

#content h4 {
  margin: 8px 0 8px 0;
  padding: 0 0 0 0;
  font-size: 10px;
}

#content p {
  margin: 0 0 15px 0;
}

#content ol {
  margin: 0 0 0 25px;
}

#content li {
  margin: 0 0 0 0;
}

#content .divider {
  margin: 10px 0 10px 0;
  border-bottom: solid 1px #EEEEEE;
}

#content .contact img {
  float: left;
  border: solid 1px #666666;
  margin: 0 20px 50px 0;
}

#content a:hover {
  color: #FF6600;
}

#content #text {
  margin: 0 0 0 270px;
  padding: 0 0 0 20px;
  border-left: dashed 1px #999999;
  height: 300px;
}

#content>#text {
  height: auto;
  min-height: 300px;
}

#homepage #content #text {
  height: 200px;
}

#homepage #content>#text {
  height: auto;
  min-height: 200px;
}

#content #text .bold {
  font-weight: bold;
}

#content .clientlist {
  text-align: left;
}

#content .clientlist a {
  margin: 5px 5px 5px 5px;
  padding: 64px 0 0 0;
  display: inline-block;
  width: 107px;
  min-height: 35px;
  line-height: 14px;
  font-size: 9px;
  vertical-align: text-top;
  text-align: center;
  text-decoration: none;
  color: #999999;
  background-repeat: no-repeat;
  background-position: top center;
}

#content .clientlist a:hover {
  text-decoration: underline;
  color: #990000;
}

#content .clientlist a#pla {
  background-image: url('../images/logo-pla.gif');
}

#content .clientlist a#rbp {
  background-image: url('../images/logo-rbp.png');
}

#content .clientlist a#pxt {
  background-image: url('../images/logo-pxt.png');
}

#content .clientlist a#bfb {
  background-image: url('../images/logo-bfb.png');
}

#content .clientlist a#obs {
  background-image: url('../images/logo-obs.gif');
}

#content .clientlist a#esm {
  background-image: url('../images/logo-esm.gif');
}

#content .clientlist a#asp {
  background-image: url('../images/logo-asp.gif');
}

#content .clientlist a#pct {
  background-image: url('../images/logo-pct.gif');
}

#content .clientlist a#top {
  background-image: url('../images/logo-top.gif');
}

#content .clientlist a#tcc {
  background-image: url('../images/logo-tcc.gif');
}

#content .clientlist a#fcf {
  background-image: url('../images/logo-fcf.gif');
}

#content .clientlist a#g4p {
  background-image: url('../images/logo-g4p.gif');
}

#content .clientlist a#tee {
  background-image: url('../images/logo-tee.gif');
}

#content .clientlist a#dra {
  background-image: url('../images/logo-dra.gif');
}

#content .clientlist a#rbc {
  background-image: url('../images/logo-rbc.gif');
}

#content .clientlist a#jby {
  background-image: url('../images/logo-jby.gif');
}

#content .clientlist a#neo {
  background-image: url('../images/logo-neo.gif');
}

#content .clientlist a#flt {
  background-image: url('../images/logo-flt.gif');
}

#content .clientlist a#eco {
  background-image: url('../images/logo-eco.gif');
}

#content .clientlist a#dls {
  background-image: url('../images/logo-dls.gif');
}

 #contactpage #content .name {
  font-weight: bold;
}

#footer {
  margin: 20px -35px 0 -35px;
  width: 720px;
  height: 39px;
  background-image: url('../images/footer.gif');
  background-repeat: no-repeat;
  background-position: bottom;
  font-size: 12px;
}

#footer ul {
  border-top: solid 1px #999999;
  margin: 0 35px 0 35px;
  padding: 0 0 0 0;
}

#footer li {
  padding: 0 0 0 0;
  list-style-type: none;
  float: left;
  width: 50%;
  line-height: 28px;
}

#footer a {
  padding: 2px 0 7px 0;
  color: #666666;
  border-top: solid 5px #FFFFFF;
  text-decoration: none;
}

#footer a.current {
  border-top: solid 5px #FF8000;
}

#footer a.current:hover {
  border-top: solid 5px #FF8000;
}

#footer a:hover {
  border-top: solid 5px #BBDDFF;
}

#footer #copyright {
  text-align: right;  
}