html{
	margin:0; 
	padding:0;
	font-family: arial,helvetica, sans-serif;
	font-size: 80%;
	background: url('/public/images/bg-img.jpg') repeat-x;
	overflow-y: scroll;
	min-height:100%;
	}


body{
	padding:0;
	margin:0;
	min-height:100%;
}

.plain { 

	border: none;
}

span{
	padding:0;
	margin:0;
	}

h1{
	padding:0;
	margin:0 0 0.4em 0;
	font-size:1.8em;
	font-weight:normal;
	line-height:1em;
	}
	
h2{
	padding:0 0 0 0;
	margin:0 0 0.4em 0;
	font-size:140%;
	line-height:1em;
	font-weight: normal;
	}


	
h3{
	padding: 0;
	margin: 0 0 0.2em 0;
	font-size:1.2em;
	font-weight: normal;
	}
	
h4 {
	font-size: 100%;
	padding:0;
	margin: 0 0 0.2em 0;
	font-weight:bold;
	}

	
	
p{
	padding:0;
	margin:0 0 0.8em 0;
	line-height:1.4em;
	font-size:0.9em;
	}

table {
	font-size:0.9em;
	}
	
form {
	padding: 0;
	margin: 0;
	}
		
	
.clear{
	clear:both;
	}
	
.floatright{
	float:right;
	margin-left:4px;
	margin-bottom:4px;
	}
	
.floatleft{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	}
	
a:link,
a:active,
a:visited,
a:hover{
	padding:0;
	margin:0;
	text-decoration:none;
	color: #000;
	}
      
a:hover {
   text-decoration: underline;
   }
	
	
img{
	border:none;
	margin:0;
	padding:0;
	}
	
#wrapper {
		background-color:#fff;
		width:846px;
		margin: 0 auto;
		padding: 1px;
		min-height:100%;
	}
	
#header {
	width:846px;
}

#header .headerimg {
	height:133px;
	}
	
#header .headerimg .logo{
	float:left;
	height:133px;
	}
	
#header .headerimg .flash {
	float:right;
	height:133px;
	}
	
.header a {
	color:#fff;
	}
	
.header a:hover {
	
	}

#nav {
	height:49px;
	padding-bottom: 1px;
}

#nav #navlinks {
	list-style: none;
	margin: 0;
	padding: 0;
	background: url('/public/images/nav-bg.jpg') repeat-x;
	height: 49px;
	width: 846px;
	}

#nav #navlinks li {
	display:block;
	float:left;
	color: #1d2172;
	font-weight: bold;
	border-left: 1px solid #fff;
	}
	
	
#navlinks li a {
	display:block;
	float: left;
	color: #1d2172;
	height: 29px;
	padding: 20px 8px 0 8px;
	font-weight: bold;
	background: url('/public/images/nav-bg.jpg') repeat-x;
	}
	
#navlinks li a:hover {
	color: #90aed5;
	text-decoration:none;
	}
	
#nav #navlinks li a.selected {
	background:#fff;
	}
	
#undernav {
	height:6px;
	background-repeat: repeat-y;
	font-size: 0px;
	}
	
#content3col{
	padding-top:9px;
	}
	
#content3col #left {
	float:left;
	padding-left:9px;
	width:270px;
	}

#content3col #middle {
	float:left;
	padding-left:9px;	
	width:270px;
	}

#content3col #right {
	float:left;
	padding-left:9px;
	width:270px;
	}
	
#content3col h2 {
	font-size: 1.8em;
	}
	
/**left**/	

#left #classes {
	width: 270px;
	height: 220px;
	position: relative;
	margin-bottom:9px;
	}
	
#classes .header {
	background: url('/public/images/classes-top.jpg');
	height: 27px;
	margin-bottom: 3px;
	color: #fff;
	padding: 6px 0 0 8px;
	font-weight: bold;
	font-size: 130%;
	}
	
#classes .classselector {
	background: #698846;
	height: 21px;
	padding: 9px;
	}

.classselector input {
    float:right;
    background: url('/public/images/submit_btn_green.jpg');
    width: 58px;
    height: 22px;
    border: 0;
    margin: -1px 0 0 0;
    color: #fff;
    font-size: 100%;
    margin-right: 30px;
    }


.classselector select{
 	font-size: 0.8em;
 	height: 18px;
 	font-family: arial, helvetica, sans-serif;
	width: 165px;	
 	padding: 0;
 	margin:0;
        margin-left: -5px;
	} 

	
	
#classes .classcontent {
	background: url('/public/images/classes-content.jpg');
	height: 160px;
	padding: 10px;
	color: #fff;
	font-size: 95%;
	}

.classcontent ul {
	list-style:none;
	margin: 0;
	padding: 0;
	font-size: 95%;
	height: 110px;
	}
	
.classcontent ul li {
	padding-bottom: 9px;
	height: 15px;
	font-size: 95%;
	}

	
.classcontent .date {
	float:left;
	width:100px;
	padding-right: 5px;
	}
	
.classcontent .title {
	float:left;
	width: 97px;
	}
	
.classcontent .stars {
	float:left;
	width: 48px;
	}
	
.classcontent .stars img {
	padding: 2px;
	
	}
	
#classes .clock {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 18px;
	right: 7px;
	background: url('/public/images/clock_icon.png');
	}
	
#welcome {
	min-height:175px;
	}
	
#welcome h2 {
	color:#55861d;
	}
	
/**middle**/
	
#active {
	width: 270px;
	height: 220px;
	position: relative;
	margin-bottom: 9px;
	}
	
#active .header {
	background: url('/public/images/active-top.jpg');
	height: 27px;
	margin-bottom: 3px;
	color: #fff;
	padding: 6px 0 0 8px;
	font-weight: bold;
	font-size: 130%;
	}
#active #activeimg img{
	padding: 0;
	margin: 0;
	}
	
#active #activecontent {
	background: #f4aa7d;
	height: 70px;
	padding: 10px;
	margin-top: -3px;
	color: #000;
	font-size: 95%;
	
	}
	
#active #activecontent h3 {
	font-weight: normal;
	font-size: 140%;
	}
	
#active .activefooter {
	height: 28px;
	background: url('/public/images/active-bottom.jpg');
	padding: 6px 0 0 8px;
	font-size: 110%;
	color: #fff;
	}
	
.activefooter a {
	color:#fff;
	}
	
#active #activeicon {
	position: absolute;
	width: 32px;
	height: 32px;
	top: 18px;
	right: 7px;
	background: url('/public/images/active_durham_icon.png');
	}
	
#news {
	min-height:175px;
	}
	
#news h2 {
	color: #d05409;
	}
	
#news a {
	color: #d05409;
	}
	
	
.article {
	padding-bottom: 10px;
	}
	
.article .title {
	color:#d05409;
	font-weight: bold;
	}
	
/**right**/
	
#clubdc {
	width: 270px;
	position: relative;
	margin-bottom:8px;
	}
	
#clubdc .header{
	background: url('/public/images/club-top.jpg');
	height: 27px;
	margin-bottom: 3px;
	color: #fff;
	padding: 6px 0 0 8px;
	font-weight: bold;
	font-size: 130%;
	}
	
#clubdc #clubcontent {
	background: url('/public/images/club-content.jpg');
	height: 160px;
	padding: 10px;
	}
	
#clubdc #clubicon{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 18px;
	right: 7px;
	background: url('/public/images/club_dc_icon.png');
	}
	
#bookonline {
	width: 270px;
	position:relative;
	margin-bottom: 9px;
	}
	
#bookcontent h3 {
	margin-bottom: 4px;
	padding: 0;
	}
	
#bookonline .header{
	background: url('/public/images/book-header.jpg');
	height: 27px;
	margin-bottom: 3px;
	color: #fff;
	padding: 6px 0 0 8px;
	font-weight: bold;
	font-size: 130%;
	}


#bookonline .bookcontent{
	background: url('/public/images/book-content.jpg');
	padding: 9px;
	height: 42px;
	}
	
#bookonline .bookcontent input {
	float:right;
	background: url('/public/images/submitbg.jpg');
	width: 58px;
	height: 22px;
	border: 0;
	margin: 0;
	margin-top: -3px;
	color: #fff;
	font-size: 100%;
	padding-left: 3px;
	}
	
#bookonline .bookcontent select {
 	font-size: 0.8em;
 	height: 18px;
 	font-family: arial, helvetica, sans-serif;
	width: 165px;	
 	padding: 0;
 	margin: 0;
 	}
	
#bookonline #bookicon{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 18px;
	right: 7px;
	background: url('/public/images/book_online_icon.png');
	}
	
#events {
	min-height: 175px;
	}
	
#events h2 {
	color:#6486b0;
	}
	
#events a {
	color:#6486b0;
	}
	
.event {
	padding-bottom: 10px;
	}
	
.event .date {
	color:#6486b0;
	font-weight: bold;
	}
	
/*other pages */

#content2col {
	padding: 1px 1px 1px 0;
	}

#content2col #left {
	float:left;
	width:238px;
	}
	
#left #subnav {
	font-weight: bold;
	color: #fff;
	padding: 8px 0 5px 0;
	margin: 0;
	list-style:none;
	}
	
#left.locations #subnav {
	background: url('/public/images/locations-left.jpg');
	}
	
#left.active #subnav {
	background: url('/public/images/active-left.jpg');
	}
	
#subnav li {
	margin: 8px 0;
	padding: 4px 0 2px 10px;
	}
	
#subnav li a {
	color:#fff;
	}
	
#subnav li.selected a{
	color:#000;
	}
	
.active #subnav li {
	margin: 4px 0;
	padding: 4px 0 2px 10px;
	}
	
.active #subnav li.selected {
	color: #000;
	background: url('/public/images/active-left-selected.jpg') no-repeat;
	}

	
.locations #subnav li.selected {
	color: #000;
	background: url('/public/images/selecteditem.jpg') no-repeat;
	}
	
#subnav li ul {
	list-style: none;
	margin:0 0 0 -10px;
	padding: 0;
	}
	
.active #subnav li ul li {
	width:208px;
	padding:4px 0 2px 30px;
	margin: 2px 0;
	color: #000;
	}
	
.active #subnav li ul li a {
	color: #000;
	}
	
.active #subnav li ul li.selected {
	padding-left: 20px;
	width: 208px;
	}
	
.active #subnav li ul li.selected img {
		padding: 0 5px 2px 0;
	}
	
#content2col #left #navbottom{
	width: 238px;
	height: 6px;
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
	font-size: 0px;
	}
	
#content2col #left.locations #navbottom {
	background: url('/public/images/locations-bottom.jpg');
	background-repeat: no-repeat;
	}
	
#content2col #left.active #navbottom {
	margin-top: 1px;
	height: 6px;
	background: url('/public/images/active-right-bot.jpg');
	background-repeat: no-repeat;
	}
	
#content2col #left #bookonline {
	background: url('/public/images/book-online.jpg');
	width:175px;
	height: 32px;
	padding: 38px 50px 5px 13px;
	}
	
#content2col #right {
	margin-left:17px;
	margin-right:5px;
	float:left;
	width: 570px;
	}
	
#content2col #right #breadcrumbs {
	border-bottom: 1px solid #b6b6b6;
	padding: 12px 0 10px 0;
	margin-bottom: 12px;
	}

	
#breadcrumbs .current {
	color: #b6b6b6;
	}
	
#locations #map {
	float:right;
	padding: 0 0 10px 10px;
	}
	
#locations #map iframe {
	border:1px solid #b6b6b6;
	}

#locations #openingtimes {
	margin-top: 5px;
	}
	
#locations #openingtimes tr {
	
	}

#locations #openingtimes th{
	text-align:left;
	padding: 3px 15px 3px 0;
	}
	
#locations #openingtimes td{
	padding: 3px 15px 3px 0;
	}
	
#locations h1, #locations h2, #locations a{
	color: #1d2172;
	}
	
#activemain {
	padding:0;
	margin:0;
	}
	
	
	
#activemain #activeheader {
	padding-bottom: 10px;
	height: 75px;
	float:left;
	width: 570px;
	color: #fff;
	}
	
#activeheader .item {
		width: 166px;
		height:55px;
		padding: 10px;
		margin-right: 4px;
		float:left;
	}
	
#activeheader .item h3 {
	font-size:140%;
	}
	
#activeheader .item a {
	color: #fff;
	}
	
#activemain .right {
	float:right;
	padding: 20px;
	}
	
#activemain h1, #activemain h2, #activemain a {
	color: #d05409;
	}
	
#key {
	float:right;
	width: 238px;
	margin-bottom:20px;
	
	}
	
#key .keyhead {
	background: url('/public/images/key-head.jpg') no-repeat;
	height: 4px;
	font-size:0;
	}
	
#key .keyfoot {
	background: url('/public/images/key-foot.jpg') no-repeat;
	height: 4px;
	font-size:0;
	}
	
#key .keybody {
	padding: 6px 3px 10px 7px;
	background: url('/public/images/key-bg.jpg') repeat-y;
	}
	
#key .stars {
	width:38px;
	text-align:right;
	}
	
#key table tr {
	vertical-align:top;
	}
	
/*registration form*/
	
#timetable .day {
	padding: 15px 0 2px 0;
	font-size: 100%;
	margin: 0;
	}
	
#timetable .day table {
	padding:0;
	}
	
#timetable .day table tr td {
	font-size: 95%;
	width: 180px;
	padding: 3px 5px 3px 0;
	margin: 0;
	}

#registermain h1 {
	color:#d05409;
	}

#registermain fieldset {
	border:1px solid #d05409;
	margin: 15px 0;
	padding: 10px;
	font-size: 90%;
	}
	
#registermain p {
	font-size: 100%;
	}
	
#registermain legend {
	font-weight:bold;
	color: #000;
	}

#registermain .leftfields{
	float:left;
	width:272px;
	}

#registermain .rightfields {
	float:left;
	width:272px;
	}
	
#registermain .fullfields {
	float:left;
	width:100%;
	}
	
.fullfields .field {
	width:272px;
	}	

	
#registermain .group {
	float:left;
	width:110px;
	}
#registermain .other {

	}
	
#registermain .groupmixed {
	float:left;
	width:160px;
	font-size:90%;
	}

#registermain .field {
	float:left;
	padding: 2px 4px;
	}

#registermain .field label{
	float:left;
	width:250px;
	padding-top:2px;
	}

#registermain .field input {
	width:250px;
	}
	
#registermain .field select {
	width: 250px;
	}
	
#register .field textarea {
	width:100%;
	}	
	
#registermain .optfield {
	padding: 2px 4px;	
	margin-bottom: 10px;
	}

	
#registermain .optfield .option {
	margin-top: 5px;
	width: 135px;
	float: left;
	}

.option #allergy, .option #othermed {
	margin-left: 4px;
	width:100px;
	}
	
#registermain .healthfield{
	width:100%;
	padding: 4px 0;
	}
	
#registermain #submit {
	float:right;
	background: url('/public/images/btn_submit.jpg');
	color:#fff;
	border:0;
	width:77px;
	height:27px;
	font-weight:bold;
	}
	
#footer {
	padding: 25px 0 10px 10px;
	line-height: 1.5em;
	color: #666;
	height:50px;
	font-size: 0.9em;
	}

#footer #footerleft {
	float:left;
	width: 450px;
	}
	
#footer #footerright {
	float:right;
	width: 360px;
	}


#right ul {

	margin-left: 10px;
	padding: 5px;
	font-size: smaller;
}

#thickbox a img {

	border: 2px solid red;
}


/* Directory Page */
#directory h1, #directory h2, #directory h3, #directory a{
	color: #1d2172;
}

#directory h1{
	margin: 0.5em 0 1em 0;
}
	
#directory h2{
	margin:20px 0 5px 0;
	padding: 0 0 0 0;
}

#directory h3{
	margin: 0 0 0 0;
	
}

#directory table{
	width: 800px;
	border-width: 2px;
	border-spacing: 1px;
	border-style: none;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
#directory table th, #directory table td{
	border-width: 1px;
	padding: 2px;
	border-style: solid;
	border-color: black;
	background-color:#e0e4f0;
	-moz-border-radius: 0px;
	vertical-align: top;
	
}

#directory .alphabet a{
	font-size: 24px;
	padding: 7px;
}

#directory .back-to-top{
	margin: 10px 0 0 0;
}

#directory .club-holder{
	display: block;
	float: left;
	width: 800px;
	margin: 15px 0 0 0;
}

#directory .club-holder .details{
	display: block;
	float:left;
	margin: 0 0 0 0;
	width: 400px;
}

#directory .club-holder img{
	float:left;
}