@charset "utf-8";
/* CSS Document */

/* --------------------
	COLOUR CHART

light blue:[highlights] #0061e7
dark blue:[background]	#002253




*/
/* -- RESET ---------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: #fff;
	background: #001533 url(../images/background.png) top center no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
}
ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html {
min-height: 100.1%; /* firefox scrollbar fix */
}
/* --- TYPOGRAPHY ----------------------------------------------------------------------- */

h2 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 2.2em;
	color:#001533;
	margin-bottom: .2em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.7em;
	margin-bottom: .2em;
}
h2.telephone {
	clear:both;
	font-size: 1.3em;
	font-weight: bold;
	color: #F00;
	text-align:center;
	padding: 10px;
}

a:link a:visited a:active{
      color: #0061e7;
}
a:hover{
      color: #001532;
}

p {
	margin: 0.2em 0 1em 0;
	line-height: 1.5em;
}

strong {
	font-weight: bold;
}

ol {
	list-style:decimal;
	list-style-position:inside;
	padding-bottom: .5em;
}

textarea {
	font-family: Arial, Helvetica, sans-serif;
}

/* --- LAYOUT --------------------------------------------------------------------------- */
.left { float:left;}
.right { float:right;}
.clear { clear:both;}

#wrapper {
	width: 900px;
	margin: 0 auto;
	background: #002253 url(../images/background.png) top center no-repeat;
	text-align:left;
}

#wrapper2 {
	background: #fff;
/*	border: 1px solid #CFCFCF;
*/	color: #000;
	border-right: 2px solid #001532;
	border-left: 1px solid #001532;
	padding: 0 36px;
}

#content {
	float:right;
	width: 600px;
}
/* --- HEADER --------------------------------------------------------------------------- */
.lplate {
	margin-top: -122px;
	margin-left: 754px;
}

h1.logo {
	background:transparent url(../images/header.png) top left no-repeat;
	line-height: 500%;
	margin-left: 69px;
	text-indent: -9000px;
	padding-bottom: 56px;	

}

h2.subheader {
}

/* --- NAVIGATION --------------------------------------------------------------------------- */

ul#mainnav {
	width: 200px;
	float:left;
}

ul#mainnav li {
	border-top: 1px solid #666;
}

ul#mainnav li:first-child {
	border: none;
}

ul#mainnav li a {
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	line-height: 200%;
	text-decoration:none
}

/* ---FOOTER--------------------------------------------------------------------------- */

.footer {
	font-size: .7em;
	color:#0061e7;
	background: transparent;
	line-height: 200%;
}
.footer a{
	text-decoration: none;
	color:#bfd6f5;
	background: transparent;
	margin-right: 10px;
}
.footer a:hover{
	text-decoration: none;
	color:#fff;
}

/* ------------------------------------------------------------------------------ */

.banner {
	margin: -10px 0 10px 0;
}
/* ------------------------------------------------------------------------------ */

#content ul {
	list-style:square; 
	margin-left: 30px;
	padding: 0.2em 0 1em 0;
}

#content li  {
	line-height: 150%;
	margin-bottom: .5em;
}

/* ------- FORM ---------------------------------------------------------------------- */

form ol, #content form ul {
	list-style:none;
	margin:0;
	padding:0;
}

form p { 
	font-size: .8em;
	margin-left: 20px;
} 

#content form li{
	margin: 0 0 .5em 20px;	
	clear:both;
	padding: 0;
}

fieldset {
	background-color:#F9F9F9;
	padding: 0;
	width: 450px;
	margin: 0 auto;
}

legend {
	font-weight:bold;
	line-height: 1.8em;
	font-size: 1.4em;
	padding: 0 0 0 10px;
	margin: 0;
}
/*label {
	display:block;
	float:left;
	line-height: 1.6em;
	margin-right: 10px;
	text-align:right;
	width: 120px;
}*/

label {
	display:block;
	font-weight:bold;
	line-height: 1.5em;
	font-size: .9em;
}

label:after {
	content: " : ";
}	

input, textarea {
	border: 1px solid #999;
}

input {
	width: 280px;
}

textarea {
	width: 400px;
}

input:focus, textarea:focus {
	border: 1px solid #036;
}

button {
	width: 20%;
	cursor: pointer;
	margin: 1em auto;
	display:block;
}
.radio {
	margin:0;
	width:auto;
}

.radio legend {
	line-height: 1em;
	margin-bottom: .5em;
	font-size: 1em;
	padding: 0;
}

.radio label {
	display: inline;
	width:auto;
	line-height: 1em;
	font-weight: normal;
}

#content .radio ul {
	margin:0;
	padding: 0;
}

#content .radio li {
	float:left;
	margin:0;
	clear:none;
	width: 40%;
}

.radio input {
	border: none;
}

.radio label:after {
	content: " ";
}
label input {
	border: none;
	width: auto;
	position:relative;
	top: 2px;
}

abbr {
	cursor:help;
	font-style: normal;
	border: 0;
}

.sublist{
	font-size:90%; 
	padding:6px 0 0 10px;
}

.shout{
	color:#F00;
	font-size: 120%;
}
/* -------------------------errors------------------------------------ */
label.error {
	display:inline;
	float:none;
	color:#C00;
	margin: 0;
	text-align: left;
	line-height: 1em;
	font-size: .8em;
	width: auto; 
	white-space:nowrap;
	padding-left: 5px;
	font-weight: normal;
}

label.error:after {
	content: "";
}

.error input {
	border: 2px solid #F00;
	background:#FCF;
}

.error input:focus {
	background:#FFF;
}

/* ------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------ */
