@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans", Tahoma, Verdana;
	font-size: 12px;
	color: #00135f;
	background-color: #535353;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
img {
	border:  none;
}
h1 {
	font-size: 21px;
	padding: 20px 0 20px 0;
	color: #000000;
}
h2, h3, h4, h5, h6 {
	font-size: 17px;
	padding: 15px 0 15px 0;
		color: #000000;

}
p {
	line-height: 21px;
	padding: 6px 0 6px 0;
}
#header {
	padding: 0px;
	width: 950px;
	height: 142px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#navbg {
	padding: 0;
	width: 950px;
	height: 41px;
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto 0 auto;
}
#flash {
	width: 950px;
	height: 214px;
	margin: 0 auto 0 auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#flashsub {
	padding: 14px 0 14px 0;
	width: 950px;
	height: 100px;
	margin: 0 auto 0 auto;
	text-align: center;
}
#contentbg {
	padding: 0;
	width: 950px;
	background-image: url(images/contentbg.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0 auto 0 auto;
}
#footerwrapper {
	padding: 0;
	height: 269px;
	background-image: url(images/footerwrapper.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#footer {
	padding: 0;
	width: 950px;
	height: 223px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto 20px auto;
}
#content {
	width: 667px;
	float: left;
	padding: 0 15px 15px 15px;
}
#sidebar {
	width: 253px;
	float: left;
}
.highlightbox {
	background-color: #fffce8;
	border: solid 1px #e3c77a;
	padding: 10px;
	margin: 6px 0 6px 0;
}
.imageright {
	float: right;
	margin-left: 10px;
}
#footerleft {
	width: 430px;
	float: left;
	padding: 25px 0 0 45px;
}
#footerleft ul {
	padding: 0 0 0 25px;
	margin: 0;
	width: 150px;
	float: left;
}
#footerleft ul li {
	list-style-type: none;
	line-height: 25px;
}
#footerleft ul li a {
	color: #FFFFFF;
	font-size: 15px;
	text-decoration: none;
	display: block;
	padding-left: 15px;
}
#footerleft ul li a:hover {
	text-decoration: none;
	color: #999999;
}
.listheader {
	color: #669cff;
	font-size: 15px;
}
#footerright {
	width: 445px;
	float: left;
	height: 80px;
	text-align: right;
	color: #FFFFFF;
	font-size: 10px;
	padding-top: 130px;
	padding-right: 30px;
}
#footerright a {
	color: #FFFFFF;
	text-decoration: none;
}
#footerbottom {
	clear: both;
	text-align: center;
	padding: 5px 10px 0 10px;
	color: #505050;
	font-size: 11px;
}
#footerbottom a {
	color: #505050;
}
#footerbottom p {
	line-height: normal;
}
#contentbg ul {
	padding-left: 25px;
}
#contentbg ul li {
	line-height: 21px;
	list-style-type: none;
	background-image: url(images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 8px;
	padding-left: 20px;
}
#contentbg a {
	color: #0066CC;
}
#contentbg a:hover {
	color: #FF0000;
}

#newsletterbox {
	background-image: url(images/mailinglistbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 94px;
	padding: 70px 0 0 18px;
}
#sidehead1 {
	background-image: url(images/sidehead1.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 61px;
}
#sidebarmenu {
	width: 259px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
}
.newsletterfield {
	width: 260px;
	border: solid 1px #CCCCCC;
	padding: 6px 0 6px 0;
}
.newsletterbutton {
	float: right;
	margin: 10px 20px 0 0;
}

#homebox {
	width: 643px;
	height: 415px;
	text-align: center;
	background-image: url(images/homebg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 8px;
	margin-right: auto;
	margin-bottom: 8px;
	margin-left: auto;
	padding-top: 15px;
}

#enquiryform {
	padding: 0 10px 0 10px;
}
.formlabel {
	height: 26px;
	line-height: 26px;
	color: #000000;
}
.forminput {
	padding-right: 6px;
}
.formbutton {
	text-align: center;
	padding-top: 15px;
}
.custominput {
	background-color: #e4e4e4;
	height: 20px;
	padding-top: 2px;
	width: 100%;
	border: 1px solid #0e2444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.customtextarea {
	background-color: #e4e4e4;
	width: 100%;
	height: 50px;
	overflow: auto;
	border: 1px solid #0e2444;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#sidebargraphic {
	text-align: center;
}
.contentbox {
	width: 645px;
	margin: 0 auto 10px auto;
}
#box1head {
	background-image: url(images/contentbox1head.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
}
#box1head h2 {
	color: #FFFFFF;
	padding: 9px 0 0 15px;
}
#box2head {
	background-image: url(images/contentboxhead2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
}
#box2head h2 {
	color: #FFFFFF;
	padding: 9px 0 0 15px;
}
#box3head {
	background-image: url(images/contentboxhead3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 90px;
}
#box3head h2 {
	color: #FFFFFF;
	padding: 9px 0 0 15px;
}
.contentboxcontent {
	background-image: url(images/contentboxbg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0 6px 0 6px;
}