/* ********** Main Styles ********** */

* {
	padding: 0;
	margin: 0;
	}

body {
	background: #737373 url(../templateImages/bg_body2.jpg) top left repeat-x;
	font-family: "Trebuchet MS", Geneva, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #fff;
	}


div#wrapper {
	position: relative;
	width: 972px;
	margin: 20px auto;
	}
	
div#topCorner {
	background: url(../templateImages/bg_top2.png) top left no-repeat !important;
	background: url(../templateImages/bg_top2.gif) top left no-repeat;
	height: 11px;
	}	

div#contentWrapper{
	width: 972px;
	background: url(../templateImages/bg_content.png) top left repeat-y !important;
	background: url(../templateImages/bg_content.gif) top left repeat-y;
	}

.w3c{
	position: absolute;
	top: -4000px;
	left: -4000px;
	}
	
a img {
	border: none;
	}

h1,h2,h3,h4 {
	font-size: 1em;
	}

/* ******* Header Styles  ******** */

div.header {
	border-bottom: 5px solid #f57c07;
	background: url(../templateImages/header3.jpg) top left no-repeat;
	height: 110px;
	width: 960px;
	}

/* ************** Content Area Styles ************* */

div.mainContainer {
	width: 726px;
	float: right;
	font-size: 0.75em;
	}

ul.nav {
	margin: 35px 0 0 17px;
	font-weight: bold;
	font-size: 1.15em;
	}

ul.nav li {
	list-style: none;
	padding: 0 20px 25px 0;
	}


ul.nav li a:link, ul.nav li a:visited {
	color: #fff;
	text-decoration: none;
	}

ul.nav li a:hover {
	color: #f57c07;
	text-decoration: none;
	}

ul.nav li a#here {
 color: #f57c07;
 }

/* ******* Main Text Area ******** */

div.mainText {
	width: 450px;
	float: left;
	text-align: justify;
	}

div.mainText h2 {
	color: #f57c07;
	font-size: 1.35em;
	padding: 35px 75px 10px 0;
	text-transform: uppercase;
	text-align: left;
	}

div.mainText h3 {
	color: #f57c07;
	font-size: 1.35em;
	padding: 20px 75px 0 0;
	text-align: left;
	}

div.mainText img.homeImage {
	float: left;
	border: 1px solid #fff;
	margin: 5px 15px 15px 0;
	}

div.mainText img {
	border: 1px solid #fff;
	}

div.mainText p {
	padding: 0 75px 15px 0;
	}

div.mainText p.subHeading {
	padding: 0 75px 5px 0;
	color: #fff;
	font-size: 1.35em;
	font-weight: bold;
	}

div.mainText ul li {
	list-style: none;
	}

div.address {
	width: 220px;
	float: left;
	text-align: left;
}

div.mainText span {
	color: #f57c07;
	}

.clear {
	clear: both;
	}
	
blockquote {
	padding-bottom: 15px;
	}
	
/* ******** Class Timetable Table styles ******* */

table {
	margin: 20px 10px 0 0;
	text-align: left;
	}
	
table th {
	color: #f57c07;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	text-align: center;
	padding: 0 0 5px 0;
	}
	
table th.day {
	color: #fff;
	font-weight: bold;
	text-transform: capitalize;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 5px 5px 5px 5px;
	}

table td {
	border-bottom: 1px solid #ccc;
	padding: 5px 5px 5px 2px;
	width: 105px;
	}

table td.location {
	border-right: 1px solid #ccc;
	width: 140px;
	}

table tr:hover {
	background: #666;
	}
	
table tr:hover th {
	background: #000;
	}	

/* ******* Call To Action / Secondary Content Area (right-hand side) ******** */

div.secondaryContent {
	width: 270px;
	float: right;
	margin: 0 0 20px 0;
	}

div.secondaryContent img {
	margin: 35px 0 0 0;
	}


/* ********** Contact Form Styles ******** */

form {
	background: #737373;
	width: 400px;
	margin: 20px 0 0 0;
	}

input.txt{
	color:#000;
	background-color:#fff;
	border: 1px inset #333;
	width: 200px;
	margin: 0 0 0 5px;
	}

input.btn{
	color:#fff;
	font-weight: bold;
	background-color:#f57c07;
	border: 1px outset #100e09;
	padding: 3px;
	cursor: pointer;
}

div.mainText form p{
	clear:left;
	margin: 0;
	padding: 0 0 10px 13px;
}

textarea.txtarea {
	color:#000;
	background-color:#fff;
	border: 1px inset #100e09;
	width: 200px;
	height: 100px;
	margin: 0 0 0 5px;
	font-family: Arial, Helvetica, sans-serif;
}

div.mainText form p label{
	float: left;
	width: 40%;
	color: #fff;
	text-align: right;
	}

fieldset {
	border: none;
	}

form legend {
	font-weight: bold;
	color: #f57c07;
	font-size: 1.3em;
	padding: 10px 0 5px 10px;
	}

/* ****** Google Map Style ****** */

div#map{
	width: 430px;
	height: 350px;
	}

div#map h3 {
	color: #f57c07;
	font-size: 1.1em;
	padding: 10px 5px 5px 10px;
	text-align: left;
	}

div#map p {
	color: #333;
	font-size: 1em;
	padding: 0 5px 10px 10px;
	}	
	
	
/* *** Footer Styles ***** */
	
div#footer {
	clear: both;
	border-top: 1px solid #666;
	font-size: 0.70em;
	width: 960px;
	}	

div#footer p {
	padding: 7px 30px 7px 18px;
	}
	
div#footer a:link, div#footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
div#footer a:hover, div#footer a:active {
	color: #f57c07;
	text-decoration: underline;
	}	
	
div#footer p span.right{
	float:right;
	}
		
div#footerBtm{
	background: url(../templateImages/bg_footer.gif) bottom left no-repeat;
	height: 11px;
	}
