@charset "utf-8";
.thrColFixHdr #logo {
	background-color: ffffff;
	float: left;
	width: 300px;
	padding-left: 0px;
	height: 60px;
}

#leftnav {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
}
.thrColFixHdr #shadow {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/dropshadow3.jpg);
	background-repeat: repeat-y;
}
#leftnav ul {
	list-style:none;
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
}

.headline {
	background-color:#830051;
	padding:6px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:14px;
	font-weight:bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}
#leftnav ul li {
	margin-bottom:12px;
	padding:0px;
}
#leftnav a {
	text-decoration:none;
	background-color:#EEEEEE;
	width:198px;
	display:block;
	color:#999999;
	padding:0;
	padding-bottom:5px;
	padding-top:5px;
}
#leftnav a span {
	background-color:#cccccc;
	margin-right:15px;
	padding:5px 5px 5px 14px;
}
#leftnav a:hover {
	background-color:#cccccc;
}
#leftnav a:hover span {
	background-color:#830051;
}
#leftnav a.here {
	background-color:#CCCCCC;
}
#leftnav a span.there {
	background-color:#eeeeee;
}	
#finnav {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #FFFFFF;
}
#finnav  ul {
	list-style:none;
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
}
#finnav  ul  li {
	padding:0px;
	margin-bottom: 1px;
}
#finnav  a {
	text-decoration:none;
	background-color:#EEEEEE;
	width:190px;
	display:block;
	color:#999999;
	padding:0;
	padding-top:5px;
	padding-bottom: 5px;
}
#finnav  a  span {
	background-color:#cccccc;
	margin-right:15px;
	padding: 5px 5px 5px 14px;
}
#finnav  a:hover {
	background-color:#cccccc;
}
#finnav  a:hover  span {
	background-color:#830051;
}
#finnav  a.here {
	background-color:#CCCCCC;
}
#finnav  a  span.there {
	background-color:#eeeeee;
}
.right {
	float:right;
}
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #620439;
	font-family: Arial, Helvetica, sans-serif;
}
.thrColFixHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(shadow.png);
	height: auto;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	float: none;
} 

.thrColFixHdr #header {
	background-color: #FFFFFF;
	height: 100px;
	width: 960px;
	padding-top: 10px;

} 
.thrColFixHdr #headerextra {
	background-color: #FFF;
	float: left;
}
.thrColFixHdr #headerextra2 {
	background-color: #FFF;
	float: right;
	margin-right: 60px;
}


.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 175px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF; /* padding keeps the content of the div away from the edges */
	padding-left: 5px;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	height: 265px;
	border-width: 0;
}
#lowerpagetopcentre {
	height: 165px;
	width: 863px;
	float: left;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 15px;
	border: thin solid #CCC;
}
.thrColFixHdr #sidebar2lower {
	float: right; /* since this element is floated, a width must be given */
	width: 195px; /* padding keeps the content of the div away from the edges */
	background-color: #EEEEEE;
	border-color: #999999;
	border-width: thin;
	border-top-style: solid;
}
.thrColFixHdr #sidebar2lower2 {
	float: right; /* since this element is floated, a width must be given */
	width: 200px; /* padding keeps the content of the div away from the edges */
	background-color: #FFFFFF;
}


.thrColFixHdr #mainContent {
	margin: 0 30px;
	padding-right: 0px;
	padding-left: 10px;
} 
.thrColFixHdr #footer {
	background-color: #FFF;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0;
	border-color: #666;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #headerl2 {
	background-color: #DDDDDD;
	float: left;
	width: 960px;
}
.thrColFixHdr #headerl3 {
	background-color: #DDDDDD;
	float: left;
}
.thrColFixHdr #headerl4 {
	background-color: #FFFFFF;
	float: left;
	width: 960px;
}
.thrColFixHdr #headerl5 {
	background-color: #FFFFFF;
	float: left;
	margin-left: 810px;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 20px;
}
.thrColFixHdr  #centreheader1 {
	background-color: #FFFFFF;
	float: left;
	width: 540px;
}




#bottomnav {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#EEEEEE;
	height:30px;
	color:#333333;
	padding-right:40px;
}
#bottomnav-text {
	padding-left:40px;
	padding-top:7px;
}
#bottomnav a {
	color:#333333;
	text-decoration:none;
}
#bottomnav a:hover {
	text-decoration:underline;
}
.bottomnav-line {
	position:relative;
	margin-bottom:-11px;
}
#lowerpaage {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#lowerpageright {
	height: 255px;
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#lowerpagecentre {
	height: 180px;
	width: 470px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border: thin solid #e2e2e2;
}
#lowerpagelefths {
	height: 310px;
	width: 210px;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#lowerpageleft {
	height: 450px;
	width: 193px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#newspagecentre {
	height: auto;
	width: 810px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 80px;
}
#redhallnewsstrap {
	height: 100px;
	width: 900px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: inherit;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	display: inline;
	white-space: nowrap;
	overflow: auto;
}
#lowerpageleftnews {
	height: auto;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#lowerpagecentrenews {
	height: 240px;
	width: 701px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	overflow: auto;
}
#lowerpagerightnews {
	height: 240px;
	width: 100px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#lowernewspageleft {
	height: auto;
	width: 75px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#serviceslowerpageleft {
	height: 200px;
	width: 260px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#serviceslowerpagecentre {
	height: 200px;
	width: 260px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#serviceslowerpageright {
	height: 200px;
	width: 260px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#contactus {
	background-color: #EEEEEE;
	float: left;

}
#rellowerpageleft {
	height: 310px;
	width: 160px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.newstable {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.story-open {
	background-color:#eeeeee;
	margin-bottom:4px;
	padding:6px;
	color: #333333;
}
.story-closed {
	background-color:#EEEEEE;
	margin-bottom:4px;
	padding:6px;
	color: #333333;
}
.postdate {
	font-size:9px;
	color:#999999;
}

.bbcclass{
	width: 400px;
	padding: 6px;
	background-color: #CCCCCC;
	border: 1px solid #004A00;
}

.headline {
	background-color:#CCCCCC;
	padding:6px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:14px;
	font-weight:bold;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}


#rellowerpageright {
	height: 310px;
	width: 150px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#rellowerpagecentre {
	height: 310px;
	width: 480px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#apDiv2 {
	position:absolute;
	width:410px;
	height:320px;
	left: 627px;
	top: 471px;
	border-bottom-style: solid;
	border-bottom-width: thin;
	border-color: #CCC;
	border-left-style: solid;
	border-left-width: thin;
	border-right-style: solid;
	border-right-width: thin;
	border-top-style: solid;
	border-top-width: thin;
	float: none;
}
#subbottomnav {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	background-color:#EEEEEE;
	height:45px;
	color:#333333;
	padding-right:40px;
}
#subbottomnav-text {
	padding-left:5px;
	padding-top:0px;
}
#subbottomnav a {
	color:#333333;
	text-decoration:none;
}
#subbottomnav a:hover {
	text-decoration:underline;
}
.subbottomnav-line {
	position:relative;
	margin-bottom:-11px;
}
.thrColFixHdr #sidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 280px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	height: 400px;
	border-width: 0;
}
.thrColFixHdr #sidebar4 {
	float: left; /* since this element is floated, a width must be given */
	width: 190px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-left: 5px;
	padding-right: 5px;
}
.thrColFixHdr #sidebar6 {
	float: left; /* since this element is floated, a width must be given */
	width: 176px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff;
}

#leftnav2 {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	color: #FFFFFF;
}
#leftnav2 ul {
	list-style:none;
	margin-left:0px;
	margin-top:0px;
	padding-left:0px;
}
#leftnav2 ul li {
	margin-bottom:12px;
	padding:0px;
}
#leftnav2 a {
	text-decoration:none;
	background-color:#EEEEEE;
	width:178px;
	display:block;
	color:#999999;
	padding:0;
	padding-bottom:5px;
	padding-top:5px;
}
#leftnav2 a span {
	background-color:#cccccc;
	margin-right:15px;
	padding:5px 5px 5px 14px;
}
#leftnav2 a:hover {
	background-color:#cccccc;
}
#leftnav2 a:hover span {
	background-color:#830051;
}
#leftnav2 a.here {
	background-color:#CCCCCC;
}
#leftnav2 a span.there {
	background-color:#eeeeee;
}
.thrColFixHdr #sidebar7 {
	float: right; /* since this element is floated, a width must be given */
	width: 375px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #ffffff; /* padding keeps the content of the div away from the edges */
	padding-left: 5px;
	padding-right: 5px;
}
.subheadline {
	background-color:#CCCCCC;
	padding:6px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:14px;
	font-weight:bold;
	color: #333333;
}
.thrColFixHdr #sidebar8 {
	float: right; /* since this element is floated, a width must be given */
	width: 375px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	height: 600px;
	border-width: 0;
}
#addressleft {
	height: 254px;
	width: 193px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#addressleft2 {
	height: 230px;
	width: 198px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#addressleft3 {
	height: 220px;









	width: 80
.px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 5px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	width: 205px;
}
#addressleft4 {
	height: 230px;
	width: 197px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#safetylogs {
	height: auto;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#safetylogs1 {
	height: auto;
	width: 210px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#frontnews {
	height: 230px;
	width: 292px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#safetylogsleftpad {
	height: 185px;
	width: 160px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #reslogo {
	background-color: ffffff;
	float: left;
	width: 305px;
	padding-left: 0px;
	height: 70px;
}
.thrColFixHdr #storsidebar3 {
	float: left; /* since this element is floated, a width must be given */
	width: 375px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	height: 500px;
	border-width: 0;
}
#profilepageleft {
	height: auto;
	width: 880px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #cccccc;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding: 0px;
}
.thrColFixHdr #mechsidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 375px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	height: 280px;
	border-width: 0;
}
#frontsafety {
	height: 200px;
	width: 80px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#lowernewspagecentre {
	height: 164px;
	width: 446px;
	float: left;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e2e2e2;
	border-right-color: #e2e2e2;
	border-bottom-color: #e2e2e2;
	border-left-color: #e2e2e2;
	padding: 10px;
}
#safetylogsfill {
	height: 110px;
	width: 130px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.thrColFixHdr #elecmechsidebar3 {
	float: right; /* since this element is floated, a width must be given */
	width: 375px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #FFFFFF;
	border-color: #999999;
	border-style: solid;
	height: auto;
	border-width: 0;
}
#jexmainpagecentre {
	height: auto;
	width: 530px;
	float: left;
	border: thin none #e2e2e2;
	padding-left: 10px;
	padding-right: 10px;
}
.thrColFixHdr #jexmainContent {
	margin: 0 30px;
	padding-right: 0px;
	padding-left: 10px;



























	height: 800
.px;
	height: auto;
}
#jexlowerpageleft {
	height: 485px;
	width: 215px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#jexlowerpageright {
	height: 485px;
	float: left;
	width: 191px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#jexfrontnews {
	height: 160px;
	width: 534px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
.thrColFixHdr #footerlogo {
	height: 100px;

}
#safetylogsfill {
	height: auto;
	width: 260px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.headline {
	background-color:#830051;
	padding:6px;
	margin-top:4px;
	margin-bottom:4px;
	font-size:14px;
	font-weight:bold;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
}

.style2 {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style5 {
	font-size: 14px;
	color: #830051;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.stylemaininfo {
	font-size: 14px;
	font-family: Verdana, Geneva, sans-serif;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #5c5c5c;
}
#plantprocpageleft {
	height: auto;
	width: 880px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #cccccc;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding: 0px;
}
#mechpageleft {
	height: 720px;
	width: 880px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #cccccc;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding: 0px;
}
#contractpagecenter {
	height: 220px;
	width: 880px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #cccccc;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#clientpagecenter {
	height: 200px;
	width: 500px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #cccccc;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#clientpagecenterfill {
	height: 150px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #cccccc;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#jexlowerpagecentre {
	height: 475px;
	width: 450px;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

#lowerpagebottomcentre {
	height: 150px;
	width: 450px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-color: #CCC;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-width: thin;
	border-top-width: thin;
	float: left;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#histpagemaincont {



































	height: 800
.px;
	height: 288px;
	width: 300px;
	list-style-type: square;
	float: right;
}

#vacancyrightcol {
	float:right;
	width:500px;
}
#newsleftcol {
	float:left;
	width:285px;
	height: 500px;
}

#vacancyleftcol {
	float:left;
	width:375px;
	height: 500px;
}


#contactusdetails {
	float:right;
	width:600px;
}
