﻿/* RESET
----------------------------------------------------------*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* PAGE LAYOUT
----------------------------------------------------------*/
html 
{
	overflow-y: scroll;
	line-height: 1.3em;
}

body 
{
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	font-size: 12px;	
}

.window 
{
	width: 100%;	
}

.page 
{
	width: 842px;
	margin: 40px auto;
}

.headerSection 
{
	background-color: #000000;
	height: 137px;
	margin-bottom: 5px;	
}

.menuSection 
{
	border: solid 1px #707070;
	border-bottom: solid 1px #2d2d2d;
	padding-left: 8px;
}

.contentSection 
{
	/*width: 530px;*/
	border: solid 1px #707070;
	border-top: none;	
	padding-bottom: 15px;
}

.footerSection 
{
	height: 30px;
}

.featureImageContent img
{
	display: block;
}

.standardContent 
{
	padding: 26px 15px 15px 15px;
	border-top: solid 1px #2d2d2d;
}

.leftContent 
{
	margin-right: 260px;
	_margin-right: 256px;
}

.rightContent 
{
	float: right;
	width: 240px;
	padding-top: 32px;
}

.topNavigationBar 
{
	padding: 0 10px;
	border-bottom: solid 1px #999999;
	position: relative;
}

.topNavigationBar a 
{
	background-position: center top;
	background-repeat: no-repeat;
	display: inline-block;
	padding: 10px 0 5px 0;
	outline: none;
}

.topNavigationBarContent 
{
	margin: 0 auto;
	width: 842px;
	text-transform: uppercase;
	font-weight: bold;
	padding-left: 20px;
}

#headerRotator 
{
	cursor: pointer;
}

.clearboth 
{
	clear: both;
}

/* CONTENT STYLES
----------------------------------------------------------*/

h1 
{
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: normal;
	color: #96C271;
	border-style: solid;
	border-color: #2D2D2D;
	border-width: 0px; 
	border-bottom-width: 1px; 
}

h2 {
	font-size: 14px;
	line-height: normal;
	margin-bottom:0; 
	color: #96C271;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 14pt;
	margin-bottom:0; 
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
}

h4 {
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 14pt;
	color: #96C271;
	margin-bottom:0; 
	font-weight: bold;
	text-transform: uppercase;
}

h5 {
	padding-bottom: 0px;
	font-size: 14px;
	line-height: 14pt;
	margin-bottom:0; 
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}


h6 
{
	padding-top: 10px;
	padding-bottom: 0px;
	font-size: 10px;
	line-height: 10pt;
	margin-bottom:0; 
	color: #96C271;
	font-weight: normal;
	text-transform: none;
}

img 
{
	display: block;
}

p 
{
	margin-bottom: 15px;
}

a 
{
	text-decoration: none;
}

hr 
{
	height: 0;
	border: 0;
	border-top: 1px solid #2D2D2D; 
	margin: 8px 0;
}

ol, ul {
  margin-left: 2em;
  padding: 0;
  list-style-type: disc;
  margin-bottom: 10px;
}

.gallery img 
{
	display: inline;
}

.gallery h1 
{
	margin-top: 15px;
}

a.galleryThumbnail 
{
	margin: 4px;
	display: inline-block;
	outline: none;
}

a.galleryThumbnail img 
{	
	border: solid 2px #131313;
}

a.galleryThumbnail img:hover 
{
	border: solid 2px #ffffff;
}

.contactForm 
{
	margin-left: 100px;
}

.contactForm h4 
{
	padding: 30px 0 10px 0;
	margin-left: 83px;
}

.contactForm label 
{
	width: 80px;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: top;
}

.injuryAdviceForm label
{
	width: 120px;
}

.contactForm .contactFormField 
{
	padding-bottom: 6px;	
}

.contactForm input[type='text'], .contactForm select, .contactForm textarea  
{
	padding: 3px;
	width: 250px;
}

.contactForm select 
{
	width: 258px;
}

.contactForm textarea 
{
	height: 60px;
}

.contactForm input[type='submit'] 
{
	margin: 2px;
	margin-left: 81px;
	padding: 2px;
	width: 80px;	
}

.injuryAdviceForm input[type='submit'] 
{
	margin-left: 121px;
}

.contactForm .field-validation-error 
{
	margin-left: 5px;
}

.contactForm input.shortField 
{
	width: 100px;
}

.donationForm 
{
	margin: 20px 0 20px 20px;
}

.donationForm label 
{
	width: 120px;
	text-transform: none;
}

.donationForm input[type='submit'] 
{
	margin-left: 121px;
}

.profileBlock 
{
	margin-left: 400px;
	width: 410px;
}

.profileLinks 
{
	float: left;
	width:383px;
}

.timetableImage 
{
	padding: 10px 0;
}

.timetablePrintLink 
{
	display:block; 
	float: right;
	width: 150px;
	text-align: right;
}


/* MENU
----------------------------------------------------------*/

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('images/menu/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
/*
.sf-shadow ul {
	background:	url('images/menu/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
*/


.formSection 
{
	border: solid 1px #96c271;
	color: #000000;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.formSectionTitle 
{
	background-color: #96c271;
	font-size: 18px;
	color: #ffffff;
	margin-bottom: 10px;
	padding: 3px 5px;
}

.formFieldThird 
{
	width: 200px;
	display: inline-block;
	_display: inline;
	_zoom: 1;
}

.formFieldThird .standardTextBox 
{
	width: 180px;
}

.formSection .dateTextBox, .formSection .shortTextBox 
{
	width: 100px;
}

.formFieldHalf 
{
	width: 380px;
	display: inline-block;
	_display: inline;
	_zoom: 1;
}

.formFieldHalf .standardTextBox 
{
	width: 280px;	
}


.formFieldBlock 
{
	margin: 5px 20px;
}

.formSection label 
{
	font-weight: bold;
	display: block;
}

.formPageContent 
{
	padding: 20px;
	background-color: #ffffff;
}

.formPageContent h1 
{
	border: none;
}

.formPageContent p 
{
	color: #000000;
}

.formSection input 
{
	vertical-align: baseline;
}

.formPageContent input[type=text] 
{
	border: solid 1px #777777;
	padding: 2px;
}

.formPageContent input[type=radio] 
{
	position: relative;
	top: 0.1em;
	padding: 0 4px 0 8px;
}

.formPageContent .submitButton 
{
	margin: 10px auto 10px auto;
	display: block;
	width: 200px;
	height: 45px;
	border: solid 2px #4b9310;
	background-color: #ffffff;
	color: #4b9310;
	font-weight: bold;
	font-size: 14px;
	background-color: #ffffff;
	cursor: pointer;	
	text-transform: uppercase;
}

.formPageContent .submitButton:hover 
{
	color: #265201;
	border-color: #265201;
}

.formButtonSection 
{
	background-color: #e5ffcd;
	padding: 10px 0 10px 0;
}

.contactTable p {
	font-size: 11px;
}

.contactTable td {
	padding-top: 15px;
}

