/* START STANDARD STYLES */
/* These styles need to be appear on every site but you can adjust as necessary (the only things you should need to adjust are the foreground and background colours */
/* These styles should define how the content section looks */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}

body {
	line-height: 1;
	color: #333;
	background: #fff;
	font-family: arial, helvetica;
	font-size: 75%;
	text-align: center
}

body.white {
	color: #333;
	background: #fff;
}

body.black {
	color: #eee;
	background: #333;
}

body.smallText {
	font-size: 75%;
}

body.mediumText {
	font-size: 85%;
}

body.largeText {
	font-size: 100%;
}

h1 {
	color: #e25827;
	margin: 0 0 0.5em 0;
	padding-bottom: 5px;
	font-size: 200%;
	font-weight: normal;
	border-bottom: 1px solid #c6c6c5;
	font-family: tahoma, arial, helvetica;
}

h2 {
	color: #666;
	margin: 0 0 0.5em 0;
	padding-bottom: 5px;
	font-size: 175%;
	font-weight: normal;
	border-bottom: 1px solid #c6c6c5;
}

h3 {
	color: #336699;
	margin: 0 0 0.5em 0;
	padding-bottom: 5px;
	font-size: 140%;
	font-weight: normal;
}


h4 {
	color: #e25827;
	margin: 0 0 0.5em 0;
	font-size: 110%;
}

hr {
	background: #e25827;
	color: #e25827;
}

p {
	margin: 0 0 1em 0;
	line-height: 140%;
}

ul, ol {
	margin-left: 20px;
}

#home ul, #contentPage ul, #home ol, #contentPage ol {
	margin-left: 0;
}

#content ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

#content ol {
	margin-left: 30px;
	margin-bottom: 1em;
}

li {
	line-height: 140%;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
   margin-left: auto;
   margin-right: auto;
}

th {
	background: #e25827;
	color: white;
	font-weight: bold;
}

td {
	line-height: 130%;
}

abbr, acronym { 
	border-bottom: 1px dotted #e25827; 
	cursor: help; 
}

caption {
	text-align: left;
}

a:link {
	color: #e25827;
	text-decoration: underline;
}

a:visited {
	color: #e25827;
	text-decoration: underline;
}

a:hover {
	color: white;
	background: #e25827;
	text-decoration: none;
}

a:active {
	color: white;
	background: #e25827;
	text-decoration: none;
}

a:focus {
	color: white;
	background: #e25827;
	text-decoration: none;
}

a img.hoverFix {
	display: block;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.justify {
	text-align: justify;
}

p.indent {
	margin-left: 25px;
}

span.underline {
	text-decoration: underline;
}

img.left {
	float: left;
	margin: 0 5px 5px 0;
}

img.right {
	float: right;
	margin: 0 0 5px 5px;
}

label {
	cursor: pointer;
}

input.button {
	background: #eee;
	color: #000;
	border: solid 1px #000;
}

input.textbox, textarea.textbox, select.textbox {
	color: #000;
	border: solid 1px #000;
	padding: 2px;
	font-family: arial, helvetica;
	font-size: 100%;
}

div.clear {
	clear: both;
}

p.image {
	margin: 0;
	padding: 0;
	line-height: 100%;
}

ul.inline li {
	display: inline;
}

p.small, span.small, ul.small, li.small, div.small, a.small, td.small {
	font-size: 90%;
}

p.large, span.large, ul.large, li.large, div.large, td.large {
	font-size: 120%;
}

p.orange, span.orange, ul.orange, li.orange, div.orange, td.orange {
	color: #e25827;
}

#home div.summaryBox {
	color: #666;
	background: url(../images/bg-feature.gif) 0 100% repeat-x;
	font-weight: bold;
	font-size: 110%;
}

#home div.summaryBox p {
	padding: 5px;
}

#contentPage div.summaryBox {
	color: #666;
	background: url(../images/bg-feature.gif) 0 100% repeat-x;
	font-weight: bold;
	font-size: 110%;
}

#contentPage div.summaryBox h1 {
	font-size: 180%;
	padding: 10px 5px 0 5px;
	margin-bottom: 0;
	border-top: 3px solid #e25827;
	border-bottom: none;
}

#contentPage div.summaryBox p {
	padding: 5px;
}

#content ul {
	margin-left: 0;
	list-style-type: none;
}

#content ul li {
	background: url(../images/bt-plus.gif) 0 5px no-repeat;
	padding-left: 15px;
}

#content img {
	margin: 10px 15px 15px 15px;
}

.redbold {
	color: red; font-weight: bold;
}

.black #content ul li {
	background: url(../images/bt-plus-dark.gif) 0 5px no-repeat;
	padding-left: 15px;
}


#skipLinks, #printTitle {
	display: none;
}

#wrapper {
	background: url(../images/head-wrapper.gif) 0 0 repeat-x;
}

#container {
	width: 954px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

span.tagLine {
	position: absolute;
	top: 83px;
	left: 2px;
	color: #e25827;
	font-size: 15px;
	padding-bottom: 2px;
}

#header {
	height: 106px;
	margin-bottom: 10px;
}

#extras, #contactDetails {
	float: right;
	clear: right;
}

#pageControls {
	width: 226px;
	height: 142px;
	font-size: 12px;
	padding: 10px 15px;
	background: url(../images/bg-extras.png) 0 0 no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

#pageControls p.title {
	color: #ccc
}

#pageControls label {
	color: #fff;
	width: 80px;
	float: left;
	display: block;
	padding: 2px 0 0 0;
}

#pageControls select {
	width: 100px;
}

#pageControls p.close {
	padding-top: 30px;
}

#pageControls p.close a:link, #pageControls p.close a:visited {
	color: #ccc;
	text-decoration: none;
}

#pageControls p.close a:hover, #pageControls p.close a:active, #pageControls p.close a:focus {
	color: #ccc;
	background: none;
	text-decoration: underline;
}

#logo {
	float: left;
	padding-top: 17px;
}

#contactDetails {
	color: #009999;
	text-align: right;
	font-size: 18px;
	padding-top: 13px;
}

#contactDetails p {
	margin: 0;
	line-height: 100%;
}

#contactDetails a {
	font-size: 12px;
}

#contactDetails a:link, #contactDetails a:visited {
	color: #009999;
	text-decoration: none;
}

#contactDetails a:hover, #contactDetails a:active, #contactDetails a:focus {
	color: #e25827;
	background: none;
	text-decoration: underline;
}

#menu {
	clear: both;
	float: right;
	font-size: 12px;
	margin-top: 18px;
}

#layoutWrapper {
	width: 954px;
}

#infoBar {
	font-size: 80%;
	color: #919191;
	margin: 10px 0;
}

#infoBar p {
	margin: 0;
}

#infoBar a:link, #infoBar a:visited {
	color: #919191;
	text-decoration: underline;
}

#infoBar a:hover, #infoBar a:active, #infoBar a:focus {
	color: #919191;
	background: none;
	text-decoration: none;
}

#breadcrumb {
	float: left;
}

#breadcrumb ul {
	list-style-type: none;
	margin-left: 0;
}

#breadcrumb li {
	display: inline;
	padding-left: 10px;
	background: url(../images/bg-breadcrumb.gif) 3px no-repeat;
}

#breadcrumb li.first {
	padding-left: 0;
	background: none;
}

#search {
	float: right;
}

#search input.textbox {
	color: #919191;
	border: 1px solid #919191;
}

#search input.button {
	position: relative;
	top: 4px;
	border: none;
	background: url(/images/btn-go.gif);
	width: 27px;
	height: 17px;
}

.black #search input.button {
	position: relative;
	top: 4px;
	border: none;
	background: url(/images/btn-go-dark.gif);
	width: 27px;
	height: 17px;
}

#left2Col {
	float: left;
	width: 615px;
	padding-right: 42px;
}

#right2Col {
	float: left;
	width: 297px;
}

#subMenuWrapper {
	border-top: 3px solid #e25827;
	background: url(../images/bg-subMenu-repeater.gif) 0 0 repeat-y;
	margin-bottom: 10px;
}

#subMenu {
	background: url(../images/bg-subMenu.gif) 0 100% no-repeat;
	padding: 10px;
}

#subMenu ul {
	list-style-type: none;
}

#subMenu ul li a {
	background: url(../images/bg-subMenu-line.gif) 0 100% repeat-x;
	padding: 2px;
	display: block;
	width: 273px;
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#subMenu li ul li a {
	background: url(../images/bg-subMenu-bullet.gif) 10px 4px no-repeat;
	padding: 2px 2px 2px 27px;
	width: 248px;
	font-weight: normal;
}


#subMenu ul li a:hover, #subMenu ul li a:active, #subMenu ul li a:focus { 
	color: #e25827;
}

#subMenu li ul li a:hover, #subMenu li ul li a:active, #subMenu li ul li a:focus { 
	color: #2e81ab;
	background: url(../images/bg-subMenu-bullet-hover.gif) 10px 4px no-repeat;
}

#greyTop {
	background: url(../images/bg-grey-top.gif) 0 100% no-repeat;
	height: 8px;
}

.black #greyTop {
	background: url(../images/bg-grey-top-dark.gif) 0 100% no-repeat;
	height: 8px;
}

#greyWrapper {
	background: url(../images/bg-grey-repeater.gif) 0 0 repeat-y;
	padding: 0 12px;
	color: #666;
}

#greyBottom {
	background: url(../images/bg-grey-bottom.gif) 0 100% no-repeat;
	height: 8px;
}

.black #greyBottom {
	background: url(../images/bg-grey-bottom-dark.gif) 0 100% no-repeat;
	height: 8px;
}

#news {
	margin-bottom: 1em;
}

#news span.date {
	color: #e25827;
	font-weight: bold;
	display: block;
}

#news ul {
	margin-left: 0;
	list-style-type: none;
}

#news ul li {
	background: url(../images/bt-news.gif) 0 2px no-repeat;
	padding: 0 0 5px 15px;
}

#news a:link, #news a:visited {
	color: #e25827;
	font-weight: bold;
	text-decoration: none;
}

#news a:hover, #news a:active, #news a:focus {
	color: #666;
	background: none;
	text-decoration: underline;
}

/*Twitter*/


#twitter_div 										{width: 250px; margin-left: 0px; }
#twitter_div h2.sidebar-title 				{visibility: visible; color:#999; font-size: 50px}
#twitter_div ul li		 						{line-height: 1.2em; margin-bottom: 5px; border-top: solid #39c; } 
#twitter_div ul li span 						{font-size: .9em; line-height: 1em;  margin-bottom: 5px; } 
#twitter_div ul li span a 						{color: #333; display:inline; background-color: #fff; padding:0 2px 0 2px; line-height: 1em; }
#twitter_div ul li a 							{text-align: right; color: #39c;  margin-bottom: 5px; padding: 0 5px 0 0}

#twitter_div a 									{color: #FF8800; font-weight: bold; padding:0 2px 0 2px; line-height: 1em; }



#contactDetails2 p {
	margin: 0;
}

#contactDetails2 a:link, #contactDetails2 a:visited {
	color: #666;
	text-decoration: none;
}

#contactDetails2 a:hover, #contactDetails2 a:active, #contactDetails2 a:focus {
	color: #666;
	background: none;
	text-decoration: underline;
}

#sidepromo2 p {
	margin: 0;
}

#sidepromo2 a:link, #sidepromo2 a:visited {
	color: #666;
	text-decoration: none;
}

#sidepromo2 a:hover, #sidepromo2 a:active, #sidepromo2 a:focus {
	color: #666;
	background: none;
	text-decoration: underline;
}

#sidepromo3 {
		margin: 10px 0px 0px 0px;
		padding: 0px 5px 0px 0px;
}
#sidepromo3 p {
	margin: 10px 0px 10px 0px;
}
#sidepromo4 {
		padding: 0px 0px 0px 5px;
}

#footerWrapper {
	clear: both;
	padding-top: 20px;
	height: 98px;
	background: url(../images/footerback.gif) 0 0 repeat-x;
	color: #336699;
	text-align: center;
}

#footerWrapper a:link, #footerWrapper a:visited {
	color: #336699;
	text-decoration: none;
}

#footerWrapper a:hover, #footerWrapper a:active, #footerWrapper a:focus {
	color: #fff;
	background: #336699;
	text-decoration: underline;
}

#footerWrapper li {
	padding-left: 10px;
	background: url(../images/bg-footer.gif) 3px no-repeat;
}

#footerWrapper li.first {
	padding-left: 0;
	background: none;
}

#footer p {
	margin: 0 0 0.2em 0;
}

/* END PAGE SPECIFIC STYLES */








#banner p {
	color: #fff;
	line-height: 100%;
}

#services p {
	/*background: url(../images/bg-services-split.gif) 0 100% repeat-x;*/
	margin: 0;
}
#services h5 {
	padding-top: 15px;
   font-weight: normal;
	font-family: tahoma, arial, helvetica;
	font-size: 18px;
	margin: 0 0 1em 0;
	color: #fff;
	line-height: 100%;
}

#services a:link, #services a:visited {
	color: #666;
	text-decoration: none;
}

#services a:hover, #services a:active, #services a:focus {
	color: #666;
	background: none;
	text-decoration: underline;
}

#services p.arrow a:link, #services p.arrow a:visited {
	color: #2b312e;
	text-decoration: none;
}

#services p.arrow a:hover, #services p.arrow a:active, #services p.arrow a:focus {
	color: #2b312e;
	background: none;
	text-decoration: underline;
}







#home #banner {
	height: 307px;
	color: #fff;
}

#home.black #banner {
	background: url(../images/bg-homeBanner-dark.jpg) 0 0 no-repeat;
	height: 307px;
	color: #fff;
}

#home #banner #paddingFix {
	padding: 25px 25px 25px 25px;
}

#home #banner p.title {
	color: #fff;
	font-size: 48px;
	font-family: tahoma;
	margin: 0;
	padding-top: 80px;
	padding-bottom: 10px;
}

#home #banner p {
	font-size: 20px;
}

#home #fader {
	
	width: 525px;
	height: 250px;
	padding: 0px 0px 0px 20px;
	float: left;
}

#home #services {

	width: 280px;
	height: 210px;
	padding: 15px;
	float: right;
}

#home #services p.title {
	color: #e25827;
	padding: 0 0 10px 0;
	font-size: 175%;
	font-weight: normal;
	margin: 0;
}

#home #services p {
	padding: 15px 0;
}

#home #services span.personal {
	background: url(../images/home-arrow1.gif) 0 50% no-repeat;
	padding: 20px 0 20px 40px;
}

#home #services span.exercise {
	background: url(../images/home-arrow1.gif) 0 50% no-repeat;
	padding: 20px 0 20px 40px;
}

#home #services span.join {
	background: url(../images/home-arrow1.gif) 0 50% no-repeat;
	padding: 20px 0 20px 40px;
}

#home #services span.children {
	background: url(../images/home-arrow1.gif) 0 50% no-repeat;
	padding: 20px 0 20px 40px;
}

#home #services span.location {
	background: url(../images/home-arrow1.gif) 0 50% no-repeat;
	padding: 20px 0 20px 40px;
}
#home #services p.arrow {
	color: #ffffff;
	padding-right: 25px;
	text-align: right;
}






#contentPage #banner {
	background: url(../images/bg-contentBanner.jpg) 0 0 no-repeat;
	height: 190px;
	color: #fff;
}

#contentPage.black #banner {
	background: url(../images/bg-contentBanner-dark.jpg) 0 0 no-repeat;
	height: 190px;
	color: #fff;
}

#contentPage #banner #paddingFix {
	padding: 20px;
}

#contentPage #banner p.title {
	color: #fff;
	font-size: 48px;
	font-family: tahoma;
	margin: 0;
	padding-bottom: 10px;
}

#contentPage #banner p {
	font-size: 16px;
}

#contentPage #services {
	background: url(../images/bg-contentServices.gif) 0 0 no-repeat;
	width: 280px;
	height: 114px;
	padding: 15px;
	float: right;
}

#contentPage #services p {
	padding: 8px 0;
}



#contentPage #services p.arrow {
	color: #2b312e;
	background: url(../images/bg-right-arrow-small.gif) 100% 50% no-repeat;
	padding-right: 25px;
	text-align: right;
}


/* START HORIZONTAL MENU STYLES */

div.xMenuBtn {
	display: none;
}

#nav, #nav ul { 				/* all lists */
	list-style: none;
	padding-top: 2px;
}

#nav li ul { 					/* second-level lists */
	position: absolute;
	left: -999em;
	background: #fcfcfc;
	margin: 0px 0 0 2px;
	padding-top: 0;
}

#nav li ul ul { 				/* third-and-above-level lists */
	margin: -21px 0 0 0;			/* height offset of third-and-above-level lists */
	display: none;
}

#nav li { 					/* all list items */
	float: left;
	width: auto;
	line-height: 100%;
} 

#nav li ul li { 				/* second-level lists */
	clear: left;
	border-right: 2px solid #cccecd;
	border-bottom: 2px solid #cccecd;
	border-left: 2px solid #cccecd;
}
 
#nav li ul li ul { 				/* second-level lists */
	border-top: 2px solid #cccecd;
}
 
#nav li a {					/* first-and-above-level anchors */
	display: block;
	width: auto;
	padding: 0;
	text-decoration: none;
	color: #4c5550;
	margin: 0 2px;
	padding: 5px 5px 8px 0;
}

#nav li a span {
	padding: 5px 5px 8px 10px;
}

#nav li ul li a {				/* second-and-above-level anchors */
	width: 190px;
	background: #fcfcfc;
}

* html #nav li a {float: left;} * html #nav li ul li a{float: none;}	/* Mac IE hack */

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul, #nav li.sfhover ul ul ul ul {
	left: -999em;
}
 
#nav li:hover ul,#nav li.sfhover ul {
	left: auto;
}

#nav li li:hover ul, #nav li li li:hover ul,  #nav li li li li:hover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	margin-left: 147px;			/* width + padding of second-and-above-level anchors + navdrop padding */
}

#nav li a:hover, #nav li a:active, #nav li a:focus { 
	color: #e25827; 
	background: url(../images/bg-nav2.gif) 100% 0px no-repeat;
}

#nav li a:hover span, #nav li a:active span, #nav li a:focus span { 
	background: url(../images/bg-nav1.gif) 0 0 no-repeat;
}

#nav li ul li a:hover, #nav li ul li a:active, #nav li ul li a:focus { 
	color: #e25827;
	background: none;
}

#nav li ul li a:hover span, #nav li ul li a:active span, #nav li ul li a:focus span { 
	color: #e25827;
	background: none;
}
/* END HORIZONTAL MENU STYLES */











/* START LIGHTBOX STYLES */
/* You shouldn't need to edit these */

#lightbox{position: absolute;top: 40px;left: 0;width: 100%;z-index: 100;text-align: center;line-height: 0;}
#lightbox a img{ border: none; }#lightbox a:hover{ background: transparent;}
#outerImageContainer{position: relative;background-color: #fff;width: 250px;height: 250px;margin: 0 auto;}
#imageContainer{padding: 10px;}
#loading{position: absolute;top: 40%;left: 0%;height: 25%;width: 100%;text-align: center;line-height: 0;}
#hoverNav{position: absolute;top: 0;left: 0;height: 100%;width: 100%;z-index: 10;}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{width: 49%;height: 100%;background: transparent url(../images/blank.gif) no-repeat; /* Trick IE into showing hover */display: block;}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }
#imageDataContainer{font: 10px Verdana, Helvetica, sans-serif;background-color: #fff;margin: 0 auto;line-height: 1.4em;}
#imageData{padding:0 10px;}#imageData #imageDetails{ width: 70%; float: left; text-align: left; }
#imageData #caption{ font-weight: bold;}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;}
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;}
#overlay{position: absolute;top: 0;left: 0;z-index: 90;width: 100%;height: 500px;background-color: #000;filter:alpha(opacity=60);-moz-opacity: 0.6;opacity: 0.6;}
.clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html>body .clearfix {display: inline-block; width: 100%;}
* html .clearfix {/* Hides from IE-mac \*/height: 1%;/* End hide from IE-mac */}

/* END LIGHTBOX STYLES */


/* ------------ Enquiries ------------- */

.form {margin:0; padding:0;}

#enquiry {margin:0; padding:0px 0px 0px 70px; color:#003399; width:490px; font-size:14px; font-weight:400; font-family: "Trebuchet MS", Arial, Tahoma; text-align:left;}

.enquirytable input, select, textarea {text-align:left; width:312px; font-size:12px;}
.checkboxwidth {width:auto;}
.form input, .form select { width: 100%; }



.label {
  color: #e25827;
}

input, textarea, select, option {
  font: 85% verdana,helvetica,sans-serif;
  background-color: #FFF;
  border: 1px solid #dcdbdb;
  color: #000;
}


.send {
  background-color: #e25827;
  border-color: #e25827;
  color: #fff;
  height: 22px;
  margin-top: 5px;
}






/* START SEARCH RESULTS STYLES */
/* You shouldn't need to edit these */

span.highlight { background: transparent; }
div.searchheading { font-size: 100%; font-weight: bold; padding: 0 5px;}
div.summary { font-size: 80%; font-style: italic;  padding: 0 5px;}
div.results { font-size: 100%;  padding: 0 5px;}
div.category { color: #999999;  padding: 0 5px;}
div.description { font-size: 100%; color: #008000;  padding: 0 5px;}
div.context { font-size: 100%;  padding: 0 5px;}
div.infoline { font-size: 80%; font-style: normal; color: #808080; padding: 0 5px;}
div.sorting { text-align: right;  padding: 0 5px;}
div.result_title { font-size: 100%;  padding: 0 5px;}

form.zoom_searchform { font-size: 100%;  padding: 0 5px;}
span.zoom_options { font-size: 80%;  padding: 0 5px;}
input.zoom_button {  }
input.zoom_searchbox {  }


#mintslideshow {
  width: 500px;
  height: 250px;
}


