/* 	site and coding by NFX Web Design, Australia
	www.nfxwebdesign.com.au */
	
/* fixes and settings reset */

p, h1, h2, h3, img, body, ul, li, a, form, input {
	border: none;
	margin: 0;
	padding: 0;
	text-indent: none;
	text-decoration: none;
	font-family: "Arial", sans-serif;
	list-style-type: none;
	}
	
body {
	background: #333333;
	}
	
div#wrapper {
	width: 600px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background: white;
	display: block;
	}

div#wrapper2 {
	float: left;
	background: white;
	display: block;
	}
	
/* random background pattern generation */

body#one {
	background: black url('../patterns/1.gif') repeat top left;
	}
	
body#two {
	background: black url('../patterns/2.gif') repeat top left;
	}
	
body#three {
	background: black url('../patterns/3.gif') repeat top left;
	}
	
/* header and navigation styling */	
	
p.phone {
	background: url('../img/phone.gif') no-repeat 10px 5px;
	padding-left: 60px;
	padding-top: 10px;
	font: 24px 'Trebuchet MS';
	color: #7B8A3C;
	float: left;
	height: 40px;
	}
	
ul.nav {
	float: right;
	}
	
ul.nav li {
	float: left;
	}
	
ul.nav li a {
	font: bold 12px "Arial";
	color: #7B8A3C;
	display: block;
	background: #EBF1CB;
	padding: 9px 8px 9px 8px;
	border-left: 1px solid #C9D299;
	border-bottom: 1px solid #C9D299;
	}
	
ul.nav li a:hover {
	background: #F5F9DF;
	}
	
body.home ul.nav li a.home,
body.aboutus ul.nav li a.aboutus,
body.contactus ul.nav li a.contactus,
body.locateus ul.nav li a.locateus,
body.classes ul.nav li a.classes {
	background: white;
	border-bottom: none;
	}
	
body.home ul.nav li a.home {
	border-left: none;
	}
	
img.logo {
	clear: both;
	margin-left: 160px;
	margin-bottom: 10px;
	}
	
/* content formatting */	

h2 {
	font: 24px 'Trebuchet MS';
	color: #7B8A3C;
	margin-top: 25px;
	margin-left: 25px;
	}
	
h3 {	
	font: 18px 'Trebuchet MS';
	color: #7B8A3C;
	margin-top: 25px;
	margin-left: 25px;
	}
	
h1 {
	font: normal 15px 'Trebuchet MS';
	margin-top: 25px;
	margin-left: 25px;
	color: white;
	background: #C63A27;
	padding-left: 15px;
	text-align: center;
	}

h1 em {
	font: normal 18px 'Trebuchet MS';
	}
	
h1 a {
	color: #F0FFA4;
	text-decoration: none;
}	
	
h1 a:hover {
	text-decoration: underline;
}	
	
h3 a {
	color: white;
	font-weight: bold;
}	
	
h3 a:hover {
	text-decoration: underline;
}	
	
h4 {
	float: right;
	margin: 12px;
	padding: 12px;
	width: 150px;
	background: #EBF1CB;
	font: normal 12px 'Arial';
	color: #7B8A3C;
}

img.aboutus {
	float: right;
	margin-left: 20px;
	}
	
div#maincontent img {
	border: 1px solid #7B8A3C;
	}
	
div#maincontent img.email {
	border: 0;
	}
	
div#maincontent {
	font: 12px/24px 'Arial';
	padding-right: 50px;
	}
	
div#maincontent p, div#subcontent p {
	font: 12px/24px 'Arial';
	color: black;
	margin-left: 25px;
	margin-top: 12px;
	margin-bottom: 24px;
	background: white;
	}
	
div#maincontent p img,
div#maincontent h3 img {
	border: none;
	margin-bottom: -3px;
}

div#maincontent p img.small {
	margin: 0;
}
	
div#maincontent.home {
	float: left;
	width: 400px;
	height: 100%;
	padding-bottom: 2px;
	padding-right: 0;
	}
	
div#maincontent.home p {
	float: left;
	}

div#subcontent {
	float: right;
	width: 190px;
	background: white;
	padding-right: 10px;
	}
	
div#maincontent ul {
	padding-left: 40px;
	}
	
div#maincontent ul li {
	list-style-type: disc;
	}
	
div#maincontent p span {
}	
	
/* contact form styling */	
	
form {
	font: 12px 'Arial';
	margin-left: 25px;
	margin-top: 25px;
	}
	
form input {
	background: #EBF1CB;
	margin-bottom: 12px;
	height: 16px;
	padding: 1px;
	border: 1px solid #92A83B;
	}
	
form input.button {
	background: #92A83B;
	color: white;
	font-weight: bold;
	border: 1px solid #363636;
	height: 24px;
	padding-bottom: 4px;
	}
	
body.home form input.button {
	width: 78px;
	}
	
form textarea {
	border: 1px solid #92A83B;
	background: #EBF1CB;
	overflow: hidden;
	}
	
table {
	margin-left: 25px;
	margin-top: 25px;
	font: 12px 'Arial';
	}
	
table tr td {
	height: 18px;
	border-bottom: 8px solid white;
	border-right: 12px solid white;
	}
	
table tr td input {
	margin: 0;
	}
	
table tr td.button {
	text-align: right;
	}
	
/* classes table styling */

body.classes table.timetable tr.day  td,
body.classes table tr.bold td{
	font-weight: bold;
	background: white;
	color: black;
	}
	
body.classes table.timetable tr td {
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	width: 90px;
	background: #92A83B;
	background: #829631;
	background: #7B8A3C;
	color: white;
	text-align: center;
	}
	
p.footer {
	margin: 30px 12px 12px 0;
	padding: 0;
	float: right;
	font-size: 12px;
	color: #606060;
	clear: both;
	width: 75px;
	}
	
p.footer a {
	color: #606060;
	}