body {
	background: #4891dc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 18px;
	}
	
/* Baseline grid overrides */
/*#wrapper,
#header
 {
	background: none !important;
	}*/
	
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	line-height: 18px;
	margin: 0 0 18px 0;
	}

/*  links */

a {
	color: #437CC4;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}

li {
  min-height: 1px;
}
	
* html li {
	height: 1px;
	}

	
	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 18px;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	font-weight: normal;
	color:#437CC4;
	}
	
h2, h3 {
	font-size: 14px;
	margin: 18px 0 0 0;
	font-weight: bold;
	}
	
h2 {
    color:#437CC4;
	}
	
h3 {
	}
	
h4 {
	font-size: 12px;
	margin: 18px 0 0 0;
	font-weight: bold;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	

.right {float:right;}
div#content img {border:1px solid #ECECEC; margin:0px 0px 10px 10px; padding:4px;}
	
/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	background: #fff;
	}
	
/* [ Wireframe ] */

#wireframe_header {
	width: 955px;
	margin: 0 auto;
	height: 55px;
	padding-top: 10px;
	}

#wireframe_header img {
	float: left;
	}
	
#wireframe_header h1 {
	font-size: 12px;
	float: left;
	margin: 32px 0 0 10px;
	padding: 0;
	line-height: normal;
	}
	
/* [ Site Header ] */

#site_header_wrapper {
	position: relative;
	height: 190px;
	margin: 0;
	background: #c2dcea url(site_header_wrapper.jpg) repeat-x center bottom;
	}
	
#site_header {
	height: 55px;
	width: 955px;
	margin: 0 auto;
	position: relative;
	}
	
#site_header_logo {
	position: absolute;
	top: -190px;
	left: -20px;
	z-index:3;
	}
	
#site_header_logo a {
	color: #fff;
	}
	
/* [ Mini Search ] */

#mini_search {
	position: absolute;
	top: 20px;
	right: 20px;
	}
	
.mini_search_field {
	height: 14px;
	width: 100px;
	padding: 2px 2px 2px 16px;
	font-size: 10px;
	line-height: 12px;
	color: #999;
	text-transform: uppercase;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 5px;
	border: 1px solid #a9a9ab;
	background: #fff url(mini_search_field.gif) no-repeat 2px 3px;
	}
	
#mini_search .focus {
	border: 1px solid #6ccff6;
	color: #333;
	}

.mini_search_button {
	display: block;
	width: 20px;
	height: 20px;
	text-indent: -9000px;
	background: #56595c url(mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background: #939495 url(mini_search_button.gif) no-repeat 0 -20px;
	}
	
	
/* [ Page Header ] */

#page_header_wrapper {
	height: 131px;
	background: #4891dc /*url(page_header_wrapper.gif) repeat-x*/;
	}
	
#page_header {
	height: 131px;
	width: 955px;
	margin: 0 auto;
	position: relative;
	}

	
/* [ Main ] */

#main_wrapper {
    background: #fff url(main_wrapper.jpg) repeat-x;
}

#main {
	width: 955px;
	margin: 0 auto;
	padding:45px 0px 0px 0px;
	position: relative;
	z-index: 1;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
	
/* [ Content ] */

#content {
	font-size: 12px;
	padding: 20px; 
	color: #333;
	position: relative;
	min-height: 400px;
	z-index: 1;
	float: left;
	width: 735px;
	}
	
* html #content {
	height: 400px;
	}

	
/* [ Sidebar ] */
#sidebar {
	width: 180px;
	float: left;
	position: relative;
	background: url(../images/sidebar.gif) no-repeat bottom;
	padding: 0;
	z-index: 1000;
	}
	
.sidebar_panel a {
	display: block;
	color: #fff;
	background: #999;
	padding: 10px;
	margin: 10px 0;
	}
	
.sidebar_panel a h4 {
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	line-height: normal;
	margin: 0;
	padding: 0;
	}
	
.sidebar_panel a p {
	margin: 0;
	line-height: 14px;
	}

/* [ Footer ] */
#footer_wrapper {
	min-height: 100px;
	background: #4891dc url(footer_wrapper.jpg) repeat-x;
	clear: both;
	}

#footer {
	width: 955px;
	margin: 0 auto;
	font-size: 11px;
	color: #999;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 20px 0;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #333;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
/* [ Datagrid ] */

.datagrid {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	}
	
	.datagrid th {
		background: #eee;
		border-bottom: 1px solid #666;
		text-align: left;
		padding: 2px 5px;
		}
		
	.datagrid td {
		border-bottom: 1px solid #ccc;
		padding: 2px 5px;
		}

/* [ Generic vCard ] */

.vcard {
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	font-size: 11px;
	line-height: 14px;	
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		}
		
	.adr {
		border-top: 1px solid #ccc;
		padding: 5px 0;
		}
		
div#breadcrumb {margin:0px 0px 18px 0px;}

ul.people {width:150px; float:left; margin:0px; padding:0px;}
ul.people li {list-style:none;}

div.staff {margin:0px 0px 18px 0px; width:100%; overflow:hidden; clear:both;}

#investec_logo {margin:0px 0px 0px 0px;}

ul.call-to-action {width:145px; margin:20px 0px 10px 0px; padding:0px 0px 0px 0px;}
ul.call-to-action li {list-style:none;}
ul.call-to-action li a {overflow:hidden; height:0px; display:block; background:url(register.gif); padding:28px 0px 0px 0px;}
ul.call-to-action li#register a {background-position:0px 0px; }
ul.call-to-action li#coaches a {background-position:0px -28px; }
ul.call-to-action li#players a {background-position:0px -56px; padding-top:29px }

a.register {display:block; width:463px; height:0px; overflow:hidden; margin:0px; padding:33px 0px 0px 0px;}
a#register-coaches {background:url(a-register-coaches.gif);}
a#register-players {background:url(a-register-players.gif);}

img.feature {position:relative; top:-110px; left:0px; margin:0px 0px -110px 0px; z-index:2; padding:5px; background:#FFFFFF; border:1px solid #DEDEDE;}

div#content div.profile {margin:-1px 0px 0px 0px; padding:10px 0px 20px 0px; border-top:dotted 1px #333; border-bottom:dotted 1px #333;}
div#content div.profile img {float:left; margin:0px 20px 0px 0px; padding:none; border:none;}
div#content div.profile h3 {margin:0px 0px 0px 0px;}
div#content img#murray-sig {float:none; margin:0px 0px 0px 470px;}