/*	tidy up the document body and apply the background colour
------------------------ */
body {
	padding: 0;
	margin: 0;
	background-color: #626468;
}

/*	set up some default font styles
------------------------ */
body,
div,
span,
p,
th,
td,
input,
textarea,
select {
	font-size: 11px;
	line-height: 20px;
	font-family: verdana, helvetica, sans-serif;
	font-weight: normal;
	color: #000;
}

/*	default heading styles
------------------------ */
h1,
h2,
h3 {
	margin: 0;
	padding: 0;
	color: #004C87;
	font-weight: normal;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}

/*	default link styles
------------------------ */
a {
	text-decoration: none;
}
a img {
	border: none;
}

/*	containers
------------------------ */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	border:10px solid #fff;
	background-color: #fff;
}

/*	banner images
------------------------ */
#banner {
	height: 288px;
}

/*	top navigation
------------------------ */
#navigation {
	
}
#nav {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 732px;
}
#nav li {
	float: left;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}
#nav li a {
	color: #004C8A;
}
#nav li a:hover,
#nav li a.current {
	color: #FAB303;
}

/*	content area
------------------------ */
#content {
	float: left;
	width: 485px;
	padding-left: 15px;
	padding-top: 20px;
}
#content a {
	color: #0B3669;
}
#content a:hover {
	color: #67C1F6;
}
#certified {
	clear: left;
	text-align: right;
}

#content h1,
#content h2,
#content h3,
#content p,
#content form,
#content ul {
	text-align: left;
}
#content ul.news {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul.news li {
	margin-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #ededed;
	clear: left;
}
#content ul.news li img {
	border: 1px solid #ededed;
	float: left;
	margin: 5px 10px 5px 0;
}
#content p.details {
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 5px;
}
#content p.details img {
	float: left;
	margin-right: 10px;
}

/*	rollovers for the main
	images
------------------------ */
#mainimages a img {
	opacity:0.990;
	filter:alpha(opacity=99); 
	-moz-opacity:0.99;
	-khtml-opacity:0.99;
}
#mainimages a:hover img {
	opacity:0.85;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity:0.85;
}

/*	organisation logos
------------------------ */
#logos {
	text-align: right;
}
/*
#logos img {
	float: right;
	clear: right;
	margin-bottom: 10px;
}
*/

/*	forms
------------------------ */
table.contact {
	width: 100%;
	border-collapse: collapse;
}
table.contact th,
table.contact td{
	border: 1px solid #67C1F6;
	padding: 5px;
	vertical-align: top;
}
table.contact th {
	color: #fff;
	background-color: #032A6B;
	text-align: center;
}
table.contact td.left {
	text-align: right;
	width: 145px;
}
input, textarea, select {
	width: 99%;
}
textarea {
	height: 150px;
}

/*	footer
------------------------ */
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 740px;
	text-transform: uppercase;
}
#footer div {
	font-size: 0.8em;
	color: #000;
}
#footer #splash {
	float: right;
}
#footer #splash a {
	color: #000;
}
#footer #splash a:hover {
	color: #fff;
}

/*	clearfix
------------------------ */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {
    display: block;
}  

/*	Holly Hack Targets IE Win only 
------------------------ */
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
	clear: both;
}