/* Eric Meyer's reset styles */

/* v1.0 | 20080212 */
sehtml, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/*background: transparent  ;*/ /* removed to pass accessibility test */
}
body {
	line-height: 1em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/*** remember to define focus styles! ***/
:focus {
	outline: dotted 1px #000
}


a:focus {
	outline: dotted 1px #000;
}

/*** remember to highlight inserts somehow! ***/
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/*** tables still need 'cellspacing="0"' in the markup ***/
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*** End of reset styles ***/


/*** Clearfix rule ***/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/*** End of clearfix rule ***/

body {
	line-height: 1;
	background-color:#EAE5DF;
	background: #EAE5DF url(../img/background.jpg) no-repeat center top;
	margin:0px;
	margin-top: 0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color: #000;
}
a {
	color:#e9193b;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
div#navigation-holder #header-title {
	font-size: 3.5em;
	max-width: 650px;
	float: left;
	margin: 24px 0px 25px 35px;
}
div#navigation-holder #header-title.twolines {
	font-size: 2.4em;
	margin-bottom:41px !important;
}
h2 {
	font-size:1.545em;
}
h3 {
	line-height: 1.553em;
}

div.contentIndex h3 {
	font-size:1.545em;
}

body#centres div.contentIndex h3 {
	margin-top:20px;
}

div.contentIndex h2 {
	margin-bottom:11px;
}
#news-archive {
	margin-right:20px;
	margin-bottom:20px;
	line-height:18px;
	padding-bottom:20px;
	border-bottom: #666 dotted 1px;
}
p {
	margin-bottom:10px;
}

#top-shadow {
	background: url(/img/top-nav/bg-top-back.gif) no-repeat;
	width:940px;
	margin: 0 auto;
	height:24px;
}
#top-shadow ul{
	display:none;

}
#bottom-shadow {
	background:url(../img/bottom-back.png) no-repeat;
	width:940px;
	clear:both;
	margin:auto;
	height:29px;
}
#wrap {
	width:940px;
	margin:auto;
	background: url(../img/all-back.png);
}


/*** Top navigation area ***/
#navigation-holder {
	margin-left:20px;
	margin-right:20px;
	background-position: left top;
	background-repeat: no-repeat;
}

#navigation-holder #header-title a#logo {
	color: #fff;
	display: block;
	position: relative;
	float: left;
	overflow: hidden;
}

#navigation-holder a#logo:hover {
	text-decoration: none;
}

#navigation-holder a#logo span {
	background-position: left top;
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
	position: absolute;
	width: 200px;
	height: 98px;
	top: 0px;
	left: 0px;
}

#navigation-holder #side-content {
	float:right;
	width:204px;
	margin:16px 26px 0px 0px;
}

#navigation-holder #fusion-logo{
	margin-right:30px;
}

#navigation-holder #navigation {
	clear: both;
	margin:0px 20px;
	position: relative;
}

#navigation-holder #navigation ul{
	padding-left:8px;
}

#navigation-holder #navigation ul li{
	font-size:1.2em;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	padding:4px 0px;
}

#navigation-holder #navigation ul li a{
	color: #000;
	display:block;
	padding:10px 10px;
	text-decoration:none;
}

#navigation-holder #navigation ul li a:hover{
	text-decoration:underline;
}

#navigation-holder #navigation form{
	float: right;
	padding-top:8px;
	padding-right:18px;

	text-align:right;
}
#navigation-holder .search-box{
	color:#333333;
	font-size:1.1em;
	padding:2px;
	width:128px;
}

#navigation-holder form#searchForm label {
	display:none;
}

#navigation-holder #contractAccessibilityLinks{
	position: relative;
	top: 0px;
	left: -585px;
	width: 500px;
	float: left;
	text-align: left;
	font-size: 1.1em;
}



.go-but, .go-butsf {
	background:url(../img/go.jpg) no-repeat;
	font-size:1.2em;
	color:#FFFFFF;
	font-weight:bold;
	border:0px;
	width:38px;
	padding:0px 5px 3px;
	margin-left:4px;
}


/*** Content area ***/
#content-holder {
	clear:both;
	background:url(../img/botom-content.jpg) bottom no-repeat;
	margin:0px 20px;
	padding:20px 20px 30px;
	font-size: 1.1em;
	line-height: 1.636em;
}

body#home #content-holder {
	padding-top: 20px;
}

body#home div#homeFlash {
	padding-left: 0px;
	height: 420px;
	overflow:hidden;
}

body#home .contentIndex {
	padding-left: 0px;
}

body#home .contentIndex ul {
	margin-left: 20px;
}

body#home .contentIndex ul li {
	float: left;
	width: 290px;
	padding-right: 20px;
}

body#home .contentIndex ul li img {
	margin: 10px 0px 5px;
}

#content {
	width:100%;
	float:left;
}

#content div#fixedWidth {
	width:640px;
	float:left;
}
#community #fixedWidth {
	/*border-bottom: dotted 1px #666;*/
	margin-bottom: 0px;
}
#about_us #fixedWidth {
	border-bottom: dotted 1px #666;
	margin-bottom: 20px;
}
/* home css */
#flash-home {
	background: url(../img/back-flash.gif) no-repeat;
	width:640px;
	height:420px;
	float: left;
}

#flash-home ul li {
	border:none !important;
	margin:0px !important;
	padding:0px !important;
}
#latest-news {
	background:url(../img/top-news.gif) no-repeat;
	line-height:50px;
	font-size:1.4em;
	color:#FFFFFF;
	padding-left:20px;
	height:50px;
}
#latest-news a{
	color:#FFFFFF;
}

#centreIndex ul{
	float:left;
	margin-top:20px;
	width:400px;
	margin-left:20px;
	margin-bottom: 10px;
}
#centreIndex ul h2{
	font-size:2.2em;
	font-weight:normal;
	color:#333;
	margin-bottom:10px;
}
#centreIndex ul li{
	margin-top:6px;
	line-height:22px;
}
#centreIndex ul li ul.bullet {
	margin: 0px 0px 0px 32px;
}

#centreIndex ul li ul.bullet li {
	margin: 0px;
	padding: 0px 0px 0px 8px;
}
/* facilities */
#facilityIndex #listContainer div h2 {
	margin-top: 20px;
}

#facilityIndex ul.facilities li a{
	clear:both;
	display:block;
}
#facilityIndex a.plus {
	background:url(../img/plus.gif) no-repeat left top;
	padding-left:29px;
	padding-bottom:2px;
	padding-top:2px;
}

#facilityIndex ul li a.plus {
	background:url(../img/plus.gif) no-repeat left top;
	font-size:1.4em;
	margin-left: 10px;
}
#facilityIndex a.minus {
	background: url(../img/minus.gif) no-repeat left top;
	padding-left:29px;
	padding-bottom:2px;
	padding-top:2px;
}

#facilityIndex ul li a.minus {
	font-size:1.4em;
	margin-left: 10px;
}
#facilityIndex {
	border-top: dotted 1px #666666;
	padding-bottom:0px;
	clear:both;
	margin-top:10px;
	margin-bottom:20px;
}
#facilityIndex ul{
	margin-top:20px;
	width:400px;
	margin-right:20px;
}
#facilityIndex ul h2,
#facilityIndex ul li h2{
	font-size:1.546em;
	font-weight:normal;
	margin-bottom:10px;
	text-transform:none;
}
#facilityIndex ul li{
	margin-top:6px;
	line-height:22px;
}
#facilityIndex ul li ul {
	margin-top:4px;
	padding-left:0px;
	margin-bottom:0px;
	padding-bottom:10px;
	width:380px;
}
#facilityIndex ul li ul li{
	margin-top:0px;
	margin-left:20px;
	line-height:18px;
	padding-left:10px;
}
#information {
	clear:both;
	margin:0px 0px 20px 20px;
}
#information h2{
	margin-bottom:10px;
}
.facilityCouples		{ clear:both; }

/*--------*/
#flash-home ul{
	margin:20px;
}
#flash-home ul li {
	clear:left;
	font-size:1.1em;
	line-height:1.6em;
	font-weight:bold;
}
#flash-home ul li h1{
	font-size:2em;
	margin-bottom:10px;
}
#flash-home ul li h1 a{
	font-weight:normal;
}
#flash-home ul li img{
	float:left;
	margin-right:20px;
	padding-bottom:15px;
}

div#intro,
div.stdContent												{ margin: 0 0 0px 20px; padding-bottom:20px; width:600px; float:left;
}
#centres div#intro, #holder_news_detail div.stdContent, #facilities div#intro ,#activities div#intro{font-size:1.091em;	line-height:1.5em;}
#holder_news_detail div#intro, #community div#intro, #about_us div#intro, #holder_facility_detail .stdContent, #holder_activity_detail .stdContent, #contact #fixedWidth #intro, #holder_community_detail div#intro, #holder_community_detail .stdContent, #holder_jobs_detail .stdContent, #holder_sports_club_detail .stdContent, #holder_membership_detail .stdContent { 	font-size:1.091em;

	line-height:1.5em;
}
#holder_jobs_detail .stdContent ul li, #holder_news_detail .stdContent ul li, #holder_sports_club_detail .stdContent ul li,  #holder_membership_detail .stdContent ul li{
	font-size:1em;
}
#holder_activity_detail .stdContent .related ul li, #holder_facility_detail .stdContent .related ul li{
	font-size:1em !important;
}
#news div#intro h2, #holder_activity_detail div#intro h2, #news_and_events  div#intro h2{
	font-size:2em;
}
#holder_news_detail .stdContent .related ul li {
	background:none !important;
}
#holder_activity_detail div#intro, #news_and_events div#intro{
	padding-bottom:0px;
}
#holder_sports_club_detail #intro, #memberships #intro, #holder_membership_detail #intro{
	padding-bottom:0px;

}
body#holder_news_detail div#content div#intro,
body#holder_membership_detail div#content div#intro{ padding-bottom:0; }

/*** Detail pages ***/

body#holder_activity_detail div#intro,
body#activities_view div#intro,
body#facilities_view div#intro,
body#holder_news_detail div#intro							{ margin-bottom: 7px; }

/** body#holder_news_detail div.stdContent div.border, **/
body#activities_view div.stdContent div.border,
body#facilities_view div.stdContent div.border				{ padding-top: 26px; }

body#holder_news_detail div.stdContent div.border ul li,
body#activities_view div.stdContent div.border ul li,
body#facilities_view div.stdContent div.border ul li		{ background-image: none; padding: 0; }

body#holder_news_detail div.stdContent div.border ul li span,
body#activities_view div.stdContent div.border ul li span,
body#facilities_view div.stdContent div.border ul li span	{ color: #666666; }


body#home div#intro {
	padding-top: 22px;
	font-size:1.091em;
	line-height:1.5em;
}

div.stdContent img {
	float: left;
	margin-right: 20px;
}
div.stdContent h2 {
	font-size:1.214em;
}
#contact_us div#intro h2,
#contact div#intro h1{
	font-size:1.571em;
	padding-bottom:18px;
}
#contact_us div#intro h3,
#contact div#intro h2{
	font-size:1.214em;
	line-height:18px;
}
div#intro h2 {
	font-size:1.572em;
	line-height:1.1em;
	padding-bottom: 13px;
}

div#intro img {
	float:left;
	margin-right:20px;
}
div#intro ul {
	margin-bottom:20px;
}

.sep-b {
	border-bottom: #666 dotted 1px;
	padding-bottom:13px !important;
}
.intro img{
	float:right !important;
	margin-left:20px;
	margin-right:20px;
}
#home-items ul{
	margin:0px !important;
}
#home-items ul li{
	font-size:1.1em;
	width:290px;
	padding-left:20px;
	padding-top:0px !important;
	float:left;
	border:none !important;
}
#home-items ul li h2{
	text-transform:uppercase;
	margin-bottom:14px;
}
#home-items ul li img{
	margin-bottom:12px;
	border: 10px solid #E6E2DF;
}
/* right side */
#r-side					{ width:200px; float: right; }
div.module-opening-hold	{ background:url(../img/g-box-t.gif) top no-repeat #E5E5E5; margin-bottom:20px;border-bottom:0.1em solid #fff; }
div.alt-mod-hold		{ background: #7C2B83 url(../img/layout/bg-box-top-alt.gif) no-repeat left top; }
div.module-opening		{ background:url(../img/g-box-b.gif) bottom no-repeat; padding: 20px; padding-top:0px;}
div.module-opening h1	{ font-size:1.5em; padding-top:20px; margin-bottom:10px; text-transform:uppercase; color:#000000; }
div.module-opening-hold div.module-opening h2.less-top { padding:10px 0 0 0; margin:0; line-height:18px; }
div.module-opening h2	{ padding-top:10px; font-size:1.3em; line-height:18px; }
div.module-opening span	{ float:left; width:60px; }

div.alt-mod				{ background: transparent url(../img/layout/bg-box-btm-alt.gif) no-repeat left bottom; color: #fff; }
div.alt-mod h1			{ color: #fff; }

div#r-side div.no_top	{ margin-top:0; }


.border {
	border-bottom: dotted 1px #666;
	padding-bottom: 20px;
}
.borderBoth {
	border-bottom: dotted 1px #666;
	border-top: dotted 1px #666;
	margin-top:20px;
	padding-bottom: 20px;
}

div.module-opening-hold li.border {
	padding: 10px 0px 7px;
}

#download {
	background:url(../img/back-down.gif) no-repeat;
	height:60px;
	padding:10px 0px;
	margin-top:10px;
}
.pdf,
#download a				{ margin-left:10px; padding-left:22px; padding-bottom:2px; background:url(../img/pdf.gif) no-repeat; display:inline-block; }
/** display:inline-block added to the above class to fix IE background image bug - http://reference.sitepoint.com/css/haslayout **/
#download h1{
	margin-bottom:10px;
	padding-top: 10px;
}
.separ {
	border-bottom: #666 dotted 1px;
	margin-top:20px;
	margin-bottom:20px;
}
#b-membership {
	background:url(../img/b-membership.jpg) no-repeat;
	padding:20px;
	height:84px;
	color:#FFFFFF;
	font-size:1.1em;
	margin-bottom:30px;
}
#b-membership a{
	color:#FFFFFF;
}
#b-membership h2{
	margin-bottom:14px;
	color:#FFFFFF;
}
#b-news {
	background:url(../img/b-news.jpg) no-repeat;
	padding:20px;
	height:84px;
	color:#FFFFFF;
	font-size:1.1em;
	margin-bottom:30px;
}
#b-news a{
	color:#FFFFFF;
}
#b-news h2{
	margin-bottom:14px;
	color:#FFFFFF;
}
#b-jobs {
	background:url(../img/b-jobs.jpg) no-repeat;
	padding:20px;
	height:84px;
	color:#FFFFFF;
	font-size:1.1em;
	margin-bottom:30px;
}
#b-jobs a{
	color:#FFFFFF;
}
#b-jobs h2{
	margin-bottom:14px;
	color:#FFFFFF;
}
.selectJobsFix {
	height: 30px;
}
.check2 {
	height: 30px;
}
.check2 input{
	width:16px !important;
	padding-left:0px;
	margin-right:8px;
	margin-left:0px;
	float:left;
}
.check2 label{
	display:none;
}
#b-feedback {
	background:url(../img/b-feedback.jpg) no-repeat;
	padding:20px;
	height:84px;
	color:#FFFFFF;
	font-size:1.1em;
	margin-bottom:30px;
}
#b-feedback a{
	color:#FFFFFF;
}
#b-feedback h2{
	margin-bottom:14px;
	color:#FFFFFF;
}
.general-rbox-holder {
	background:url(../img/g-box-t.gif) top no-repeat #E5E5E5;
	margin-bottom:30px;
}
.general-rbox {
	line-height:18px;
	font-size:1.1em;
	background:url(../img/g-box-b.gif) bottom no-repeat;
	padding:20px;
}
.general-rbox h1 {
	font-size:1.5em;
	margin-bottom:10px;
	text-transform:uppercase;
	color:#000000;
}
.general-rbox h2{
	padding-top:10px;
	padding-bottom:10px;
	font-size:1.3em;
	line-height:18px;
}
.general-rbox ul li {
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom: #666 dotted 1px;
}
.general-rbox img {
	margin-bottom:10px;
	border: 1px solid #666;
}

/*** Bookings, Jobs, Memberships module styles ***/
div#booking_background		{ background:transparent url(../img/Bookings_hounslow.jpg)  no-repeat !important;  height: auto !important; height: 104px;  }
div#jobs_background			{ background:transparent url(../img/Jobs_hounslow.jpg)  no-repeat !important;  height: auto !important; height: 104px;  }
div#membership_background	{ background:transparent url(../img/memberships_hounslow.jpg)  no-repeat !important;  height: auto !important; height: 104px; }
div.rightHandMod	{ padding:20px 20px 10px 20px; margin-bottom:20px; margin-top:10px; color:#FFF; font-size:1.1em; min-height:74px; display:block; } /* height:84px; */
div.rightHandMod h1	{ margin-bottom:14px; text-transform:uppercase; font-size:1.4em; }
div.rightHandMod a	{ color:#FFF; }
div.rightHandMod p	{ line-height:18px; padding-bottom:10px; }
/*** Bookings, Jobs, Memberships module styles ***/

.but {
	background: url(../img/lsidebut.jpg) left top no-repeat;
	text-transform:uppercase;
	height:26px;
}
.but a{
	color:#FFFFFF;
	margin-left:14px;
	padding-top:7px;
	padding-bottom:8px;
	padding-left:0px;
	display:block;
	font-weight:bold !important;
	background:url(../img/rsidebut.jpg) right top no-repeat;
}
.but2 {
	background: url(../img/lsidebut2.jpg) left top no-repeat;
	text-transform:uppercase;
	height:26px;
	width:160px;
}
.but2 a{
	color:#FFFFFF;
	margin-left:14px;
	padding-top:7px;
	padding-bottom:8px;
	padding-left:0px;
	display:block;
	background:url(../img/rsidebut2.jpg) right top no-repeat;
}
.but3 {
	background: url(../img/lsidebut2.jpg) left top no-repeat;
	text-transform:uppercase;
	height:26px;
	width:74px;
	float:left;
}
.but3 a{
	color:#FFFFFF;
	margin-left:14px;
	padding-top:7px;
	padding-bottom:8px;
	padding-left:0px;
	display:block;
	background:url(../img/rsidebut2.jpg) right top no-repeat;
}


/*** Related links ***/
#related-links {
	background:#E5E5E5;
	margin:0px 20px;
	padding:20px 20px 20px 40px;
	position: relative;
}

#related-links div {
	float: left;
}

#related-links h2, #related-links h3 {
	font-size:1.7em;
}
#related-links ul li h3 {
	font-size:1.546em;
}
#related-links h3 {
	color: #7C2B83;
	margin: 0.7em 0px 0.483em;
}

#related-links ul {
	width:260px;
	float: left;
}

.hounslow-related ul {
	width:210px !important;
}

#related-links div#siteList {
	float: right;
}

#related-links div#siteList ul {
	width: auto;
}

#related-links ul li{
	font-size:1.1em;
	line-height:18px;
}

#related-links ul li a{
	margin-top:18px;
	font-size:1em;
	font-weight:normal;
}


/*** Footer ***/
#footer {
	width:940px;
	margin:auto;
	padding-bottom:30px;
	background:url(../img/tr-back.png);
	position: relative;
}
#footer ul{
	font-size:1.1em;
	color:#000000;
	float:left;
	padding-left:60px;
}

#footer br {
	clear: left;
}
#footer ul li{
	display:inline;
	line-height:22px;
}
#footer ul li a{
	padding-right:12px;
	border-right: 1px #dddbd9 solid;
	margin-right:12px;
	color: #fff;
	font-weight:normal;
}
#footer ul li.last a{
	border-right: none;
	margin-right: 0px;
}
#c-fusion {
	clear:both;
	margin-top:40px;
	text-align:center;
	margin-bottom: 0px;
}
#logo-white {
	margin-left:60px;
	border-left: 1px #dddbd9 solid;
	padding-left:20px;
	margin-top:10px;
	float:left;
}
#copy {
	display:none;
}
/* general template */
#titles {
	padding-left:20px;
	width:620px;
	margin-bottom:30px;
}

body#holder_activity_detail #titles, body#holder_news_detail #titles {
	margin-bottom: 22px;
}

#titles h1{
	font-size:2.546em;
	color:#FFF;
	line-height:90px;
}

#content div.contentIndex ul.indexList {
	margin: 18px 20px 20px 0px;
	padding-bottom:0px
}

#content div.contentIndex ul.indexList li{
	border-top: #666 dotted 1px;
	margin-bottom:30px;
	padding-top:30px;
}

#content div.contentIndex ul.indexList .no_image_pad {
	margin-left: 0; padding-left: 0; clear:both;
}

#content div.contentIndex ul.indexList li p.category {
	margin-bottom: 6px;
}
.contentIndex p {
	font-size:1.091em;
	line-height:1.5em;
}
.module-opening p.but a, #latestNews .but a, .contentIndex .but a { font-size:1.1em;}
.category span {
	padding-right:8px;
	margin-right:8px;
	border-right: solid 1px #000;
}
ul li.category{
	font-size:1em !important;
	background:none !important;
}
div#intro ul li, .stdContent ul li	{ padding-left:8px; }
#content div.contentIndex ul.indexList li h2{
	margin-bottom:14px;

}

p .date{
	text-transform:uppercase;
	margin-bottom:4px;
}
.list-img {
	float:left;
	width:200px;
}
.box-mem {
	float:left;
	width:280px;
	margin-right:19px;
	margin-top:10px;
}
.box-mem span{
	float:left;
	width:120px;
}
#mem-schemes {
	clear:both;
	margin:30px 20px;
	border-top: #666 dotted 1px;
	border-bottom: #666 dotted 1px;
	padding-top:30px;
	font-size:1.1em;
	padding-bottom:20px;
}
#mem-schemes h2{
	font-size:2.1em;
	padding-bottom:20px;
}
#mem-schemes h3{
	padding-bottom:10PX;
	font-size:1.3em;
	line-height:18px;
}
#about {
	clear:both;
	padding-top:30px;
	font-size:1.1em;
	padding-bottom:20px;
}
#about ul{
	margin:0px !important;
	padding:0px !important;
}
#about ul li{
	border-top:none;
	border-right:1px dotted #666;
	margin:0px !important;
	padding:0px 0px 0px 20px !important;
	float:left;
	width:179px;
	font-size:1em;
}
#about a span{
	display:none;
}
#about ul li img{
	margin-bottom:20px;
}
#general-form {
	margin:20px;
	clear:both;
	font-size:1.1em;
}
#git-form {
	margin:30px 20px;
	clear:both;
	border-top:1px dotted #666;
	padding-top:30px;
}
#git-form h1 {
	font-size:3em;
	padding-bottom:20px;
}
#git-form h2 {
	padding-bottom:20px;
}
/* contact */
#frmMail {
	padding-top:20px;
	padding-right:60px;
}
#frmMail label{
	float:left;
	font-weight:bold;
	padding-right:24px;
	padding-top:3px;
	width:160px;
}
#frmMail span {
	color:#b42329;
}
#frmMail input,
#frmMail textarea			{ margin-bottom:12px; width:350px; }

form#frmMail input.radioBtn		{ margin-bottom:1px; width:13px; }
#frmMail div.disabilityDetails	{ clear:both; }

#frmMail input.button {
	background: url(../img/corp/submit.jpg) no-repeat;
	padding:1px 7px 2px 7px;
	font-weight:bold;
	font-size:1.1em;
	height:20px;
	color:#FFFFFF;
	line-height:11px;
	text-decoration:none;
	border:none;
	width:63px;
	margin-left:130px;
}
#frmMail div.checkbox		{ margin-left:122px; margin-top:10px; margin-bottom:10px;}
#frmMail div.checkbox input	{ width:auto; }
#frmMail div.checkbox label	{ width:380px; padding-right:0px; display:inline-block; float:right; margin-right:30px;}
#send-friend {
	font-size:1.2em;
	margin:20px;
}


#form-legal {
	clear:both;
	margin:20px;
	border-top:1px dotted #666;
	padding-top:20px;
	line-height:16px;
	font-size:1em;
	color:#999999;
}


.customdate {
	display: block;
	margin: 10px 0px;
}

#frmMail .customdate {
	clear: both;
}

/*** Activities index page ***/
div.contentIndex						{ padding-left: 20px; }
div.contentIndex ul.indexList li		{ padding-left: 179px; overflow: hidden; }
div.contentIndex ul.indexList li img	{ position: relative; float: left; left: -179px; margin-right: -179px; }
div.contentIndex ul.indexList li h3,
div.contentIndex ul.indexList li ul,
div.contentIndex ul.indexList li p		{ margin-left: 20px; }
div.contentIndex ul.indexList li.noimg	{ padding-left:1px; }
div.contentIndex ul.indexList li.noimg h3,
div.contentIndex ul.indexList li.noimg ul,
div.contentIndex ul.indexList li.noimg p{ margin-left: 0; }

div.stdContent ul, ul.bullet {
	margin: 11px 0px 20px;
}
div.stdContent ul li a, ul.bullet li a{
	background: url(/img/icons/bullet.gif) no-repeat left 5px;
	padding-left: 8px;
}
div.stdContent ul li, ul.bullet li {
	color: #000;
	overflow: hidden;
	font-size:1.091em;
	line-height:1.5em;
	border-top: none !important;
	padding-top: 0 !important;
	margin-bottom: 0 !important;
}
#holder_activity_detail div.stdContent ul li{
	font-size:1em;
}
div.stdContent ul ul li,  div.stdContent ul li ul li{
	font-size:1em;
}

p.more {
	background: url(/img/layout/bg-more-l.gif) no-repeat left top;
	font-size:1em;
	padding:0px !important;
	float: left;
	height:26px;
	line-height:0px;
	margin-bottom:0px !important;
}

p.more a {
	background: url(/img/layout/bg-more-r.gif) no-repeat right top;
	color: #fff;
	display:block;
	text-transform: uppercase;
	font-size: 1.1em;
	margin-top:0px !important;
	line-height:26px;
	padding: 0px 13px ;
	width: 134px !important
}

/*** Centre list ***/

div#centreIndex div#listContainer {
	clear: both;
}
div#centreIndex h2 {
	margin: 17px 0 0 0;
}

div#centreIndex ul {
	margin: 0px;
}

div#centreIndex ul li {
	width: 390px;
	float: left;
	padding-bottom:20px;
	margin: 0px 20px 28px 0px;
	border-bottom: #666 dotted 1px;
	min-height: 200px;
	height: auto !important;
	height: 200px;
}
div#centreIndex div#listContainer h2 {
	font-size: 2em;
}
div#centreIndex div#listContainer  ul {
	width:auto;
}
div#centreIndex div#listContainer  ul li {
	line-height:18px;
	margin-top:0px;
	float:left;
	min-height:0px;
	padding-bottom:20px;
	margin-bottom:0px;

}
div#facilitiesIndex .indexList {
	border-bottom:dotted #666 1px;
}

div#facilityIndex div#listContainer ul h2			{ cursor:pointer; }
div#facilityIndex div#listContainer ul.doShow li	{ display:list-item; }
div#facilityIndex div#listContainer ul.noShow li	{ display:none; }

#news_and_events .indexList {
	border-bottom:dotted #666 1px;
}
div#facilitiesIndex div#centreIndex {
	padding-bottom: 40px;
	margin-bottom: 20px;
}
#centres div#centreIndex {
	margin-bottom: 20px;
}

div#facilitiesIndex ul li {
	border-bottom: none;
	min-height: 0px;
	height: auto !important;
	overflow:hidden;
	margin: 0px;
	padding-bottom: 0px;
}

div#centreIndex ul li.alt {
	width: 390px;
	margin: 0px 0px 28px 40px;
}

div#centreIndex ul li div {
	padding: 16px 0px 0px 144px;
	overflow: hidden;
}

div#centreIndex ul li div img {
	position: relative;
	float: left;
	left: -144px;
	margin-right: -124px;
}

div.related {
	padding-top: 26px;
	clear: left;
}
div.related ul {
	margin-bottom:0px;
}

/* 404 page not found */
div.searchpage div.error			{ padding-top:20px; }
/* 404 page not found */

/* Search page */
#content div#fixedWidth.searchpage	{ width:860px; float:left; }
#holder_search_results #r-side		{ display:none; }
#holder_search_results #titles		{ padding-left:20px; width:840px; margin-bottom:30px; }

#searchTabs							{ border-bottom: 10px solid #E5E5E5; margin-bottom:20px; }
#searchTabs h2						{ margin-left:20px; margin-bottom:20px; }
#searchTabs ul						{ border:none; padding:0px; }
#searchTabs ul li					{ background: url(/img/searchTab-b.gif) no-repeat; float:left; width:180px; margin-right:10px; padding:0px 10px; display:block; height:36px; }
#searchTabs ul li a					{ text-transform: uppercase; font-size: 1em; display:block; margin-top:0px !important; line-height:26px; color:#000; padding:10px 10px; }

.pandn {
	background:none;
	padding-top:14px;
	padding-right:10px;
	float:right;
}
.pandn div {
	display: inline;
	color: #E5E5E5;
}

.pandn span {
	padding-left:4px;
	padding-right:4px;
}

.pandn span.disabled {
	display: none;
	border: none;
}


.pandn a.first {
	border-right: solid 1px #999999;
	padding-right: 10px;
	margin-right: 10px;
}

#searchTabs ul li.selected a {
	background: url(/img/searchTab-in.gif) no-repeat center left ;
	color: #fff;
}
#searchTabs ul li.selected a:hover{
	text-decoration:none;
}
#searchResults h2{
	margin-top:6px;
	margin-bottom:6px;
}
#searchResults p {
	margin-left:20px;
	font-size:1.273em;
	line-height:1.5em;
}
#searchResults ul li p {
	margin-left: 0px;
}
#searchResults ul {
	overflow:hidden;
	margin-bottom:40px;
}
#searchResults ul li strong a{
	color:#333333;
}
#searchResults ul li{
	margin-left:20px;
	margin-right:40px;
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom: #666 dotted 1px;
}
#activitiesIndex {
	border-bottom: #666 dotted 1px;
	padding-bottom:0px;
	margin-bottom:20px;
}
#activitiesIndex ul.indexList {
	margin-bottom:0px !important;
}
#newsIndex h2{
	padding-top:10px;
}

/** Contact & Membership forms **/
div.form-submission					{ clear:left; margin-left:20px; width:620px; border-top:1px dotted #666; border-bottom: #666 dotted 1px; margin-top:20px; padding-top:20px; padding-bottom:20px; margin-bottom:20px;  }
div.form-submission input,
div.form-submission select,
div.form-submission textarea		{ font-family:Arial,Helvetica,sans-serif; font-size:1em; }
div.form-submission	h2				{margin-bottom:10px;}
div.form-submission form			{ padding-top:10px; }
div.form-submission form div textarea,
div.form-submission form div input	{ width:260px; }
div.form-submission div				{ margin:10px 0; }
div.form-submission div.checkbox 	{ margin-left:194px; }
div.form-submission div.checkbox input	{ width:auto; margin-right:10px; }
div.form-submission div.checkbox label	{ width:380px; padding-right:0px; }
div.form-submission div.submit,
div.form-submission .captcha		{ margin-left:194px; }
div.form-submission div.submit input{ background:transparent url(../img/submit.jpg) no-repeat scroll 0 0; border:none; min-width:63px; min-height:20px; padding:0px; color:#FFF; font-weight:bold; width:auto; overflow: visible;}
div.form-submission label			{ display:inline-block; width:170px; padding-right:24px; vertical-align:top; font-weight:bold; font-size:1.1em; }
div.form-submission div.error-message,
div.form-submission label span		{ color:#B42329; }
div#content div.form-submission,
div#content div.form-membership		{ /*border-bottom:none;*/ }
/** Contact & Membership forms **/

/** DDA ul li styles **/
h4.marginOnTop						{ margin-top:15px; }
ul.dot_list							{ list-style-position:inside; list-style-type:disc; }
ul.dot_list li						{ padding-left:5px; }
ul.dot_list li ul.sub_dot_list		{ list-style-position:inside; list-style-type:circle; margin-left:15px; }
/** DDA ul li styles **/

#corp-jobs div.module-opening p a,  #corp-membership div.module-opening p a, #corp-bookings div.module-opening p a, .booking_background a, .membership_background a, .jobs_background a{
	text-decoration: none;
	color: #000;
	font-weight: normal;
}

#corp-jobs div.module-opening p.but a,  #corp-membership div.module-opening p.but a, #corp-bookings div.module-opening p.but a{
	color: #FFF;
}
.booking_background h1 a, .membership_background h1 a, .jobs_background h1 a {
	font-weight: bold;
}
.hidelogo {
	display:none;
}
.openingtimestable table {
	width:100%;
}
.openingtimestable table td{
	padding:2px;
	border:solid 1px #999;
}
/* Membership table */
div.membership {
	border-bottom:1px dotted #5B5B5B;
	border-left:1px dotted #5B5B5B;
	margin-bottom:20px;
	width:565px;
}
.membership strong {
	display:block;
}
.membership td {
	border-right:1px dotted #5B5B5B;
	border-top:1px dotted #5B5B5B;
	padding:6px;
}
.blue1 {
	background-color:#00BAF1;
	color:#FFFFFF;
}
.red1 {
	background-color:#D30D44;
	color:#FFFFFF;
}
.orange1 {
	background-color:#F89A48;
	color:#FFFFFF;
}
.blue {
	background-color:#CFEEFC;
}
.red {
	background-color:#F5D2CF;
}
.orange {
	background-color:#FEE8D3;
}
.membership img {
	margin:0px !important;
	float:none !important;
}
#memberships div#information {
	border-top:1px dotted #666;
	padding-top:20px;
}

/* Membership table end */
#news #intro{
	padding-bottom:0px !important;
}

#logged-in-box {
	float:left;
	position:absolute;
	width:300px;
	background-color:#fff;
	padding:5px;
	z-index:100;
}

/* Contract and Centre homepage slideshows */

#slideshow {
	margin:0 auto;
	padding: 0px;
	width:640px;
	height:420px;
	background:transparent none no-repeat 0 0;
	position:relative;
}

#slideshow a:active,
#slideshow a:focus {
	outline: none;
	border: none;
}

#slideshow #slidesContainer {
	margin:0 auto;
	padding: 0px;
	width:640px;
	height:420px;
	overflow:auto; /* allow scrollbar */
	position:absolute;
	top: 0px;
	left: 0px;
}

#slideshow #slidesContainer .slide {
  margin:0 auto;
  padding: 0px;
  width:620px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
  height:420px;

}

#slideshow #slidesContainer .slide img{
	position: relative;
	top: 0px;
	left: 0px;
}


#slideshow .headline {
	display: block;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	width: 640px;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	font-size: 1.15em;
	color: #FFF;
	font-weight: normal;
	background:url(../img/homepage_slider/home_slide_title_bg.png) top left transparent;
}

#slideshow .headline a{
	color: #FFF;
	font-weight: normal;
}



#slideshow .slideBottomContent {
	width: 640px;
	height: 130px;
	float: left;
	position: relative;
	top: -100px;
	left: 0px;
	z-index: 4;
	color: #FFF;
	background: url(../img/homepage_slider/home_slide_bottom_bg.png) top left no-repeat transparent;
	padding: 0px;
	margin: 0px;
}

#slideshow .no-promo-headline {
	top: -90px;
}

#slideshow .slideBottomContent h6{
	color: #FFF;
	text-decoration: none;
	font-size: 190%; /* shaw accessibility - was 20px */
	font-weight: normal;
	position: relative;
	top: 15px;
	left: 15px;
	z-index: 9;
}

#slideshow .slideBottomContent h6 a {
   	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	border: none;
}


#slideshow .slideBottomContent h3{
	color: #FFF;
	text-decoration: none;
	font-size: 190%; /* shaw accessibility - was 20px */
	font-weight: normal;
	position: relative;
	top: 15px;
	left: 15px;
	z-index: 9;
}

#slideshow .slideBottomContent h3 a {
   	color: #FFF;
	text-decoration: none;
	font-weight: normal;
	border: none;
}

#slideshow .slideBottomContent p {
   	position: relative;
	top: 5px;
	left: 0px;
	color: #FFF;
	width: 300px;
}

#slideshow.hounslow_panel .slideBottomContent p,
#slideshow.hounslow_panel .slideBottomContent h6 {	width: 200px; }

#slideshow .playpause {
	display: block;
	position: absolute;
	top: 291px;
	left: 0px;
	width: 100%;
	height: 30px;
	z-index: 30;
	background: url('../img/homepage_slider/home_slide_title_playpause.png') 0px -29px no-repeat;
	overflow: hidden;
	cursor: hand;
}

#slideshow .playpause.no-header {
 top: 301px;
}

#playpauseHelper,
.playpauseSpacer {
	display: block;
	width: 100%;
	height: 1px;
}

#slideshow .playpause span,
#slideshow #playpauseHelper span{
	display: none;
}

#slideshow .paused{
 	background: url('../img/homepage_slider/home_slide_title_playpause.png') top left no-repeat;
}


#slideshow #slideBottomContentBg {
	display: none;
}

#slideBottomSmallImages {
	position: absolute;
	top: 340px;
	left: 330px;
	z-index: 10;
}

#slideshow.hounslow_panel #slideBottomSmallImages {
	left: 230px;
	width: 450px;
}


#slideBottomSmallImages img{
	margin: 0 10px 0 0;
	border: 1px solid #FFF;
}

#slideBottomSmallImages img.inactive_image {
	border: 1px solid #FFF;
}

#slideBottomSmallImages img.active_image {
	border: 1px solid #E90000;
}


#slideInner {
	position: relative;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}



/**
 * Slideshow controls style rules.
 */

.slide h2, .slide p {
  margin:15px;
}

.slide img {
  float:right;
  margin:0px;
}

/**
  * Shaw Trust logo
*/
.shawtrust_logo,
.shawtrust_logo_sitepage {
	clear: left;
	display: block;
	position: relative;
	top: 20px;
	left: 0px;
	text-align: center;
	margin: 0 0 -10px 0;
	padding: 0px;
}

.shawtrust_logo_sitepage {
	margin: 10px 0px -5px 0px;
}

.shawtrust_logo img,
.shawtrust_logo_sitepage img{
	border: none;
}

/**
  * SEUK  logo
*/
.seuk_logo {
	clear: left;
	display: block;
	position: relative;
	top: 20px;
	left: 0px;
	text-align: center;
	margin: 0 0 -10px 0;
	padding: 0px;
}

.seuk_logo {
	margin: 10px 0px -5px 0px;
}

.seuk_logo img{
	border: none;
}



/*  SHAW accessibility fixes  */

a#parnershipLogo span { text-indent: 10000px; }
#FormSubmissionHasDisability0 { float: left; }
#FormSubmissionHasDisability1 { float: left; }
div.hidediv:hover { cursor:pointer; }  /*  removed this code from inside body  */
#contractLogo span { font-size: 0px; }


/*--DM BUTTON--*/
.dm-button { float: right; }
.dm-button a { padding: 0 14px 0 0; beight: 26px; line-height: 26px; font-size: 1.1em; }






//  DAY PASS FORM

.daypassform {
	display: none !important;
	*margin-bottom: 14px;
}

#daypass_form a {

}

#daypass_form p {
	margin-bottom: 0px;
}

#daypass_form li {
	margin-bottom: 7px;
}

#daypass_form h2 {
	line-height: 1.1;
	font-size: 1.8em;
	color:white;
	margin-bottom: 14px;
	text-align: center;
}
#daypass_form h2 a, .btn-join-now-online, .btn-membership-enquiries {
	background: url(/img/free-day-pass-bg.png) no-repeat;
	color:white;
	min-height:72px;
	padding-top: 25px;
	text-shadow: -1px -1px 1px rgba(0,0,0,0.5);
	display: block;
	margin: 0 0 14px;
}
#daypass_form h2 a { margin: 0; }
.btn-join-now-online, .btn-membership-enquiries { font-size: 1.8em; color: #fff; text-align: center; line-height: 1.1; }



#daypass_form label {
	line-height: 1.25em;
	font-weight: bold;
	color:white;
	display: block;
}

#daypass_form input[type="button"] {
	/*border: 0px solid blue;
	background: #ee0000;
	color: white;*/

	border: 1px solid black;
	background: white;
	color: black;

	border-radius: 4px 4px 4px 4px;

    font-size: 1.45em;
    line-height: 1.8em;
    margin-top: 10px;
    cursor: pointer;
    font-weight:900;
    padding:5px;
}
#title {
	width:145px;
}
#downloaddaypass {
	border: 0px solid blue;
	background: #ee0000;
	border-radius: 4px 4px 4px 4px;
    color: white;
    font-size: 1.05em;
    line-height: 1.8em;
    margin-top: 10px;
    display:block;
    text-align:center;
}
#downloaddaypass:hover {
cursor: pointer;
}

#formthanks {
	display: none;
}

#formerror {
	display: none;
}

#submitdiv {
	display: none;
}

#daypass_form label.error {
	color:white;
}a {
    color: #125430;
}

#top-shadow {
    background-color: #632E66;
}

#navigation-holder {
    background-image: url(../img/top-nav/molevalley/bg-top.gif);
}

div#navigation-holder #header-title {
    margin: 35px 0px 32px 36px
}

#top-shadow {
    display: none;
}

#navigation-holder #navigation {
    background: #7D3696 url(/img/top-nav/molevalley/bg-nav-top.gif) no-repeat left top;
}

#navigation-holder #navigation ul {
    margin-left: 0px;
}

#navigation-holder #navigation ul li a {
    color: #fff;
}
#navigation ul li.selected{
	background:url(/img/top-nav/molevalley/nav-but-l.jpg) no-repeat 0px 7px;
}
#navigation ul li.selected  a {
	background:url(/img/top-nav/molevalley/nav-but-r.jpg) no-repeat  right 3px;
}

.go-but {
    background:url(/img/top-nav/molevalley/btn-go.gif) no-repeat;
    width: 36px;
    height: 22px;
}

#navigation-holder #side-content {
    width: 266px;
	text-align:right;
	padding-right:20px;
    margin: 0px;
}
#navigation-holder a#contractLogo, #navigation-holder a#parnershipLogo{
    position: relative;
    display: inline-block;
    width: 141px;
    height: 30px;
	margin-top:20px;
	margin-right:20px;
	margin-left:20px;
	margin-bottom:12px;
    overflow: hidden;
	float:left;
}
#navigation-holder {
	color:#b197b3;
}
#navigation-holder a{
	color:#FFFFFF;
}
#navigation-holder a#parnershipLogo{
    width: 84px;
    height: 43px;
	margin-right:0px;
	margin-left:0px;
	margin-bottom:16px;
}

#navigation-holder #contractAccessibilityLinks{
	position: relative;
	top: 0px;
	left: -250px; 
	float: left;
	text-align: right;
}

#navigation-holder a#contractLogo span {
	background:url(/img/top-nav/molevalley/img-mvdc.gif) no-repeat;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
#navigation-holder a#parnershipLogo span {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent url(/img/top-nav/molevalley/fusion-logo.gif) no-repeat left top;
    top: 0px;
    left: 0px;
}
#side-content #lba{
	font-size:1.1em;
}
#side-content #lba a{
	margin-right:14px;
}

/* color changes */
#related-links h3 { 
    color: #125430;
}
div.contentIndex h3 a {
    color: #125430;
}
p.more {
    background: url(../img/layout/bg-more-l1.gif) no-repeat left;
	font-size:1em;
	padding:0px !important;
    float: left;
	height:26px;
	line-height:0px
}

p.more a {
    background: url(../img/layout/bg-more-r1.gif) no-repeat right ;
    color: #fff;
	display:block;
    text-transform: uppercase;
    font-size: 1em;
	margin-top:0px !important;
	line-height:26px;
    padding: 0px 13px ;
}
div.module-opening p.more a	{ background: url(/img/layout/bg-more-r1-g.gif) no-repeat right top; }
#about-fusion p.more a {
    background: url(../img/layout/bg-more-r1-g.gif) no-repeat right ;
    color: #fff;
	display:block;
    text-transform: uppercase;
    font-size: 1em;
	margin-top:0px !important;
	line-height:26px;
    padding: 0px 13px ;
} 



div#intro ul li, .stdContent ul li {
	background:transparent url(/img/icons/bullet5.gif) no-repeat scroll 0 6px !important;
	padding-left:8px;
	width:auto;
}
/*** Bookings, Jobs, Memberships module styles ***/
div#booking_background		{ background:transparent url(../img/Bookings_molevalley.jpg)  no-repeat !important;  height: auto !important; height: 104px;  }
div#jobs_background			{ background:transparent url(../img/jobs_molevalley.jpg) no-repeat !important;  height: auto !important; height: 104px;  }
div#membership_background	{ background:transparent url(../img/memberships_molevalley.jpg)  no-repeat !important;  height: auto !important; height: 104px;  }
div.rightHandMod	{ padding:20px 20px 10px 20px; margin-bottom:10px; margin-top:10px; color:#FFF; font-size:1.1em; min-height:74px;} /* height:84px; */
div.rightHandMod h1	{ margin-bottom:14px; text-transform:uppercase; font-size:1.4em; }
div.rightHandMod a	{ color:#FFF; }
div.rightHandMod p	{ line-height:18px; padding-bottom:10px; }
/*** Bookings, Jobs, Memberships module styles ***/   

div.module-opening h2.mimic-h1	{ padding: 20px 0px 10px 0px !important; font-size:1.5em;  text-transform: uppercase; }  

.btn-join-now-online, .btn-membership-enquiries { background-image: url(/img/leatherhead-button.png); }
