body {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #32bef2;
	min-width:1000px;
}

#headerWrap {
	background-image: url(/img/headerBG.png);
	background-repeat: repeat-x;
	height: 246px;	
}

#header{
	background-image: url(/img/header.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 246px;
	position: relative;
	z-index: 100;	
	min-width:1000px;
}


/*************************************
*******BANNER AND WELCOME MESSAGE******
***************************************/

#bannerWrap {
	background-color: #005ba3;
	height: 315px;
	margin-top: -75px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	z-index: 99;
	background-image: url(/img/bannerBG.jpg);
	background-repeat: no-repeat;
	background-position: center;
	min-width:1000px;
}

#welcomeMessageWrap{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 148px;
}

#welcomeMessage {
	position: relative;
	z-index: 102;
	width: 638px;
	margin-top: -175px;
	margin-bottom: 0px;
}

#welcomeMessageBG {
	width: 1440px;
	background-color: rgba(46, 188, 242, 0.7);
	background: rgba(46, 188, 242, 0.7);
	color: rgba(46, 188, 242, 0.7);
	position: relative;
	z-index: 101;
	height: 160px;
	margin-top: -160px;
}

/******************
*******NAV******
********************/

#nav {
	height: 37px;
	background-color: #0f4191;
	min-width:1000px;
}


/************************
*******MAIN CONTENT******
*************************/

#mainContent {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 15px;
}

.table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	
}

/******************
*******TEXT******
********************/


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFF;
	font-weight: lighter;
	text-transform: uppercase;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #0f4191;
	font-weight: lighter;
	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #0f4191;
	font-weight: lighter;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
}


.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	
}
/******************
*******BUTTONS******
********************/
#buttonsWrap {
	width: 1000px;
	margin-top: 50px;
	margin-bottom: 50px;
}


.buttonSchedule {
	background-image: url(/img/b-schedules.jpg);
	background-position: bottom;
	background-color: #1fb4ee;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFF;
	font-weight: lighter;
	text-transform: uppercase;
	/***Box shape and stroke***/
	border:solid 3px #ffffff;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright:12px;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	width: 315px;
	height: 185px;
	/***Box shadow***/
	-moz-box-shadow: -1px 1px 7px #575557;
	-webkit-box-shadow: -1px 1px 7px #575557;
	box-shadow: -1px 1px 7px #575557;
	padding-top: 20px;	
	text-decoration:none;
}

.buttonSchedule:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #0f4191;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration:none;
	cursor:pointer;
	
}


.buttonRentals {
	background-image: url(/img/b-rentals.jpg);
	background-position: bottom;
	background-color: #1fb4ee;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFF;
	font-weight: lighter;
	text-transform: uppercase;
	/***Box shape and stroke***/
	border:solid 3px #ffffff;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright:12px;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	width: 315px;
	height: 185px;
	/***Box shadow***/
	-moz-box-shadow: -1px 1px 7px #575557;
	-webkit-box-shadow: -1px 1px 7px #575557;
	box-shadow: -1px 1px 7px #575557;
	padding-top: 20px;	
	text-decoration:none;
}

.buttonRentals:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #0f4191;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration:none;
	cursor:pointer;
}

.buttonLessons {
	background-image: url(/img/b-lessons.jpg);
	background-position: bottom;
	background-color: #1fb4ee;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	color: #FFF;
	font-weight: lighter;
	text-transform: uppercase;
	/***Box shape and stroke***/
	border:solid 3px #ffffff;
	-moz-border-radius-topleft: 12px;
	-moz-border-radius-topright:12px;
	-moz-border-radius-bottomleft:12px;
	-moz-border-radius-bottomright:12px;
	-webkit-border-top-left-radius:12px;
	-webkit-border-top-right-radius:12px;
	-webkit-border-bottom-left-radius:12px;
	-webkit-border-bottom-right-radius:12px;
	border-top-left-radius:12px;
	border-top-right-radius:12px;
	border-bottom-left-radius:12px;
	border-bottom-right-radius:12px;
	width: 315px;
	height: 185px;
	/***Box shadow***/
	-moz-box-shadow: -1px 1px 7px #575557;
	-webkit-box-shadow: -1px 1px 7px #575557;
	box-shadow: -1px 1px 7px #575557;
	padding-top: 20px;
	text-decoration:none;
}

.buttonLessons:hover {
	color: #0f4191;
	text-decoration:none;
	cursor:pointer;
	
}


/******************
*******Associations******
********************/
#associations {
	width: 1000px;
	margin-bottom: 50px;
	padding-top: 50px;
}


/******************
*******FOOTER******
********************/

#footerWrap {
	background-color: #3577ac;
	background-image: url(/img/footerWrap-BG.jpg);
	background-repeat: repeat-x;
	position: relative;
	z-index: 100;
	height: 174px;
	margin-top: 0px;
	margin-bottom: 0px;
}


#footer {
	background-image: url(/img/footer-BG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 154px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	padding-top: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: relative;
	z-index: 200;
}


/*******************
***********LINK******
**********************/
a.blackLink:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;	
}

a.blackLink:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	
}
a.blackLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-weight: bold;
	text-decoration: none;
	
}
a.blackLink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	text-decoration: none;
}


a.RedLink:link, a.RedLink:visited, a.RedLink:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #C00;
	font-weight: bold;
	text-decoration: none;
}

a.RedLink:hover {
	color: #666666;
}

a.navLINK:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.navLINK:visited, a.navLINK:active {
	color: #FFF;
	
}

a.navLINK:hover {
	color: #2fbdf1;
	
}

a.navLINK:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	
}

a.footerLINK:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
}

a.footerLINK:visited, a.footerLINK:active {
	color: #333;
}

a.footerLINK:hover {
	color: #FFF;
}

