@charset "utf-8";
/* CSS Document */



html {
	padding: 0px;
	margin: 0px;	
	overflow: -moz-scrollbars-vertical;
}

body {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color: #000000;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color: #666666;
}

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

p {
	margin: 0 0 2em 0;
	text-align: left;
	line-height: 22px;
}

a {
	color: #CC0033;
	font-weight: bold;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration: underline;
	color: #CC0033;
}

a:visited {
	color: #CC0033;
}

img {
	border: none;
}

img.left {
	float: left;
	margin-right: 15px;
}

img.right {
	float: right;
	margin-left: 15px;
}

/*----------------*/
/* DIVS           */
/*----------------*/

/* WRAPPER        */

#wrapper {
	width: 1024px;
	margin: 0 auto;
	padding: 0;
	background: #F3F3F3 url(images/bg-wrapper.gif) top center repeat-y;
	border-bottom: 1px #999999 solid;	
}

#header{
	width: 1024px;
	height: 400px;
	position: relative;
	margin: 0;
	padding: 0;
	background: url(images/logo-top.gif) top center no-repeat;
}

/*----------------*/
/* NAVIGATION     */
/*----------------*/

#navigation {
    position: absolute;
	float: none;
	top: 142px;
	left: 348px;
	width: 241px;
    height: 207px;
	margin: 0;
	padding: 0;
}

#navigation a, #navigation p {
	margin: 0;
	padding: 0;
}

#navigation ul {
	margin: 0;
	padding: 0;
}

#navigation li {
	margin: 0;
	padding: 0;
	list-style: none;
}


.rollover {
	margin: 0;
	padding: 0;
	cursor: pointer;
}

/*----------------*/
/* CONTENT        */
/*----------------*/

.content {
	width: 975px;
	margin: 0 auto;
	padding: 0;
}

.content h1 {
	margin-bottom: 15px;
}

.content.home {
	display: block;
}
.content.style {
	display: none;
}
.content.teacher {
	display: none;
}
.content.timetable {
	display: none;
}
.content.courses {
	display: none;
}
.content.contact {
	display: none;
}

.column-one {
	width: 225px;
	margin: 0;
	padding: 0;
	float: left;
}

.column-one h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	padding-right: 50px;
}

.column-one p {
	margin-top: 1em;
	padding-right: 1em;
}
	
.column-main {
	width: 650px;
	margin: 0;
	padding: 0;
	float: left;
}

.column-details {
	width: 650px;
	margin: 0;
	padding: 0;
}

.column-details p {
	margin: 0;
	margin-top: 0.5em;
}

.column-details h2 {
	margin: 0;
	margin-top: 1em;
}

.column-details ul {
	margin-left: 0;
	margin-top: 0.5em;
	padding-left: 1em;
	list-style: square;
}

.column-details li {
	margin-left: 0;
	padding-left: 0;
}

.column-details td {
	background: none;
}
	

.column-main a, .column-details a {
	font-size: 11px;
	text-transform: uppercase;
	color: #333333;
}

/*----------------*/
/* TABLE          */
/*----------------*/

table {
	margin-bottom: 15px;
}

th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

th, td {
	width: 14%;
}

.leftmost {
	border-left: 1px solid #C1DAD7;
}
	
th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

th.spec {	
	border-top: 0;
	background-color: #99CC66;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
	border-top: 0;
	background-color:#9999CC;
	font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #333;
	vertical-align: top;
}

td.clear {
	background-color: #f3f3f3;
	border: none;
}

td.alt {
	background: #F5FAFA;
	color: #B4AA9D;
}

td .level {
	font-weight: bold;
}

td .desc {
	font-size: 11px;
}
	
.bg-randwick {
	background-color: #eaf3fc;
}

.bg-redfern {
	background-color: #f8f4e5;
}

.children {
	color: #57b22b;
}

.beginners {
	color: #5ca0e5;
}
.one {
	color: #d7ab42;
}
.two {
	color: #d87342;
}

td .location {
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333333;
}

/*----------------*/
/* FOOTER         */
/*----------------*/

#footer {
	width: 1024px;
	height: 25px;
	margin: 0 auto;
	padding: 0;
	padding-top: 5px;
} 

#footer p {
	text-align: center;
	font-size: 11px;
	color: #333333;
}


/*----------------*/
/* GENERIC STYLES */
/*----------------*/

.clear {
	clear:both;
	height:0;
	overflow:hidden;
}



/*----------------*/
/* SLIDESHOW      */
/*----------------*/

#slideshow {
    position:relative;
    height:300px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

/* Vertical */

#slideshowV {
    position: absolute;
	float: none;
	top: 32px;
	left: 24px;
	width: 225px;
    height:325px;
	background-color: #FFFFFF;
	border: 1px #999999 solid;
}

#slideshowV IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	border: 12px #FFFFFF solid;
}

#slideshowV IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshowV IMG.last-active {
    z-index:9;
}

/* Horizontal */

#slideshowH {
    position: absolute;
	float: none;
	top: 33px;
	left: 673px;
	width: 325px;
    height: 225px;
	background-color: #FFFFFF;
	border: 1px #999999 solid;
}

#slideshowH IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
	border: 12px #FFFFFF solid;
}

#slideshowH IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshowH IMG.last-active {
    z-index:9;
}

