/**
	general styles
**/	
body {
	margin: 0;
	background: transparent url(../images/background.jpg);
	color: #060000;
}
body,
div,
span,
p,
th,
td,
input,
textarea,
select {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	font-family: verdana, arial, geneva, "trebuchet ms", sans-serif;
}

h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #67C1F6;
	text-transform: uppercase;
}
h1 {
	font-size: 1.5em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}

a {
	text-decoration: none;
}
a img {
	border: none;
}

/**
	container areas
**/
#wrapper,
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
}

#wrapper {
	border: 10px solid #fff;
	background-color: #fff;
	margin-top: 50px;
}

.container {
	margin-bottom: 10px;
}
.left,
.right {
	float: left;
}
.left {
	width: 509px;
	margin-right: 10px;
}
.right {
	width: 231px;
}

/**
	the navigation area
**/
#nav {
	padding: 0;
	padding-top: 5px;
	height: 26px;
	color: #fff;
	border-bottom: 5px solid #fff;
	background-color: #67C1F6;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav ul li {
	float: left;
	text-align: center;
	padding: 0 12px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 14px;
}
#nav ul li ul {
	position: absolute;
	width: 185px;
	left: -999em;
	z-index: 999;
	background-color: #5d5d60;
}
#nav ul li ul li {
	width: 99%;
	border-bottom: 1px dotted #fff;
}
#nav ul li:hover ul,
#nav ul li li:hover ul,
#nav ul li.sfhover ul,
#nav ul li li.sfhover ul {
	left: auto;
}
#nav a {
	color: #fff;
}
#nav a:hover,
#nav a.current {
	color: #060000;
}

/**
	the rotating banner image
**/
#main-image {
}
#main-image {
	height: 317px;
	vertical-align: top;
}

#main-image img {
	display: none;
	position: absolute;
}

/**
	content
**/
#content {
	margin-top: 10px;
	min-height: 400px;
	_height: 400px; /* IE Hack */
}
#content h1,
#content h2,
#content h3,
#content p {
	padding: 0 10px;
}
#content a {
	color: #70C5F7;
}
#content a:hover {
	color: #060000;
}
#content table {
	width: 99%;
	margin: 10px;
	border-collapse: collapse;
	border: 1px solid #67C1F6;
}
#content table tr.on {
	background-color: #e3e3e3;
}
#content table tr.off {
	background-color: 
}
#content table td {
	padding: 0 5px;
	border-top: 1px solid #67C1F6;
}
#content table td.td-left {
	width: 50%;
}
#content table td.td-right {
	width: 50%;
	text-align: right;
}

/**
	facilities
**/
#facilities {
	margin-top: 15px;
	text-align: right;
}
#facilities ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#facilities ul li {
	border-bottom: 1px dotted #BBC1C5;
	padding: 5px 0;
}

/**
	the colour bar
**/
.left-color-bar,
.right-color-bar {
	float: left;
	height: 10px;
	line-height: 10px;
}
.left-color-bar {
	width: 519px;
	background-color: #67C1F6;	
}
.right-color-bar {
	width: 231px;
	background-color: #F47C20;
}

/**
	footer area
**/
#footer {
}
#footer,
#footer span {
	font-size: 9px;
	color: #000;
}
#footer span#splash {
	float: right;
}
#footer a {
	color: #F47C20;
}
#footer a:hover {
	color: #000;
}

/**
	forms
**/
form {
	width: 90%;
}
input, textarea, select {
	width: 99%;
	border: 1px solid #67C1F6;
}
textarea {
	height: 150px;
}
input.submit {
	color: #fff;
	background-color: #67C1F6;
	text-align: center;
	border: 1px solid #67C1F6;
	width: 150px;
	padding: 1px 0;
}
input.cb {
	width: 15px;
}
select.date {
	width: 32%;
}

/**
	a default error style
**/
.error {
	font-weight: bold;
	color: #ff0000;
}

/**
	clear all floats
**/
.clear  {
	clear: both;
}