/* CSS Document */

/* Resets */

caption{font-size: 1.1em;}

h1, h2, h3, h4, h5, h6, form, ul, li, p, form, dl, dt, dd{margin: 0; padding: 0; list-style: none;}
a{text-decoration: none; color: #006696;}
address{font-style: normal;}
em{font-weight: bold;}

h1{font-size: 1.5em; color: #006696;}
h2{font-size: 1.2em; color: #006696;}
h3{font-size: 1.2em; color: #006696;}
h4{font-size: 1.0em; color: #006696;}
h5{font-size: 1.0em; color: #006696;}
h6{font-size: 1.0em; color: #006696;}

/* Body */

body{
  padding: 15px 0 0 0;
  margin: 0;
  font: 75%/1.4em Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

div.wrapper{
  width: 818px;
  text-align: left;
  margin: 0px auto;
}

div.header{
  width: 818px;
  float: left;
  background: #669acc;
}
div.header h1{
  width: 217px;
  height: 70px;
  float: left;
  background: url(images/h1.jpg) no-repeat 0 0;
}
div.header h1 span{
  display: none;
}

div.header h2{
  padding: 15px 10px 0 0;
  float: right;
  text-align: right;
  font-size: 1.2em;
  color: #000000;
}
div.header h2 span{
  color: #FFFFFF;
  font-size: 1.4em;
  clear: both;
  display: block;
}

div.content{
  width: 818px;
  float: left;
  background: url(images/contentbg.gif) repeat-y 0 0;
}

ul.navigation{
  width: 208px;
  float: left;
  padding: 22px 0 22px 0;
  border-right: 5px solid #669acc;
}
ul.navigation a{
  display: block;
  font-weight: bold;
  padding: 2px 0 2px 20px;
}
ul.navigation a:hover{
  text-decoration: underline;
}

* html ul.navigation a{
  padding: 0 0 0 20px;
  height: 24px;
}

div.right{
  width: 490px;
  float: left;
  padding: 22px 54px 22px 54px;
  border-left: 2px solid #FFFFFF; 
  text-align:justify;
}
* html div.right{padding: 22px 30px 22px 30px;}

div.right h1, div.right h2, div.right h3, div.right h4, div.right h5, div.right h6{
  text-align: center;
  padding: 0 0 17px 0;
}
div.right .largecaption{
  font-size: 1.5em; 
  color: #006696;
  font-weight: bold;
  text-align: center;
  padding: 0 0 17px 0;
  display: block;
}

div.right img{
  margin: 0 10px 0 10px;
  float: left;
}

div.right p{
  padding: 0 0 17px 0;
  font-size: 0.9em;
}

div.right ul{
	margin: 0 0 17px 0!important;
	font-size: 0.9em;
}

div.right li, .smalllink, .smallblkcaption{
  font-size: 1.0em!important;
}
.smalllink img{float: left; border: 1px solid red;}

div.right .smallcaption{font-weight: bold; font-size: 1.1em; color: #006699;}

div.footer{
  width: 798px;
  clear: both;
  background: #669acc;
  padding: 10px;
}
div.footer h1{
  color: #FFFFFF;
  font-size: 1.2em;
}
div.footer span{
  font-size: 0.8em;
  font-weight: bold;
  color: #FFFFFF;
}

/* Scroller */

/* position:relative and overflow:hidden are required */
#scroller {position:relative; overflow:hidden; width: 800px;}

/* display:none prevents the controls being shown when JavaScript is not present */
#controls {display:none; text-align:right; padding-right: 40px; color: #FFFFFF;}

/* add link formatting for the controls */
#controls a {text-decoration: none; color: #333; font-size: 10px; color: #FFFFFF;}
#controls a:hover{text-decoration: underline;}

/* add formatting for the scrolling text */
#tag {margin:2px 0; color: #000000; font-style: normal;}

/* #testP must also contain all text-sizing properties of #tag */
#testP {visibility:hidden; position:absolute; white-space:nowrap;}

/* Other areas of styling (price tables etc). */

.membershipHeader{background: #6699CC; padding: 8px;}
.membershipas{
  width: 20%;
}
.smallbullets{list-style: disc!important; font-size: 0.8em!important;}

.openingTable span{
   display: block;
	padding: 0 0 17px 0;
}

.indoorCourses td{
	padding: 6px;
}
.indoorCourses td a{
	font-weight: bold;
	text-decoration: underline;
}

/* IE Fixes */