body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #003463;
	background-image: url(assets/background.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
* {margin: 0px; padding: 0px; border:0px;}

#wrapper {
	width: 740px;
	margin: 0 auto;
	text-align: left;
}

/*--------------------------------------Masthead--*/

#masthead {
	height: 120px;
	background-image: url(assets/masthead_back.jpg);
	background-repeat: no-repeat;
	text-align: right;	
}
#masthead ul {
	margin: 0px;
	padding: 10px 10px 0px 0px;
	list-style: none;
}
#masthead ul li {
	display: inline;
}
#masthead a:link, #masthead a:visited {
	font-size: 0.6em;
	color: #6699CC;
	text-transform: uppercase;
	padding-right: 5px;
	padding-left: 5px;
	text-decoration: none;
}
#masthead a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*--------------------------------------Main Navigation--*/

#mainnav {
	float: left;
	width: 180px;
	background-image: url(assets/leftcol_back.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#mainnav ul {
	margin: 30px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	background-image: url(assets/nav_back.jpg);
	background-repeat: repeat-y;
	text-align: right;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #303f51;
}
#mainnav li {
	position: relative;
	display: inline;
}
#mainnav li a:link, #mainnav li a:visited {
	display: block;
	text-decoration: none;
	font-size: 0.7em;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #303f51;
}
#mainnav li a:hover {
	background-color: #6699CC;
}

/*------------------------------------Pop-up Menu--*/

#mainnav li ul {
	display: none;
	position:absolute;
	text-transform: none;
	width: 160px;
	left: 0px;
	top: -30px;
	text-align: left;
	background-color: #a86f6f;
	padding-right: 0px;
	border: 1px solid #303f51;
	
}
#mainnav li ul li a:link, #mainnav li ul li a:visited {
	font-size: .65em;
	line-height: 1.2em;
	color: #FFFFFF;
	padding-left: 15px;
	padding-top: .4em;
	padding-bottom: .5em;
	padding-right: 20px;
}
#mainnav ul li:hover ul {
	display: block;
}


/*------------------------------------Contact--*/

#contact {
	font-size: .7em;
	color: #FFFFFF;
	line-height: 1.2em;
}



/*------------------------------------Content--*/

#content {
	float: left;
	width: 560px;
}
#contmain {
	background-color: #cde8ff;
	float: left;
}
#contmain h1 {
	font-size: .9em;
	line-height: 1.2em;
	margin-top: 1em;
	margin-bottom: .5em;
	padding: 0px 25px;
}
#contmain h2 {
	color: #003366;
	font-size: .8em;
	line-height: 1.2em;
	font-weight: bold;
	margin-top: 1em;
	padding: 0px 25px;
	text-transform: uppercase;
}
#contmain p {
	font-size: .75em;
	line-height: 1.3em;
	padding: 5px 25px;
}
.boldbody {
	font-weight: bold;
}
table {
	margin: 10px 0px 0px 25px;
}
.actlisthead {
	font-size: .8em;
	text-transform: uppercase;
	color: #003366;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
}
.actlist {
	font-size: .75em;
	line-height: 1.3em;
	margin-left: 25px;
}
.actlistfirst li {
	margin-bottom: .2em;
}
.actlist li {
	margin-bottom: .2em;
}
.actheadinglist {
	width: 200px;
	float: left;
	margin-left: 60px;
	margin-top: 15px;
	font-size: .8em;
	line-height: 1.3em;
	text-transform: uppercase;
	color: #003366;
	list-style-image: url(assets/bluebullet.gif);
}
.actheadinglist li {
	margin-bottom: .1em;
}
a.acthead:link, a.acthead:visited {
	text-decoration: none;
}
a.acthead:hover {
	color: #660000;
}
.acthead {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: .5em;
	color: #003366;
}
.bodylist {
	margin-left: 80px;
	margin-top: 10px;
	font-size: .75em;
	line-height: 1.3em;
	list-style-image: url(assets/bluebullet.gif);
}
a.bodylink:link, a.bodylink:visited {
	color: #003366;
	font-weight: bold;
}
a.bodylink:hover {
	text-decoration: none;
}


/*------------------------------------Footer--*/

#footer {
	clear: both;
	padding-top: 40px;
	height: 70px;
	font-size: .65em;
	color: #6699CC;
	background-image: url(assets/content_base.gif);
	background-repeat: no-repeat;
}
#foot1 {
	float: left;
	width: 175px;
	color: #6699CC;
}
#foot1 a:link, #foot1 a:visited {
	color: #6699CC;
	text-decoration: none;
}
#foot1 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#foot2 {
	float: left;
	width: 200px;
	color: #6699CC;
}
#foot2 a:link, #foot2 a:visited {
	color: #6699CC;
	text-decoration: none;
}
#foot2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#foot3 {
	float: left;
	width: 150px;
	color: #6699CC;
}
#foot3 a:link, #foot3 a:visited {
	color: #6699CC;
	text-decoration: none;
}
#foot3 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}


/*--------- Form ---------*/
form {
	float: left;
	margin-left: .8em;
	margin-right: 2em;
}
fieldset {
	margin: 1em 0;
	padding: 1em;
	border: 1px solid #ccc;
	background: #e1f1ff;
}
legend {
	font-size: 0.8em;
	font-weight: bold;
	color: #003366;
}
label {
	font-size: .95em;
	float: left;
	width: 10em;
}
input {
	width: 250px;
	margin-bottom: 1em;
}
.postcode {
	width: 100px;
}
textarea {
	width: 300px;
	height: 100px;
}
input:focus, textarea:focus {
	background: #ffc;
}
.required {
	font-size: 0.8em;
	color: #003366;
}

