html{
	font-size: 100.0001%;
	}

body {
	font-size: 62.5%; /* Equals 10px base font size */
	font-family: Arial, Helvetica, sans-serif;
	background: #E6E2DF;
	}
	
.print {
    display: none;
}
	
/* ----------Clear fix---------- */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
	}
 
.clearfix {
	display: inline-block;
	}
 
html[xmlns] .clearfix {
	display: block;
	}
 
* html .clearfix {
	height: 1%;
	}

/* ----------Icons Sprite---------- */
.aricons {
	background: url(../images/site/iconsAR.png) no-repeat;
	}

/* ----------basic links---------- */

a {
	color: #F68428;
	text-decoration: underline;
	}

a:visited {
	color: #F68428;
	}

a:hover {
	color: #B25E1E;
	text-decoration: underline;
	}
	
#groupedcontent a:hover {
	color: #FF5500;
	text-decoration: none;
	}


a:active {
	color: #666;
	}
	
/* ----------basic images---------- */
img {
	border: 0px;
	}
	
img.featurefloat {
	position: relative;
	top: -40px;
	margin-bottom: -400px;
	float: right;
	margin: 0 -288px 20px 0;
	border-bottom: 5px solid #ff9933;
	}
	
	
	
img.extraline {
	position: relative;
	top: 17px;
	}
	
img.extraline {
	position: relative;
	top: 17px;
	}
	
img.smallgap {
	margin-bottom: 20px;
	}
	
img.smalltopgap {
	margin-top: 10px;
	}
	
img.nomargin {
	margin: 0 !important;
	}
	
	
div.ff1, div.ff1a {
	position: relative;
	top: -10px;
	width: 100px;
	height: 100px;
	float: right;
	right: -20px;
	z-index: 999;
	margin-bottom: -70px;
	}
	
#highlights #featurecolumn div.ff1 {
	margin-bottom: -90px;
	}
	
div.ff1a {
	margin-top: 10em;
	}
	
div.ff2 {
	z-index: 99;
	}
	
div.greybox {
	background-color: #808084;
	padding: 10px;
	margin-bottom: 20px;
	}
	
div.blackbox {
	background-color: #000;
	padding: 10px;
	margin-bottom: 20px;
	}
	
div.bannerbox {
	position: relative;
	background-color: #000;
	padding: 10px;
	}

#technology_innovation div.bannerbox {
	left: 20px;
	height: 40px;
	bottom: 80px;
	width: 180px;
	}
	
#community div.bannerbox {
	left: 568px;
	height: 40px;
	bottom: 80px;
	width: 180px;
	}
	
div.bannerbox p {
	text-indent: 0px;
	color: #fff;
	font-size: 11px;
	margin-top: -2px;
	}
	
div.greybox p, div.blackbox p{
	color: #FFF;
	}

div.greybox div.topborder, div.blackbox div.topborder {
    border-bottom: 1px solid #E6E2DF;
    margin-bottom: 1em;
	clear:both;
	}
div.greybox div.bottomborder, div.blackbox div.bottomborder {
    border-bottom: 6px solid #FFF;
    margin-top: 1em;
	clear:both;
	}
	
div.topborderblack {
    border-top: 6px solid #000;
    margin-bottom: 1em;
	}
	
hr {
    border: 0 none;	
	clear: both;
	}
	
hr.hrb1 {
    background-color: #000;
    color: #000;
    height: 1px;
	margin:10px 0 20px;
}
hr.hrb6 {
    background-color: #000;
    color: #000;
    height: 6px;
	margin:0 0 10px;
}

img.fastfact {
	margin-top: 10px;
	}
	
div.inlineimageleft {
	position: relative;
	top: 0.25em;
	width: 172px;
	float: left;
	margin: 0 20px 0 0;	
	}
		
div.inlineimageright {
	position: relative;
	top: 0.25em;
	width: 172px;
	float: right;
	margin: 0 0 0 20px;	
	}
	
div.inlineimageright2col {
	position: relative;
	top: 0.25em;
	width: 364px;
	float: right;
	clear: both;
	margin: 0 0 20px 20px;	
	}
	
/* ----------Download PDF list---------- */	
div.pdf {
	font-size: 1.2em;
	color: #666;
	position: relative;
	margin-top: 1px;
	margin-bottom: -2px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 0.8em 0 0.8em;
	line-height: 1.2em;
	}
		
div.pdf a {
	color: #666;
	}
		
div.pdf a:hover {
	color: #FF5500;
	text-decoration: none;
	background-color: #fff;
	margin-top: -1px;
	margin-bottom: -1px !important; margin-bottom: 0;
	}

div.textright {
	position: relative;
	width: 8em;	
	top: -1.2em;
	float: right;
	clear: both;
	margin: 0em;
	}	

/* ----------Tables---------- */
#maincontent table {
	background-color: #fff;
	font: 1.2em/1.25em Helvetica, Verdana, Arial, Sans-Serif;
	/*color: #FF5500;*/
	width: 100%;
	margin: 0 0 40px;
	clear: both;
	}
	
#maincontent table.directors {
	margin-top: 10px;
	}
	
#maincontent table.nogap {
	margin-bottom: 20px;
	}
	
td.cellright, th.cellright {
	text-align: right;
	padding-right: 0;
	padding-left: 10px;
	}
	
td.cellleft, th.cellleft {
	text-align: left;
	padding-right: 10px;
	padding-left: 0;
	}
	
table th {
	border-top: none;
	border-bottom: none 2px solid #FF5500;
	padding: 5px 10px 3px 5px;	
	color: #000;
	text-align:left;
	border-top: 3px solid #000;
	}
	
body#corpgov table th {
	border-top: none;
	border-bottom: none 2px solid #FF5500;
	padding: 5px 10px 3px 5px;	
	vertical-align: bottom;
	color: #000;
	text-align:left;
	border-bottom: 3px solid #000;
	text-transform: uppercase;
	}
	
table th.current, table th.right.current, table td.right.current {
	background-color: #e4e1e0;
	padding-right: 10px;
	}
	
table th.currentline, table th.right.currentline, table td.right.currentline {
	background-color: #e4e1e0;
	padding-right: 10px;
	border-bottom: 1px solid #e4e1e0;
	}
	
#maincontent table.brown {
	color: #666;
	background-color: #ebe9e8;
	margin-bottom: 1em;
	}

table.brown th {
	border-top: none;
	border-bottom: 2px solid #666;
	padding: 5px 10px 3px 5px;	
	vertical-align: bottom;
	color: #666;
	}
		
	
table.brown tr td {
	border-bottom: none;
	padding: 3px 10px 3px 0;
	}
	
table.fins tr td {
	padding: 3px 5px;
	}
	
#maincontent table.singlecol {
	color: #666;
	margin-top: 0.25em;
	margin-bottom: 1em;
	}
	
table.singlecol td.top {
	border-top: 2px solid #FF5500;
	padding: 5px 0 3px;
	font-weight: normal;	
	}
	
table.brown td.cellright, table.brown th.cellright {
	text-align: right;
	padding-right: 5px;
	}
	
table.brown td.cellleft, th.cellleft {
	text-align: left;
	padding-left: 5px;
	}	
	
table td.vbottom {
	vertical-align: bottom;
	}

table tr {
	padding: 0 10px;
	}
	
table tr td, table tr th {
	border-bottom: 1px solid #ccc;
	padding: 3px 10px 3px 5px;
	}
	
table tr td.comply {
	text-align: center;
	}
	
table tr.red p {
	color: #f00;
	font-weight: bold;
	}	

table tr td.base-1px {
	border-bottom: 1px solid #000;
	}
	
table tr td.head1-2px {
	width: 50px;
	border-top: 2px solid #000;
	}
	
table tr td.head2-2px {
	width: 360px;
	border-top: 2px solid #000;
	}
	
table tr td.head3-2px {
	width: 50px;
	text-align: center;
	border-top: 2px solid #000;
	}

table tr.white td {
	border-bottom:1px solid #FFF;
	}

table tr.row-black td {
	border-bottom:1px solid #000;
	}
	
table tr.row-black-double td {
	border-bottom:2px solid #000000;
	}
	
table tr td p, table tr td li {
	font-size:1em;
	}
	

table tr td.right, table tr th.right {
	padding-right:5px;
	text-align:right;
	width:4em;
	}
	
table tr td.rightex, table tr th.rightex {
	padding-right:5px;
	text-align:right;
	width:8em;
	}

table tr.noline td {
	border-bottom: none;	
	}
	
table tr.bold, table td.bold {
	font: bold 1em/1.25em Helvetica, Verdana, Arial, Sans-Serif;
	}
	
table tr th, table tr td {
	padding-left: 0;
	}	

tr.px2 td {
	border-bottom: 2px solid #FF5500;
	}
	
tr.noline td {
	border-bottom: none;
	}
	
tr.top2px td {
	border-top: 2px solid #FF5500;
	}
	
tr.bottom2px td {
	border-bottom: 2px solid #FF5500;
	}
	
tr.px1emphasis td {
	border-bottom: 1px solid #FF5500;
	}
	
tr.boldblue2px td {
	border-bottom: 2px solid #FF5500;
	font-weight: bold;
	}
	
.total {
	font: bold 1em/1.25em Helvetica, Verdana, Arial, Sans-Serif;
	color: #FF5500;
	text-transform: uppercase;
	}
	
#contentcolumnwide table.fins {
	margin-top: 0px;
	}

.notes {margin:0 0 10px 0;}
	
p.note {
	font-size: 11px;
	}
	
p.note span{
	margin-left:-10px;
	}
	
div.dirreport {
	margin-bottom: 20px;
	}	
	
#maincontent .profiles tbody .content {
    overflow-y: hidden;
	margin-right:10px;
}	

#maincontent .profiles tbody tr td {
	width:25%;
}	

#maincontent .profiles thead tr th {
	border-top:0;
}	

#maincontent .profiles a {
	text-decoration:none;
}	

#maincontent .profiles.open tfoot td a img {
    background-position: 3px -424px;
}
#maincontent .profiles tfoot td a img {
    background-position: 3px -404px;
}

#maincontent .profiles tr td, #maincontent .profiles tr th {
    border-bottom: 0;
}

.profileswrap {
	width:748px;
	overflow:hidden;
}

#maincontent .profiles {
	width:768px;
}

#maincontent .profiles tfoot img {
    background-position: -80px 0;
	margin-left:5px;
}	

/* ----------container to center layout---------- */
#container {
	width: 980px;
	margin: 0 auto 0 auto;
	padding: 0 20px;
	}

/* ----------logo banner---------- */

#header {
	height: 270px;
	width: 788px;
	float: right
	}
	
#breaking-ground #header {
	height: 2272px;
	}
	

#chairmans_report .note {
	margin-top: 20px;
}

#people_community .col {
	float: left;
	margin-right: 20px;
	margin-top: 40px;
}

#people_community .col ul {
	list-style: none;
	margin-left: 0;
}	

#people_community h3 {
	margin-top: 1em;
}

.people_points {
	position: relative;
	z-index: 1;
}

.people_points .people_point {
	position: absolute;
	top: 171px;
}

.people_points .people_point .box {
	width: 15px;
	height: 15px;
	background-color: #ED6D16;
}

.people_points .people_point .name {
	margin-top: 0.5em;
	background-color: #000;
	display: none;
	color: #fff;
	padding: 1.2em;
	font-size: 1.2em;
	white-space: nowrap;
}

.people_points .people_point:hover .box {
	background-color: #fff;
}

.people_points .people_point .name.nudge_left {
	position: absolute;
	right: 0;
}

.people_points .people_point:hover .name {
	display: block;
}

.bottom-content-image {
	margin-left: -20px;	
	margin-top: 10px;
	margin-bottom: -40px;
}
	
#logo {
	height: 59px;
	width: 192px;
	border: 0 none;
	text-decoration: none;
	float: left;
	margin: 34px 0 0 0;
	}
	
#logo a{
	display: block;
	height: 59px;
	width: 192px;
	text-indent: -9999px;
	background: url(../images/logo.png) no-repeat 0 0;
	}

/* ----------main banner image---------- */
#banner {	
	height: 270px;
	width: 788px;
	float: right;
	}
	
#bannerTip {
	position: relative;
	left: 192px;
	height: 270px;
	width: 788px;
	margin-bottom: -270px;
	z-index: 9;
	}
	
/* ----------logo within banner---------- */
#maincontent {
	position: relative;
	width: 980px;
	}
	
#content {
	float: right;
	clear: both;
	}

/* ----------main navigation---------- */

#nav {
	float: left;
	margin-top: 161px;
}

#nav a.nav_head img { 
	padding-left:0; 
	margin: 0 0 10px 5px;
	}

#nav li a {
	text-decoration: none;
	display: block;
	margin-left: 1px;
	cursor: pointer;
	width: 166px;
	font-size:11px;
	line-height:16px;
	color:#666;
	padding-left: 5px;
	}
	
#nav ul {
	list-style: none;
	margin-left: 0;
}

			
#nav ul li {
	position: relative;
	margin-top: 1px;
	margin-bottom: -1px;
	/*border-top: 1px solid #ccc;*/
	}
				
span.combined {
	line-height: 1.4em;
	}	
	
#nav ul li ul{
	margin: 0;
	padding-left: 1em;
}
#nav ul li ul li {
	}
#nav ul li ul li.last{
	border-bottom: none;
	margin-bottom: -1px;
}
#nav li a:link, #nav li a:visited, #nav ul li a:link, #nav ul li a:visited  {
	color: #666;
	}
		
#nav li a:hover, #nav ul li a:hover, #nav ul li a#nav_current {
	background-color:#000;
	color: #FFF;
	}

#nav img.downl{ position: absolute;  right: -4px;  top: 3px;}

#nav img.downl , #downloadlist .downl img, #downloadlist2 .downl img 		{ background-position: -0px 0px; }
#nav img.downl:hover , #downloadlist .downl:hover img, #downloadlist2 .downl:hover img { background-position: -0px -20px; }
		
#maincontent #leftcolumn #nav ul li a.active {
	color: #FF5500;
	background-color: #fff;
	}

/* ----------content---------- */
#leftcolumn {
	position: relative;
	margin: 0 0 0 0px;
	background-color: transparent;
	float: left;
	width: 192px;
	display:inline; /* IE 6 fix */	
	}
#featurecolumn, .featurecolumn {
	position: relative;
	margin: 0 0 0 20px;
	background-color: transparent;
	width: 268px;
	}
		
#featurecolumn img{
	margin-bottom: 10px;
	}
		
#contentcolumn, #contentcolumnwide { 
	position: relative;
	float: right;
	background-color: transparent;
			

	}
	
#contentcolumn, .contentcolumn {
	width: 460px;
	}
	
#contentcolumnwide {
	width: 748px;
	padding:20px;
	background-color:#FFF;
	padding-bottom:40px;
	}
	

#groupedcontent {
	position: relative;
	width: 556px;
	height: auto;
	}

div.onethirdcontent {
	display: block;
	position: relative;
	width: 172px;
	float: left;
	clear: right;
	}
	
div.twothirdcontent {
	display: block;
	position: relative;
	width: 172px;
	margin-left: 20px;
	float: left;
	clear: right;
	}
	
div.threethirdcontent {
	display: block;
	position: relative;
	width: 172px;
	margin-left: 20px;
	float: left;
	clear: right;
	}

div.contentpart {
	position: relative;
	margin: 0;
	background-color: transparent;
	width: 305px;
	display: inline-block;
	}	

div.contentpartsmall {
	position: relative;
	margin: 0;
	background-color: transparent;
	width: 145px;
	display:inline; /* IE 6 fix */	
	}

div.contentparthalf {
	position: relative;
	margin: 0;
	background-color: transparent;
	width: 172px;
	font-size:.9em;
	display:inline; /* IE 6 fix */
	}
	
div.contentparthalf span{
	color: #666;
	}

div.redblock{
	background-color:#FF5500;
	margin-bottom:2em;
	padding-bottom:2em;
	color:#FFF;
}
div.redblock p{
	color:#FFF;
}

div.onequartercolumn {
	display: block;
	float: left;
	position: relative;
	width: 187px;
	margin: 0;
	}
	
div.onequartercolumn .strategy {
	margin: 1.5em 1.5em 0 2.8em;
	}
div.onequartercolumn .director {
	margin: 0 20px 0 0;
	}
div.onequartercolumn .content {
	margin: 0 .75em;
	}
	
div.onequartercolumn .content img{
	margin-bottom: 1.5em;
	}
	
div.twohalfcolumn {
	display: block;
	float: left;
	width: 460px;
	height: auto;
	margin-bottom: 10px;
	}

div.onehalfcolumnleft {
	display: block;
	float: left;
	position: relative;
	width: 225px;
	margin-right: 8px;
	}
	
div.onehalfcolumnright {
	display: block;
	float: right;
	position: relative;
	width: 225px;
	}

div.halfcolumn {
	display: block;
	float: left;
	position: relative;
	width: 364px;
	margin-right: 20px;
	}
	
div.halfcolumn.right {
	margin-right: 0px;
	}	
	
div.halfcontentcolumn {
	display: block;
	float: left;
	position: relative;
	width: 219px;
	margin-right: 20px;
	}	
div.halfcontentcolumn.right {
	margin-right: 0px;
	}
	
div.halffeaturecolumn {
	display: block;
	float: left;
	position: relative;
	width: 134px;
	margin-right: 0px;
	background-color: transparent;
	}
		
div.halffeaturecolumn.right {
	margin-right: 0px;
	float:right;
	}		

.blackbox div.halffeaturecolumn, .blackbox div.halffeaturecolumn.right {
	width:119px;
}

.imageBlock {
	border-top:5px solid #000;
	margin:20px 0;
	padding-top:20px;
}

.imageBlock img.first {margin-right:17px}

/* ----------feature column content---------- */
div.pullout {
	top: 0px;
	left: 0px;
	background-color: #ababab;
	float: right;
	width: 100%;
	margin-bottom: 20px;
	}
	
div.pulloutrev {
	top: 0px;
	left: 0px;
	background-color: transparent;
	float: right;
	width: 100%;
	margin-bottom: 20px;
	}
	
div.dl {
	position: relative;
	margin-top: 20px;
	}
	
img.featureimage {
	margin: 5px 0 10px;
	}
	
img.nobottomgapimage {
	margin: 0;
	}
	
img.signatureimage {
	margin: -0.75em 0 0;
	}
	
img.featureimageborder {
	margin: 0 0 20px;
	border: 1px solid #d9d7d6;	
	}
	
div#groupedcontent img {
	border: none;
	margin-bottom: 1em;
	}
	
div.text {
	margin-top:0;	
	padding:2em;
	}
	
div.text div {
	margin-bottom:.5em;
	margin-top:.25em;
	}

div.text p.head {
	color:#959595;
	}
/* ----------footer---------- */
#footer {
	border-top: 5px solid #000;
	position: relative;
	left: 0px;
	width: 788px;
	float:right;
	}

#footer.noborder {
	border-top: none;
}
	
	
#footermenu {
	height:1.3em;
	padding:1em 0;
	text-align: left;
	}
	
#footermenu p {
	color: #666;
	font-size:1.1em;
	line-height: 1.091em;
	margin: 0;
	text-indent:0;
	}
	
#footermenu a, #footermenu a:visited, #footermenu a:active {
	color: #666;
	text-decoration: none;
	}
	
#footermenu a.author, #footermenu a:visited.author, #footermenu a:active.author {
	color: #999;
	}
	
#footermenu a:hover {
	color: #FF5500;
	text-decoration: none;
	}
	
#footermenu a:hover.author {
	color: #666;
	text-decoration: none;
	}
			
#footerspace{
	height: 1.3em;
	}
	
#footermenu .floatleft{
	text-transform:uppercase;
	}	
/* ----------typography---------- */
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #FF5500;
	line-height: 120%;
	margin-bottom: 1em;
	}

h1 {
	font-size: 1.4em;
	margin-bottom: 0.75em;
	}
	
h1.bold {
	font-weight: bold;
	}

h2 {
	font-size:1.2em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:.5em;
	}

h2.assetlocation {
	font-size: 1.6em;
	color: #FF5500;
	text-transform: none;
	margin-bottom: 0em;
	margin-top: -0.25em;
	}
	
h2.lc {
	text-transform: none;
	}
	
span.assettitle {
	font-size: 0.9em;
	color: #666;
	font-weight: normal;
	text-transform: none;
	margin-bottom: 0.5em;
	}

h3 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	margin-bottom: .5em;
	}
	
.greybox h3, .blackbox h3 {
	margin-bottom: 1.5em;
	padding-bottom: .5em;
	border-bottom: 3px solid #000;
	}

	
h3.bold {
	font-size: 1.4em;
	font-weight: bold;
	margin-bottom: 1em;
	}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0em;
	}
	
h4.bold {
	font-weight: bold;
	}
	
h4.list	{
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.5em;
	}

h5 {
	color: #FF5500;
	font-size: 1em;
	margin-bottom: 0em;	
	}
	
body#corpgov h5 {
	color: #000;
	font-weight: bold;
	font-size: 1em;
	margin-bottom: 0em;	
	}
	
#board h5 {
	margin-bottom: 0.75em;
	}

h6 {
	color: #000;	
	font-size: 1em;
	margin-bottom: 0.75em;	
	}
	
p, li {
	color: #444;
	font-size: 1.2em;
	line-height: 1.333em;
	margin-right: 0;
	margin-left: 0;
	}
	
p {
	margin-bottom: 0.375em;
	}
	
p.feature {
	color: #FF5500;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 0.5em;	
	}
	
p.feature2 {
	color: #FF5500;	
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 0.5em;	
	}
	
p.feature3 {
	color: #FF5500;	
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 0.5em;	
	}
	
p.feature4 {
	color: #666;	
	font-size: 1.2em;
	font-weight: normal;
	margin-bottom: 1.75em;	
	}

p.smallgap {
	color: #666;	
	font-size: 1em;
	margin-bottom: .5em;
	}

p.subhead {
	font-weight: bold;
	margin-bottom: 0em;
	}
	
p.subhead2 {
	font-style: italic;
	margin-bottom: 0em;
	}
p.intro, .panel-header p {
	font-size:1.5em;
	font-weight:normal;
	color:#000;
	line-height:1.333em;
	}	
p.orange {
	color:#FF6600;
	}	
p.border-bottom {
	border-bottom:2px solid #FF5500;
	padding-bottom:0.3em;
	}

p.border-top {
	border-top:2px solid #FF5500;
	padding-top:0.3em;
	}

p.uppercase {
	text-transform:uppercase;
	}
	
div.corpgovsection {
	border-top: 1px solid #000;
	background-color: #e4e1e0;
	border-bottom: 1px solid #000;
	padding-top: 1em;
	margin-bottom: 1em;
	font-weight: bold;
	}
	
span.indent1 {
	padding-left: 0.25em;
	float: left;
	display: block;
	}
	
span.indent2 {
	display: block;
	margin-left: 3em;
	}
	
span.ligap {
	display: inline-block;
	margin-bottom: 0.75em;
	}

span.bold {
	font-weight: bold;
	}
	
span.reg { 
	font-size: 0.9em;
    position: relative;
    top: -3px;
}
	
li li{
	font-size: 1em;
	}
	
li p{
	font-size: 1em;
	}
	
sup, .sup, .tdsup {
	font: 0.8em/1em Helvetica, Verdana, Arial, Sans-Serif;
	color: #666;
	vertical-align: text-top;
	text-transform: none;
	}
	
.tdsup {
	margin-right: -0.85em;
}
	
sup a, .sup a, .tdsup a{
	text-decoration:none;
	}

ul, ol {
	margin-left: 1.5em;
}

li {
	margin-bottom: 0.375em;
}

ul {
	list-style-type: disc;
	}
	
ol {
	list-style-type: decimal;
	}
	
p span.num-dec {
	float:left;
	width:25px;
	}	
	
table.corpgov ul.gov li, table.corpgov ul.gov2 li {
	font-size: 1em;	
	background: url(../images/site/dash.gif) no-repeat 0 1em;
	margin-bottom: 0.5em;
	}
	
table.corpgov ul.gov {
	margin-bottom: .75em;	
	}
	
table.corpgov ul.gov2 {
	margin-bottom: -0.5em;	
	}
	
table.corpgov tr.underline {
	border-bottom: 1px solid #666;
	}
	
table.corpgov tr {
	border-bottom: 1px solid #666;
	}

ul.circle li {
	color: #333;
	background: url(../images/site/circle.gif) no-repeat;
	}
	
ul.corpgovcircle {
	margin-left: 3.5em;
	}

ul.corpgovcircle li {
	color: #333;
	background: url(../images/site/cgcircle.gif) no-repeat;
	}
	
ul.cube li {
	color: #666;
	background: url(../images/site/cube.gif) no-repeat 0 .4em;
	}
	
ul.arrow {
	display: inline;
	position: relative;
	left: -13px;
	}

ul.arrow li {
	display: inline-block;
	background: url(../images/site/arrow.gif) no-repeat 0 0;
	}

li.bullet {
	margin-top: -0.8em;
	}

p.name {
	margin-bottom: 0em;
	font-weight: bold;
	color: #FF5500;
	}
	
p.title {
	margin-bottom: 0em;
	}
	
p.directortitle {
	margin-bottom: 0em;
	font-weight: bold;
	}
div.directorintro{
	min-height:6em;
	margin-top:1.5em;
	}

p.caption {
	color: #000;	
	font-size: 1em;
	font-weight: normal;
	margin-top: 0.5em;
	height: auto;
	}
	
p.imgcaption {
	color: #000;	
	font-size: 1em;
	font-weight: normal;
	margin-top: -15px;
	margin-bottom: 20px;
	height: auto;
	}
	
p.biog {
	margin-bottom: 2em;
	}
	
p.heading {
	margin-bottom: -0.8em;
	}
	
p.extrabottomhalfgap {
	margin-bottom: 6em;
	}

p.extrabottomgap {
	margin-bottom: 12em;
	}
	
.abc {
	color: #666;
	line-height: 1.25em;	
	padding-left: 1em;
	margin-bottom: 0.75em;
	margin-left: 1em;
	list-style-type: upper-latin;
	}
	
.roman {
	color: #666;
	line-height: 1.25em;	
	padding-left: 1em;
	margin-bottom: 0.75em;
	margin-left: 2.5em;
	list-style-type: lower-roman;
	}
	
.alpha {
	margin-left: 20px;
	text-indent: -20px;
	}
	
.numeral {
	color: #666;
	line-height: 1.25em;	
	padding-left: 1em;
	margin-bottom: 0.75em;
	margin-left: 1em;
	list-style-type: decimal;
	}
	
li.nogap {
	margin-bottom: -0.75em;
	}

.uppercase{
	text-transform: uppercase;
	}
	
.credit {
	font-size: 1em;
	font-weight: bold;
	}
		
img.nogap {
	margin-bottom: 0em;
	}
	
img.extragap {
	margin-bottom: 1.5em;
	}

.extragap {
	margin-bottom: 0.75em;
	}
	
.extragap2 {
	margin-bottom: 1.5em;
	}
	
.divgap {
	border-top:1px solid #666;
	margin-bottom:20px;
}
	
ul.extragap {
	margin-bottom: 2em;
	}
	
.gap, img.gap {
	margin-bottom: 10em;
	margin-top: 10em;
	}
	
.halfgap, img.halfgap {
	margin-bottom: 5em;
	margin-top: 5em;
	}
	
.siggap {
	margin-bottom: 10em;
	}

.strong {
	font-weight: bold;
	}

.em {
	font-style: italic;
	}
	
.floatleft {
	float: left;
	}

.floatright {
	float: right;
	}

.close {
	margin-top: -10px;
	float: right;
	margin-right: -7px;
	}

.hidden, .hide {position:absolute; top:-999px; left:-999px}

h1.hide {
	height: 21px;
	position: relative;
	left: 0px;
	top: 0px;
	text-indent:-9999px;
	}

h1.oracle { background: url(../images/title-oracle.gif) no-repeat transparent; }
h1.intellectual { background: url(../images/title-intellectual.gif) no-repeat transparent; }
h1.shareholders { background: url(../images/title-shareholders.jpg) no-repeat transparent; }
h1.ceo { background: url(../images/title-ceo.jpg) no-repeat transparent; }
h1.sustainability { background: url(../images/title-sustainability.jpg) no-repeat transparent; }
h1.ehs { background: url(../images/title-ehs.jpg) no-repeat transparent; }
h1.people { background: url(../images/title-people.jpg) no-repeat transparent; }
h1.community { background: url(../images/title-community.jpg) no-repeat transparent; }
h1.volunteering { background: url(../images/title-volunteering.gif) no-repeat transparent; }
h1.inner {
	margin-top: 10px;
}

h2.environ {background: url(../images/safety-results-header.gif) 0 0 no-repeat;
height:20px;
width:172px;
margin-bottom:10px;}
	
/* ----------pageturner---------- */
#pageturner {
	position: absolute;
	top:-3.1em;
	right: 1em;
	width: auto;
	height: 1.1em;
	
	}

#pageturner span.links {
	color: #666;
	font-size: 1.1em; /* Equals 11px */
	line-height: 1.0909em; /* Equals 12px */
	}

#pageturner a span {
	display:block;
	position: absolute;
	width: 5px;
	height: 9px;
	}

#pageturner a.next { padding: 0 1em 0 .6364em; }

#pageturner a.previous { padding: 0 .6364em 0 1em; }

#pageturner a.next span { background-position:  -80px 0px; top:0.091em; right: 0; }

#pageturner a:hover.next span {	background-position: -80px -20px !important; }

#pageturner a.previous span { background-position:  -60px 0px; top:0.091em; left: 0; }

#pageturner a:hover.previous span {	background-position: -60px -20px !important; }

#pageturner a, #pageturner a:visited, #pageturner a:active { 
	color: #666;
	text-decoration: none; 
	}

#pageturner a:hover { color: #FF5500 !important; text-decoration: none; }	

#pageturner.white span.links, #pageturner.white a, #pageturner.white a:visited, #pageturner.white a:active { 
	color: white;
}

#pageturner.white a.next span {
	background-position: -114px 0;
}

#pageturner.white a.previous span {
	background-position: -94px 0;
}

/* ----------skiplink---------- */
.skip-link {
	position: absolute;
	margin-top: -999em;
	}
	
a.skip-link:active	{
	color: #FF5500;
	background-color: #fff;
	}
	
a.skip-link:hover {
	color: #FF5500; 
	background-color: #fff;
	}
	
a.skip-link:focus {
	color: #FF5500; 
	background-color: #fff;
	}

/* ----------columns---------- */

.col.one{
	width: 236px;
	display: block;
	float: left;
	margin-right: 20px;
	}

.col.nomargin{ 
	margin-right: 0 !important; 
}

.col.one.half {
	width:364px
}

.greyborder{
	border:#E6E2DF solid 1px;
	padding:20px;
	clear:both;
	margin-bottom:20px;
}
.greyborder .col.one{
	width: 222px;
	margin-bottom:-20px;
	}

/* ----------colors---------- */
body #maincontent .dark		{ color:#666; }
body #maincontent .black		{ color:#000; }
body #maincontent .blue		{ color:#FF5500 ;}
body #maincontent .orange		{ color:#ff5500 ;}

	
/* ----------home page---------- */

#home #contentcolumnwide {
	width:748px;
	height:545px;
	z-index:1;
	padding:20px;
}

#home #header {
	z-index:0;
}

picture-slides-container {
	position:relative;
}

.zero.picture-slides-fade-container img {
	position:relative;
	top: -20px;

}

.picture-slides-fade-container {
	position:absolute;
	height: 392px;

}

.picture-slides-thumbnails {
	margin-left: 0;
	position:absolute;
	top: 423px;
	list-style: none;
}

#home .picture-slides-thumbnails li {
	float:left;	
	padding-left: 0;
	margin-right: 13px;
}

.picture-slides-thumbnails li a {
	border:5px solid #000;
	float:left;
}

.picture-slides-thumbnails li a:hover {	
	border:5px solid #f61;
}

.picture-slides-image-text {
	color:#fff;
	background:#000;
	padding:10px;
	width:229px;
	height:auto;
	position:absolute;
	bottom:0;
	right:0;
	font-size: 1.2em;
	line-height: 1.3em;
	text-indent:0;
	margin-bottom:0;
}
	
/*    our values page  */
.panel-header {
    background: url("../images/site/toggle_arrows_sprite.gif") no-repeat scroll 678px 7px transparent;
    cursor: pointer;
    display: block;
    min-height: 35px;
    /*overflow: hidden;*/
    width: auto;
}
.colorborder{
    border-style: solid none;
    border-width: 1px medium;
	border-color: #E6E2DF;
    margin-bottom: -1px;
	padding: 17px 0 0;
}

#our_values h2 {
	height:25px;
	text-indent:-9999px;	
}
#our_values .panel-header h2#h1 {background: url("../images/core_01.jpg") no-repeat transparent;}
#our_values .panel-header h2#h2 {background: url("../images/core_02.jpg") no-repeat transparent;}
#our_values .panel-header h2#h3 {background: url("../images/core_03.jpg") no-repeat transparent;}
#our_values .panel-header h2#h4 {background: url("../images/core_04.jpg") no-repeat transparent;}
#our_values h2#h5 {background: url("../images/core_05.jpg") no-repeat transparent;}

#our_values .panel-header .featurecolumn {
	background: url("../images/arrow.jpg") no-repeat transparent;	
	height:25px;
}
#our_values .panel-header.opened .featurecolumn {
	background: url("../images/arrow_active.jpg") no-repeat transparent;	
	height:25px;
}


#our_values .panel-body h3{
	margin-bottom:0;
	border-top: 1px solid #000;
	padding-top:10px;
}

#our_values .panel-body hr.hrb1{
	clear:none;
	margin: 0 0 10px;
}


/*    overview page  */


#overview #contentcolumnwide p{
	 text-indent: 0;
	font-size:1.1em;
}

#overview .col.one {
	padding: 20px 0 0 0;
}

#overview .borderbottom {
	border-bottom: 1px #666 solid;	
}

#overview .borderleft img {
	margin-left:20px;
	padding-top:20px
}

#overview .borderleft.last{
    padding-bottom: 0;
	margin-bottom:20px !important;
}

#overview .top .col {
	height:136px;
}

#overview .middle .col {
	height:201px;
}


#overview .bottom .col {
	height:136px;
}


#overview .col.one.noborder {
	border:none;
	padding-top:0;	
}

#overview .bottom p {
	margin-left:7px;
}

/*    overview_and_history page  */
#overview_and_history .greyborder{
	padding:10px;
}

/*technology innovation page*/
#technology_innovation #contentcolumnwide p{
	width:454px
}

/* ----------Tool tips---------- */
.bios {
	display:none;
	}
	
.assets {
	display:none;
	}

#easyTooltip {
	padding: 3px 5px;
	border: 1px solid #fff;
	background-color: #000;
	z-index: 99;
	}
	
#easyTooltip p.title {
	text-indent: 0px;
	padding: 3px 15px;
	font-size: 11px;
	color: #fff;
	text-align: center;
	}