* {
	margin: 0;
	padding: 0;
	}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;	
	color: #134B6B;
	}

h1 {
	font-size: 2.0em;
	margin-left: 20px;
	padding: 0 0 0.6em 0;
	/* color: #C95050; */
	}
	
h2 {
	font-size: 1.6em;
	margin-left: 20px;
	padding: 0 0 0.5em 0;
	}
	
img {
	border: 0px;
	}

a {
	outline: none;
	}

a:link {
	color: #000;
	text-decoration: none;
	}

a:visited {
	color: #000;
	text-decoration: none;
	}
	
a:hover {
	color: #C95050;
	text-decoration: underline;
	}
	
a:active {
	color: #C95050;
	text-decoration: underline;
	}
	
hr {
	margin: 5px auto;
	width: 100%;
	height: 1px;
	border: 0px;
	background: #999999;
	}
	
/* Layers */
	

#header {
	margin: 10px auto;
	width: 960px;
	height: 140px;
	border: #134B6B thin solid;
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	color: #D2DDE5;
	}
	

/* Content Layers */

#content-border {
	margin: 0 auto;
	width: 960px;
	}
	
#content-wrapper {
	width: 960px;
	}
	
#content-logos-wrapper {
	}

#navbar {
	float: left;
	width: 230px;
	font-size: 1.2em;
	margin: 3px 0 0 0;
	letter-spacing: +1px;
	}
	
#content-right-border {
	float: right;
	width: 710px;
	border: #134B6B solid thin;		
	}
	
#content-right {
	width: 706px;
	background: url(../images/content-background.png) repeat-y;
	margin: 2px;
	padding: 12px 0;
	}
	
#content-right p, #content-split-right p {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0 20px 0.8em;
	}
	
#content-right ul {
	margin: 0 0 1.4em 50px;
	}
	
#content-right li {
	font-size: 1.3em;
	line-height: 1.6em;
	margin: 0 0 0.8em 0;
	}
	
#content-split-right {
	float: right;
	width: 300px;
	}
	
#content-split-left {
	width: 386px;
	margin-left: 20px;
	}
	
#content-split-left img {
	margin: 0;
	}
	
#retainer-layer {
	clear: both;
	width: 960px;
	height: 0.1em;
	font-size: 0.1em;
	line-height: 0.1em;
	}

	
/* Footer */

#footers-wrapper {
	clear: both;
	margin: 10px auto;
	width: 960px;
}

#logos-border {
	float: right;
	width: 710px;
	border: #134B6B thin solid;	
	}

#logos {
	float: right;
	width: 706px;
	margin: 2px;
	background: url(../images/content-background.png) repeat-y;
	}

#footer-border {
	float: right;
	width: 710px;
	border: #134B6B thin solid;
	margin-top: 10px;	
	}

#footer {
	float: right;
	width: 706px;
	margin: 2px;
	background: url(../images/content-background.png) repeat-y;
	font-size: 1.1em;
	letter-spacing: +1px;
	line-height: 1.6em;
	padding: 0.5em 0;
	}
	
#footer table {
	margin-left: 20px;
	width: 670px;
	}
	
.footer-left {
	width:50%;
	vertical-align:top;
	}
	
.footer-right {
	text-align: right;
	width:50%;
	}
	
.text-centre {
	text-align: center;
	}

.text-justify {
	text-align: justify;
	}
	
/* Classes Not Glasses */

.date {
	font-size: 1.2em;
	text-align: right;
	margin: 104px 20px 0 0;
	vertical-align: text-bottom;
	font-weight: bold;
	letter-spacing: +1px;
	}
	
.flv-left {
	margin: 5px 20px;
	}

.image-right {
	float: right;
	margin: 0 20px;
	}
	
.safety-first {
	float: right;
	margin: -70px -25px 0 15px;
	}
	
.teams {
	text-align: center;
	margin: 8px 0 15px 0;
	padding: 0;
	}
	
/* Contact form */

.contact-table {
	margin: 1.0em 0 0 0;
	}
	
.contact-table td {
	padding: 1.0em 20px 0;
	}
	
.form-description {
	font-size: 1.3em;
	}
	
.form-response {
	margin-left: 20px;
	}
	
.no-show {
	display: none;
	}
	
