@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 13px;
	color: #16245b;
	background-color: #7daed0;
	margin: 0px;
	padding: 0px;
	font-family: "Lucida Sans";
}
h1 {
	font-weight: bold;
	font-size: 19px;
	padding-bottom: 10px;
	padding-top: 10px;
}
h2, h3, h4, h5, h6 {
	font-size: 16px;
		padding-bottom: 10px;
	padding-top: 10px;

}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 179px;
	background-position: center top;
}
#navbg {
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#flash {
	background-image: url(images/flash.gif);
	background-repeat: no-repeat;
	height: 228px;
	width: 669px;
}
#flashsub {
	height: 120px;
	width: 653px;
	padding-left: 16px;
}
#contentwrapper {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
#content {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding:0;
	background-position: center top;
}
#leftcontent {
	width: 247px;
	float: left;
}
#rightcontent {
	width: 669px;
	float: left;
}
#information {
	padding: 10px 10px 10px 30px;
}
#rightcontent p {
	line-height: 22px;
	padding: 6px 0 6px 0;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	height: 219px;
	background-position: center top;
}
#footercontent {
	font-size: 12px;
	color: #FFFFFF;
	padding: 20px 10px 10px 10px;
	height: 138px;
	width: 880px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#footercontent a {
	color: #FFFFFF;
	text-decoration: none;
}
#footercontent a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footercontent p {
	padding-bottom: 15px;
}
#sidehead1 {
	background-image: url(images/sidehead1.jpg);
	background-repeat: no-repeat;
	height: 42px;
}
#sidehead2 {
	background-image: url(images/sidehead2.jpg);
	background-repeat: no-repeat;
	height: 171px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#enquiryform {
	padding: 0px;
}
.formlabel {
	color: #000000;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
}
.forminput {
	padding-left: 10px;
}
.formbutton {
	text-align: right;
	height: 30px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.custominput {
	background-color: #FFFFFF;
	height: 20px;
	padding-top: 2px;
	width: 225px;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.customtextarea {
	background-color: #FFFFFF;
	width: 225px;
	height: 80px;
	overflow: auto;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#rightcontent ul {
	padding-left: 10px;
}
#rightcontent ul li {
	list-style-type: none;	
	padding-left: 30px;	
	background-position: 5px 6px;	
	background-image: url(images/bullet.gif);	
	background-repeat: no-repeat;
	padding-bottom: 8px;
	padding-top: 6px;
	line-height: 20px;
}
#leftcontent .sidemenu ul {
	padding: 0;
	margin: 0;
}
#leftcontent .sidemenu ul li {
	list-style-type: none;
}
#leftcontent .sidemenu ul li a {
	line-height: 39px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(images/menubg.jpg);
	background-repeat: no-repeat;
	display: block;
	height: 39px;
	padding-left: 40px;
	font-size: 14px;
}
#leftcontent .sidemenu ul li a:hover {
	text-decoration: underline;
}
.greenbox {
	background-color: #e7fee6;
	border: 1px solid #85b27b;
	padding: 10px;
}
.floatright {
	float: right;
	margin: 6px;
}
.floatleft {
	float: left;
	margin: 6px;
}