@charset "utf-8";
/* CSS Document */

* {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.clear {
	clear: both;
}

img {
	border: 0;
}

a {
	text-decoration: none;
	color: #002d55;
}

#doc-wrapper {
	width: 750px;
	margin: 0 auto;
}


#header {
	width: 100%;
	background-color: #002d55;
	padding: 20px 0;
}

#header img {
	float: left;
	display: block;
	margin-left: 20px;
}

#header #contact-details {
	float: right;
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 9px;
	width: 210px;
	margin-right: 20px;
}

.left {
	float: left;
}

.right {
	float: right;
}

#header #contact-details .left {
	float: left;
	margin-right: 5px;
}

#column-left {
	float: left;
	width: 325px;
	margin: 10px 0 0 0;
}

#column-right {
	float: right;
	margin: 10px 0 0 0;
	width: 325px;
}

#column-left img,
#column-right img {
	margin: 10px auto 30px;
	display: block;
}

#column-left img.logo,
#column-right img.logo {
	margin: 0 auto;
	display: block;
}

h1 {
	font-size: 1.4em;
	margin: 5px 0 10px 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	background: none;
	text-transform: none;
	height:auto;
	width: auto;
	color: #002d56;
}

h2 {
	font-size: 1.4em;
	margin: 0;
	padding: 0 0 5px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background: none;
	line-height: normal;
	text-transform: none;
	height:auto;
}

p {
	font-size: 1.0em;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: none;
	color: #231f20;
}

div.text-wrapper {
	padding: 0 15px;
	border-left: 2px solid #e1ddda;
	float: right;
	width: 202px;
}

div.text-wrapper p,
div.text-wrapper h2 {
	width: auto;
}

.paragraph-wrapper {
	background: none;
	font-family: verdana;
	font-size: 0.6em;
	line-height: normal;
	height: 60px;
	width: 100%;
	margin: 0;
	padding: 10px 0 10px 0;
	border-bottom: 2px #e1ddda solid;
	color: #231f20;
}

.paragraph-wrapper .date{
	font-family: verdana;
	font-size: 0.9em;
	line-height: normal;
	float: none;
	color: #837f80;
}

.tall {
	height: 70px;
}

.first {
	border-top: 2px #e1ddda solid;
}

.title {
	background: none;
	width: auto;
	height: auto;
	font-size: 1.0em;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	padding: 0;
	margin: 0 5px 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002d56;
	text-decoration: underline;
	border: 0;
}

.paragraph-wrapper span {
	background: none;
	display: inline;
	width: auto;
	height: auto;
	font-size: 1.7em;
	line-height: normal;
	font-weight: normal;
	text-transform: none;
	padding: 0;
	margin: 0 5px 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002d56;
}

#footer {
	width: 100%;
	font-size: 10px;
	margin-top: 40px;
}

.enquiry {
	width: 325px;
	background: #002d55;
	padding: 10px 0;
	margin-top: 40px;
}

.enquiry a {
	margin: 10px;
	color: #ffffff;
	font-size: 16px
}