﻿body {
	margin-top: 0px;
	background: url('images/background.jpg') top repeat;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
}

p {
	margin: 0px 10px 10px 10px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	color: black;
}

a:visited {text-decoration: underline; color: #000099;}
a:link {text-decoration: underline; color: #0000ff;}
a:hover {text-decoration: underline; color: #800080;}

a:visited.nav {text-decoration: none; color: #04516d;}
a:link.nav {text-decoration: none; color: #04516d;}
a:hover.nav {text-decoration: none; color: #58b3d2;}

.menu {
	background-image: url('images/section-bg.jpg');
	height: 30px;
	text-align: center;
	vertical-align: middle;
	line-height: 15px;
	font-family: Arial,Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.menu-items {
	line-height: 15px;
	width: 20%;
	max-width: 170px;
	text-align: center;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: silver;
}

h1 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 15px;
}

#wrapper {
	width: 100%;
	max-width: 850px;
	margin: auto;
}

#content {
	width: 100%;
	max-width: 850px;
	text-align: left;
	background-color: #ffffff;
}

#tagline {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background-color: #04516d;
	width: 100%;
	max-width: 850px;
	height: 20px;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 0px;
	color: #ffffff;
}

#featurebox {
	float: right;
	width: 300px;
	background: #dddddd;
	padding: 5px;
	margin-left: 10px;
}

#image {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.section-head {
	background: url('images/section-bg.jpg') repeat-x;
	color: #000000;
	text-decoration: none;
	height: 50px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
	margin-bottom: 5px;
}

.return {
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
}

.no-border {
	border-width: 0px;
}

.centre {
	margin: 0px auto;
	text-align: center;
}

.service-points {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: black;
	margin: 0px 10px 0px -12px;
}

.dot-points {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-align: left;
	color: black;
	margin: 0px 8px 10px -12px;
	line-height: 18px;
}

.image-margins {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#contact-table {
	font-family: verdana, arial, sans-serif;
	font-size: 13px;
	color: #000000;
	text-align: left;
	background-color: #dddddd;
	border-top-color: #aaaaaa;
	border-top-style: solid;
	border-top-width: thin;
}

.links {
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #666666;
	font-weight: normal;
}

.separator {
	font-size: 5px;
	color: #000000;
}

.large-font {
	font-size: 16px;
}

#service-bar {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #04516d;
	width: 100%;
	max-width: 850px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}

#copyright-bar {
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
	background-color: #00141c;
	width: 100%;
	max-width: 850px;
	height: auto;
	text-align: center;
	vertical-align: middle;
	color: #ffffff;
}


