body {
	margin:0;
	padding:0;
	width:100%;
	background-color:#333;
	min-width:600px;		/* Minimum width of layout - remove line if not required */
							/* The min-width property does not work in old versions of Internet Explorer */
	font-size:90%;
	text-align: center;
	font-family: Arial, Sans-Serif;
}

#fixed {
	margin:0 auto;
	width:990px;
    text-align:left;
	margin-top: 10px;
}

#border {
	float: left;
	width: 100%;
	border: 6px solid #FFF;
}

#header {
	float:left;
	width:100%;
	height: 100px;
	padding:0;
	margin:0;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	border-bottom: 2px solid #FFF;
}

#menu {
	float:left;
	width:100%;
	height: 30px;
	padding:0;
	margin:0;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear:both;
	float:left;
	width:100%;				/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	background-color: #fff;	/* 	 Left column background colour */
	padding: 10px 0;
}

#colmid {
	float:left;
	width:200%;
	position:relative;
	left:300px;
	 background-color:#fff;  /*  	 Centre column background colour */
}

#colright {
	float:left;
	width:100%;
	position:relative;
	left:50%;
	margin-left:-600px;		/* Left Col Width + Right Col Width */
	 background-color: #fff;    /*	 Right column background colour */
}

#block_1_wrap {
	float:right;
	width:50%;
	position:relative;
	right:100%;
}

#block_1_pad {
	margin:0 10px 0 610px; 			/* 
									Right Margin = Right Centre Col Padding, 
									Left Margin = Left Col Width + Right Col Width + Left Centre Col Padding 
									*/
	overflow:hidden;
}

#block_1 {
	width:100%;
	overflow:hidden;
}

#block_2 {
	float:left;
	width:300px;					/* Left Col Width */
	position:relative;
	margin-left:-50%;
	left:300px;						/* Right Col Width */
	overflow:hidden;
}

#block_3 {
	float:left;
	width:300px;					/* Right Col Width */
	position:relative;
	left:0px;						
	overflow:hidden;
}

.footer {
	clear:both;
	float:left;
	width:100%;
	height: 50px;
	padding:0;
	margin:0;
	background-image: url(../images/footer-bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

.footer p {
	color:#FFFFFF;
	float:left;
	font-weight:bold;
	line-height:50px;
	margin:0 0 0 10px;
}

.footer img {
	border:0 none;
	float:right;
	margin-top:10px;
}

/* Sub Page Changes */

.sub-page #block_2 {
	display: none;
}

.sub-page #block_1_pad {
	margin-left: 310px;
}

/* Content & Section Styles */

.sec-wrap {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.sec-title {
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
	background-image: url(../images/title-bg.jpg);
	background-repeat: no-repeat;
	background-position: right;
	color: #FFF;
	font-weight: bold;
	text-indent: 10px;
}

.sec-content {
	float: left;
	width: 100%;
}

.sec-content p.bodytext {
	font-size: 13px;
	margin: 0;
}

.hero {
	background-color: #8FA4C6;
}

.news-list-container {
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.news-list-item {
	float: left;
	width: 100%;
	height: 95px;
}

.news-list-image {
	float: left;
	margin: 0 10px 0 0;
}

.news-list-title a {
	font-size: 14px;
	font-weight: bold;
	color: #0070DF;
	text-decoration: none;
}

.news-list-morelink a {
	font-size: 11px;
	color: #0070DF;
	text-decoration: none;
}

.page-content .csc-header h1 {
	font-size: 18px;
	color: #0070DF;
}

.page-content p.bodytext {
	font-size: 13px;
}

.news-single-image {
	float: right;
	margin: 0 0 0 10px;
}

.news-single-title {
	font-size: 18px;
	color: #0070DF;
	font-weight: bold;
}

.news-single-date {
	font-size: 12px;
	font-weight: bold;
}

.news-single-subheader h3 {
	font-size: 14px;
}

.news-single-backlink a {
	font-size: 12px;
	text-decoration: none;
	color: #0070DF;
}

.page-content .news-list-item {
	height: auto;
	margin-bottom: 20px;
}

.page-content .news-list-item p.bodytext {
	margin: 0px;
}

.page-content .news-list-date {
	font-size: 12px;
	font-weight: bold;
}

.sec-content a img {
	border: none;
}

.hero a h3 {
	font-size: 14px;
	text-decoration: none;
	color: #000;
}

p.news-single-imgcaption {
	font-size: 12px;
	color: #666;
	width: 250px;
	margin: 2px 0;
	font-style: italic;
}

.news-single-date {
	
}

h1.csc-firstHeader {
	color: #0070DF;
	font-size: 18px;
}

.whatson {
	display: none;
}

#coach-photo {
float: right;
margin-right: 10px;
}
