﻿/*colours
           light #96a2e3  medium #4e579c dark #191970
                        */

html, body, div, span, applet, object, iframe, ol, ul, li, h1, h2, h3, h4, h5, h6, p, form, fieldset, dl, dt, dd, img, label, label, caption, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	color: #4e579c;
	font-family:"Lucida Sans Unicode", "Lucida Grande", ariel, sans-serif;
	margin:0px 5px 0px 0px;
	padding:0px;
	font-weight:normal;
	border: 0;
	outline: 0;
	text-align:left;
	vertical-align: baseline;
	font-size:14px;
}
body {
	line-height:18px;
}
a, strong {
	color: #333;
	margin:0;
	padding:0;
	font-weight:normal;
	border: 0;
	outline: 0;
	text-align:left;
	vertical-align: baseline;
}
ol, ul, {
	list-style: none;
	margin: 10px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height:100%;
	margin-bottom:1px;
}
body {
	line-height: 1;
	text-align:center;
	padding:5px 5px 5px 5px;
	margin-left:25px;
	background: transparent url(../images/logo.jpg) repeat-x 0 0;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

/* text styles*/
h1, h2, h3, h4, h5, h6, p {
	padding:5px 5px 5px 5px;
	color:#191970;
}

p {
	font-size:13px;
	color:#666;
}
h1, h2, h3, h4, h5, h6, span, #address {
	color:#191970;
	line-height:20px;
}
h1 {
	font-size: 24px;
	line-height:24px;
}
h2 {
	font-size: 20px;
	color:#191970;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
	padding:5px 5px 5px 5px;
}

strong {
	color:#FFF;
}
#address {
	text-align:right;
	font-size:18px;
}

/*header layout standard*/

.header {
	width:100%;
	clear:both;
}
.header_mid {
	width:960px;
	height:120px;
	margin:0 auto;
	position:relative;
}

#logo{
	position:absolute;
	top:10px;
	left:10px;
	width:243px;
	height:101px;
	background: url(../images/logo.png) no-repeat 0 0;
	}
	
	#logo a{
	width:243px;
	height:101px;
	display:block;
	background: url(../images/logo.png) no-repeat 0 0;
	padding:0;
	margin:0;
	text-indent:-9999px;
	}
	
#strapline{
	position:absolute;
	top:10px;
	left:10px;
	width:243px;
	height:101px;
	}
	
#logo a{
	width:243px;
	height:101px;
	display:block;
	background: url(../images/marinsvs.png) no-repeat 0 0;
	padding:0;
	margin:0;
	text-indent:-9999px;
	}

	
	
/*layout standard*/

.content {
	width:960px;
	margin:20px auto;
	clear:both;
}
.body {
	margin:5px auto;
}

.left_column {
	width:240px;
	float:left;
	background:#4e579c;
	clear:both;
}

.nav {
	margin: 20px 0 20px 20px;
	float:left;
	clear:both;
	}

.nav li{
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	width:300px;
	}

.nav li a{
	text-decoration:none;
	color:#FFF;
	}

.nav li a:hover{
	color:#CCC;
	}

.main_content{
	width:700px;
	float:left;
	padding-bottom:20px;
	background: transparent url(../images/prop.jpg) no-repeat center center ;
}
	
.main_content ul{
	margin: 10px 10px 10px 10px;}
	
	.main_content li {
		list-style:disc;
		line-height:18px;
		margin-left:18px;
		}
		
		.full_width{
			width:958px;
			border:1px solid #96a2e3;
			clear:both;
			float:left;
			margin-top:10px;
			margin-bottom:10px;}
			
				
	.full_width p{
		text-align:center;
		padding: 10px;}
	
/*footer info*/
.footer{
	width:100%;
	margin:0 auto;
	clear:both;
}
.footer_mid{
	width:960px;
	background:#96a2e3;
	margin:0 auto;
	padding-bottom:10px;
	}
	
	
.footer_mid p{
	text-align:center;
	color:#4e579c;
	position:relative;
	}
