* {
	behaviour: url(../iepngfix.htc);
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
	
html, body {
	height: 100%;
	}

body {
	background-color: #ffffff;
	color: #666666;
	
	font-family: 'Trebuchet MS', Verdana, Tahoma, Arial, sans-serif;
	font-size: 16px;
	line-height: 24px;
	}

h1 {
	font-family: 'Lobster', arial, sans-serif;
	color: #006699;
	font-size: 48px;
	line-height: 50px;
	}

h2 {
	font-family: 'Lobster', arial, serif;
	color: #ff6600;
	font-size: 40px;
	line-height: 42px;
	}

h3 {
	font-family: 'Lobster', arial, serif;
	color: #999999;
	font-size: 40px;
	line-height: 42px;
	}

h4 {
	font-family: 'Lobster', arial, serif;
	color: #ff6600;
	font-size: 32px;
	line-height: 34px;
	}
	
h5 {
	font-family: 'Lobster', arial, serif;
	color: #999999;
	font-size: 32px;
	line-height: 34px;
	}
	
ul {
	list-style-type: none;
	}
	
.mobile {
	display: none;
	}

.preload {
	display: none;
	}

.img_info {
	display: none;
	}

.content {
	width: 1024px;
	margin: 0 auto;
	}

div.clear {
	clear: both;
	height: 0px;
	width: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	}

a:link, a:visited {
	color: #336699;
	text-decoration: none;
	}

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

p.footnote {
	font-size: 10px;
	font-style: italic;
	color: #666666;
	}

img {
	border: 0;
	}
	
img.left {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
img.right {
	float: right;
	margin: 0px 0px 10px 10px;
	}
	
div.testimonials img:nth-child(odd) {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
div.testimonials img:nth-child(even) {
	float: right;
	margin: 0px 0px 10px 10px;
	}

/* Container */

	#container {
		min-height: 100%;
		position: relative;
		}

/* Menu */

	#menu {
		position: absolute;
		top: 0;
		left: 0;
		
		width: 100%;
		height: 40px;
		padding: 0;
		margin: 0;
		
		background-image: url('../images/structure/menu.png');
		background-position: top center;
		background-repeat: repeat-x;
		}
	
	#menu ul, ul.menu {
		display: block;
		width: 1024px;
		margin: 0 auto;
		list-style-type: none;
		}
	
	#menu ul li, ul.menu li {
		float: left;
		
		height: 30px;
		
		line-height: 30px;
		text-align: center;
		}
	
	#menu ul li a:link, #menu ul li a:visited, ul.menu li a:link, ul.menu li a:visited {
		font-size: 16px;
	
		height: 30px;
		padding: 0px 15px;
		
		color: #ffffff;
		text-align: center;
		vertical-align: bottom;
		}
	
	#menu ul li a:hover, #menu ul li a:active, ul.menu li a:hover, ul.menu li a:active {	
		color: #003366;
		text-decoration: none;
		}

/* Header */

	#header {
		position: relative;
		background: url('../images/structure/header.png');
		background-position: top center;
		background-repeat: repeat-x;
		width: 100%;
		height: 350px;
		}
	
	#header .content {
		padding-top: 40px;
		}
	
	#header img {
		float: left;
		}
		
	#header div.title {
		position: absolute;
		left: 50%;
		margin-left: -500px;
		bottom: 25px;
		width: 500px;
		}
		
	div#badge {
		position: absolute;
		width: 250px;
		height: 250px;
		top: -40px;
		left: 50%;
		margin-left: 140px;
		}

/* Main Section */

	div#middle {
		clear: both;
		margin-bottom: 15px;
		}
	
/* Three Columns */

	div.three_cols {
		width: 1023px;
		margin: 0 auto;
		border-left: 1px dotted #cccccc;
		overflow: hidden;
		}
	
	div.three_cols p {
		margin-top: 10px;
		margin-left: 20px;
		}
	
	div.three_cols div.col {
		float: left;
		margin-left: -1px;
		width: 340px;
		border-right: 1px dotted #cccccc;
		
		/* to equalise the height */
		padding-bottom: 5000px;
		margin-bottom: -5000px;
		}
	
	div#tcw_165739592 {
		margin: 20px 20px 10px 20px;
		}
	
	div.three_cols div.two_col {
		position: relative;
		float: left;
		margin-left: -1px;
		width: 681px;
		border-right: 1px dotted #cccccc;
		
		/* to equalise the height */
		padding-bottom: 5000px;
		margin-bottom: -4950px;
		}
		
	div.three_cols div.two_col img.photo {
		max-width: 200px;
		}
		
	div.three_cols div.two_col * {
		margin: 10px 20px;
		}
		
	div.three_cols div.two_col * * {
		margin: 0px;
		}
		
	div.three_cols div.two_col ul, div.three_cols div.two_col ul li {
		margin-left: 50px;
		list-style-type: disc !important;
		}
		
	div#ticker-area {
		border: 1px solid #ff6600;
		background-color: #ffffff;
		color: #ff6600;
		padding: 5px;
		font-size: 12px;
		}
		
	div#ticker-area * {
		margin: 0px 5px;}
		
/* Tables in div.two_col */

	div.two_col table {
		float: left;
		width: 641px;
		margin: 0 auto;
		font-size: 14px;
		border-collapse: collapse;
		}
	
	div.two_col table thead {
		background-color: #ff6600;
		color: #ffffff;
		text-align: center;
		}
		
	div.two_col table tr.title {
		background-color: #ff9933;
		color: #ffffff;
		}
	
	div.two_col table td, div.two_col table th {
		padding: 5px;
		}
		
	div.two_col table tbody tr {
		border-bottom: 1px solid #999999;
		}
	
	div.two_col table tbody tr td:nth-child(2) {
		background-color: #cccccc;
		text-align: center;
		}
		
	div.two_col table.courses tbody tr td:nth-child(2) {
		background-color: transparent;
		}
		
	table.courses tr td, table.courses tr th {
		text-align: center;
		}
		
	table.courses tbody tr td:first-child {
		text-align: left;
		}
	
	div.two_col table tbody tr:hover td, div.two_col table.courses tbody tr:hover td {
		background-color: #ff9933;
		color: #ffffff;
		}
		
/* Side Column Sub Menu */

	div.col ul.sub_menu, ul.sub_menu {
		width: 300px;
		margin: 10px 20px;
		border-top: 1px solid #999999;
		list-style-type: none !important;
		}
		
	div.col ul.sub_menu li, li.sub_menu {
		float: left;
		width: 300px;
		height: 30px;
		border-bottom: 1px solid #999999;
		margin: 0;
		padding: 0;
		list-style-type: none;
		}
		
	div.col ul.sub_menu li a:link, div.col ul.sub_menu li a:visited {
		display: block;
		padding: 0px 20px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		color: #999999;
		}
		
	div.col ul.sub_menu li a:hover, div.col ul.sub_menu li a:active, div.col ul.sub_menu li a.selected {
		background-color: #999999;
		color: #ffffff;
		text-decoration: none;
		}
		
	div.col h2, div.col h3, div.col h4 {
		margin: 25px 20px 10px;
		}

/* Forms */

	form fieldset {
		border: none;
		}
		
	form input.text {
		clear: both;
		padding: 5px;
		width: 310px;
		margin: 0px 10px 10px;
		border: 1px solid #666666;
		font-size: 18px;
		}
		
	form input#name {
		background-image: url('../images/form/name.png');
		background-position: bottom right;
		background-repeat: no-repeat;
		}
		
	form input#email {
		background-image: url('../images/form/email.png');
		background-position: bottom right;
		background-repeat: no-repeat;
		}
	
	form input#phone {
		background-image: url('../images/form/phone.png');
		background-position: bottom right;
		background-repeat: no-repeat;
		}
		
	form input#town {
		background-image: url('../images/form/town.png');
		background-position: bottom right;
		background-repeat: no-repeat;
		}
	
	form textarea#text {
		clear: both;
		width: 310px;
		height: 75px;
		margin: 0px 10px 10px;
		padding: 5px;
		border: 1px solid #666666;
		font-size: 18px;
		background-image: url('../images/form/message.png');
		background-position: bottom right;
		background-repeat: no-repeat;
		resize: none;
		}
	
	form input#submit {
		float: right;
		clear: right;
		background: none;
		border: 1px solid #ff6600;
		font-weight: bold;
		font-size: 18px;
		color: #ff6600;
		padding: 2px 5px;
		margin: 0px 10px 10px;
		}
	
	form input#submit:hover {
		background-color: #ff6600;
		color: #ffffff;
		cursor: pointer;
		}
	
/* Footer */

	div#footer {
		position: relative;
		
		width:100%;
		bottom: 0;
		margin: 0px;
		
		background-color: #666666;
		border-top: 1px solid #cccccc;
		-moz-box-shadow: 0px 0px 5px #333333;
		-webkit-box-shadow: 0px 0px 5px #333333;
		box-shadow: 0px 0px 5px #333333;
		
		
		color: #ffffff;
		padding: 0px 0px 10px;
		font-size: 12px;
		line-height: 14px;
		}
	
	div#footer div.col * {
		margin: 10px 20px;
		}
	
	div#footer div.col * * {
		margin: 0px;
		}
	
	div#footer div.three_cols {
		margin-top: 15px;
		}
		
	div#footer a:link, div#footer a:visited {
		color: #cccccc;
		}
	
	div#footer a:hover, div#footer a:active {
		text-decoration: underline;
		}
		
	div#footer ul, ul.footer {
		margin: 0px 10px 10px 10px;
		border-bottom: 1px solid #999999;
		list-style-type: none;
		}
	
	div#footer ul li {
		border-top: 1px solid #999999;
		list-style-type: none;
		}
	
	div#footer ul li a:link, div#footer ul li a:visited {
		display: block;
		padding: 2px 2px 2px 7px;
		}
		
	div#footer ul li a:hover, div#footer ul li a:active {
		background-color: #999999;
		color: #333333;
		text-decoration: none;
		}
		
	div#footer ul li strong a:link, div#footer ul li strong a:visited {
		text-transform: uppercase;
		color: #ffffff;
		padding: 2px;
		}
		
	div#footer ul li strong a:hover, div#footer ul li strong a:active {
		background-color: #999999;
		color: #000000;
		}