* {
	font-size:100%;
	margin:0;
	padding:0;
	list-style: none;
	border: 0;
}
body {
	background: #fff url("images/bg_3colours.png") no-repeat center top;
	color:#333;
	font:80%/1.6em 'Lucida Sans', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}
a:link {
	color:#999;
	text-decoration:none;
}
a:visited {
	color: #999;
	text-decoration:none;
}
a:active {
	color: #ff6418;
}
a:hover {
	color: #ff6418;
}
#container {
	margin: 0 auto;
	width: 900px;
}
#header {
	padding: 15px 0 0 0;
	height: 75px;
}
#header h1 {
	margin-top: 0;
	font-size: 1px;
	float:left;
	overflow: hidden;
	text-indent:-9999px;
	padding-left: 0px;
}
#header h1 a {
	background: url("images/logo_sembcorp.png") no-repeat left top;
	width: 200px;
	height: 75px;
	display: block;
}
#headerlinks {
	float: left;
	text-align: right;
	width: 470px;
	padding-top: 30px;
}
#headerlinks p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999;
}
#searchit {
	float: right;
	padding-top: 28px;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#searchit #searchterm {
	width: 150px;
}
#searchit input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#navmid {
	text-align: left;
	height: 25px;
	width: 675px;
	background-image: url(images/bg_navmid.png);
	background-repeat: no-repeat;
	background-position: top left;
}
#navmid ul {
	list-style-type: none;
	float: left;
	color: #fff;
	text-align: left;
	height: 25px;
	width: 675px;
}
#navmid ul li {
	list-style-type: none;
	float: left;
	display: block;
	float: left;
}
#navmid ul li a {
	list-style-type: none;
	padding: 2px 21px 3px 21px;
	text-decoration: none;
	color: #fff;
	display: block;
	border-left: 1px solid #fff;
	/*height: 23px;*/
}
#navmid ul li a#nav-home {
	border-left: none;
}
#navmid ul li a:hover {
	list-style-type: none;
	/*padding: 2px 21px 0px 21px;*/
	display: block;
	color: #fff;
	text-decoration: none;
	background-color: #ff6418;
	background-image: url(images/bg_navmid_over.png);
	background-repeat: repeat-x;
	background-position: top;
}
.p-home #nav-home, .p-about #nav-about, .p-products #nav-products, .p-news #nav-news, .p-opportunities #nav-opportunities {
	color: #fff;
	text-decoration: none;
	background-color: #ff6418;
	background-image: url(images/bg_navmid_over.png);
	background-repeat: repeat-x;
	background-position: top;	
}
.p-sitemap #nav-sitemap, .p-contactus #nav-contactus, .p-location #nav-location, .p-privacy #nav-privacy, .p-legal #nav-legal, .p-terms #nav-terms {
	font-weight: bold;
	color: #ff6418;
}
#crumb {
	padding-top: 1px;
	padding-bottom: 7px;
}
#crumb p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	line-height: 1.1em;
}
#content {
	margin-top: 10px;
	float: left;
	clear: both;
	width: 675px;
}
#contentWide {
	margin-top: 10px;
}
#rightcol {
	margin: 10px 0 0 0;
	float: left;
	padding-left: 10px;
	width: 215px; /* 180px */
}
#rightcol h2 {
	padding: 20px 10px 5px 10px;
	font-size: .9em;
}
#rightcol p {
	padding-left: 10px;
	font-size: .9em;
	line-height: 1.2em;
}
#rightcol ul {
	list-style-type: none;
	text-align: left;
	border-top: solid 1px #999;
	margin: 0;
	padding: 0;
}
#rightcol li { /* ul */
	list-style-type: none;
	display: block;
	border-bottom: solid 1px #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
#rightcol ul li a {
	list-style-type: none;
	padding: 1px 0 2px 10px;
	text-decoration: none;
	display: block;
	color: #666;
	margin: 0;
	font-size: .8em;
}
#rightcol ul li a:hover {
	list-style-type: none;
	text-decoration: none;
	display: block;
	color: #ff6418;
	margin: 0;
}
#rightcol ul li strong {
	color: #ff6418;
}
#rightcol ul.second, #rightcol ul.third, #rightcol ul.fourth {
	/*border-top: none;*/
	font-size: normal;
	margin: 0;
	padding: 0;
}
#rightcol ul.second li {
	background-color: #eee;
	margin: 0;
	padding: 0;
}
#rightcol ul.third li {
	background-color: #ccc;
	margin: 0;
	padding: 0;
}
#rightcol ul.fourth li {
	background-color: #bbb;
	margin: 0;
	padding: 0;
}
h1 {
	font-size: 2.4em;
	font-weight: bold;
	line-height: 1.2em;
	color: #ff6418;
}
h2 {
	padding: 8px 0 5px 0;
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
}
h4 {
	font-size: .9em;
	font-weight: bold;
	line-height: 1.2em;
	color: #ccc;
	letter-spacing: .1em;
}
p {
	padding-bottom: 8px;
}
.intro {
	padding-top: 8px;
	font-size: 1.4em;
	line-height: 1.5em;
}
.colA1 {
	float: left;
	width: 330px;
	padding-right: 15px;
	margin-bottom: 10px;
}
.colA2 {
	float: left;
	width: 328px;
	border: solid 1px #999;
	margin-bottom: 10px;
}
.colA1 h1 {
	padding-bottom: 10px;
}
.colA2 h2, .colA2 h3, .colA2 p {
	padding-left: 10px;
	padding-right: 10px;
}
.colA2 h3 {
	font-size: .9em;
	font-weight: bold;
	line-height: 1.3em;
}
.colA2 p {
	color: #666;
	font-size: .85em;
}
.colA2 a:link {
	color: #666;
}
.colA2 a:hover {
	color: #ff6418;
}
.colB1 {
	float: left;
	width: 215px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: .9em;
}
.colB2, .colB2news {
	float: left;
	width: 417px; /* 430px */
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.colB2news h3 {
	font-size: 1.1em;
}
.colB2 h3 {
	padding: 8px 0 5px 0;
	font-size: 1em;
}
.colB2news a:link {
	color: #333;
}
.colB2news a:visited {
	color: #666;
}
.colB2news a:hover {
	color: #ff6418;
}
.colB2news p {
	padding-bottom: 20px;
}
.colB2 ol, .colB2 ul, .colB2news ul {
	margin-left: 15px;
	margin-top: 8px;
	margin-bottom: 10px;
}
.colB2 li, .colB2news li{
	padding: 2px;
	margin-left: 5px;
	list-style-type: disc;
	line-height: 1.4em;
	padding-bottom: 8px;
}
.colB2 ul li, .colB2news ul li {
	list-style-type: disc;
}
.colB2 ol li, .colB2news ol li {
	list-style-type: decimal;
}
.colB2 a {
	text-decoration: underline;
}
.colC1 {
	width: 675px;	
}
.colC1 h1 {
	font-size: 1.8em;
	line-height: 1.2em;
	padding-bottom: 15px;	
}
.colC1 td {
	width: 33%;
	font-size: .9em;
	padding-right: 20px;
}
.colC1 td img {
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
}
.colD1 {
	width: 675px;
}
.godirect {
	background-color: #000;
	color: #fff;
	display: block;
	padding: 3px 10px 3px 0;
	border-bottom: 1px solid #fff;
	margin-bottom: 2px;
}
.direct {
	background-color: #009ddb;
	color: #fff;
	display: block;
	padding: 3px 10px 3px 0;
	border-bottom: 1px solid #fff;
}
#rightcol .direct p, #rightcol .godirect p {
	padding-bottom: 0;
	font-size: 1em;
	line-height: 1.3em;
}
.direct a:link {
	color: #fff;
	display: block;
}
.direct a:visited {
	color: #ddd;
}
.direct a:hover {
	color: #000;
}
.boxoutline {
	margin-top: 10px;
	border: 1px solid #009ddb;
	padding: 1px 10px;	
}
#footer {
	margin-top: 10px;
	border-top: 1px solid #ccc;
	clear: both;
	color: #999;
}
#footer p {
	font-size: .8em;
	text-align: right;
}
.topo {
	text-align:left;
	float:left;
}
input {
	border: 1px solid #999;
	padding: 2px 3px 2px 3px;
	font-size: .9em;
	color: #999;
}
.btn {
	color: #999;
	background-color: #fff;
	border: none;
}
input[type=submit] {
	padding: 2px 0 2px 0;
	color: #999;
	background-color: #fff;
	border: none;
}
input[type=radio] {
	border: none;
}
#searchresults {
	width: 675px;
}
#rpic {
	float: right;
	text-align: left;
	width: 300px;
	padding: 10px 0 5px 10px;
}
#rpic img {
	padding-bottom: 5px;
}
#rpic p {
	font-size: .8em;
	line-height: 1.5em;
	text-align: left;
	padding-bottom: 5px;
}
#SlideShow {
	padding-top: 10px;
}
.imgMidPad {
	padding: 0 10px 0 10px;
}
.p-products h2 a:link {
	color: #333;
}
.p-products h2 a:visited {
	color:#666;
}
.p-products h2  a:hover {
	color: #ff6418;
}
.footnote {
	font-size: .8em;
	line-height: 1.2em;
}
.blue {
	color: #009ddb;
}
/* Protection Registration Form */
.button {
	font-weight: bold;
	margin-top: 5px;
	padding: 3px;
	background-color: #efefef;
	border: 1px solid;
	border-top-color: #dedede;
	border-left-color: #dedede;
	border-right-color: #cfcfcf;
	border-bottom-color: #cfcfcf;
	filter: progid:DXImageTransform.Microsoft.Gradient
		  (GradientType=0,StartColorStr='#efefef',EndColorStr='#cfcfcf');
}
.textBox {
	border: solid 1px #9f9f9f;
	background-color: #fff;
	background-image: url(/images/textBox.gif);
	background-repeat: repeat-x;
	padding: 2px 2px 2px 2px;
}
.checkBox {
	padding: 4px;
}
.checkBox label {
	padding-left: 5px;
}
.error {
	color: #f00;
	font-weight: bold;
}
hr {
	height: 1px;
	color: #eee;
	background-color: #eee;
	text-align: center;
	display: block;
	/*width: 80%;*/
	border: 0;
	margin: auto;	
}
.validation {
	font-size: 18px;
	color: #f00;
}
/*   */

.AccordionTitle, .AccordionContent, .AccordionContainer {
  position:relative;
  width:215px;
}
.AccordionTitle {
  height:20px;
  overflow:hidden;
  cursor:pointer;
  font-family:Arial;
  font-size:8pt;
  font-weight:bold;
  vertical-align:middle;
  text-align:center;
  background-repeat:repeat-x;
  display:table-cell;
  background-image:url('title_repeater.jpg');
  -moz-user-select:none;
}
.AccordionContent {
	height:0px;
	/*overflow:auto; */
	overflow: hidden;
	display: none; 
	border-top: solid 1px #999;
}
.AccordionContent p {
	background-color: #eee;
	border-bottom: solid 1px #999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: middle;
	margin: 0;
	padding: 0;
}
.AccordionContent p a {
	font-size: .9em;
	line-height: 1.5em;
	display: block;
	padding: 4px 0 3px 0;
	color: #666;
	margin: 0;
}
.AccordionContent p a:hover {
	color: #ff6418;
}
.AccordionContainer {
/*	background-color: #eee;

  border-top: solid 1px #C1C1C1;
  border-bottom: solid 1px #C1C1C1;
  border-left: solid 2px #C1C1C1;
  border-right: solid 2px #C1C1C1;
*/
}