@charset "utf-8";
/* CSS Document */

html, body {
    }

body {
    text-align: center; /*IE centering hack*/
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#9a9a9a;
    }

#wrapper {
	background-color:#FFFFFF;
    position: relative;
    width: 840px;
    margin: 0 auto; /*proper centering*/
    text-align: left; /*return to normalcy*/
    background-image:url(../images/menu_bg.gif);
	background-repeat:repeat-y;
    }

#banner {
    background-color: white;
    border-bottom: 1px solid #555;
    }
	
/************** MENU ****************/
div#menu {
border-top: solid #000 1px;
border-bottom: solid #000 1px;
background-color:#d33d25;
height:30px;
text-align:center;
}
ul#navlist {
margin-top:7px;
_margin-bottom:0px;
}
ul#navlist li {
padding:0;
margin-right: 30px;
list-style: none;
display: inline;
}
ul#navlist a {
font-weight:bold;
color:#FFFFFF;
text-decoration:none;
display: inline;
}
ul#navlist a:hover, ul#navlist a.selected {
color:#f8cb28;
}
/************** END MENU ****************/
/************** SUB-MENU ****************/
div#sidebar {
	width:200px;
	float:left;
	margin:0;
	padding:0;
	_height:400px;
}

ul#subnav {
	margin:0;
	padding:0;
	width:200px;
	float:left;
	list-style-type:none;
}

ul#subnav li {
	margin:0;
	padding:0;
	width: 200px; 
	float:left;
}

ul#subnav a {
	width:185px; height:22px;
	overflow:hidden;
	display: block;
	float:left;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding-left:15px;
	padding-top:4px;
}

div#sidebar li#normal a { background: url(../images/subnav.gif) no-repeat 0px -26px; }
div#sidebar li#normal a:hover { background-position: 0px 0px; color:#000000; }

/**** chem/bulktrans *********/
ul#transnav li.sub { background-color: #4e4e4e; height:25px; border-bottom:solid #FFFFFF 1px;}

ul#transnav li.sub a {
	width:185px; height:22px;
	display: block;
	text-decoration:none;
	color:#fff;
	font-weight:bold;
	padding-left:15px;
	padding-top:4px;
}

ul#transnav li.sub a:hover {
	color:#f8cb28;
}

span.selected {
width:185px; height:22px;
	font-weight:bold;
	padding-left:15px;
	padding-top:4px;
	background: url(../images/subnav.gif) no-repeat 0px 0px;
	color:#000000;
	overflow:hidden;
	display: block;
	float:left;
}

div#transbar {
	width:200px;
	float:left;
	clear:both;
	margin-top:0px;	
}

ul#transnav {
	margin:0;
	padding:0;
	width:200px;
	float:left;
	clear:left;
	list-style-type:none;
}

/************** END SUB-MENU ****************/
/************** START SUB-SECTION ****************/
ul#subsection {
margin:0;
padding:0;
list-style-type:none;
}
ul#subsection li#sub {
background-image:none;
background-color:#4f4e4e;
border-bottom:#FFFFFF dashed 1px;
margin:0;
padding:0;
width:200px; height:26px;
}
ul#subsection li#sub2 {
background-color:#4f4e4e;
margin:0;
padding:0;
width:200px; height:26px;
border-bottom:#FFFFFF solid 1px;
}
ul#subsection li#sub a {
background-image:none;
padding-top:5px;
padding-left:25px;
width:175px;
}
ul#subsection li#sub2 a {
background-image:none;
padding-top:5px;
padding-left:25px;
width:175px;
}
ul#subsection li#sub a:hover, ul#subsection li#sub a.selected,
ul#subsection li#sub2 a:hover, ul#subsection li#sub2 a.selected {
color:#f8cb28;
}
/************** END SUB-SECTION ****************/

#main {
	margin-left: 200px; /*adjust for overlap with sidebar border*/
	line-height: 1.4em;
	background-color:#FFFFFF;	
	position:relative;
	padding:20px;
	   }

#footer {
	background-color:#9a9a9a;
	font-size:11px;
	color:#333333;
    margin-top: 0;
	padding:40px 20px 0px 0px;
	_padding:40px 0px 0px 0px;
	width: 840px;
	height:20px;
	background-image:url(../images/footer.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

span#footer-text {
float:left;
width:200px;
text-align:left;
}
span#footer-links {
float:right;
text-align:right;
width:400px;
}
span#footer-links a {
color:#333333;
text-decoration:none;
}
span#footer-links a:hover {
color:#f8cb28;
}

div#home-left {
width:380px;
float:left;
}
div#content-left {
width:410px;
float:left;
min-height:330px;
}
div#content-1column {
width:550px;
float:left;
}
div#content-1column p {
width:400px;
}
div#content-1column img {
margin-top:10px;
}
div#content-1column hr {
color: #d32e12;
background-color: #d32e12;
height: 1px;
border:none;
}

div#home-right {
width:150px;
float:right;
_margin-left:3px;
margin-right:15px;
}
div#home-right-news {
width:150px;
float:right;
margin-top:5px;
margin-right:17px;
_margin-left:3px;
}
div#home-right-news p {
font-size:11px;
color:#666666;
}
div#home-right-news a {
text-decoration:none;
color:#666666;
}
div#home-right-news a:hover {
color:#d32e12;
}
.newsdate {
color:#d32e12;
font-weight:bold;
}
div#home-right-shares {
	float:right;
	width:150px;
	
	_position: absolute;
	_top: 300px;
	_left:36px;
	
	right:37px;
	position: absolute;
	top: 280px;
}
div#home-right-shares p {
font-size:11px;
color:#666666;
}
.shareprice {
color:#d32e12;
font-weight:bold;
}
h2 {
font-size:24px;
font-weight:lighter;
margin:0;
padding:0;
background:url(../images/underline.gif) repeat-x 0 15px;
padding-bottom:2px;
color:#FF0000;
}
h3 {
font-size:20px;
font-weight:lighter;
margin:0;
padding:0;
background:url(../images/underline.gif) repeat-x 0 15px;
padding-bottom:2px;
color:#FF0000;
}
h4 {
font-size:20px;
font-weight:lighter;
margin:0;
padding:0;
background:url(../images/underline.gif) repeat-x 0 15px;
padding-bottom:2px;
color:#000000;
}
h6 {
font-size:18px;
font-weight:lighter;
margin:0;
padding:0;
background:url(../images/underline.gif) repeat-x 0 14px;
color:#000000;
}
span.subhead {
font-size:14px;
font-weight:bold;

}
.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;
}

div#pdfLink {
background:url(../images/pdf2.gif) no-repeat 0 0;
height:30px;
padding-top:13px;
}
div#pdfLink a {
text-decoration:none;
color:#666666;
}
div#pdfLink a:hover {
text-decoration:none;
color:#000000;
}
.jenny {
margin-top:490px;
}
/******* stock quote **********/
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 18px;
	color: #d32e12;
	margin-right:10px;
}
.change {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #999999;
}
.jenpic {
margin-top:575px;
_margin-top:625px;
#margin-top:625px;
margin-right:40px;
}
td.contactTitle {
font-size:14px;
font-weight:bold;
color:#d32e12;
}