/* Global Nav Click */
.globalmenu1 {
	z-index:100;
	float:left;
	padding-top:0px;
	line-height:20px;
	position:inherit;
	text-align:center;
	margin-top:5px;
	display:block;
	color:#D1141D;
	font:13px Arial;
	font-weight:bold;
	cursor:pointer;
}
.globalmenu1:hover{
	color:#999999;
}
.globalmenu1 a:hover{
	color:#999999;
}
/* ######### Style for Drop Down Menu ######### */
.globalsubmenu{
	position:absolute;
	top:0;
	border:1px; /*THEME CHANGE HERE*/
	border-bottom-width:0;
	margin-left:-5px;
	color:#D1141D;
	font:12px Arial;
	cursor:pointer;
	line-height:25px;
	z-index:100;
	background-color:white;
	width:190px;
	border:1px;
	border-color:#dcdcdc;
	border-style:solid;
	background-image:url("/images/new_hdr_ftr/navitemBG.jpg");
	visibility:hidden;
}
.globalsubmenu a{ /*THEME CHANGE HERE*/
	color:999999;
}
* html .globalsubmenu a{ /*IE only hack*/
	width:100%;
}
.globalsubmenu a:hover{ /*THEME CHANGE HERE*/
	color:999999;
}
/* End Global Nav Click */
/* Left Hand Nav Click */
.menu1 {
	margin-left:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	display:block;
	text-decoration:none;
	color:#D1141D;
	height:18px;
	font:11px Arial;
	width:200px;
	cursor:pointer;
}
.menu1:hover{
	color:#999999;
}
.menu1 a:hover{
	color:#999999;
}
.menu1Term {
	margin-left:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	display:block;
	text-decoration:none;
	color:#D1141D;
	height:18px;
	font:11px Arial;
	cursor:pointer;
	width:150px;
}
.menu1Term:hover{
	color:#999999;
}
.menu1Term a:hover{
	color:#999999;
}
.menu2 {
	margin-left:0px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;
	display:block;
	text-decoration:none;
	color:#D1141D;
	height:32px;
	font:11px Arial;
	width:200px;
	cursor:pointer;
}
.menu2:hover{
	color:#999999;
}
.menu2 a:hover{
	color:#999999;
}
.submenu{
	display:block;
	height:18px;
	margin-left:0px;
	padding-top:2px;
	padding-left:0px;
	color:#D1141D;
	text-indent:10px;
	font:11px Arial;
	cursor:pointer;
}
.submenu:hover{
	color:#999999;
}
.submenu a:hover{
	color:#999999;
}
.submenu2{
	display:block;
	height:18px;
	margin-left:10px;
	padding-top:2px;
	padding-left:7px;
	color:#D1141D;
	text-indent:10px;
	font:11px Arial;
	cursor:pointer;
}
.submenu2:hover{
	color:#999999;
}
.submenu2 a:hover{
	color:#999999;
}
.hide{
	display:none;
}
.show{
	display:block;
}
/* End Left Hand Nav Click */
body {
	margin-left:0px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	background-image:url("/images/new_hdr_ftr/background.jpg");
	background-repeat:repeat-x;
	background-color:#FFFFFF;
}
div.clear { 
	clear:left; 
	height:0; 
	line-height:0; 
} 
/* LAYOUT STUFF */
#wrapper {
	margin:0 auto 0 auto;
	padding:0;
	width:950px;
	height:100%;
}
#logo {
	width:950px;
	margin-top:15px;
	margin-right:0px;
	margin-bottom:-5px;
	margin-left:30px;
	padding-right:0%;
	padding-left:0%;
	clear:both;
}
#HeaderCareers {
	width:950px;
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:0px;
	padding-right:0%;
	padding-left:0%;
	clear:both;
}
#search {
	padding:0px;
	vertical-align:text-top;
	float:right;
	margin-top:-40px;
	margin-right:55px;
	margin-bottom:0px;
	margin-left:0px;
}
#navWrapper {
	margin:5px 0px 5px 0px;
	padding:0px;
	width:950px;
}
#banner {
	margin:0px 0px 0px 0px;
}
.navBG {
	background-image:url("/images/new_hdr_ftr/nav-background.jpg");
}
#rightside_info {
	margin:10px 0px 0px 15px;
	width:210px;
}
#subnav {
	margin:10px 0px 0px 30px;
	width:190px;
}
#content {
	margin:11px 0px 0px 15px;
	width:440px;
}
#content-terminals {
	margin:11px 0px 0px 15px;
	width:500px;
}
#content_no_right {
	margin:11px 0px 0px 15px;
	width:580px;
}
#content_no_rightKMC {
	margin:11px 0px 0px 15px;
	width:680px;
}
#PAcontent {
	margin:0px 25px 0px 25px;
}
.borderedTable {
	border:1px solid #34394D;
	font-family:arial, helvetica, sans-serif;
}	
.ir_secondaryTableHead{
	background-color:#cccccc;
	color:#000000;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}
.ir_dataValue{
	border-top:Offpx solid #34394D;
	border-bottom:Offpx solid #34394D;
	border-left:Offpx solid #34394D;
	border-right:Offpx solid #34394D;
	color:#000000;
	font-family:arial, helvetica, sans-serif;
	font-weight:normal;	
}
.ir_lightRow{
	background-color:#ffffff;
	border-top:1px solid #CDCDCD;
}
.ir_darkRow{
	background-color:#f1f1f1;
	border-top:1px solid #CDCDCD;
}
.ir_borderedTableHead {
	background-color:#000000;
	color:#ffffff; 
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	text-align:left;
} 
.redTableHead {
	color:#ffffff; 
	font-family:arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
} 
/* LEFT DIVIDER LINES */
#dividerLine-left-home {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:270px;
}
#dividerLine-annoucement {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	margin-left:4px;
	margin-right:6px;
	width:1px;
	height:300px;
}
#dividerLine-left-gas {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:150px;
}
#dividerLine-left-aboutus {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:460px;
}
#dividerLine-left-investor {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:280px;
}
#dividerLine-left-work {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:240px;
}
#dividerLine-left-contact {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:210px;
}
#dividerLine-left-legal {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:820px;
}
#dividerLine-left-ehs {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:150px;
}
#dividerLine-left-search {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:150px;
}
#dividerLine-left-news {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:150px;
}
#dividerLine-left-community {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:150px;
}
#dividerLine-left-co2 {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:250px;
}
#dividerLine-left-co2supply {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:200px;
}
#dividerLine-left-co2transport {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:275px;
}
#dividerLine-left-products {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:350px;
}
#dividerLine-left-productsSFPP {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:450px;
}
#dividerLine-left-productsCALNEV {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:120px;
}
#dividerLine-left-productsPacOp {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:120px;
}
#dividerLine-left-productsWesternTerm {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:150px;
}
#dividerLine-left-benefits {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-top:10px;
	width:1px;
	height:200px;
}
/* RIGHT DIVIDER LINES */
#dividerLine-right {
	background-image:url("/images/1x1-gray.jpg");
	background-repeat:repeat-y;
	margin-left:15px;
	margin-top:10px;
	width:1px;
	height:270px;
}
/* FOOTER */
#footerSection {
	margin:10px 0px 0px 0px;
}
