	* html {
		visibility:visible
	}
	
	a {
		color:#ffffbd;
	}
	
	a.pagelocator {
		position:relative;
		top:-50px;
	}
	
	a:hover {
		visibility:visible;
		text-decoration: underline;
		font-weight: bold
	}
	
	a:visited {
		color: white
	}
	
	body { 
		background-color: #003766;
		padding: 0px;
		margin: 0px;
		background-image: url('images/FixedBG.jpg');
		background-repeat: no-repeat;
		background-position:center top;
		background-attachment: fixed;
		color:#fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-align: left;
		line-height: 1.3em;
        }

    h1 {
		color: white; 
		background: white
        }

	h2 {
		font-family: Times, serif;
		font-size: 32px;
		padding-top: 7px;
		padding-left: 45px;
		text-align: left;
		color:white;
        }
		
	h3 {
		font-size: 14px;
		font-weight: bold;
		padding-top: 15px;
		padding-left: 11px;
		padding-bottom: 2px;
		text-align: left
	}
	h4 {
		font-size: 13px;
		font-weight: bold;
		padding-top: 15px;
		padding-left: 11px;
		padding-bottom: 2px;
		text-align: left
	}
		
    p {
        font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		color:#fff;
		margin: 0px 0px 0px 0px;
		padding-bottom: 0px;
		padding-left: 11px;
		padding-right: 5px;
		
        }
	
	blockquote {
		margin: 0px 20px 0px 30px;
		padding: 0px 0px 0px 0px;
		text-align: left;
		
	}
	
	
	
	br.clear {
		clear: both
	}
	
	.wholepage {
		margin: 0px;
		padding: 0px;
		width: 100%;
		height: 100%
	
	}

	
	
	.headerRow {
		position:fixed;
		top:0px;
		z-index: 100;
		background-color: white; 
		width: 100%; 
		height: 35px;
		border-bottom:thin #000 solid;
	}
	
	.footerRow {
		width: 100%; 
		height: 35px
	}
	
	
		.headerContentWrap {
			width: 910px;
			height: 35px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0px;
			margin-top: 0px;
			color: white;
			
			
			
		}
		.footerContentWrap {
			width: 910px;
			height: 35px;
			margin-left: auto;
			margin-right: auto;
			margin-bottom: 0px;
			margin-top: 0px
		}
		
		
		ul.nav {
			list-style: none;
			padding: 0px;
			margin-top: 0px;
			margin-bottom: 0px;
			margin-left: auto;
			margin-right: auto;
			padding-bottom: 2px;
			padding-top: 5px
			
		}
		
		ul.nav a{
			zoom: 1; /*ie6 fix*/
			
			text-decoration:none;
			color: grey;
			margin: 0px;
			margin-top: 10px;
			padding-left: 5px;
			padding-right: 5px;
			text-align: center;
			font-size: 12px;
			border-right: 1px solid black
		}
		
		ul.nav a:hover{
			text-decoration: underline;
			font-weight: normal
			
		}
		
		ul.nav li{
			display:inline;
			vertical-align: middle;
			height:35px;
		
		}

		
			.loginwrap {
				position: absolute;
				top: 35px;
				left: 70%;
			}					
			#clientLogin {
				width: 158px;
				height: 26px;
				background-image: url('images/ClientLogin_OVER_03.png'); 
				background-repeat: no-repeat;
				overflow:hidden
				}
			
			#clientLogin a {
				text-decoration: none;
				font-weight: normal;
				color: black
			}
			
			#clientLogin img {
				width: 100%; 
				height: 100%; 
				border: 0 
			}
			
			
			#clientLogin a:hover img {
				visibility:hidden
			}
			
			#clientLogin a:hover span {
				text-decoration: none;
				font-weight: normal;
				color: black
			}
			
			#clientLogin a:visited span {
				color: black
			}
			
			#clientLogin span {
				position: relative;
				top: -23px;
				margin-left: 70px;
				margin-right: auto;
				width: 98px;
				cursor: pointer;
				font-family: Calibri, Verdana, Helvetica, sans-serif;
				font-size: 13px;
				text-align: center;
				color: black
			}
			
	
	
	
	
	.sidebarwrap {
		background-image:url('images/SideBarBG_12.jpg');
		background-position: left top;
		background-repeat: repeat-y;
		
	
	}
	.sidebarShadow {
		width: 910px;
		background-image:url('images/sidebarShadow_18.png');
		background-position: 264px top;
		background-repeat: repeat-y;
		overflow:visible;
		
	}
	.sidebarShadowBottom {
		clear: both;
		height: 67px;
		width: 910px;
		position:relative;
		top:-27px;
		left:-21px;
		margin-left: auto;
		margin-right: auto;
		background-image:url('images/SideBarShadowBottom2.png');
		background-position:0px 0px;
		background-repeat: no-repeat;
		overflow: hidden;
		z-index: 5;
	}
	.sidebarIndexBottom {
		clear: both;
		height: 16px;
		width: 910px;
		margin-left: auto;
		margin-right: auto;
		background-image:url('images/sidebarIndexBottom_20.png');
		background-position:0px 0px;
		background-repeat: no-repeat;
		overflow: hidden;
		z-index: 5;
	}
	.contentRow {
		margin-left: auto;
		margin-right: auto;
		padding: 0px 0px 0px 0px;
		width: 910px;
		margin-bottom: 0px;
		margin-top:35px;
	}
	
	.contentRow_homepage {
		margin-left: auto;
		margin-right: auto;
		padding: 0px 0px 0px 0px;
		width: 1140px;
		margin-bottom: 0px;
		margin-top:35px;
	}
	
	.banner{
		height: 174px;
	}	
	
			
			
	.logo {
		height: 174px;
		width: 342px;
		margin: 0px 0px 0px 0px;
		background-repeat: no-repeat;
		background-image: url('images/TCRSportLabLogo-content.png');
		background-position: 0px 0px;
	}			
	

    .quotes {
		float: right;
		width: 500px;
		padding-top: 60px;
		padding-bottom: 50px;
		padding-left: 15px;
		padding-right: 0px;
		margin: 0px;
		color: white;
		text-align: left;
		font-size: 20px;
		font-family: calibri, verdana, helvetica, sans-serif;
		line-height: 150%;
		font-style: italic;
		font-weight: bold
	
	} 
	       
	.FlashNav {
		position: relative;
		left: -24px;
		top: 0px;
		margin-bottom: 30px;
		overflow: hidden;
		width: 640px;
		z-index:1;
	}
	
	.photoscroll {
		position: relative;
		left: 0px;
		top: 0px;
		height: 124px;
		margin-bottom: 0px;
		overflow: visible;
		z-index:1;
	}
	
	.pageContent {
		padding: 0px;
		width: 620px;
		height: 100%;
		margin-left: 275px;
	}
		
		
	.pageDetails {
		width: 620px;
		margin-left: 0px
	}
	
				.contentTitle{
					height: 50px;
					width: 620px;
					background-image:url('images/ContentBGTitle3.png');
					background-position:right top;
					background-repeat: repeat;
					margin-top: 15px;
					margin-bottom: 0px;
					padding-bottom:10px;
					overflow:visible;
				}
				
				.contentTitle a{
					text-decoration:none;
				}
				.contentTitle a:visited{
					color:white;
				}
				
				.contentTitle a:hover{
					color:yellow;
					text-decoration:underline;
				}
				
				.contentTitle span.price{
					font-family: Arial, Helvetica, sans-serif; 
					float:right;
					margin-top: 14px;
					text-align: right;
					font-weight: bold;
					font-size: 18px;
					color: #fff;
				}
				
				.contentAltTop {
					background: url('images/ContentBG_07_top.png') no-repeat 0px 0px; 
					height:8px; 
					width:620px; 
					margin:0px; 
					padding:0px;
				}
				
				.translucentDiv {
					background-image:url('images/ContentDivider.png');
					width: 560px;
					height: 32px;
					margin: 0px 0px 10px -12px;
					padding: 0px;
					
				}
				
				.contentMain {
					clear: right;
					width: 590px;
					padding: 0px 15px 0px 15px;
					margin: 0px 0px 0px 0px;
					background: url('images/ContentBG.png') repeat 0px 0px;
				}
				
				.contentMain p {
					width: 590px;
					padding-bottom: 15px;
					
				}
				.contentMain blockquote p {
					width: 540px;
					
				}
				
				.contentMain ul{
					list-style: circle;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 13px;
					margin: 0px 5px 5px 30px;
					
				}
				.contentMain ol{
					list-style-type: lower-roman;
					font-family: Arial, Helvetica, sans-serif;
					font-size: 13px;
					margin: 0px 5px 5px 30px;
					
				}
				
				.contentMain li{
					padding-bottom: 8px;
					line-height: 1.3em;
				}
				
				.contentbottom {
					clear: right;
					width: 620px;
					height: 8px;
					padding: 0px 0px 0px 0px;
					margin: 0px 0px 15px 0px;
					background: url('images/ContentBG_07.png') no-repeat 0px 0px;
				}
				
				.frametable {
					width: 590px;
					padding-right: 10px;
				}
				
				.frametable td.model{
					border-bottom: 1px solid white;
				}
				
				.frametable td.desc{
					padding-right: 3px;
					padding-left: 5px;
					padding-bottom: 10px;
				}
				
				.frametable img{
					float: right;
					margin-right: 10px;
				}
				
				.blprice{
					font-family: Arial, Helvetica, sans-serif; 
					float:right;
					margin-top: 3px;
					margin-right: 15px;
					text-align: right;
					font-size: 14px;
					color: #fff;
				}
				
				.frametitle {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 18px;
					padding-top: 7px;
					padding-left: 10px;
					text-align: left;
					color:white;
				}
				
.contentImgContainer{
	float:right;
	width: 260px;
	margin: 0px;
	padding: 15px 0px 10px 0px;
}				
				
.contentImg{
	width:257px;
	height:207px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: url('images/PageContentImgBG.png') no-repeat 1px 1px;
	overflow: visible;
	
}

			
.jobDesc {
	margin: 2px 0px 20px 15px;
	font-size: 13px;
}

.NameDivider {
	margin: 0px 20px 0px 20px;
	padding: 0px;
}

.StaffName {
	clear:right;
	font-family: Times, serif;
	font-size: 26px;
}
		
.qualif {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 15px;
}		

.palmares {
	line-height: 1.2em;
	margin: 0px 0px 10px 40px;
	padding: 0px 0px 0px 0px;
	
}
.palmares li{
	line-height: 1.2em;
	padding-bottom:0px;
	
}




.YouTube {
	width: 435px;
	height: 354px;
	background-image:url('images/YouTubeShadow.png');
	background-position:0px 10px;
	background-repeat: no-repeat;
	margin-left: auto;  
	margin-right: auto;
	padding: 10px 0px 10px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	z-index: 2;
}

.map {
	width:610px;
	height:410px;
	margin-right:0px;
	margin-left:auto;
	background: url('images/mapBG.png') no-repeat 5px 2px; 
	clear: right;
}

.map iframe{
	width:600px;
	height: 400px;
	border: 2px solid white;
}

.coachingpkg {
	width: 114px;
	height: 203px;
	margin: 0px 0px 10px -27px;
	padding: 0px;
	float:left;

}

.coachingTable {
	font: normal normal normal 13px Arial, Helvetica, sans-serif;
	color: white;
	margin-right:0px;
}

.coachingTable td {
	padding: 2px 3px 2px 3px;
	text-align: center;
	vertical-align:middle;
	font: normal normal normal 13px Arial, Helvetica, sans-serif;
	color: white;
	width: 154px;
}
.coachingTable ul{
	margin-left:8px;
	padding-left:3px;
	list-style-type: square;
}

.coachingTable tr.coachingHrow {
	background: url('images/CoachingHBar_08.jpg') no-repeat left bottom;
	height: 45px;
	padding: 2px 5px 2px 5px;
	vertical-align:middle;
	
}
.coachingTable td.coachingDetails {
	background: url('images/CoachingDetailsBG_10.jpg') repeat-y left top;
	background-color: #0c364f;
	border-right: thin solid #c6c6c6;
	height: 30px;
	padding: 2px 8px 2px 3px;
	width:148px;
	font-weight: bold;
	color: white;
	
}

.coachingTable td.coachingDetailsAlt {
	background: url('images/CoachingDetailsBGalt_10.jpg') repeat-y left top;
	background-color: #114969;
	border-right: thin solid #c6c6c6;
	height: 30px;
	padding: 2px 8px 2px 3px;
	width:148px;
	font-weight: bold;
	color: white;
	
}
.coachingTable td.coachingHeading {
	font: normal normal bold 16px Arial, Helvetica, sans-serif;
	color: black;
}
	
.coachingRowTitle {
	height: 20px;
	padding: 2px 3px 2px 3px;
	text-align: right;
	font: normal normal normal 13px Arial, Helvetica, sans-serif;
	color: black;
	
}

.teamtable td {
	padding: 2px 3px 2px 3px;
}

.teamCalendar {
		color:#fff;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-align: left;
		line-height: 1.3em;
		
}

.teamCalendar td{
	border: 1px solid #fff;
	padding: 2px 5px 2px 5px;
}

.teamCalendar td.Header{
	background-color:#fff;
	padding-top: 10px;
	font-size: 15px;
	color: #000;
	}
.teamCalendar td.alt{
	background-color:#333;
	
	}
	
.teamCalendar td.KeyEvent {
	background-color:#FF9900;
}

.teamCalendar td.TCREvent {
	background-color:#33CCFF;
}
	
	
.svcmenu {
  width: 550px;
  margin: 0 0 2em;
  padding: 0;
  font: 14px Arial, Helvetica, sans-serif;
}
.svcmenu li {
  clear: both;
  list-style-type: none;
  margin: 0;
  padding: 0 0 1.5em 0;
  position: relative;
  border-bottom: dotted 2px #999;
}
.svcmenu strong {
  padding: 0 10px 0 0;
  font-weight: normal;
  position: absolute;
  bottom: -.1em;
  left: 0;
}
.svcmenu em {
  padding: 0 0 0 5px;
  font: 15px Georgia, "Times New Roman", Times, serif;
  position: absolute;
  bottom: -.1em;
  right: 0;
}
.svcmenu sup {
  font-size: 60%;
  color: #666;
  margin-left: 3px;
  vertical-align: 40%
}

