body {
	background-repeat: repeat-x;
	width: 100%;
	padding: 0 0 40px 0; /* alter this if you want to pad the site from the top or bottom */
	text-align: center;
	overflow: scroll;
}

/* wrapper to locate page to centre in all browsers */
#wrapper { 
	margin: 0 auto;
	width: 960px; 
	text-align: left;
} 

/* container needed to style containing bars */
#container { 
	float: left;
	width: 960px;
	background: #fff;
	margin: 40px 0 40px 0;
}
	
#mainWrapper {
	width: 960px;
	float: left;
	background: #fff;
}



#headerBar {
	float: left;
	width: 960px;
	margin-bottom: 1em; 
	}
		
	#headerBar img {
		margin: 0;
	 }
		
	#companyLogo {
		background: url('/images/header/company_logo.jpg') no-repeat 30px 40px;
		height: 198px;
		width: 410px;
		float: left;
		}
				
	#imageBar {
		background-repeat: no-repeat;
		height: 198px;
		width: 550px;
		float: right; 
		}
		
	#fadeBar {
		width: 960px;
		height: 30px;
		float: left;
		margin-top: -30px;
	}
		
		#fadeBar a {
			height: 30px;
			line-height: 30px;
			font-weight: bold;
			font-size: 1.2em;
			margin-left: 30px;
			}
		
#pageMenu {
	float: left;
	width: 960px;
	padding: 0;
	margin: 0;
	height: 25px;
	}
	
	#pageMenu ul {
		float: left;
		list-style-type: none;
		margin: 0 0 0 10px;
		padding: 0;
	}
			
		#pageMenu  li {
			float: left;
			display: inline;
			margin: 0 0 0 10px;
			}
		
			#pageMenu li a {
				display: block;
				float: left;
				height: 25px;
				line-height: 25px;
				color: #fff;
				padding: 0 10px 0 10px;
			}
		
			#pageMenu li a:hover { text-decoration: none; }
				
#mainBar { 
	display: block;
	width: 960px; 
	float: left; 
	margin: 0;
	padding: 0;
	background: #fff;
	}
	
	#mainBar h1 {
		margin: 10px 0 10px 30px;
	}
	
	
	
			
#contentWrapper {
	float: left;
	width: 760px;
	margin: 10px 0 0 0;
	}
			
#contentWrapperFull {
	float: left;
	width: 760px;
	width: 960px;
	margin: 10px 0 0 0;
}	

	#contentWrapper ul li, #contentWrapperFull ul li {
		font-size: 1.2em;
		margin-left: 20px;
	}
	
	#contactList {
		list-style-type: none;
		margin: 0;
		padding: 0;
		font-size: .8em;
	}
	
	#contactList li {
		float: left;
		width: 290px;
		background: #eee;
		border: 1px solid #ccc;
		margin: 0 15px 25px 10px;
		padding-top: 10px;
	}

	
	
	
#pageList, .clubList {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: .8em;
}



	#contentWrapper #pageList li, #contentWrapperFull #pageList li, 
	#contentWrapper .clubList li, #contentWrapperFull .clubList li {
		margin-left: 0;
	}
	
	#pageList .pageListSpacer, .clubList .pageListSpacer {
		margin: 0px 10px 0 10px;
		border-top: 1px solid #ccc;
		clear: both;
	}


	#pageList h3, .clubList h3 {
		font-size: 1.4em;
		margin: 10px 10px 0 10px;
	}
	
	#pageList h4, .clubList h4 {
		margin: 0 10px .5em 10px;
		font-size: 1.1em;
		color: #666;
	}
	
	
#pageTable {
	font-size: 1em;	
	margin-left: 10px;
}

	#pageTable img {
		margin-top: 5px;
	}
	
	#pageTable h3 {
		margin-bottom: 0;
	}
	
#leftMenu { 
	display: block;
	width: 180px;
	float: left; 
	margin: 50px 0 50px 20px;
	padding: 0;
	background: #ddd;
	}
	
	#leftMenu ul {
		list-style-type: none;
		margin: 10px;
	}
	
		#leftMenu li {
			margin: 0 0 1em 0;
		}
		
			#leftMenu li a {
				font-size: 1.2em;
			}	
	
	
	#leftColumn {
		float: left;
		margin: 0 0 0 20px;
		}
				
				
	#rightColumn {
		float: right;
		margin: 0 10px 0 0;
		}	
		
	
		.rightBlockList {
			margin: 0;
			padding: 0;
			list-style-type: none;
			
			font-size: .8em;
		}
		
			#contentWrapper .rightBlockList li, #contentWrapperFull .rightBlockList li {
				border: 1px solid #ccc;
				margin: 0 0 10px 10px;
				padding-right: 10px;
				background: #ddd;
			}
			
			.rightBlockList h3 {
				font-size: 1.4em;
				width: 280px;
				margin: 10px 10px 0 10px;
			}
			
			.rightBlockList h4 {
				margin: 0 10px .5em 10px;
				font-size: 1.1em;
				color: #666;
			}
			
		.squirlyBar {
			background: url('/images/header/event_squirl.jpg') no-repeat 50% 50%;
			margin: .5em;
			height: 30px;
		}
		
		.img {
			display: block;
			margin: 0 20px 1em 10px;
		}
		
		#pageList li .img {
			float: left;
			width: 90px;
		}
		
		#pageList li .img img {
			margin-bottom: 10px;
		}
	

#memberSearch {
	display: block;
	background: #eee;
	width: 600px;
	border: 1px solid #ccc;
	margin: 10px;
}

	#memberSearch label, #memberSearch input {
		margin: 5px 5px 5px 10px;
	}



#leftBar a { 
	color: #834047;
	text-decoration: none;
	}
	
#leftBar a:hover { 
	color: #000;
	text-decoration: none;
	}


	
	
.clubBar {
	width: 295px;
	float: left;
	margin-left: 20px;
}
	



#clubWrapper {
		width: 748px;
		}
	
#clubWrapper li{
	width: 200px;
	margin: 0 0 0 40px;
	float: left;
	}	
	
	
#staffbarWrapper {
	float: left;
	width: 960px;
	}
	
#staffList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: .8em;
	float: left;
	width: 960px;
	}

#staffList h3 {
	margin: 10px 0 10px 20px;
	float: left;
	width: 960px;
	}
	
#staffList li{
	float: left;
	width: 180px;
	height: 250px;
	background: #eee;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding-top: 10px;
	text-align: center;
	}

#staffList img {
	margin-left: 10px;
	}
	
#staffList .boldText {
	font-weight: bold;
	}	
	
	



		


/* CONTACT FORM */

#contactform {
	float:left;
  margin-top: 5px;
  height: 300px;
	}
		
#contactform fieldset { 
	height: 210px;
	}

#contactform label {
  margin: 3px 0 0 15px;
	width: 69px;
  height: 25px;
  color: #000;
  float: left;
  clear: both;
	}

#contactform fieldset input, #contactform fieldset select {
	height: 20px;
  margin: 3px 0 4px 0;
	float: left;
  width: 146px;
	}

#contactform fieldset textarea {
  margin: 3px 0 0 15px;
  width: 216px;
  height: 60px;
	float: left;
	clear: both;
	color: #98a1a8;
	}
		
.contactform_submit {
  float: left;
  height: 23px;
	width: 100px;
  border: 0;
  color: #fff;
  margin: 30px 0 0 15px;
  cursor: pointer;
	}
		

#enquiryform {
	float:left;
	background: #ececec;
	margin: 10px 20px 0 10px; 
	}

#enquiryform fieldset {
	 height: 170px; 
	 }

#enquiryform label {
  margin: 5px 0 0 10px;
	width: 300px;
  height: 25px;
  color: #000;
	font-size: 120%;
  float: left;
  clear: both; 
	}

#enquiryform fieldset input, #enquiryform fieldset select {
	height: 20px;
  margin: 3px 0 4px 0;
	float: left;
  width: 215px;
	}

#enquiryform fieldset textarea {
  margin: 3px 0 15px 0;
  width: 216px;
  height: 60px;
	float: left;
	}
		
.enquiryform_submit {
  height: 23px;
	width: 100px;
  background: #7d9685;
  border: 0;
  color: #fff;
  margin: 70px 0 10px 15px;
  cursor: pointer;
	}		
		

/*SITE MAP*/		
#sitemap {
	width: 700px;
	float:left;
	display: block;
	}
		
#sitemap li{
	margin: 10px 30px 20px 20px;
	list-style: circle;
	}
	
#sitemap li a:hover{
	color: #864247;
	}



#loginWrapper {
	border: 1px solid #ccc;
	background: #eee;
	padding: 5px;
	font-size: .8em;
	width: 280px;
}

	#loginWrapper label {
		width: 70px;
		margin-right: 10px;
		display: block;
		float: left;
		text-align:right;
	}
	
	#loginWrapper input {
		width: 180px;
	}
















/* FOOTER */
#quoteBar { 
	float: right; 
	width: 960px; 
	background: #eee;
	margin: 10px 0 0 0;
	}
	
	#quoteBar h2, #quoteBar h3 { color: #666; }
	
	#quoteBar h2 {
		margin: 0 0 10px 130px;
		width: 700px;
		font-size: 2.2em
	}
	
	#quoteBar h3 {
		margin: 0 0 10px 100px;
	}
	
#footerBar { 
	float: left; 
	width: 960px; 
	background: #fff;
	margin: 0;
	padding: 10px 0 0 0;
	border-top: 2px solid #555454;
	}
	
	#footerBar .colOne {
		float: left;
		margin-left: 20px;
	}
	
	#footerBar .colTwo {
		float: right;
	}

#editWrapper {
		width: 538px;
		float: left;
		}

		#editWrapper .editDetail{
		width: 500px;
		float: left;
		margin: 10px 0 10px 20px;
		}
		
		#editWrapper  .editDetail label span {
		float: left;
		width: 280px;
		margin: 10px 0 5px 0;
		}

		#editWrapper  .editDetail input {
		float: left;
		width: 200px;
		padding: 3px;
		margin-bottom: 10px;
		}
		
		#editWrapper  .submit {
		float: left;
		margin: 10px 0;
		}

