/* CSS Document */

* {padding:0; margin:0; }

/* GENERAL */

body {background-color:#CCCCCC; padding:0; margin:0px 0 10px 0; color:#002940; font-family:arial, helvetica, sans-serif;}
b {font-weight:bold;}
div{}
img {border:0;} 
label {border:0;}

h1 {display:block; color:#FFFFFF; height:auto; width:100%; font-size:14px; font-family:Helvetica, Arial, sans-serif; text-align:left; font-weight:bold; padding:0; margin:10px 0 5px 0; float:left;}
th {position:relative; color:#FFFFFF;font-size:14px;font-family:Helvetica, Arial, sans-serif; text-align:left; font-weight:bold; padding:0;}
p {font-size:11px; text-align:left; color:#E8CB65; padding:0;	margin:0 10px 10px 0;}
td {font-size:11px; text-align:left; color:#E8CB65; padding:0;	margin:0 10px 10px 0;}

ul 
{
	font-size:0.7em;
	text-align:left;
	color:#E8CB65;
	padding-left:20px;
	list-style-type:square;
	list-style-image:url(../images/bullet.gif);
	list-style-position:outside;
}
li {margin-left:5px; text-align:left;}

a {color:#FFFFFF; text-decoration:none;font-size:1.0em;}
a:LINK {color:#FFFFFF; text-decoration:none;}
a:VISITED {color:#FFFFFF; text-decoration:none;}
a:ACTIVE {color:#FFFFFF; text-decoration:underline;}
a:HOVER {color:#FFFFFF; text-decoration:underline;}
a:FOCUS {color:#FFFFFF; text-decoration:underline;}

.floatLeft {float:left;}
.floatRight {float:right;}

.content {
	position:relative;
	display:block;
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	background-color:#CCCCCC;
	padding: 0;
}

.main {
	position:relative;
	display:block;
	width:749px;
	height:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#33516C;
	float:left;
	padding: 0;
}

.moreInfo {
	font-size:0.7em;
	text-align:left;
	color:#FFFFFF;
	margin:0.7em 10px 0.7em 10px;
	font-weight: bold;
	text-align:center;
}

/* HEADER */
.head {
	position:relative;
	display:block;
	float:left;
	width:749px;
	height:62px;
	background-color:#02263e;
	background-image:url(../images/diag_bg.gif);
	background-position:top left;
	background-repeat:repeat-x;
	color:#FFFFFF;
	font-size:0.8em;
	font-weight: bold;
}

.head A {
	color:#FFFFFF;
	text-decoration:none;
}

.head A:ACTIVE, .head A:HOVER, .head A:FOCUS{
	color:#FF9C00;
	text-decoration:none;
}

.headLogo {
	position:relative;
	display:block;
	float:left;
	width:auto;
	height:auto;
	padding:0px;
	margin:0;
}

.headText {
	position:relative;
	display:block;
	width:auto;
	height:auto;
	padding-top:35px;
	font-size:0.9em;
	color:#FFFFFF;
	margin:0;
}

.headButton {
	position:relative;
	display:block;
	float:left;
	background-image:url(../images/button_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	line-height:36px;
	text-align:center;
	width:108px;
	height:36px;
	padding:0;
	font-size:0.8em;
	margin:0;
}

.headButton A 
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}

.headButton A:ACTIVE, .headButton A:HOVER, .headButton A:FOCUS{
	color:#FF9C00;
	text-decoration:none;
}

.randomImage {
	position:absolute;
	left:520px;
	top:10px;
	width:211px;
	height:247px;
}

/* SHADOWS */
.leftShadow
{
	position:relative;
	display:block;
	width:19px;
	height:800px;
	background-color:#CCCCCC;
	background-image:url(../images/outline_left.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding: 0;
	float:left;
}

.leftBottom
{
	position:relative;
	display:block;
	width:19px;
	height:19px;
	background-color:#CCCCCC;
	background-image:url(../images/outline_bottomleft.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 0;
	float:left;
}

.rightShadow
{
	position:relative;
	display:block;
	width:19px;
	height:800px;
	background-color:#CCCCCC;
	background-image:url(../images/outline_right.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding: 0;
	float:left;
}

.rightBottom
{
	position:relative;
	display:block;
	width:19px;
	height:19px;
	background-color:#CCCCCC;
	background-image:url(../images/outline_bottomright.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 0;
	float:left;
}

/* FOOTER */
.footer 
{
	position:relative;
	display:block;
	width:749px;
	height:50px;
	margin-left:19px;
	margin-right:20px;
	background-color:#CCCCCC;
	background-image:url(../images/outline_bottom.gif);
	background-position:top left;
	background-repeat:repeat-x;
	text-align:center;
	font-size:0.7em;
	color:#33516C;
	line-height:40px;
	font-weight: bold;
	float: left;
	vertical-align:top;
}	

.footer A 
{
	color:#33516C;
	text-decoration:none;
}

.footer A:ACTIVE, .footer A:HOVER, .footer A:FOCUS
{
	color:#33516C;
	text-decoration:underline;
}

/* HOME */
.homeBox {
	position:relative;
	display:block;
	width:345px;
	padding:0;
	margin:0;
	float:left;
}

.dots_horiz
{
	position:relative;
	display:block;
	height:17px;
	background-image:url(../images/dot_horiz.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:725px;
	float:left;
}

.dots_horiz_news
{
	display:block;
	height:17px;
	background-image:url(../images/dot_horiz.gif);
	background-position:top left;
	background-repeat:repeat-x;
	width:700px;
	float:left;
}

.dots_vert
{
	position:relative;
	display:block;
	height:240px;
	background-image:url(../images/dot_vert.gif);
	background-position:top left;
	background-repeat:repeat-y;
	width:17px;
	float:left;
}

/* CLASSES */
.classesLeftBox {
	position:relative;
	display:block;
	width:379px;
	padding:0;
	margin:0;
	float:left;
}

.classesRightBox {
	position:relative;
	display:block;
	background-image:url(../images/classesbg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	width:343px;
	height:406px;
	padding:0;
	margin:0;
	float:left;
}

/* THERAPIES */
.therapiesLeftBox {
	position:relative;
	display:block;
	width:280px;
	height:380px;
	padding:0;
	margin:0;
	float:left;
}

.therapiesRightBox {
	position:relative;
	display:block;
	height:380px;
	padding:0;
	margin:20px 0 0 10px;
	float:left;
}

/* MEMBERSHIPS */
.membershipsBox {
	position:relative;
	display:block;
	width:100%;
	padding:0;
	margin:0;
	float:left;
}

/* FACILITIES */
.facilitiesLeftBox {
	position:relative;
	display:block;
	padding-right:10px;
	float:left;
	width:450px;
}

.facilitiesLeftContentBox {
	position:relative;
	display:block;
	padding-right:5px;
	float:left;
	width:255px;
}

.facilitiesLeftPhotoBox {
	position:relative;
	display:block;
	margin-top:30px;
	float:left;
	width:190px;
}

.facilitiesRightBox {
	position:relative;
	display:block;
	float:left;
	margin-top:10px;
	width:261px;
	height:399px;
	background-image:url(../images/teambg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	padding-left:10px;
}

.facilitiesInstructor 
{
	height: 170px;
	overflow-x: hidden;
	overflow-y: scroll; 
	float:left;
}

.studio 
{
	font-size:20px;
	color:red;
	text-align:center;
}

.spindeck
{
	font-size:20px;
	color:green;
	text-align:center;
}

.pool
{
	font-size:20px;
	color:blue;
	text-align:center;
}

.academy
{
	font-size:20px;
	color:yellow;
	text-align:center;
}

.day
{
	text-align:center;
	text-transform:uppercase;
}

.newsBox
{
	height:450px;
	width:730px;
	clear:left;
	overflow:auto;
}

.newsHeader
{
	display:block;
	color:#FFFFFF;
	height:auto;
	font-size:14px;
	font-family:Helvetica, Arial, sans-serif;
	text-align:left;
	font-weight:bold;
	padding:0;
	margin:10px 0 5px 0;
	float:left;
}

.newsItem
{
	width:700px;
}

.registerText 
{
	color:#FFF;
	font-size: 11px;
}

.registerBox {
	position:relative;
	display:block;
	padding:0;
	margin:0;
	height:460px;
	float:left;
	width:750px;
}

.contactBox {
	position:relative;
	display:block;
	width:728px;
	padding:0;
	margin:0;
	float:left;
}
.pdf 
{
    background-image: url('../images/pdficon16.gif');
    background-position: left center;
    background-repeat:no-repeat;
    font-weight:bold;
    padding-left:20px;
    float:left;
    margin-top:20px;
}