@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
body {
	font-size: 13px;
	color: #000000;
	background-color: #cbf1fe;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.subbox {
	background-color: #f4f4f4;
	padding: 10px;
	border: 1px solid #acacac;
}
h1 {
	font-weight: bold;
	font-size: 21px;
	color: #009ACD;
	padding: 15px 0 15px 0;
}
h2, h3, h4, h5, h6 {
    color: #808000;
	font-weight: bold;
	font-size: 19px;
	padding: 15px 0 15px 0;
	
}
#header {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	height: 147px;
	width: 900px;
	background-position: center top;
	margin: 0 auto 0 auto;
}
#navbg {
	background-image: url(images/navbg.jpg);
	background-repeat: no-repeat;
	height: 46px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#subheader {
	background-image: url(images/subheader.jpg);
	background-repeat: no-repeat;
	height: 38px;
	width: 900px;
	background-position: center top;
	margin: 0 auto 0 auto;
}
#flash {
	height: 304px;
	width: 650px;
}
#flashsub {
	height: 100px;
	width: 650px;
}
#taxcreditbanner {
	background-image: url(images/taxcreditbanner.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 650px;
}
#contentwrapper {

}
#content {
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-y;
	width: 915px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	background-position: center top;
}
#leftcontent {
	width: 265px;
	float: left;
}
#rightcontent {
	width: 650px;
	float: left;
}
#rightcontent a {
	color: #0066CC;
}
#rightcontent a:hover {
	color: #0000CC;
}
#information {
	padding: 10px;
}
#rightcontent p {
	line-height: 22px;
	padding: 6px 0 6px 0;
}
#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;	
	background-position: 0 top;
	width: 915px;
	height: 185px;
	margin: 0 auto 20px auto;
}
#footercontent {
	font-size: 12px;
	color: #FFFFFF;
	padding: 10px 10px 0px 0px;
	width: 905px;
	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: 18px;
}
#sidehead1 {
	background-image: url(images/sidehead1.gif);
	background-repeat: no-repeat;
	height: 69px;
}
#sidehead2 {
	background-image: url(images/sidehead2.gif);
	background-repeat: no-repeat;
	height: 68px;
}
#sidehead3 {
	background-repeat: no-repeat;
	height: auto;
	background-position: 15px top;
}
#enquiryform {
	padding: 0px;
}
.formlabel {
	color: #000000;
	padding-left: 10px;
	height: 24px;
	line-height: 24px;
	font-weight: bold;
	font-style: italic;
}
.forminput {
	padding-left: 10px;
}
.formbutton {
	text-align: right;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.custominput {
	background-color: #FFFFFF;
	height: 20px;
	padding-top: 2px;
	width: 225px;
	border: 1px solid #DDDDDD;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.customtextarea {
	background-color: #FFFFFF;
	width: 225px;
	height: 80px;
	overflow: auto;
	border: 1px solid #DDDDDD;
	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;
}
.voucher {
	padding: 0px;
	text-align: center;
}
.voucher img {
	border: none;
}
.floatright {
	float: right;
	margin: 6px;
}
.floatleft {
	float: left;
	margin: 6px;
}
