/* ************************************************************************** */
/* INITIALISE */
html, body, form, fieldset, div {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address {
	margin: 1em 0;
	padding: 0;
}

li {
	margin-left: 2em;
}

/* ************************************************************************** */
/* LAYOUT */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #363636;
	text-align: justify;
	background: #FFF url(/images/bgtile.gif) repeat-x;
}

#main {
	padding-top:152px;
	width:100%;
	background: url(/images/title.jpg) no-repeat;
}

#column {
	width:252px;
	float:left;
	background: url(/images/left.jpg) no-repeat;
}

#menu {
	position:absolute;
	left:252px;
	top:103px;
}

#content3 {
	background-color:#FFE9DB;
}


#content1 {
	margin-left:252px;
	border-top: 10px solid #FFB480;
	background: #FFF url(/images/logo2.jpg) no-repeat bottom right;
}

#content2 {
	width:530px;
	padding:0 10px 10px 10px;
	min-height:430px;
	_height:450px;
}

#contact {
	width: 200px;
	margin: 40px 0 0 26px;
	background: url(/images/contactbox.jpg) no-repeat;
	background-color: #FFF4EC;
	border: 1px solid #FFF;
}

#footer {
	width:100%;
	height:20px;
	background-color:#017E85;
}

#copy {
	width:252px;
	border-top: 1px solid #279197;
	background-color: #279197;
	float:left;
	height: 20px;
}

#subnav {
	height:20px;
	background-color:#017E85;
	border-top: 1px solid #017E85;
	margin-left:252px;
}

/* ************************************************************************** */

div#menu ul li, div#subnav ul li{
	display:inline;
	margin:0 0 0 0.5em;
	padding:0 0 0 0.5em;
	font-size:10px;
}
div#subnav ul li {
	border-left: thin solid #79BBBE;
}

div#menu ul li.first, div#subnav ul li.first {
	border-left:none;
}

#subnav ul li a {
	color:#79BBBE;
	font-size:10px;
}

#subnav ul {
	margin:1px 0 0 150px;
	/*height:20px;*/
}


#copy p {
	margin:4px 0 0 20px;
	padding:0;
	color:#FFF;
	font-size:10px;
}

#copy p a {
	color:#FFF;
	font-size:10px;
}

#content1 ul {
	margin-top:-5px;
}

img.staff {
	float:right;
	margin:0 0 10px 10px;
}


h1 { display:none; }

h2, h3 {
	border-bottom: 1px solid #FF6800;
	line-height: 0.9em;
	color: #FF6800;
	font-size: 1.3em;
	margin-bottom:-0.6em;
}

h2 {
	margin-top:10px;
}

#menu ul {
	margin-top:30px;
	background-color: #FF6800;
}

#menu ul li {
	display:inline;
	padding:0;
	margin:0 5px 0 5px;
}

#menu ul li a {
	color:#FFF;
}


#contact h4 {
	font-size:1.15em;
	/*font-size: 14px;*/
	color: #FFFFFF;
	vertical-align: top;
	padding:12px 0 12px 29px;
	margin:0;
}

#contact p {
	padding:0;
	margin:0;
	font-size: 11px;
	color: #007278;
	text-align: center;
}

#contact p a {
	color: #007278;
	text-decoration:underline;
}

#contact p a:hover {
	text-decoration:none;
}

#contact img {
	margin:10px 0 10px 15px;
}

div.inset {
	border: 1px solid #017E85;
	background: url(/images/textboxbody.gif) repeat-y top left;
	padding:10px;
	color: #007278;
	margin-left:10px;
	width:480px;
}

div.inset p, div.inset li {
	color:#007278;
}

div.inset h5 {
	font-size:1.15em;
	margin:-10px -10px 10px -10px;
	padding:4px 10px 4px 10px;
	background: url(/images/textboxhead.jpg) repeat-y top left;
	color:#FFF;
}

.inset ul {
	list-style-image: url(/images/arrow.gif);
	list-style-type: none;
}

table.links {
	margin-top:10px;
	width:500px;
}

td.link {
	width:270px;
}

a {
	color: #FF6800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.newsletters {
	margin-top:30px;
}

.details {
	font-size:0.7em;
	text-align:center;
	margin-top:30px;
}


/* CONTACT FORM */
#contact textarea {width:400px;}
#contactform form { text-align:right; margin-bottom:10px; }
#contactform input, #contact textarea {   margin:0 0 1px 0;  padding:0 0 2px 5px; width:380px;}
#contactform .submit { width:auto; height:1.6em; line-height:1.5em; margin-right:5px; overflow:visible; color:#000; padding:0 5px; }
#contactform label { position:relative; top:1px; float:left; display:block; width:70px; text-align:right; }
#contactform textarea { overflow:auto; }
#contactform fieldset {border:none;}