@charset "UTF-8";
body {
	font: 80% Verdana, Arial, Helvetica, sans-serif;
	background: #4D4D4F;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/gray_gradient.jpg);
	background-repeat: repeat-x;
	line-height: 135%;
}

.cmaintitle {font-family:Verdana, Arial; font-size: 18px; font-weight: bold; color: #ffffff; line-height: 18px; text-decoration: none;}
a:link.cmaintitle {color: #ffffff; text-decoration: none;}
a:visited.cmaintitle {color: #ffffff; text-decoration: none;}
a:active.cmaintitle {color: #ffffff; text-decoration: none;}
a:hover.cmaintitle {color: #ffffff; text-decoration: underline;}

.cmain {font-family:Verdana, Arial; font-size: 14px; font-weight: bold; color: #ffffff; line-height: 18px; text-decoration: none;}
a:link.cmain {color: #ffffff; text-decoration: underline;}
a:visited.cmain {color: #ffffff; text-decoration: underline;}
a:active.cmain {color: #ffffff; text-decoration: underline;}
a:hover.cmain {color: #ffffff; text-decoration: underline;}

/* Tips for Elastic layouts 
1. Since the elastic layouts overall sizing is based on the user's default fonts size, they are more unpredictable. Used correctly, they are also more accessible for those that need larger fonts size since the line length remains proportionate.
2. Sizing of divs in this layout are based on the 100% font size in the body element. If you decrease the text size overall by using a font-size: 80% on the body element or the #container, remember that the entire layout will downsize proportionately. You may want to increase the widths of the various divs to compensate for this.
3. If font sizing is changed in differing amounts on each div instead of on the overall design (ie: #sidebar1 is given a 70% font size and #mainContent is given an 85% font size), this will proportionately change each of the divs overall size. You may want to adjust based on your final font sizing.
*/

.c_title {font-family:Arial; font-size: 18px; font-weight: bold; color: #ffffff; line-height: 18px; text-decoration: none;}

.c_footer {font-family:Arial; font-size: 14px; font-weight: normal; color: #ffffff; line-height: 18px; text-decoration: none;}
.c_footerbold {font-family:Arial; font-size: 14px; font-weight: bold; color: #ffde43; line-height: 18px; text-decoration: none;}

.oneColElsCtrHdr #container {
	width: 800px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: #ffffff;
}
.oneColElsCtrHdr #header {
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	background: #E7E8E9;
	background-image: url(images/header_bar.png);
	height: 170px;
	background-repeat: no-repeat;
	clear:both;
} 
.oneColElsCtrHdr #container #header img {
	float: right;
	margin-top: 12px;
}
.oneColElsCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColElsCtrHdr #container #nav img {
	padding-right: 1px;
	padding-left: 1px;
}
.oneColElsCtrHdr #mainContent {
/*	padding: 0 20px;  remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.oneColElsCtrHdr  #footer1 {
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#737373;
	/*	border-bottom-right-radius:15px;
	-moz-border-radius-bottomright:15px;
	-webkit-border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-bottom-left-radius:15px; */
	background-image: url(images/footer_bar.png);
	background-repeat: no-repeat;
	height:129px;
	clear: both;
} 
.oneColElsCtrHdr  #footer1  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
padding on this element will create space, just as the the margin would have, without the margin collapse issue */
; 	height: 50px;
}
.oneColElsCtrHdr #footer1 h2 {
	color: #C5C0C0;
	padding: 10px;
	float: left;
	font-weight: normal;
	line-height: 135%;
}
.oneColElsCtrHdr #footer1 #footerbottom {
	clear: both;
	text-align: center;
}
.oneColElsCtrHdr  #footer2 {
	width: 800px;
	margin: 0 auto;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.oneColElsCtrHdr #footer2 a {
	text-decoration: none;
}
.oneColElsCtrHdr #footer2 a:hover {
	color: #b2b4b6;
}
.oneColElsCtrHdr  #footer2  p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size:11px;
	color:#E7E8E9;
}
.oneColElsCtrHdr .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	font-size: 11px;
	line-height: 10px;
	height:12px;
}
.oneColElsCtrHdr #underline {
	text-decoration: underline;
}


/* ------------- Collapsing Items ------------- */
dt.faq {
	color:#686465;
	font-weight:bold;
	background-image: url(images/dot_arrow.png);
	background-repeat: no-repeat;
	height:34px;
	padding-left:35px;
	font-size:24px;
}

dt.faq:hover {
	cursor:hand;
	background-image: url(images/dot_arrow2.png);
	background-repeat: no-repeat;
}

dd.faq {
	color:#242424;
	font-size:90%;
	background:#f5f5f5;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	padding:4px 10px;
}

dd.faq:hover {cursor:text}

dt.faqspace {color:#ffffff}

dt.faqspace:hover {cursor:default}
.oneColElsCtrHdr #plans #price {
	font-size: 120%;
	font-weight: bold;
	color: #5A2B2E;
	margin-left: 35px;
}
/* end */


/* ------------- Splash Page ------------- */
#splash {
	margin: 0 auto;
	text-align:center;
	padding-bottom:45px;
}
#splash h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	line-height:55px;
	margin-bottom:100px;
}
#splash img {
	padding:2px;
}
#splash a {
	cursor:pointer;
}
.oneColElsCtrHdr #about {
	margin: 10px 50px 25px 50px;
	width: 390px;
}
.oneColElsCtrHdr #about p {
	text-align: justify;
}
.oneColElsCtrHdr #about img {
}
/* end */


/* ------------- Index Page ------------- */
.oneColElsCtrHdr #container #mainContent #index #video {
	width: 425px;
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 22px;
	border-left-width: 12px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #093c56;
	border-right-color: #093c56;
	border-bottom-color: #093c56;
	border-left-color: #093c56;
	margin: 15px 15px 45px 20px;
}
.oneColElsCtrHdr #container #mainContent #index #start {
	background-color: #578FAB;
	float: right;
	width: 280px;
	color: #FFFFFF;
	margin: 0 20px 24px 15px;
}
.oneColElsCtrHdr #container #mainContent #index #start #startTop {
	color: #FFFFFF;
	background-color: #093D56;
	text-align: left;
	font-weight: bold;
	font-size:20px;
	padding: 10px 0 9px 20px;
}
.oneColElsCtrHdr #container #mainContent #index #start .startBody {
	padding:0 0 0 0 !important; margin:0 0 0 0 !important;
} /* added for width overwrite */
.oneColElsCtrHdr #container #mainContent #index #start .startBody ul {
	margin: 0px;
	padding: 0px;
}
.oneColElsCtrHdr #container #mainContent #index #start .startBody ul ul {
	padding: 0px;
}
.oneColElsCtrHdr #container #mainContent #index #start .startBody li {
	border-top: 1px solid #a9d2d4;
	list-style-image:none;
	list-style-type:none;
	padding:0;
	margin:0;
	font-size:14px;
	font-weight:bold;
}
.startBody ul li a {
display:block; 
list-style-image:none; 
color:#fff; 
font-size: 14px; 
font-weight: bold; 
text-decoration: none; 
padding: 7px 15px 7px 20px; 
background:url(/images/circle_arrow.png) 92% 50% no-repeat;}

.startBody ul li a:hover, .startBody ul li a:active {
list-style-image:none; 
color:#fff; 
background-color:#093D56; 
padding: 7px 15px 7px 20px; 
text-decoration: none;} /* added important and text decoration for width overide */

#share {
	background-color: #578FAB;
	float: right;
	width: 280px;
	color: #FFFFFF;
	margin: 10px 20px 25px 15px;
	clear:both;
}

.oneColElsCtrHdr #container #mainContent #index #share #shareTop {
	color: #FFFFFF;
	background-color: #093D56;
	text-align: left;
	font-weight: bold;
	font-size:16px;
	padding: 8px 0 7px 20px;
}
.oneColElsCtrHdr #container #mainContent #index #share img {
	margin: 5px;
	float: right;
}
.oneColElsCtrHdr #container #mainContent #index #share p {
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
}
.oneColElsCtrHdr #container #mainContent #index #share a {
	font-size: 14px;
	font-weight:500;
	color: #FFFFFF;
	text-decoration: none;
}
.oneColElsCtrHdr #container #mainContent #index #share a:hover, #share ul li a:active {
	color:#093D56;
	text-decoration:none;
	font-weight:500;
}
.oneColElsCtrHdr #container #mainContent #index #bootCamp {
	background-color: #093c56;
	width: 735px;
	margin:20px 25px 25px 30px;
	font-size: 24px;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	height: 110px;
}
.oneColElsCtrHdr #container #mainContent #index #bootCamp #inset {
	float: right;
	width: 275px;
	background: #578FAB;
	padding: 0px 10px;
}
.oneColElsCtrHdr #container #mainContent #index #bootCamp #inset p {
	font-size: 14px;
	font-weight: normal;
}
.oneColElsCtrHdr #container #mainContent #index #bootCamp #inset a {
	color: #FFFFFF;
	font-weight:bold;
}
.oneColElsCtrHdr #container #mainContent #index #bootCamp #inset a:hover {
	color: #093c56;
	font-weight:bold;
}
/* end */

/* ------------- Fitness Plan Page ------------- */
.oneColElsCtrHdr #plans {
	padding: 25px;
}
.oneColElsCtrHdr #plans dl {
	padding:0 50px;
}
/* end */


/* ------------- Calendar Page ------------- */
.oneColElsCtrHdr #calendar {
	padding: 25px;
}
.oneColElsCtrHdr #calendar tr.table-header {
	background-color:#eeeeee;
}
.oneColElsCtrHdr #calendar td {
	border-bottom:1px dotted #dfdfdf;
	margin:0;
	padding: 5px 5px 5px 5px;
}
.oneColElsCtrHdr #calendar a {
	color:#2149B9;
}
/* end */

/* ------------- Search Bar ------------- */
.oneColElsCtrHdr #search {
	width: 252px;
	float: right;
	margin-right:20px;
	text-align:center;
	background-image: url(images/search_box.png);
	background-repeat: no-repeat;
	padding-top: 36px;
	height:177px;
}
.oneColElsCtrHdr #cse-search-box {
	padding: 20px;
	float: right;
	width: 300px;
}
/* end */

/* ------------- Contact Page ------------- */
.oneColElsCtrHdr #contact {
	width:72%;
	padding: 20px;
}
.oneColElsCtrHdr #contact legend {
	text-transform: capitalize;
	font-weight: bold;
	padding: .5em 1em;
	font-size:125%;
}
.oneColElsCtrHdr #contact ul {
	margin:0;
	padding:0;
}
.oneColElsCtrHdr #contact li {
	list-style:none;
	overflow: hidden;
	padding: 10px 10px;
	clear: left;
}
.oneColElsCtrHdr .textFields {
	width:150px;
	text-align:right;
	text-transform:capitalize;
	padding:0 15px 0 0;
	float:left;
}
.oneColElsCtrHdr .submit {
	clear:both;
	cursor:pointer;
	font-weight:bold;
	background: #141414;
	color:#dfdfdf;
	border:none;
	padding:5px;
	display:inline;
	margin:10px 30px 10px 300px;
	width:100px;
	font-size:14px;
	text-align: center;
}
.oneColElsCtrHdr #check {
	width: 300px;
	display: inline;
	float: right;
}
.oneColElsCtrHdr #check .radio {
	width:150px;
	padding:5px;
	display:inline-block;
}
.oneColElsCtrHdr #container #mainContent #share2 {
	color: #FFFFFF;
	float: right;
	background: #578FAB;
	margin: 25px 20px 0 0;
	text-align: center;
	width: 170px;
}
.oneColElsCtrHdr #container #mainContent #share2 #share2Top {
	background-color: #093D56;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}
.oneColElsCtrHdr #container #mainContent #share2 img {
	margin: 10px;
}
.oneColElsCtrHdr #container #mainContent #share2 p {
	padding-right: 6px;
	padding-left: 6px;
}
.oneColElsCtrHdr #container #mainContent #share2 a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColElsCtrHdr #container #mainContent #index #share2 a:hover, #share2 a:active {
	color:#093D56;
	text-decoration:none;
}
/* end */


/* ------------- Staff Page ------------- */
.oneColElsCtrHdr #staff {
	padding: 25px 25px 0 8px;
	border-top:6px solid #dfdfdf;
	margin:25px;
	text-align: justify;
	clear:both;
}
.oneColElsCtrHdr #staff #name {
	font-size:135%;
	color:#333;
	font-weight:bold;
}
.oneColElsCtrHdr #staff #title {
	font-size:115%;
	color:#333;
	font-weight:bold;
}
.oneColElsCtrHdr #container #mainContent #staff img {
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 5px;
	display: inline-block;
	float: left;
}
.oneColElsCtrHdr #sidebar {
	float: right;
	width: 330px;
	padding-bottom: 15px;
	text-align: center;
	margin: 0 15px;
	line-height: 100%;
}
.oneColElsCtrHdr #sidebar img {
	margin-top: 15px;
	margin-bottom: 0px;
	border: 5px double #333333;
}
.oneColElsCtrHdr #plans #img {
	float: right;
	width:300px;
	margin-bottom: 10px;
	margin-left: 20px;
/*	border: solid 1px #333; */
}
.oneColElsCtrHdr #plans p {
	text-align: justify;
}
.oneColElsCtrHdr #thank {
	margin-right: 25px;
	margin-left: 25px;
}


/*------------ Testimonials Page -------------*/
.oneColElsCtrHdr #testimonials ul {
	margin:0;
	padding:0;
}
.oneColElsCtrHdr #testimonials li {
	list-style:none;
	overflow: hidden;
	padding: 20px 10px;
	clear: left;
}.oneColElsCtrHdr #container #mainContent #testimonials {
	padding: 20px;
}
.oneColElsCtrHdr #container #mainContent #testimonials #testimonials label {
	font-size: 14px;
}
.oneColElsCtrHdr #container #mainContent #testimonials #testimonials label.scale {
	float:left;
	text-align:center;
	padding:0 11px;	
}
.oneColElsCtrHdr #container #mainContent #testimonials #testimonials textarea {
	clear: both;
	margin: 10px 0;
}
.oneColElsCtrHdr #container #mainContent #testimonials #testimonials input.radio {
	position: relative;
}
#scaleTop {
	width:460px;
	font-size: 10px;
	margin: 10px 0 0 0;
}
#scaleTop .left {
	width:150px;
}
#scaleTop .right{
	float:right;
	width:150px;
	text-align:right;
}
.oneColElsCtrHdr #container #mainContent #testimonials #testimonials #influence {
	margin-top: 10px;
	margin-bottom: 10px;
}
/* end */
.oneColElsCtrHdr #container #mainContent #thank #membership {
	margin: 10px 0 10px 0;
	width: 240px;
	background: #63ADD0;
	color: #fff;
	float: left;
	height: 140px;
	position: relative;
}
.oneColElsCtrHdr #container #mainContent #thank #membership #membershipTop {
	background: #093D56;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
}
.oneColElsCtrHdr #container #mainContent #thank #membership p {
	font-weight: 500;
	margin: 7px 7px 0 7px;
	padding: 7px;
}
.oneColElsCtrHdr #container #mainContent #thank #membership #go {
/*	background-image: url(images/circle_arrow.png);
	background-repeat: no-repeat;
	background-position:right top;	
*/	text-align: right;
	margin-right: 9px;
	margin-left: 9px;
	padding-right: 25px;
	padding-left: 9px;
	font-size: 16px;
	vertical-align: text-top;
	position: absolute;
	width: 180px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	bottom: 0px;
}
.oneColElsCtrHdr #container #mainContent #thank #membership #go a {
	color:#fff;
	text-decoration:none;
}
.oneColElsCtrHdr #container #mainContent #thank #membership #go a:hover, #go a:active {
	color:#093D56;
	text-decoration:none;
}
.oneColElsCtrHdr #container #mainContent #thank #viewCalendar {
	margin: 10px 15px;
	width: 240px;
	background: #63ADD0;
	color: #fff;
	float: left;
	height: 140px;
	position: relative;
}
.oneColElsCtrHdr #container #mainContent #thank #viewCalendar #viewCalendarTop {
	background: #093D56;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
}
.oneColElsCtrHdr #container #mainContent #thank #viewCalendar p {
	font-weight: 500;
	padding: 7px 7px 12px 7px;
	margin: 7px;
}
.oneColElsCtrHdr #container #mainContent #thank #viewCalendar #go {
/*	background-image: url(images/circle_arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
*/	text-align: right;
	margin-right: 9px;
	margin-left: 9px;
	padding-right: 25px;
	padding-left: 9px;
	font-size: 16px;
	vertical-align: text-top;
	position: absolute;
	width: 180px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	bottom: 0px;
}
.oneColElsCtrHdr #container #mainContent #thank #viewCalendar #go a {
	color:#fff;
	text-decoration:none;
}
.oneColElsCtrHdr #container #mainContent #thank #viewCalendar #go a:hover, #go a:active {
	color:#093D56;
	text-decoration:none;
}
.oneColElsCtrHdr #container #mainContent #thank #meetTeam {
	margin: 10px 0 10px 0;
	width: 240px;
	background: #63ADD0;
	color: #fff;
	float: left;
	height: 140px;
	position: relative;
}
.oneColElsCtrHdr #container #mainContent #thank #meetTeam #meetTeamTop {
	background: #093D56;
	padding: 6px;
	font-size: 16px;
	font-weight: bold;
}
.oneColElsCtrHdr #container #mainContent #thank #meetTeam p {
	font-weight: 500;
	padding: 7px 7px 12px 7px;
	margin: 7px;
}
.oneColElsCtrHdr #container #mainContent #thank #meetTeam #go {
/*	background-image: url(images/circle_arrow.png);
	background-repeat: no-repeat;
	background-position: right top;
*/	text-align: right;
	margin-right: 9px;
	margin-left: 9px;
	padding-right: 25px;
	padding-left: 9px;
	font-size: 16px;
	vertical-align: text-top;
	position: absolute;
	width: 180px;
	padding-bottom: 9px;
	margin-bottom: 9px;
	bottom: 0px;
}
.oneColElsCtrHdr #container #mainContent #thank #meetTeam #go a {
	color:#fff;
	text-decoration:none;
}
.oneColElsCtrHdr #container #mainContent #thank #meetTeam #go a:hover, #go a:active {
	color:#093D56;
	text-decoration:none;
}
/*------------ Kid Boot Camp Page -------------*/
.oneColElsCtrHdr #container #mainContent #kidBootCamp {
	margin: 10px 40px;
}
.oneColElsCtrHdr #container #mainContent #kidBootCamp h1 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color:#093c56;
}
.oneColElsCtrHdr #container #mainContent #kidBootCamp .center {
	text-align: center;
}
.oneColElsCtrHdr #container #mainContent #kidBootCamp #dates {
	font-size: 16px;
	font-weight: bold;
}
.oneColElsCtrHdr #container #mainContent #kidBootCamp #prices {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.oneColElsCtrHdr #container #mainContent #kidBootCamp #tableHeader {
	font-weight: bold;
	background-color: #eeeeee;
}
.oneColElsCtrHdr #container #mainContent #kidBootCamp td {
	border:1px dotted #dfdfdf;
}
.oneColElsCtrHdr #container #mainContent #kidBootCamp #noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
/* end */
/*------------ Adult Boot Camp Page -------------*/
.oneColElsCtrHdr #container #mainContent #bootCamp {
	margin: 10px 40px;
}
.oneColElsCtrHdr #container #mainContent #bootCamp h1 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color:#093c56;
}
.oneColElsCtrHdr #container #mainContent #bootCamp .center {
	text-align: center;
}
.oneColElsCtrHdr #container #mainContent #bootCamp #dates {
	font-size: 16px;
	font-weight: bold;
}
.oneColElsCtrHdr #container #mainContent #bootCamp #prices {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
/* end */ .oneColElsCtrHdr #container #mainContent #index #bootCamp #subtitle {
	font-size: 14px;
	font-weight: 300;
}
.oneColElsCtrHdr #container #mainContent #bootCamp #tableHeader {
	font-weight: bold;
	background-color: #eeeeee;
}
.oneColElsCtrHdr #container #mainContent #bootCamp td {
	border:1px dotted #dfdfdf;
}
.oneColElsCtrHdr #container #mainContent #bootCamp #noBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.oneColElsCtrHdr #container #mainContent #index #summerSpecialsIndex {
	margin-right: 55px;
	margin-left: 55px;
	text-align: center;
}
.oneColElsCtrHdr #container #mainContent #index #summerSpecialsIndex a {
	font-size: 18px;
	color: 669933;
	text-decoration: none;
	font-weight: bolder;
	text-align: center;
}
.oneColElsCtrHdr #container #mainContent #summerSpecials {
	text-align: center;
	margin: 15px 0 0 0;
}
.oneColElsCtrHdr #container #mainContent #summerSpecials #membership {
	font-size: 24px;
	text-decoration: underline;
}
.oneColElsCtrHdr #container #mainContent #summerSpecials h1 {
	color: #669933;
}
.oneColElsCtrHdr #container #mainContent #summerSpecials #blueBorder {
	border: 5px solid #093c56;
	background-color:#578FAB;
	width: 400px;
	margin-top:12px;
	margin-bottom:12px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	color: #FFFFFF;
	margin-left: 115px;
}
.oneColElsCtrHdr #container #mainContent #summerSpecials #summerSidebar {
	float: right;
	width: 200px;
	margin-right: 15px;
	border: 5px solid #093c56;
}
.oneColElsCtrHdr #container #mainContent #summerSpecials #summerSidebar #trainingHoursTop {
	color: #FFFFFF;
	background-color: #093D56;
	text-align: center;
	font-weight: bold;
	padding:7px 0;
}
.oneColElsCtrHdr #container #mainContent #summerSpecials #summerSidebar #amenities {
	font-size: 16px;
	font-weight: bold;
	border-top: 2px solid #578FAB;
	margin-top: 5px;
}

