/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #2b2b2b;
	margin: 0px;
	padding: 0px;
}

.container {
	font-size: 1em;
	width: 743px;
	margin: auto;
	margin-top: 15px;
	/*background-color: #E4E3F4;*/
	/*border: 1px solid #000;*/
}

.body {
	background-color: #fff;
	background-image: url(/_common/images/bgnav.gif);
	background-repeat: repeat-y;
	border-top: 1px solid #fff;
	/*border-bottom: 1px solid #000;*/
}

.clear {
	clear: both;
}

/*** header ***/
.header {
	height: 200px;
	background-color: #FFFFFF;
}

.headerImage {
	float: left;
	width: 487px;
	background-color: #FED900;
}

.headerRight {
	float: left;
	width: 254px;
	text-align: right;
	height: 199px;
	border-bottom: 1px solid #FED900;
}

.logo {

}

.strapline {
	margin-top: 10px;
}

.date {
	font-size: 0.8em;
	margin-top: 20px;
}

/*** navBar ***/
.navBar {
	float: left;
	background-color: #e6e6e6;
	width: 201px;
}

ul.nav {
	background-color: #FED900;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.8em;
}

ul.nav li {
	font-weight: bold;
	color: #575a5d;
}

ul.nav li a {
	color: #575a5d;
	padding-left: 10px;
	padding-right: 10px;
}

ul.nav li a:hover {
	color: #ffffff;
}

ul.nav .current {
	color: #575a5d;
}

ul.subnav {
	background-color: #e6e6e6;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

ul.subnav li {
	font-weight: normal;
}

ul.subnav li a {
	color: #000;
}

ul.subnav li a:hover {
	color: #ffffff;
}

ul.subnav .current {
	font-weight: bold;
}

.info {
	padding: 15px;
}

.info a {
	color: #000;
}

.info a:hover {
	color: #ffffff;
}

/*** content ***/
.contentHome {
	float: left;
	width: 542px;
	padding-top: 15px;
	background-color: #FFFFFF;
}

.content {
	float: left;
	width: 520px;
	padding-left: 15px;
	padding-top: 15px;
	background-color: #FFFFFF;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.4em;
	color: #fed900;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.0em;
	color: #fed900;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	color: #fed900;
	margin: 0px;
	padding: 0px;
}

a {	font-weight: bold;
	color: #fecb00;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

.contentTop {
	padding-left: 15px;
}

.contentText {
	float: left;
	width: 256px;
	margin-right: 15px;
}

.contentImage {
	padding-top: 15px;
	text-align: center;
}

.contentBottom {
	clear: both;
	background-image: url(../images/bgfade.gif);
	background-repeat: repeat-x;
	background-color: #efeef8;
	height: 175px;
	margin-top: 15px;
}

.articleImages {
	float: right;
	padding-right: 20px;
	padding-bottom: 20px;
}

.homeNews {
	float: left;
	width: 256px;
	padding-left: 15px;
	padding-right: 0px;
	height: 100%;
	border-left: 1px solid #fff;
}

.homeNews .newsDate {
	display: none;
}

.homeNews .newsItem {
	border: none;
	padding-right: 15px;
	margin-top: 0px;
	padding-top: 0px;
	/*border: 1px solid #000;*/
}

.homeNews .newsImage {
	margin-right: 15px;
	/*margin-bottom: 20px;*/
	float: left;
	/*border: 1px solid #000;*/
}

.homeNews .moreLink {
	margin-top: 15px;
	text-align: right;
}

.homeFeature {
	float: left;
	width: 235px;
	padding-left: 15px;
	padding-right: 15px;
	height: 100%;
	border-left: 1px solid #fff;
}

/*** footer ***/
.footer {
	clear: both;
	background-color: #e6e6e6;
}

.footerContent {
	margin-left: 201px;
	padding: 15px;
	padding-right: 0px;
	background-color: #FFFFFF;
	text-align: center;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	border-top: 1px solid #E4E3F4;
}

.logosLeft {
    float: left;
	margin-top: 25px;
}
.logosRight {
	float: right;
	margin-top: 25px;
}

.extra {
	margin-right: 20px;
}


/*** downloads ***/
.downloads {
	margin-top: 30px;
}

.downloads h3 {
	border-bottom: 1px solid #E4E3F4;
	margin-bottom: 15px;
}

.downloads ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

.downloads ul li {
	margin-bottom: 10px;
	padding-left: 20px;
	height: 16px;
}

.downloads ul li a {

}

.downloads ul li a:hover {

}

.icondoc {
	background-image: url(/_common/images/icons/doc.gif);
	background-repeat: no-repeat;
}

.icongif {
	background-image: url(/_common/images/icons/gif.gif);
	background-repeat: no-repeat;
}

.iconJpg {
	background-image: url(/_common/images/icons/JPG.gif);
	background-repeat: no-repeat;
}

.iconpdf {
	background-image: url(/_common/images/icons/pdf.gif);
	background-repeat: no-repeat;
}

.iconpng {
	background-image: url(/_common/images/icons/png.gif);
	background-repeat: no-repeat;
}

.iconppt {
	background-image: url(/_common/images/icons/ppt.gif);
	background-repeat: no-repeat;
}

.icontxt {
	background-image: url(/_common/images/icons/txt.gif);
	background-repeat: no-repeat;
}

.iconvsd {
	background-image: url(/_common/images/icons/vsd.gif);
	background-repeat: no-repeat;
}

.iconxls {
	background-image: url(/_common/images/icons/xls.gif);
	background-repeat: no-repeat;
}

.iconzip {
	background-image: url(/_common/images/icons/zip.gif);
	background-repeat: no-repeat;
}


/*** NEWS PAGE ***/
.newsLeft {
	clear: both;
	float: left;
	width: 255px;
	/*border: 1px solid red;*/
}

.newsRight {
	margin-left: 15px;
	float: left;
	width: 250px;
	/*border: 1px solid red;*/
}

.newsItem {
	/*border: 1px solid #000;*/
	margin-top: 15px;
	padding-top: 10px;
	border-top: 1px solid #E4E3F4;
	min-height:13.50em;	;
}

.newsItem p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-left: 85px;
}

p.newsDate {
	color: #fed900;
	font-weight: bold;
}

.newsImage {
	float: left;
	margin-right: 15px;
	/*margin-bottom: 50px;*/
}

.articleImages {
	float: left;
	margin-right: 15px;
	width: 150px;
}

.articleImages img {
	margin-bottom: 15px;
	clear: both;
}

.moreLink {
	margin-top: 15px;
	text-align: right;
}

.paging {
	clear: both;
	text-align: right;
	padding-top: 20px;
}

/*** detail page ***/
h3 {
	color: #fed900;
	margin-bottom: 0px;
}

p.newsDetailDate {
	color: #FFB619;
	font-weight: bold;
	margin-bottom: 15px;
}

.newsBack {
	margin-top: 30px;
}


/*** ENQUIRY FORM ***/
.formItem {
	margin-bottom: 15px;
}

.label {
	float: left;
	width: 200px;
}

.checkbox {
	margin-left: 203px;
}

.mandatory {
	color: #FF0000;
}

.textbox {
	width: 200px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
}

.submitButton {
	margin-left: 200px;
}