html {
	/*overflow: scroll;*/
    }


body {
	background: transparent url(../images/Chalkboard_BG_whitebox_2.jpg) no-repeat top center;
	background-attachment: scroll;
	background-color:#003A29;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	font-family: Arial;
	}	
	
a {
	color:#F00;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color:#F00;
	font-weight: normal;
	text-decoration: underline;
}


/*MASTER LAYOUT DIVS */
	
div#container {
	margin: 0 auto;
	width: 934px;
/*	background: transparent url(../images/ContentLeft_bg.gif) no-repeat 615px 230px;*/
	background-color: #FFF;
	text-align:center;
	}
	
div#header {
	height: 103px;
	background: transparent url(../images/Header.jpg);
	background-color:red;
	text-align: left;
	padding-right:25px;
	/*padding-top:25px;	*/
	}

div#HomeLink {
	text-align: left;
/*	position: relative;*/
	height: 100px;
	width: 450px;
	float: left;
	}
	
div#HomeLink a{
	display:block;
	height: 100px;
	width: 450px;
	text-indent: -50000px;
	}

	
div#Masternav {
	height: 90px;
	width: 875px;
	padding-left:25px;
	background-color: white;
	}

div#content {
	padding-left:45px;
	padding-right:10px;
	background-color: #FFF;
	}

div#footer {
	background: transparent url(../images/Footer_bg.jpg) repeat-x 0px 20px;
	height: 75px;
	clear:both !important;
	background-color: #FFF;
	color: #FFF;
	font-size:11px;
	line-height:200%;
	padding-top:20px;
	}

/* END MASTER LAYOUT DIVS */
	
p.phoneNumber {
	color: #FFF;
	padding: 0px;
	display:block;
	float:right;
	margin-top: 20px;
	_margin-top: 20px;
	}
	
/* BEGIN MASTER NAV STYLES */	

	
ul.Masternav li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}
	
ul.Masternav a {
	text-indent:-5000px;
	display:block;
	height: 90px;
	}

/* NAV 1 */
a.NavWhat {
	width: 181px;
	height: 90px;
	display: block;
	background-attachment:fixed;
	background: url(../images/NavBG_sprite.jpg) no-repeat 0px 0px;
	}
	
a.NavWhat:hover 	{ background-position: 0px -90px; }
a.NavWhat.current { background-position: 0px -90px; }

li.NavWhatCurrent {
	width: 181px;
	height: 90px;
	display: block;
	background-attachment:fixed;
	background: url(../images/NavBG_sprite.jpg) no-repeat 0px -90px;
	}

/* NAV 2 */	
a.NavHow {
	width: 289px;
	height: 90px;
	display: block;
	background-attachment:fixed;
	background: url(../images/NavBG_sprite.jpg) no-repeat -181px 0px;
	}

a.NavHow:hover 	{ background-position: -181px -90px; }
a.NavHow.current { background-position: -181px -90px; }	

li.NavHowCurrent {
	width: 289px;
	height: 90px;
	display: block;
	background-attachment:fixed;
	background: url(../images/NavBG_sprite.jpg) no-repeat -181px -90px;
	}

/* NAV 3 */	
a.NavClasses {
	width: 222px;
	height: 90px;
	display: block;
	background-attachment:fixed;
	background: url(../images/NavBG_sprite.jpg) no-repeat -470px 0px;
	}
	
a.NavClasses:hover 	{ background-position: -470px -90px; }
a.NavClasses.current { background-position: -4700px -90px; }	

li.NavClassesCurrent {
	width: 222px;
	height: 90px;
	display: block;
	background-attachment:fixed;
	background: url(../images/NavBG_sprite.jpg) no-repeat -470px -90px;
	}
	
/* NAV 4*/	
a.NavBook {
	width: 183px;
	height: 90px;
	display: block;
	background-attachment:fixed;
	background: url(../images/NavBG_sprite.jpg) no-repeat -692px 0px;
	}
	
a.NavBook:hover 	{ background-position: -692px -90px; }
a.NavBook.current { background-position: -692px -90px; }	

li.NavBookCurrent {
	width: 183px;
	height: 90px;
	display: block;
	background-attachment:fixed;
	background: url(../images/NavBG_sprite.jpg) no-repeat -692px -90px;
	}
	

/* BEGIN CITY SELECT NAVIGATION STYLES */

div#nav {
	width: 505px;
	height: 36px;
	position: relative;
	top: 200px;
	left: 41px;
	*left:-160px;
	_top: 140px;
	_left: -175px;
	}
	
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important; 
}
	
ul.tabs a {
	text-indent:-5000px;
	display:block;
	}

ul.tabs li  a.Start {
	display:none;
	}

a.Sydney {
	width: 125px;
	height: 36px;
	display: block;
	background-attachment:fixed;
	background: url(../images/CityNav_Sydney.jpg) no-repeat 0px 0px;
	}
	
a.Sydney:hover 	{ background-position: 0px -36px; }
a.Sydney.current { background-position: 0px -36px; }	

li.SydneySelected {
	width: 125px;
	height: 36px;
	display: block;
	background-attachment:fixed;
	background: url(../images/CityNav_Sydney.jpg) no-repeat 0px -36px;
	}
	
a.Melbourne {
	width: 130px;
	height: 36px;
	display: block;
	background-attachment:fixed;
	background: url(../images/CityNav_Melbourne.jpg) no-repeat 0px 0px;
	}
	
a.Melbourne:hover 	{ background-position: 0px -36px; }
a.Melbourne.current { background-position: 0px -36px; }	

li.MelbourneSelected {
	width: 130px;
	height: 36px;
	display: block;
	background-attachment:fixed;
	background: url(../images/CityNav_Melbourne.jpg) no-repeat 0px -36px;
	}

a.Brisbane {
	width: 125px;
	height: 36px;
	display: block;
	background-attachment:fixed;
	background: url(../images/CityNav_Brisbane.jpg) no-repeat 0px 0px;
	}
	
a.Brisbane:hover 	{ background-position: 0px -36px; }
a.Brisbane.current { background-position: 0px -36px; }	

li.BrisbaneSelected {
	width: 125px;
	height: 36px;
	display: block;
	background-attachment:fixed;
	background: url(../images/CityNav_Brisbane.jpg) no-repeat 0px -36px;
	}	
	
a.Perth {
	width: 125px;
	height: 36px;
	display: block;
	background-attachment:fixed;
	background: url(../images/CityNav_Perth.jpg) no-repeat 0px 0px;
	}
	
a.Perth:hover 	{ background-position: 0px -36px; }
a.Perth.current { background-position: 0px -36px; }	

li.PerthSelected {
	width: 125px;
	height: 36px;
	display: block;
	background-attachment:fixed;
	background: url(../images/CityNav_Perth.jpg) no-repeat 0px -36px;
	}


/* CONTENT TAB PANE STYLING */

div.panes {
	background-color: #FFF;
	}
	
div.panes div {
	border-top:0;
	text-align:left;
	background-color: #FFF;
	background: transparent url(../images/ContentLeft_bg.gif) no-repeat 570px 0px;
	}	
	


/* STYLE MAIN CONTENT COLUMN DIVS */	

p.ButtonClear {
	height:50px;
	}

p.spacer {
	height: 500px;
	text-indent: -5000px;
	width:5px;
	}
	
p.address {
	margin-left: 5px;
	font-size:14px !important;
	font-weight: bold;
	line-height:150%;
	}	
	
ul.normal {
	color: #333333;
	line-height: 150%;
	font-size:12px;
	list-style: disc;
	margin-left: 20px; 
	padding-bottom:10px;
	}
	
ul.HowandWhy {
	line-height: 150%;
	font-size: 14px !important;
	width: 450px;
	padding-left: 45px;
	list-style-image:url("../images/RedCircle_small.jpg");	
	}
	
ul.HowandWhy li{	
	margin-bottom:15px;
	padding-left: 5px;
	}
	
div.ContentLeft {
	/*background-color: green !important;*/
/*	background: transparent url(../images/ContentLeft_bg.gif) repeat-y 565px 0px;*/
	width: 555px;
	padding-right: 20px;
	float: left;
	/*min-height:700px;*/
	}
	
h1 {
	color: #565656;
	font-size: 32px;
	font-weight: bold;
	margin-top: 20px;
	}
	
h2 {
	color: #565656;
	font-size: 40px;
	font-weight: bold;
	line-height: 150%;
	margin-top: 0px;
	}

h3 {
	color: #f73418;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	}
	
.ContentLeft p {
	color: #333333;
	line-height: 150%;
	font-size:12px;
	}	
	
div.ContentRight {
	/*background: transparent url(../images/ContentLeft_bg.gif) repeat-y 0px 0px !important;*/
	width: 254px;
	padding-left: 20px;
	padding-right:20px;
	min-height:500px;
	float: right;
	}	
	
.ContentRight p {
	color: #333333;
	line-height: 150%;
	font-size:12px;
	text-align: justify;
	}	

/* CLASSES DIVS */

div.ClassOverview {
	padding-top: 10px;
	padding-bottom: 5px;
	}
	
div#ClassBusinessOnline {
	padding-right: 115px;
	background: transparent url(../images/OnlineBusiness_bg.jpg) no-repeat top right;
	height: 110px;
	}
	
div#ClassSearch {
	padding-right: 115px;
	background: transparent url(../images/SearchEngine_bg.jpg) no-repeat top right;
	height: 90px;
	}		
	
#bottomNav {
	background-color: #FFF;
	position: relative;
	top: -10px;
	font-size: 11px;
	height: 50px;
	line-height: 50px;
}
	
/* TESTIMONIALS STYLES */

div.testimonials {
	width: 253px;
	background-color: #ececec !important;
	font-size:12px;
	line-height: 150%;
	color: #666666 !important;
	}
	
span.testimonialsBottom {
	background: transparent url(../images/testimonials_bottom.gif) no-repeat;
	background-color: #FFF !important;
	display:block;
	width: 173px;
	height: 30px;
	padding-top: 40px;
	padding-left: 80px;
	font-weight: bold;
	font-style: italic;
	}
	
span.testimonialsContent {
	display:block;
	width: 190px;
	padding-top:0px;
	padding-left: 30px;
	padding-right: 30px;
	}
	

/* BOOKING FORM AND TABLE STYLES */


tr.Header {
	background-color: #c7cac9;
	color: #000;
	font-size: 14px;
	font-weight: bold;
	}
	
tr.Odd {
	background-color: #ebedec;
	font-size: 14px;
}

tr.Even {
	background-color: #edebeb;
	font-size: 14px;
}

td.Header {
	border-right:solid;
	border-right-style: solid;
	border-right-width:thin;
	border-right-color:#FFF;
	border-bottom:solid;
	border-bottom-style: solid;
	border-bottom-width:thin;
	border-bottom-color:#FFF;
	padding: 8px;
	line-height: 120%;
	}

td.Border {
	border-right:solid;
	border-right-style: solid;
	border-right-width:thin;
	border-right-color:#FFF;
	border-bottom:solid;
	border-bottom-style: solid;
	border-bottom-width:thin;
	border-bottom-color:#FFF;
	padding: 8px;
	line-height: 120%;
}

input {
	height: 20px;
	width: 20px;
}

div.BookingButton {
	
	height: 52px;
	width: 243px;
	margin: auto;
	text-indent: -5000px;
	padding-top: 20px;
}	

div.BookingButton a {
background: transparent url(../images/Booking_Button.jpg) no-repeat 0 0;
	display: block;
	height:52px;
	width:243px;
	}

div.BookingButton a:hover 	{ background-position: 0px -52px; }	

span.BookTime {
	font-size: 11px;
	}
	
div#BookingTable h4{
	color: #C7CAC9;
	font-size: 24px;
	margin-bottom: 10px;
	}
	
/* END BOOKING STYLES */	

	
div#sponsors {
	background: transparent url(../images/FooterLeft.jpg) no-repeat 0 0;
	height: 60px;
	/*width: 480px;*/
	padding-left: 25px;
	padding-top: 15px;
	text-align: left !important;
	float: left;
	}
	
div#terms {
	background: transparent url(../images/FooterRight.jpg) no-repeat top right;
	height: 75px;
	width: 300px;
	float:right;
	padding-right: 25px;
	text-align: right !important;
	}

/* CONSOLE BOOKING FORM STYLES */

div#ConsoleBookingForm {
		/*background: transparent url(../images/Console_bg.jpg) no-repeat;*/
		}
		
table.consoleBooking {
	background-color:#eff0f0;
	border-collapse: collapse !important;
	width: 540px;
	font-size:12px;
	font-weight: bold;
	color: #282828;
	}
	
table.consoleBookingClasses {
	background-color:#eff0f0;
	border-collapse: collapse !important;
	width: 540px;
	font-size:12px;
	color: #282828;
	}

table.consoleBooking td{
	border: 2px solid white;
	padding: 7px !important;
	
}	
	
input.LongField {
	width: 300px;
	}
	
input.ShortField {
	width: 200px;
	}	
	
select.ShortField {
	width: 200px;
	}	
	
input.Promo {
	width: 120px;