@charset "utf-8";

/* Global
_______________________________________________________________________________________________*/
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, li, address, input, textarea, iframe {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

html {
	}

body {
	font-family: Helvetica, Arial, Sans-serif;
	text-align: center;
	background-color: #ffffff;	
	color: #666666;
	}

.clear {
	clear:both;
	}
	
.centered, p.centered {
	text-align: center;
	}
	
.right {
	text-align: right;
	font-size: 95%;
	}	

.left {
	text-align: left;
	}

.float_right {
	float: right;
	}

.float_left {
	float: left;
	}

.display_none {
	display: none;
	}
	
img, :link img, :visited img {
	border: none;
	}	

.preload {
	visibility: hidden;
	}

.text_indent {
	text-indent: -99999px; 
	}

.italic {
	font-style: italic;
	}

a:link, a:visited {
	outline:none;
	}

/* Headings
_______________________________________________________________________________________________*/

h1 {
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-indent: -99999px;
	}
	
h2 {
	font-family: Helvetica, Arial, Sans-serif;
	font-weight: bold;
	color: #CCCCCC;
	line-height: 1em;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	text-indent: -99999px;
	}
		
h3 {
	margin: 5px 0 0 0;
	font: 90% Helvetica, Arial, Sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	}

h4 {
	margin: 5px 0 0 0;
	font: 10px Helvetica, Arial, Sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	}

h5 {
	margin: 5px 0 10px 0;
	font: 10px Helvetica, Arial, Sans-serif;
	font-weight: normal;
	color: #cc0000;
	text-align: left;
	}

h6 {
	margin: 5px 0 10px 0;
	font: 90% Helvetica, Arial, Sans-serif;
	font-weight: normal;
	color: #FFFFFF;
	text-align: left;
	}

/* Text Styles
_______________________________________________________________________________________________*/

.red {
	color: #cc0000;
	}
	
#left-sidebar p.red-test {
	color: #cc0000;
	line-height: 100%;
	font-size: 10px;
}

.orange {
	color: #FF6600;
	}

.light_orange {
	color: #FF9900;
	}

.orange_circle {
	color: #FF6600;
	font-size: 20px;
	}

.arrow {
	background: url(images/arrow.gif) no-repeat left;
	padding-left: 15px;
	}

a.arrow:hover {
	background: url(images/arrow_hover.gif) no-repeat left;
	}	

.text_10px {
	font-size: 10px;
	}

.text_11px {
	font-size: 11px;
	}

#main_content .center {
	text-align: center;
	}

/* Headings Image Replacement
_______________________________________________________________________________________________*/

/* Links
_______________________________________________________________________________________________*/

#column_right a {
	color: #f9c99a;
	text-decoration: none;
	}

#column_right a:hover {
	color: #e8ab6f;
	}
	
#column_right a:active {
	color: #EABBB7;
	}

/* Structure
_______________________________________________________________________________________________*/

#container {
	position: relative;
	width: 635px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding-top: 0px;
	text-align: left;
	}

#column_left {
	float: left;
	width: 384px;
	height: auto;
	padding: 0 10px 0 0;
	margin: 41px 0 0 0;
	}

#column_left_testimonial {
	float: left;
	width: 360px;
	height: auto;
	padding: 0 20px 0 0;
	margin: 41px 0 0 0;
	border-right: 1px solid #FF6600;
	}

#column_right {
	float: left;
	width: 241px;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0;
	}

#column_right_testimonial {
	float: left;
	width: 234px;
	height: auto;
	margin: 40px 0 0 0;
	padding: 0 0 0 20px;
	}

#classes_module {
	float: left;
	width: 241px;
	height: auto;
	margin: 0;
	padding: 0;
	}

/* Header
_______________________________________________________________________________________________*/


#header {
	position: relative;
	width: 635px;
	height: 180px;
	float:left;
	}

#logo {
	position: relative;
	top: 70px;
	left: 91px;
	width: 453px;
	height: 72px;
	background: url(images/logo.gif) no-repeat center;
	}

#logo a, #logo a:hover {
	border: none;
	background: transparent;
	width: 453px;
	height: 72px;
	display: block;
	}

#sub_head {
	position: relative;
	top: 77px;
	left: 194px;
	width: 248px;
	height: 31px;
	background: url(images/sub_header.gif) no-repeat center;
	}

#sub_text {
	float: left;
	padding-top: 40px;
	}

#main_content #sub_text p {
	font-family: Trebuchet MS, Helvetica, Arial, Sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 18px;
	}

/* Main Navigation
_______________________________________________________________________________________________*/	
	
#nav_main {
	width: 635px;
	float: left;
	font-size: 100%;
	}

#nav_main ul {
	width: 635px;
	text-align: center;
	}

#nav_main li {
	width: 127px;
	float: left;
	display: inline;
	display: block;
	}

#nav_main a {
	width: 127px;
	padding: 5px 0;
	display: block;
	font-family: Century Gothic, Helvetica, Verdana, Arial, sans-serif;
	font-size: 90%;
	font-weight: bold;
	background-color: #FF6600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	position: relative;
	}

#nav_main a:link, a:visited {
	color: #ffffff;
	border-bottom-style: none;
	}

/*#nav_main a:hover {
	background-color: #FF9900;
	}
	
#nav_main a:active {
	color: #cc0000;
	}

#nav_main #current a {
	background-color: #cc0000;
	}*/

#nav_main .bg_red a {
	background-color: #cc0000;
	}

#nav_main .bg_orange a {
	background-color: #FF6600;
	}

#nav_main .bg_light_orange a {
	background-color: #FF9900;
	}

/* Main Content
_______________________________________________________________________________________________*/


#main_content {
	float: left;
	width: 100%;
	padding-bottom: 50px;
	}

#main_content h1 {
	color: #cc0000;
	line-height: 1.2em;
	font-size: 20px;
	text-indent: 0;
	letter-spacing: normal;
}

#main_content h2 {
	color: #FF6600;
	line-height: 1.4em;
	font-size: 14px;
	text-indent: 0;
	letter-spacing: normal;
}

#main_content a {
	color: #cc0000;
	text-decoration: none;
	}

#main_content a:hover {
	color: #FF9900;
	}
	
#main_content a:active {
	color: #FF6600;
	}

#main_content p {
	margin: 2px 0px 8px 0px;
	font-size: 12px;
	text-align: left;
	line-height: 140%;
	}

#main_content ul {
	margin-left: 15px;
	margin-bottom: 0px;
	line-height: 1.5em;
	letter-spacing: 0.04em;
	}

#main_content ul li {
	padding: 2px 0px 2px 0px;
	list-style-type:disc;
	font: 11px Helvetica, Arial, sans-serif;
	color:#FF9900;
	}

/* Banner
_______________________________________________________________________________________________*/

#homepage-image {
	float: left;
	}

/* Homepage Speciffic Styles
_______________________________________________________________________________________________*/

#left-sidebar {
	width: 122px;
	float: left;
	padding-right: 5px;
	margin-top: 30px;
	border-right: 1px solid #666;
}

#homepage-content {
	width: 488px;
	float: left;
	padding-left: 10px;
	margin-top: 30px;
}

/* Content Modules
_______________________________________________________________________________________________*/

.content_module {
	width: 201px;
	float: left;
	color: #FFFFFF;
	background-color: #cc0000;
	padding: 20px 20px;
	}

.content_module_orange {
	width: 201px;
	float: left;
	color: #FFFFFF;
	background-color: #FF9900;
	padding: 20px 20px;
	}

#main_content .content_module p, #main_content .content_module_orange p {
	margin: 2px 0px 2px 0px;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	}

/* Image Frames
_______________________________________________________________________________________________*/

.image_frame {
	float: left;
	}

.image_frame img {
	float: left;
	}

/* Iframe
_______________________________________________________________________________________________*/

iframe {
	width: 241px;
	height: 600px;
	border: none;
	}

/* Schedule Table
_______________________________________________________________________________________________*/

table, th, td {
	border-collapse: collapse;
	vertical-align: top;
	}
	
table {
	text-align : left;
	width: 100%;
	margin-bottom: 20px;
	border-top: 1px solid #666666;
	font-weight: bold;
	}
	
th { 
	padding: 5px 0 0 0;
	font-size: 12px;
	}
	
td { 
	padding: 0 0 2px 0;
	font-size: 11px; 
	}

.left {
	width: 90px;
	}

.bottom {
	margin-bottom: 0;
	}

/* Enquiry Form
_______________________________________________________________________________________________*/

#contact {
	float: left;
	width: 635px;
	height: auto;
	margin: 41px 0 0 0;
	}

#contact_form {
	margin-top: 20px;
	}

form {
	padding: 20px 30px 20px 30px;
	overflow: auto;
	background-color: #FF9900;
	}

input {
	padding: .2em .2em .2em .4em;
	border: none;
	background-color: #FFFFFF;
	color: #666666;
	font: 100% Helvetica, Arial, sans-serif;
	}

label {
	float: left;
	padding: 2px 0 3px 0;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	cursor: pointer;
	}

fieldset {
	margin: 0px 0px 5px 0px;
	border: none;
	}

.width_50_percent {
	width: 50%;
	}

textarea {
	width: 97%;
	height: 100px;
	margin-bottom: 10px;
	padding: .3em;
	font: 100% Helvetica, Arial, sans-serif;
	border: none;
	background-color: #FFFFFF;
	color: #666666;
	}

input:focus, textarea:focus {
	color: #666666;
	} 

input#reset {
	float: left;
	width: 80px;
	padding: 5px 0px 5px 0px;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #FF9900;
	}

input:hover#reset {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #FF6600;
	}

input:active#reset {
	color: #cc0000;
	border: 1px solid #cc0000;
	}

input#submit {
	float: left;
	width: 80px;
	padding: 5px 0px 5px 0px;
	margin-right: 20px;
	cursor: pointer;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	text-align: center;
	border: 1px solid #FFFFFF;
	background-color: #FF9900;
	}

input:hover#submit {
	color: #FFFFFF;
	border: 1px solid #FFFFFF;
	background-color: #FF6600;
	}

input:active#submit {
	color: #cc0000;
	border: 1px solid #cc0000;
	}

input#checkbox  {
	border: none;
	}



/* Footer
_______________________________________________________________________________________________*/

#footer {
	width: 635px;
	float: none;
	clear: both;
	padding: 0px 0px 20px 0px;
	overflow: auto;
	border-top: 1px solid #666666;
	}

#footer a {
	color: #666666
	}

#nav_sub {
	float: left;
	padding: 0px 0px 10px 0px;
	font-size: 10px;
	color: #666666;
	text-align: center;
	}

#copyright {
	float: left;
	clear: both;
	font-size: 9px;
	color: #666666;
	text-align: left;
	}
	
/* Classes Tabs
_______________________________________________________________________________________________*/

#tab-container-1 {
	float: left;
}

#tab-container-1 table {
	overflow: hidden;
	float: left;
	clear: both;
}

ul#tab-container-1-nav {
	float: left;
	display: block;
	clear: both;
	width: 100%;
	border-bottom: 1px solid #000;
	margin: 0 0 1em 0;
	padding: 0;
}

ul#tab-container-1-nav li {
	display: inline;
	float: left;
}

ul#tab-container-1-nav li a {
	color: #fff;
	text-decoration: none;
	padding: 10px;
	float: left;
	margin: 0 0 -2px 0;
}

ul#tab-container-1-nav li a:hover {
	color: #fff;
}

ul#tab-container-1-nav li.activeli a {
	text-decoration: underline;
	font-weight: bold;
}

ul#tab-container-1-nav .bg_red {
	background-color: #cc0000;
}

ul#tab-container-1-nav .bg_orange {
	background-color: #ff6600;
}