body {
	background-color: #cecbb9;
	background-image: url('../images/background.png');
	background-repeat: repeat-x;
	font-family: "Helvetica", Arial;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

a {
	color: #666;
}

img {
	border: none;
}

div#outerContainer {
	position: relative;
	margin: 0 auto;
	margin-top: 20px;	
	width: 1000px;
	border: 1px solid #000000;
	background-color: #e9ecea;
	background-image: url('../images/corner.png');
	background-position: bottom left;
	background-repeat: no-repeat;
}

div#headerContainer {
	position: relative;
	width: 1000px;
	height: 410px;
}

div#headerInnerTop {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 100px;
	z-index: 2;
}

div#logoContainer {
	position: relative;
	float: right;
	margin-top: 20px;
}

div#menuContainer {
	float: left;
	width: 700px;
	height: 40px;
	margin-top: 70px;
	/* background-image: url('../images/menu_example.png'); */
}

div#bannerContainer {
	position: relative;
	margin: 0 auto;
	width: 920px;
	height: 260px;
	z-index: 1;
}

div#bannerContainer img {
	width: 920px;
	height: 260px;
}

div#headerInnerBottom {
	position: relative;
	width: 920px;
	height: 50px;
	margin: 0 auto;
}

div#searchContainer {
	position: relative;
	float: right;
	width: 183px;
	height: 38px;
	margin-top: 3px;
	padding: 3px;
	background-color: #a6b3aa;
	/*background-image: url('../images/search_example.png');*/
}

div#searchContainer span {
	float: left;
	margin-left: 1px;
	font-weight: 500;
	color: #333;
}

div#searchContainer input {
	float: left;
	width: 145px;
	height: 16px;
	border: 2px solid #666;
}

div#searchContainer button {
	float: left;
	padding: 0px;
	margin-left: 2px;
	margin-right: 2px;
	width: 27px;
	height: 22px;
	border: 2px solid #666;
	font-size: 12px;
	font-weight: 600;
	color: #e51837;
	background-color: #FFF;
	cursor: pointer;
}

div#lowerMenuContainer {
	float: left;
	width: 700px;
	height: 50px;
	background-image: url('../images/submenu_example.png');
	background-repeat: no-repeat;
}

div#contentContainer {
	position: relative;
	margin: 0 auto;	
	width: 920px;
	overflow: auto;
}	

div#contentHeading {
	margin-left: 140px;
	width: 780px;
	height: 40px;
	background-color: #E51837;
}

div#contentHeading h2 {
	margin: 0;
	padding: 0;
	padding-top: 12px;
	padding-left: 12px;
	font-family: "Helvetica", Arial;
	font-size: 18px;
	font-weight: 500;
	color: #FFFFFF;
}

div#contentLeftSmall {
	float: left;
	width: 120px;
	padding-left: 20px;
	padding-top: 15px;	
}

div#contentMain {
	float: left;
	width: 770px;
	padding-top: 15px;
}

div#contentMain p {
	text-align: justify;
}

div.threeListColumns {
	overflow: auto;
}

div.threeListColumns ul {
	float: left;
	width: 240px;
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-right: 10px;
}

div.threeListColumns ul li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 3px;
}	


div#contentLeft {
	float: left;
	margin-top: 10px;
	width: 300px;
}

div#contentRight {
	float: left;
	margin-top: 20px;
	margin-left: 15px;
	padding-right: 20px;
	width: 580px;
	height: 450px;
	overflow: auto;
}

ul.leftNavMenu {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: 600;
}

ul.leftNavMenu a {
	display: block;
	width: 250px;
	padding: 2px;
	padding-left: 6px;
	border: 1px solid #a6b3aa;
	border-left: 6px solid #a6b3aa;
	text-decoration: none;
	color: #333;
}

ul.leftNavMenu a:hover {
	border-color: #e51837;
}

span.project {
	color: #e51837;
}

div#footerContainer {
	position: relative;
	margin-left: 102px;
	margin-top: 50px;
	height: 49px;
	width: 858px;
	border-top: 1px solid #333;
	font-family: "Helvetica Neue", Arial;
	font-size: 11px;
	color: #666;
}

div#footerLeft {
	float: left;
	margin-top: 10px;
	margin-left: 60px;
}

a.footerLink {
	color: #666;
	margin-right: 6px;
	text-transform: uppercase;
	text-decoration: none;
}

a.footerLink:hover {
	text-decoration: underline;
}

div#footerRight {
	float: right;
	margin-top: 10px;
}

span#oclink {
	margin-left: 20px;
}

span#oclink a {
	color: #666;
	text-decoration: none;
}

span#oclink a:hover {
	text-decoration: underline;
}

#personnelTable th, #personnelTable td {
	text-align: left;
	vertical-align: top;
	border: 1px solid #a6b3aa;
	padding-left: 5px;
	padding-right: 5px;
}

#personnelTable th {
	border: 1px solid #e51837;
	background-color: #e51837;
	color: #FFF;
	padding: 5px;
}

#personnelTable ul {
	list-style-position: outside;
	padding-left: 20px;
}

#personnelTable td p {
	text-align: left;
}

#safetyTable td {
	width: 300px;
}

#formContent {
	margin-top: 5px;
}
	
#enquiryForm label {
	float: left;
	clear: both;
	width: 120px;
	margin-top: 5px;
}

#enquiryForm input {
	float: left;
	width: 200px;
	margin-bottom: 5px;
	margin-right: 40px;
}

#enquiryForm #inputSubmit {
	clear: both;
	width: 80px;
	margin-top: 20px;
	margin-left: 120px;
}