@charset "utf-8";
/* CSS Document */

/*----------------------------------------------------------------------LINKS ON ALL PAGES-----------------------------*/
a.nav:link {
	color: #FFF;
	text-decoration: none;
}
a.nav:visited {
	text-decoration: none;
	color: #FFF;
}
a.nav:hover {
	text-decoration: none;
	color: #C08706;
}
a.nav:active {
	text-decoration: none;
	color: #C08706;
}
/*-----------------------------------------------------------------------*/
a.pagelink:active {
	text-decoration: none;
	color: #C08706;
}

a.pagelink:visited {
	text-decoration: none;
	color: #C08706;
}

a.pagelink:link {
	text-decoration: none;
	color: #C08706;
}

a.pagelink:hover {
	text-decoration: none;
	color: #FFF;
}

/*------------------------------------------------------------------------*/

a:active {
	text-decoration: none;
	color: #C08706;
}

a:visited {
	text-decoration: none;
	color: #C08706;
}

a:link {
	text-decoration: none;
	color: #C08706;
}

a:hover {
	text-decoration: none;
	color: #FFF;
}
/*--------------------------------------------------------------------------Top Navigation---------------------------*/
ul #navlist
{

white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { 
padding: 3px 10px;
}


#navlist a:link, #navlist a:visited
{
color: #fff;
text-decoration: none;
}

#navlist a:hover
{
color:#C08706;
text-decoration: none;
}

/*---------------------------------------------------------------------------- 2 Column Lists ------------------------------*/
ul #twolist
{
  float: left;
  width: 30em;
  margin: 0;
  padding: 0;
  list-style: none;
}
 
#twolist li {
  float: left;
  width: 27em;
  margin: 0;
  padding: 0;
  list-style: none;
} 
/*---------------------------------------------------------------------------- Sector Style Lists ------------------------------*/
ul #sectorlist
{
  float: left;
  width: 39em;
  margin: 0;
  padding: 0;
  list-style: circle;
}
#sectorlist li {
  float: left;
  width: 39em;
  margin: 0;
  padding: 0;
  list-style: circle;
} 
#sectorlist1 li {
  float: left;
  width: 39em;
  margin: 0;
  padding: 0;
  list-style: circle;
}
#sectorlist2 li {
  float: left;
  width: 39em;
  margin: 0;
  padding: 0;
  list-style: circle;
}
#sectorlist3 li {
  float: left;
  width: 39em;
  margin: 0;
  padding: 0;
  list-style: circle;
} 
/*----------------------------------------------------------------------------SITE STYLE (ALL PAGES)------------------------------*/



body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	margin: 0px; /* 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;
}
.oneColFixCtrHdr #container {

	width: 860px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
}


.oneColFixCtrHdr #header {
	text-align:right;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	/*background: #747474;*/
	
	padding: 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}

h1{
		font-size:15px;
		color:#C08706;
		margin: 5px;
		margin-top:-5px;
                margin-bottom:-5px;
}
h2{
		font-size:15px;
		color:#C08706;
		margin: 5px;
		margin-top:-5px;
                margin-bottom:-5px;
}
.oneColFixCtrHdr #header h5 {
	
	color:#FFF;
	margin: 0px; /* 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: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}


.oneColFixCtrHdr #title1 {
	/*border: 5px solid #0C6;
	background-image: url(slices/title.jpg);*/
	background-image: url(images/title.jpg);
	height:101px;
	font-size:14px;
	color: #FFF;
	margin-top:-25px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}

.oneColFixCtrHdr #title1 h6{
	font-size:14px;
	color:#C08706;
	margin:1px;
}

.oneColFixCtrHdr #title2 {
	/*border: 5px solid #0C6;
	background-image: url(slices/title.jpg);*/
	background-image: url(images/titleImg.jpg);
	height:141px;
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
}
.name_1{
text-align:left;
vertical-align:top;
padding:1px 0px;
color:#FFFFFF;
font-size:130%;
font-weight:bold;
font-style:normal;
}
.question_1{
text-align:center;
vertical-align:top;
padding:1px 0px;
}
.question_2{
color:#C08706;
font-size:130%;
font-weight:bold;
font-style:normal;
display:inline;
}
.question_3{
text-align:left;
vertical-align:top;
padding:1px 0px;
color:#C08706;
font-size:130%;
font-weight:bold;
font-style:normal;
}
.question_4{
text-align:left;
vertical-align:top;
padding:1px 0px 5px;
color:#C08706;
font-size:130%;
font-weight:bold;
font-style:normal;
}
.question_5{
color:#C08706;
font-weight:bold;
font-style:normal;
display:inline;
}
.codelabel_1{
text-align:center;
vertical-align:bottom;
padding:1px 0px;
color:#FFFFFF;
font-weight:normal;
font-style:italic;
}
.codelabel_2{
text-align:left;
vertical-align:top;
}
.codelabel_3{
text-align:left;
vertical-align:bottom;
padding:1px 1px 1px 5px;
color:#FFFFFF;
font-size:130%;
font-weight:normal;
font-style:normal;
}
.codelabel_4{
text-align:left;
vertical-align:bottom;
padding:1px 1px 1px 5px;
color:#FFFFFF;
font-size:130%;
font-weight:normal;
font-style:normal;
}
.gridlabel_1{
text-align:left;
vertical-align:bottom;
padding:1px 0px;
color:#FFFFFF;
font-size:130%;
font-weight:normal;
font-style:normal;
}
.gridlabel_2{
text-align:left;
vertical-align:bottom;
padding:1px 0px;
color:#FFFFFF;
font-size:130%;
font-weight:normal;
font-style:normal;
}

/*------------------------------------------------------------------------HOMEPAGE NAVIGATION------------------------*/


.oneColFixCtrHdr #navigation {
	color:#FFFFFF;
	border-color:#FFF;
	border-left-width: thick;
	border-left-style:solid;
	border-right-width: thick;
	border-right-style:solid;
	height:251px;
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #000;
	
}

.oneColFixCtrHdr #nav1 {
margin-top:35px;
margin-left:5px;
margin-right:10px;
float:left;
width:160px;
}
	.oneColFixCtrHdr #nav1Button {
		background-image:url(images/oilsbutton.jpg);
		font-family:Arial;
		padding-left:5px;
		font-size:14px;
		font-weight: bold;
		height:37px;
		padding-top:5px;
	}

.oneColFixCtrHdr #nav2 {
margin-top:35px;
margin-right:5px;
float:left;
width:160px;
}
	.oneColFixCtrHdr #nav2Button {
		background-image:url(images/pharmbutton.jpg);
		font-family:Arial;
		padding-left:5px;
		font-size:14px;
		font-weight: bold;
		height:37px;
		padding-top:5px;
	}
.oneColFixCtrHdr #nav3 {
margin-top:35px;
margin-right:5px;
margin-left:5px;
float:left;
width:160px;
}
	.oneColFixCtrHdr #nav3Button {
		background-image:url(images/chemicalsbutton.jpg);
		font-family:Arial;
		padding-left:5px;
		font-size:14px;
		font-weight: bold;
		height:37px;
		padding-top:5px;
	}

.oneColFixCtrHdr #nav4 {
margin-top:35px;
margin-left:5px;
float:left;
width:160px;
}
	.oneColFixCtrHdr #nav4Button {
		background-image:url(images/sustainbutton.jpg);
		font-family:Arial;
		padding-left:5px;
		font-size:14px;
		font-weight: bold;
		height:37px;
		padding-top:5px;
}

.oneColFixCtrHdr #nav5 {
margin-right:5px;
margin-top:35px;
float:right;
width:160px;
}
	.oneColFixCtrHdr #nav5Button {
		background-image:url(images/safetybutton.jpg);
		font-family:Arial;
		padding-left:5px;
		font-size:14px;
		font-weight: bold;
		height:37px;
		padding-top:5px;
	}

.oneColFixCtrHdr #contentNavigation {
	color:#FFFFFF;
	border-color:#FFF;
	background-image: url(images/buttonbg.jpg);
	background-repeat:repeat-x;
	border-left-width: thick;
	border-left-style:solid;
	border-right-width: thick;
	border-right-style:solid;
	
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
		
}


/*-------------------------------------------------------------------CONTENT PAGE NAVIGATION-------------------------*/


/* The wider the #list_wrapper is, the more columns will fit in it */
#list_wrapper{
    width: 800px
}

/* The wider this li is, the fewer columns there will be */
    ul.multiple_columns li{
        text-align: left;
        float: left;
        list-style: none;
        height: 30px;
        width: 325px;
    }
p.people_qual_margin_left
{
    margin-left: 20px;
    font-weight: bold;
}

.oneColFixCtrHdr #navbar {
width:850px;
height:60px;
margin-left:2px;
font-family:Verdana, Geneva, sans-serif;
}

		.oneColFixCtrHdr #ContNav1Button {
				background-image:url(images/blankbutton.gif);
				margin-top:15px;
				margin-left:3px;
				float:left;
				font-family:Arial;
				width:160px;
				padding-left:5px;
				font-family:Verdana, Geneva, sans-serif;
				font-size:14px;
				font-weight: bold;
				height:37px;
				padding-top:5px;
			}
	
		.oneColFixCtrHdr #ContNav2Button {
				background-image:url(images/blankbutton.gif);
				margin-top:15px;
				margin-left:3px;
				float:left;
				font-family:Arial;
				width:160px;
				padding-left:5px;
				font-family:Verdana, Geneva, sans-serif;
				font-size:14px;
				font-weight: bold;
				height:37px;
				padding-top:5px;
			}
			.oneColFixCtrHdr #ContNav3Button {
				background-image:url(images/blankbutton.gif);
				margin-top:15px;
				margin-left:3px;
				float:left;
				font-family:Arial;
				width:160px;
				padding-left:5px;
				font-family:Verdana, Geneva, sans-serif;
				font-size:14px;
				font-weight: bold;
				height:37px;
				padding-top:5px;
			}
                        .oneColFixCtrHdr #ContNav4Button {
				background-image:url(images/blankbutton.gif);
				margin-top:15px;
				margin-left:3px;
				float:left;
				font-family:Arial;
				width:160px;
				padding-left:5px;
				font-family:Verdana, Geneva, sans-serif;
				font-size:14px;
				font-weight: bold;
				height:37px;
				padding-top:5px;
			}
			.oneColFixCtrHdr #ContNav5Button {
				background-image:url(images/blankbutton.gif);
				margin-top:15px;
				margin-left:3px;
				float:left;
				font-family:Arial;
				width:160px;
				padding-left:5px;
				font-family:Verdana, Geneva, sans-serif;
				font-size:14px;
				font-weight: bold;
				height:37px;
				padding-top:5px;
			}
.oneColFixCtrHdr #content {
height:170px;
/*width:850px;*/
color: #FFF;
font-size:10px;
margin:0px;
padding:0px;
background-color:#000000;
border-color: #FFF;
border-left-width: thick;
border-left-style:solid;
border-right-width: thick;
border-right-style:solid;	
}


.oneColFixCtrHdr #mainText {
		background-color:#000000;
		border-color: #FFF;
		border-left-width: thick;
		border-left-style:solid;
		border-right-width: thick;
		border-right-style:solid;
		font-family:Verdana, Geneva, sans-serif;
		padding-right:15px;
		color: #FFF;
		padding-left:15px;
		padding-bottom:5px;
		font-size:10px;	
		}
		
		.oneColFixCtrHdr #mainText h6{
			font-size:14px;
			color:#C08706;
			margin: 0px;
		}





/*----------------------------------------------------------------------------HOME PAGE ELEMENTS--------------------*/

		.oneColFixCtrHdr #infoText {
		background-color:#000000;
		width:500px;
		height:165px;
		float:left;
		color: #FFF;
		padding-left:15px;
		padding-bottom:5px;
		font-size:10px;	
		}
		
		.oneColFixCtrHdr #infoText h6{
			font-size:14px;
			color:#C08706;
			margin: 0;
		}
		
		
		.oneColFixCtrHdr #divider {
		height:165px;
		float:left;
		width: 20px;
		}
		.oneColFixCtrHdr #newsText {
		background-color: #000000;
		width:250px;
		height:165px;
		float:left;
		color: #FFF;
		font-size:10px;
		padding-right:15px;
		}
		
		.oneColFixCtrHdr  #newsText h6{
			font-size:14px;
			color:#C08706;
			margin: 0px;
		}




/*------------------------------------------------------------FOOTER ELEMENTS-----------------------------*/
.oneColFixCtrHdr #footer2 {
	width:850px;
	height:125px;
	border-top-color:#FFFFFF;
	border-top-style:solid;
	border-top-width:thick;
	padding: 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#DDDDDD;
	font-size:10px;
	color:#FFF;
	padding-left:10px;
	background: #000;
}
.oneColFixCtrHdr #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; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.oneColFixCtrHdr #footerText1 {
	float:left;
	margin:5px;
}

.oneColFixCtrHdr #footerText2 {
	float:left;
	margin:5px;
}

.oneColFixCtrHdr #footerLogo1 {
	float:right;
	margin:15px;
}

.oneColFixCtrHdr #footerLogo2 {
	float:right;
	margin:15px;
}

.oneColFixCtrHdr #footerLogo3 {
	float:right;	
	margin-left:15px;
	margin-right:0px;
}

.oneColFixCtrHdr #sect1 {
	float:left;
	margin:0px;
}

.oneColFixCtrHdr #sect2 {
	float:right;
	margin:50px;
}

.oneColFixCtrHdr #sectClear { clear: both; }

/*-----------------------------------------------------------------------CONTENT PAGE STYLES------------------*/


.oneColFixCtrHdr #map_canvas {
	float:right;
	margin:10px;
	
}

.oneColFixCtrHdr #contactform {
	float:left;

}