/* CSS Document */

body {
    margin:0;
    padding: 0;
    text-align: center;
    font: 10pt arial,verdana, sans-serif;
}

.clear {clear:both;margin:0;padding:0;}

table {
	font: 10pt arial,verdana, sans-serif;
	color: #333333;
}

#container {
    margin-left: auto;
    margin-right: auto;
    width: 861px;
    text-align: left;
    color: #333333;
	background:url(images/contbg.jpg) repeat-y left top;
	padding:0 0 20px 0;
}

#header {
	width:861px;
}

#headerleft {
	width:167px;
	float:left;
	padding:15px 0 0 22px;
}

.logo {border:2px solid #ffffff;}

#headerright {
	width:672px;
	background-color:#C0DBD0;
	float:right;
	padding:15px 0 0 0;
	text-align:center;
}

#headerright h1 {
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16pt;
	margin:0;
	padding:10px 0 0 0;
}

.headertxt {
	display:block;
	margin:0; 
	padding:5px 0 5px 0;
	font-weight:bold;
}

.headerimg {border:1px solid #ffffff;}

.btn {
	display:block;
	background-color:#fff;
	width:140px;
	padding:2px;
	margin:5px 0 0 0;
}

a.bookbtn {
	border:1px solid red;
	padding:4px;
	color:red;
	text-decoration:none;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	text-align:center;
}

a.bookbtn:link {background-color:#C0DBD0;}
a.bookbtn:visited {background-color:#C0DBD0;}
a.bookbtn:hover {background-color:#A0C9B9;}

#leftcol {
	width:189px;
	float:left;
}

#nav {margin:0 0 15px 0;}

#nav ul {
	list-style-type:none;
	margin:0;
	padding:0;
	border-bottom:1px solid #ffffff;
}

#nav li {
	border-top:1px solid #ffffff;
	margin:0;
	padding:0;
}

#nav a {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:6px 0 6px 22px;
	margin:0;
}

#nav li ul {
	border-bottom:none;
}

#nav li ul a {
	color:#333333;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding:6px 0 6px 30px;
	background-color:#C0DBD0;
	margin:0;
}



#nav a.active {
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	display:block;
	background-color:#000000;
}

.credit {
	margin-top:50px;
	padding-left:22px;
	color:#fff;
}

a.whitelink:link {color:#fff;}
a.whitelink:visited {color:#fff;}
a.whitelink:hover {color:#fff; text-decoration:none;}

#sideads {padding-left:22px;margin:30px 0 0 0;}
.ad {margin:0 0 14px 0;}
.adimg {border:1px solid #fff;}
a.adlink {color:#fff;font-weight:bold;}
a.adlink:link {text-decoration:none;}
a.adlink:visited {text-decoration:none;}
a.adlink:hover {text-decoration:underline;}

#rightcol {
	width:672px;
	float:right;
	padding:20px 0 0 0;
}

#rightcol a:link {color:#018357; text-decoration:underline;}
#rightcol a:visited {color:#018357; text-decoration:underline;}
#rightcol a:hover {color:#018357; text-decoration:none;}

#leftext {
	width:440px;
	float:left;
	padding:0 0 0 23px;
}

#rightimgs {
	width:185px;
	float:right;
}

.rightimg {display:block;margin:0 0 10px 0;}

#contactfrm label {font-weight:bold; color:#016542;}
#fullname, #telno, #email, #address, #other, #enquiry {width:250px;}
.error {color:#660000; font-weight:bold;}

.errorbox {
	background-color:pink;
	border: 1px solid #990000;
	display:block;
	padding:2px 0 2px 5px;
	font-weight:bold;
	color: #990000;
}

.errorDisplay {
	color: #990000;
	font-weight: bold;
}

div.errorDisplay {
	background: pink;
	border: 1px solid #990000;
	padding: 5px;
	margin:15px 0 8px 0;
}

.errorDisplay li {
	font-weight: normal;
}


#tblcontact {
	width:400px;
}

#publications {display:block; margin-right:10px;}


#footer {
	clear:both;
	padding:0 0 0 230px;
}

#footer ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#footer li {
	float:left;
	border-right:1px solid #333333;
	padding:0 5px 0 5px;
}

#footer a {color:#333333;}
#footer a:link {text-decoration:none;}
#footer a:visited {text-decoration:none;}
#footer a:hover {text-decoration:underline;}

