* {
	margin: 0;
	padding: 0;
	border: 0;
}

html, body
{
	height: 100%; /* Required */
}

body
{
	text-align: center;
	background: url(/images/ui_01/body_pix.png) #e5e5e5;
	font-size: 75%;
	font-family: Arial, Courier, sans-serif;
}
a {
color: #004650;
text-decoration: none;
}

a:hover  {
color: #ff0000;
text-decoration: underline;
}

h1 {
font-size: 160%;
font-weight: normal;
margin-top: 0px;
margin-bottom: 10px;
}

h2 {
font-size: 100%;
font-weight: bold;
margin-top: 10px;
margin-bottom: 10px;
}

h3 {
font-size: 100%;
font-weight: bold;
margin-top: 15px;
margin-bottom: 10px;
}
hr
{
color: #f00;
background-color: #f00;
height: 1px;
}
.redtext 
{
	color: #ff0000;
}
ul
{
	list-style-type: none;
	margin: 0;
}
#wrapper
{
	width: 922px;
	height: 100%;
	margin: 0 auto;
	background: url(/images/ui_01/bg_rpt.png) repeat-y #fff;
	position: relative;
	text-align: left;
	padding: 0px 22px;
}
html>body #wrapper
{
    min-height: 100%; 
    height: auto !important;
}
#footer
{
	width: 922px;
	height: 60px;
	background: url(/images/ui_01/footer_bg.png) no-repeat;
	color: #fff;
	padding: 0px 22px;
	position: relative;
	margin: -60px auto;
	overflow: hidden;
	text-align: left;
}
#footer p
{
	font-size: .9em;
	padding: 5px 10px;
}
#footer p a
{
	color: #fff;
	text-decoration: underline;
}
#footer #twwcLink
{
	position: relative;
	width: 90px;
	height: 20px;
	top: 10px;
	left: 840px;
}
#footer #twwcLink a
{
	display: block;
	width: 90px;
	height: 20px;
}
/*----------------------------------------------*/
/*----------------------------------------------*/#bannerBox
{
	width: 922px;
	height: 137px;
	position: relative;
	z-index: 10;
}
#logoBox
{
	width: 200px;
	height: 72px;
	background: url(/p_oil_05_images/logos/prem_logo.gif) no-repeat left center;
	float: left;
}
#logoBox img
{
	display: none;
}
#logoBox a
{
	display: block;
	width: 200px;
	height: 72px;
}
#accessBox
{
	float: right;
	padding-top: 10px;
	width: 200px;
	height: 62px;
	text-align: right;
}
#accessBox li a
{
	font-size: .9em;
}
#accessBox form {
	font-size: 100%;
	padding: 0px;
	margin: 0px;
	margin-top: 15px;
	position: relative;

}

#accessBox form label {
	color: #52317F;
}

#quick_search_form input {
	font-size: 100%;
	border: 1px solid #004650;
	padding: 0px;
	margin: 0px;
	color: #52317F;
	margin-bottom: 1px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 2px;
	width: 115px;
}

html>body #quick_search_form input {
	margin-top: 1px;
	margin-bottom: 0px;
}

#quick_search_form input.button {
	border: 0px solid #52317F;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	width: auto;
	text-align: left;
	font-weight: bold;
	color: #004650;
}
#ticker_bar {
	width: 922px;
	height: 20px;
	background-color: #004650;
	color: #fff;
	float: left;
	margin-top: 0px;
}

html>body #ticker_bar {
	height: auto;
	min-height: 20px;
}

#ticker_bar p {
	padding: 3px;
	padding-bottom: 0px;
	margin: 0px;
}
/*---------------------------------*/
#navBox
{
	width: 922px;
	padding-top: 10px;
	height: 22px;
	float: left;
	/*position: relative;
	z-index: 999;*/
}

#navBox ul
{
	float: left;
	height: auto;
	margin: 0px;
}
#navBox li
{
	width: 192px;
	height: auto;
	padding: 0px;
	margin: 0px;
	float: left;
}
#navBox li.last
{
	width: 152px;
	padding: 0px;
	float: left;
}
#navBox a
{
	display: block;
	width: 152px;
	height: 20px;
	background-color: #004650;
	color: White;
	text-align: center;
	padding-top: 2px;
	font-size: 13px;
	background-image: url(/images/new_ui/nav_corner_white_br.gif);
	background-position: 100% 100%;
	background-repeat: no-repeat;
	text-decoration: none;
	float: left;

}
#navBox a:hover,
#navBox li.sfHover a
{
	background-color: #ff0000;
	background-image: none;
	text-decoration: none;
}
#navBox a.navsel {
	background-image: url(/images/new_ui/nav_corner_red_br.gif);
}
#navBox a.navsel:hover {
	background-image: none;
	text-decoration: none;
}
#navBox ul ul
{
	display: none;
	position: absolute;
	float: none;
	top: 127px;
	clear: both;
	width: 152px;
	height: auto;
}
#navBox ul ul li
{
	margin: 0px;
	padding: 0px;
	display: table;
	float: none;
	width: 152px;
	height: auto;
}
#navBox ul ul li a{
	border-top: none;
	width: 146px;
	height: auto;
	background-color: White;
	color: #004650;
	font-size: 90%;
	background-image: none;
	border-bottom: 1px solid #004650;
	border-left: 1px solid #004650;
	border-right: 1px solid #004650;
	padding: 2px;
	position: relative;
}
#navBox ul ul li a:hover
{
	font-weight: normal;
	background-color: #ff0000;
	color: White;
}
#navBox li.sfHover ul a
{
	background-color: #fff;
}

/*----------------------------------------------*/#middle
{
	margin: 0 0 0 0;
	padding-bottom: 90px;
}
#middle:after
{
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}
#mainBox
{
	width: 922px;
	height: auto;
	padding: 0px;
	position: relative;
	clear: both;
	z-index: 1;
}

/*----------------------------------------------*/#trailBox
{
	float: left;
	width: auto;
	height: 15px;
	overflow: hidden;
	width: 918px;
	height: 22px;
	padding: 0px 2px 0px 2px;
}

#trailBox ul, #trailBox li, #trailBox a
{
	float: left;
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
}
#trailBox li
{
	font-size: .9em;
	color: #669096;
}
#trailBox li a
{
	color: #669096;
}
#contentBanner
{
	width: 922px;
	height: 160px;
	float: left;
}
.subPage #contentBanner
{
	width: 152px;
}
	#titleSquare
	{
		width: 152px;
		height: 150px;
		float: left;
	}
	div.emptySquare
	{
		background: url(/images/new_ui/title_corner_red_br.gif) no-repeat 100% 100% #004650;
	}
	div.imgAboutUs
	{
		background-image: url(/images/new_ui/level2_nightlights.jpg);
	}
	div.imgInvRelations
	{
		background-image: url(/images/new_ui/level2_manpipes.jpg);
	}
	div.imgOperations
	{
		background-image: url(/images/new_ui/level2_map.jpg);
	}
	div.imgSusBusiness
	{
		background-image: url(/images/new_ui/level2_children.jpg);
	}
	div.imgMedia
	{
		background-image: url(/images/new_ui/level2_searig.jpg);
	}
	#titleSquare h1
	{
		color: White;
		padding: 8px 5px 0px 5px;
		font-size: 1.4em;
		font-weight: bold;
	}
	#imgBanner
	{
		width: 730px;
		padding: 0px;
		float: right
	}

#leftNavBox
{
	width: 151px;
	padding-right: 1px;
	min-height: 250px;
	height: auto;
	float: left;
	background: url(/images/ui_01/red_pix.gif) repeat-y right top;
}

#leftNavBox ul
{
	margin: 0px 0px 10px 0px;
}
#leftNavBox li
{
	margin: 0px 0px 5px 0px;
}
#leftNavBox li a
{
	display: block;
	width: 146px;
	background: #669096;
	color: #fff;
	padding: 2px;
	border: 1px solid #ff0000;
	border-right: none;
	font-weight: normal;
	text-decoration: none;
}
#leftNavBox li a:hover,
#leftNavBox li a.navsel
{
	background: #ff0000;
	color: #fff;
}
#leftNavBox ul ul
{
	margin: 10px 0px 10px 0px;
}
#leftNavBox ul ul a
{
	display: block;
	width: 147px;
	background: #fff;
	color: #004650;
	padding: 2px;
	border: none;
	font-weight: normal;
	text-decoration: none;
}
#leftNavBox ul ul ul
{
	margin: 5px 0px 5px 0px;
	padding-left: 5px;
}
#leftNavBox ul ul ul a
{
	width: 142px;
}
#contentBox
{
	width: 770px;
	height: auto;
	float: right;
}
	#contentArea
	{
		width: 532px;
		height: auto;
		float: left;
		padding: 0px 43px;
	}
	.subPage #contentArea
	{
		width: 624px;
		min-height: 170px;
		height: auto;
	}
	.fullPage #contentArea
	{
		width: 684px;
	}
	#contentArea h1
	{
		color: #ff0000;
		font-size: 1.5em;
		font-weight: bold;
	}
	#contentArea h2
	{
		color: #ff0000;
		font-size: 1.4em;
		font-weight: bold;
	}
	#contentArea ul
	{
		padding: 10px 20px;
	}
	#contentArea .where
	{
		width: 345px;
	}
	#contentArea ul li 
	{
		background-image: url(/images/new_ui/bullet_red.gif);
		background-repeat: no-repeat;
		background-position: 0 5px;
		margin: 0px;
		margin-bottom: 10px;
		padding-left: 20px;
	}
	#contentArea ul.no_bullets {
		list-style-type: none;
		list-style-type: none;
		margin-left: 2px;
		padding-left: 0px;
	}
	#contentArea p
	{
		line-height: 1.3em;
		margin-bottom: .8em;
	}
	#contentArea p.section_blurb
	{
		line-height: 1.4em;
		font-size: 1.2em;
		margin-bottom: .8em;
	}
	#contentArea table.bio {
		border-collapse: collapse;
		width: 598px;
		border: 1px solid #000000;
		font-size: 100%;
		margin-left: 2px;
	}

	#contentArea table.bio td {
		padding: 5px;
		border: 1px solid #000000;
		background-color: #e5eced;
	}
	#contentArea table.bio td.green-bg
	{
		background-color: #004650;
		color: White;
		border-right: 1px solid #FFFFFF;
	}
	#contentArea table.fiveYear {
		border-collapse: collapse;
		width: 620px;
		border-top: 1px solid #004650;
		border-bottom: 1px solid #004650;
		background-color: #e5e5e5;
		font-size: 100%;
		margin-left: 2px;
	}
	#contentArea table.fiveYear tr.borderBottom td
	{
		border-bottom: 1px solid #004650;
	}
	#contentArea table.fiveYear td
	{
		padding: 4px;
	}
	.results
	{
		line-height: 1.6em;
	}
	#contentArea div.additional_reports {
	width: 200px;
	float: left;
	}

	#contentArea div.additional_reports ul {
	width: 190px;
	}

	#contentArea div.additional_reports h3 {
		margin-top: 0px;
		}
#rightNavBox
{
	width: 151px;
	height: auto;
	min-height: 250px;
	padding-left: 1px;
	float: right;
	background: url(/images/ui_01/red_pix.gif) repeat-y left top;
}
#rightNavBox ul
{
	margin: 0px 0px 10px 0px;
}
#rightNavBox li
{
	margin: 0px 0px 5px 0px;
}
#rightNavBox li a
{
	display: block;
	width: 146px;
	background: #669096;
	color: #fff;
	padding: 2px;
	border: 1px solid #ff0000;
	border-left: none;
	font-weight: normal;
	text-decoration: none;
}
#rightNavBox li a:hover
{
	background: #ff0000;
	color: #fff;
}
#rightNavBox ul ul
{
	margin: 10px 0px 10px 0px;
}
#rightNavBox ul ul a
{
	display: block;
	width: 146px;
	background: #fff;
	color: #004650;
	padding: 2px;
	border: none;
	font-weight: normal;
	text-decoration: none;
}
/*Email Forms*/
.mailForm
{
	width: 532px;
}
#contentArea .mailForm ul
{
	width: 532px;
	font-size: .9em;
	padding: 0px;
	margin: 0px;
}

#contentArea .mailForm ul li
{
	padding: 2px;
	margin: 0px;
	background: none;
	margin-bottom: 2px;
	background: #f2f2f2;
}
#contentArea .mailForm ul li span
{
	display: block;
	width: 320px;
	float: left;
}
.mailForm input,
.authForm select

{
	width: 200px;
	border: 1px solid #999;
}
.mailForm input.btn,
.authForm input.btn
{
	width: 80px;
	color: Red;
	background: #fff;
	font-weight: bold;
	border: 1px solid #175557;
	font-size: .9em;
}
.mailForm input.btn
{
	margin: 10px 0px 0px 452px;
}
/*Sitemap*/

#contentArea .nav,
#contentArea .nav li
{
	background: none;
	padding: 0px;
	margin: 0px;
}
#contentArea .nav li
{
}

#contentArea .nav li a
{
	font-size: 1.2em;
	border-bottom: 1px solid #175557;
	display: block;
}
#contentArea .nav li ul
{
	margin-top: -10px;
}
#contentArea .nav li li
{
}
#contentArea .nav li li a
{
	font-size: 1em;
	border: none;
}