.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

p {
	padding: 5px 0;
	margin: 0;
	text-align: left;
}

h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
	text-align: left;
}
h1, h2 {
	color: #27a348;
	padding: 5px 0 0;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 14px;
}
h3 {
	font-size: 13px;
	padding: 5px 0 0;
}
a {
	color: #27a348;
	text-decoration: none;
}
a:hover {
	color: #990066;
}
a img {
	border: none;
}

/****************************************************** 
                        layout 
******************************************************/
body {
	margin: 0;
	padding: 0;
	text-align: center;
	color: #5a5b5a;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 180px;
	background: #7ad191;	
}
#main {
	background: #e8eae9;
}	
#footer {
	background: #7ad191;	
}	
#main #container {
	background: #FFF url(images/contentBack.jpg) 0 200px;
}
#footer #container {
	background: #5ad179;
	height: 20px;
	line-height: 20px;
}
#leftCol {
	float: left;
	width: 140px;
}
#rightMain {
	float: right;
	width: 760px;
}
#content {
	float: left;
	width: 580px;
	padding: 5px 15px 10px;
}
#rightCol {
	float: right;
	width: 150px;
}

.leftImg {
	float: left;
	padding: 0 15px 15px 0;
}
.rightImg {
	float: right;
	padding: 0 0 15px 15px;
}

/***********************************************************************
                           Contact info LHS
***********************************************************************/
.contactInfo {
	width: 135px;
	margin: 10px 0 0 5px;
	text-align: center;
}
.location {
	font-weight: bold;
}
.contact {
	margin: 5px 0;
}
.contact, .contact a {
	font-weight: bold;
}

/***********************************************************************
                           promo info RHS
***********************************************************************/
#rightCol p {
	padding: 5px;
}
#promo {
	background: #8E0D8C;
	text-align: left;
	padding: 3px;
	font-size: 12px;
	color: #FFF;
	opacity: 0.7;
	filter: alpha(opacity = 70);
	position: relative;
	height: auto;
	border: 1px solid #CCC;
}

#rightCol #promo {
	
}
#rightCol #promo.first {
	
}
#promo p {
	text-align: left;
}
#promo p.ctr {
	text-align: center;
}
#promo strong {
	color: #ecd628;
}
#promo ul {
	padding: 0 0 0 14px;
	font-size: 11px;
}
#promo li {
	padding: 0 0 5px;
}

/*
BOF Changes for bright kids promo

red #ff0000
yellow #ffff00
purple #cc00ff

#rightCol {
	background: #CCC;
}
#promo {
	background: #CCC;
	padding: 0;
	width: auto;
	color: #000;
}
#promo strong {
	color: #000;
}
.yellow {
	background: #ffff00;
	margin: 3px 0;
}
.purple {
	background: #cc00ff;
	
}
#promo .purple strong {
	color: #ffff00;
}

.grey {
	font-weight: bold;
}
.register {
	background: #ff0000;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
}
h1.holidays {
	background: #000;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-size: 12px;
	padding: 5px 0;
}
h1.kidsFC {
	text-transform: uppercase;
	color: #000;
	text-align: center;
	font-size: 15px;
}
.small {
	font-size: 9px;
}
.phone {
	font-weight: bold;
	font-size: 28px;
	padding: 0;
}

/*
EOF Changes for bright kids promo
*/

/***********************************************************************
                           Twitter
***********************************************************************/
#twitter {
	padding: 5px;
	margin: 0 0 5px 5px;
	border: 1px solid #27a348;
	overflow: hidden;
}

#twitterInfo {
	padding: 0 0 5px;
	margin: 0 0 5px;
	border: 1px solid #27a348;
	border-width: 0 0 1px;
	width: 100%;
}
#twitterInfo img {
	float: left;
	margin-right: 5px;
}
#twitterInfo h2 {
	padding: 0;
}
#twitterInfo h2 a {
	text-decoration: none;
	font-size: 13px;
}

#twitter_update_list {
	padding: 3px;
	margin: 0;
}
#twitter_update_list li {
	list-style: none;
	text-align: left;
	color: #27a348;
	font-weight: bold;
	margin: 0;
	padding: 0 0 15px;
}
#twitter_update_list li a {
	display: block;
	color: #990066;
}
#twitter_update_list li span {
	display: block;
	word-wrap: break-word;
}
.followMe {
	text-align: center;
}
.followMe a img {
	border: none;
}
/***********************************************************************
                               Main Nav
***********************************************************************/
ul.menu {
	margin: 5px 0 0 5px;
	padding: 0;
	list-style: none;
}

ul.menu li {
	margin: 0;
	padding: 0;
}
ul.menu li {
	margin: 0 0 2px;
}
ul.menu a {
	display: block;
	text-decoration: none;
	text-transform:	lowercase;
	padding: 4px 5px 4px 15px;
	width: 115px;
	/*height: 20px;
	line-height: 20px;*/
	background: #dbf5d9 url(images/mainNavBullet.gif) no-repeat 4px 9px;
	color: #27a348;
	font-size: 13px;
	font-weight: bold;
}

ul.menu a:hover, ul.menu li.active a {
	background: #27a348 url(images/mainNavBulletHover.gif) no-repeat 4px 9px;
	color: #FFF;
}

/***********************************************************************
                          Home page
***********************************************************************/
.content1 #homePromoCenter {
	background: #fff url(images/homepage-center-promo-summer.jpg) no-repeat center top;
	height: 331px;
	padding: 50px 10px 0;
	margin: 20px 0 0;
	border: 1px solid #dbf5d9;
	color: #FFF;
	font-weight: bold;
}
.content1 h1 {
	margin: 28px 0 0;
}
.content1 #homePromoCenter ul {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}
/***********************************************************************
                          Instructors
***********************************************************************/
.content3 h3 {
	padding: 0;
}
.content3 .leftImg {
	padding: 0 15px 0 0;
}
.content3 .clear {
	padding: 0 0 20px;
	width: 580px;
}
.content3 p {
	padding: 5px 0 10px 105px;
}

/***********************************************************************
                          Class information
***********************************************************************/
.content5 h2 {
	text-transform: uppercase;
}
.content5 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.content5 li {
	padding: 0 0 10px;
}
.content5 li.highlight {
	background: #dbf5d9;
	padding: 5px 5px 10px 5px;
	font-weight: bold;
	margin: 0 0 5px;
}

/***********************************************************************
                           Courses
***********************************************************************/
.content7 h3 {
	color: #27a348;
}
.content7 #homePromoCenter {
	background: #fff url(images/homepage-center-promo-summer.jpg) no-repeat center top;
	height: 331px;
	padding: 50px 10px 0;
	margin: 20px 0 0;
	border: 1px solid #dbf5d9;
	color: #FFF;
	font-weight: bold;
}
.content7 #homePromoCenter ul {
	margin: 0 0 10px;
	padding: 0 0 0 15px;
}

/***********************************************************************
                           Opening times
***********************************************************************/
.times td {
	text-align: left;
	padding: 10px 5px;
	vertical-align: top;
}
.times tr.last td {
	border-bottom: none;
}
.content4 h1 {
	padding: 5px 0 10px;
}
.times tr.odd td {
	background: #CCCCCC;
}


/***********************************************************************
                           Forms
***********************************************************************/
form {
	margin: 30px 0;
}
label {
	text-align: right;
	font-weight: bold;
	display: block;
}
label.noBlock {
	display: inline;
}
.required, .errors {
	color: #CC0000;
}
#result {
	font-weight: bold;
	font-size: 12px;
	padding: 10px 0;
}
input {
	color: #5A5B5A;
}
/***********************************************************************
                           Timetable
***********************************************************************/
.timetable {
	border: 1px solid #27a348;
	border-width: 0 0 1px 1px;
}
.timetable td {
	text-align: center;	
	vertical-align: top;
	border: 1px solid #27a348;
	border-width: 1px 1px 0 0;
	font-weight: bold;
	text-transform: uppercase;
}
.timetable td.time {
	padding: 5px;
	font-weight: bold;
}
.timetable tr.closed td, .timetable tr.days td {
 	height: 5px;
	background: #27A348;
	padding: 0;
	color: #FFF;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
}

.lowImpact, .newBody {
	text-transform: uppercase;
}
.fatBurner, .ucaseBold, .stepAth, .Stretch {
	text-transform: uppercase;
	font-weight: bold;
}
.stepAth:first-letter .Stretch:first-letter {
	font-size: 12px;
}

.timetable a {
	display: block;
	padding: 5px;
}
.timetable a.image {
	padding: 0;
}
.timetable a:hover, .timetable td:hover {
	color: #FFF;
	background: #27A348;
}

.timetableNote {
	line-height: 20px;
	height: 20px;
	margin: 10px 0;
}
.halfHr {
	background: #E8EAE9;
}
.swatch {
	float: left;
	height: 20px;
	width: 50px;
	margin: 0 10px 0 0;
	border: 1px solid #27a348;
}
/***********************************************************************
                           Footer
***********************************************************************/
#footer #container {
	color: #FFF;
	padding: 0 5px 0 10px;
	width: 785px;
}

#footer #container a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	padding: 0 5px;
	border: 1px solid #FFF;
	border-width: 0 0 0 1px;
}
#footer #container li.first a {
	border-width: 0;
}

#footerRight {
	margin: 0 0 0 155px;
}
ul.footerMenu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.footerMenu li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
ul.footerMenu li {
	margin: 0 0 2px;
}
ul.footerMenu a {
	text-align: center;
	text-transform:	lowercase;	
}

#footer #container ul.footerMenu a:hover {
	color: #5a5b5a;
}
.credits {
	width: 635px;
	padding: 0;
	margin: 0 auto;
}


/***********************************************************************
                           Christmas styles
***********************************************************************/
h1.christmas{
	color: #FFFF00;
	padding: 0;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	background: url(images/h1-chrissy-back.jpg);
	height: 24px;
	line-height: 24px;
	font-size: 16px;
}
p.note {
	color: #CC0000;
	padding: 5px;
	font-size: 10px;
	text-align: center;
}
p.christmasOpenTimes {
	float: right;
	margin: 0 8px 0 0;
}
p.christmasOpenTimes a {
	color: #CC0000;
}
p.christmasOpenTimes a:hover {
	color: #27a348;
}

p.christmas{
	font-weight: bold;
	color: #FFFF00;
	background: url(images/h1-chrissy-back.jpg);
	height: 24px;
	line-height: 24px;
	font-size: 16px;
	text-align: center;
	margin: 15px 0;
	padding: 0 5px;
	text-transform: uppercase;
}
td.closed {
	color: #FF0000;
	font-weight: bold;
}	
/*
.content11 .innerContent, .content1a .innerContent {
	background: #fff url(images/christmas.jpg) no-repeat right top;
	padding: 10px 0 0;
}*/

/***********************************************************************
                           GALLERY
***********************************************************************/
.content13 {
	text-align: center;
}
