﻿* {
    margin: 0px;
    padding: 0px;
}

html {
    overflow-y: scroll;
}

body {
    font-family: Arial, Helvetica, Verdana, Sans-Serif;
    font-size: 12px;
    color: #555555;
    background-image: url(../Images/bg_body.gif);
    background-repeat: repeat-x;
    background-color: #e5e8eb;
}

body.home {
    background-image: url(../Images/bg_homeBody.gif);
}

a {
    color: #196790;
    text-decoration: none;
}

a:hover {
    color: #001c3a;
    text-decoration: underline;
}

a.arrowBack {
    padding: 0px 0px 0px 11px;
    background-image: url(../Images/arrow_back.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    display: block;
    clear: both;
}

a.arrowLink {
    padding: 0px 0px 0px 11px;
    background-image: url(../Images/arrow_l3.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
}

.mainContent a.PromoLink01 {
    color: #005785;
    padding: 6px 25px 6px 8px;
    text-decoration: none;
    background: #bed9e7 url(../Images/arrow_PromoLink01.gif) no-repeat right;
}

h2 {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}

h2 span {
    display: none;
}

h3 {
    background-image: url(../Images/divider_dots.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 0px 0px 18px 0px;
    padding: 0px 0px 6px 0px;
    color: #196790;
    font-size: 14px;
}

h3 span {
    color: #001c3a;
    font-size: 12px;
}

h3 span.shortDescription {
    font-weight: normal;
    color: #196790;
    font-size: 14px;
}

h4 {
    color: #001c3a;
    font-size: 12px;
}

h5 {
    background-image: url(../Images/divider_dots.gif);
    background-position: bottom;
    background-repeat: repeat-x;
    margin: 2px 0px 0px 0px;
    padding: 0px 0px 5px 0px;
    color: #001c3a;
    font-size: 12px;
}

img {
    outline: none;
    border: none;
}

input.TextBox01, textarea.TextBox01 {
    border: none;
    background: #e6e6e6;
    padding: 1px 3px;
    font: 12px Arial, Verdana, Helvetica, Sans-Serif;
}

label {
    font-weight: bold;
}

p {
    padding: 0px 0px 20px 0px;
    clear: both;
}

p.bigPara {
    color: #828282;
    font-size: 13px;
    /* font-weight: bold;*/
    line-height: 18px;
}

table.ContactsTable td {
    vertical-align: top;
    padding-bottom: 25px;
}

table.ContentTable01 {
    width: 100%;
}

table.ContentTable01 td {
    vertical-align: top;
    text-align: left;
    padding: 0 15px 3px 0;
}

table.ContentTable01 a {
    display: block;
    background-image: url(../Images/arrow_l3.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding: 0px 0px 0px 11px;
}

table.FormTable01 td {
    padding: 0 12px 2px 0;
    vertical-align: top;
    text-align: left;
}

table.FormTable01 td.LabelCell {
    padding-top: 3px;
}

table.FormTable01 tr.BtnRow td {
    padding-top: 6px;
}

table.LogoLinkTable td {
    padding: 10px;
    vertical-align: middle;
    border-bottom: 1px solid #e8e8ea;
}

table.LogoLinkTable td.LogoCell {
    text-align: center;
}

table.LogoLinkTable tr.LastRow td {
    border: none;
}

ul {
    list-style: none;
}

/* INTERIOR PAGES */

.centeringWrapper {
    width: 950px;
    margin: 8px auto 0px auto;
}

/*HEADER AREA*/

.headerWrapper {
    position: relative;
    width: 950px;
}

.logoHolder {
    float: left;
}

.logoHolder h1 {
    font-size: 0px;
}

/* TopNav*/

.topNavHolder {
    width: 588px;
    height: 32px;
    position: absolute;
    right: 0px;
    top: 53px;
    padding: 0 0 0 10px;
    background: url(../Images/topNavHolder.gif) repeat-x 0 0;
}

.topNavHolder li {
    display: block;
    float: left;
    height: 32px;
    padding-right: 11px;
    background: url(../Images/topNav_Separator.gif) no-repeat right 0px;
}

.topNavHolder a {
    display: block;
    float: left;
    height: 32px;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.topNavHolder a:hover {
    background-position: 0 -32px;
}

.topNavHolder a.active, .topNavHolder a.active:hover {
    background-position: 0 -64px;
}

.topNavHolder a span {
    display: none;
}

li.topNav_Mission a {
    width: 65px;
    background-image: url(../Images/topNav_Mission.gif);
}

li.topNav_Investments a {
    width: 90px;
    background-image: url(../Images/topNav_Investments.gif);
}

li.topNav_Team a {
    width: 50px;
    background-image: url(../Images/topNav_Team.gif);
}

li.topNav_Community a {
    width: 88px;
    background-image: url(../Images/topNav_Community.gif);
}

li.topNav_Careers a {
    width: 64px;
    background-image: url(../Images/topNav_Careers.gif);
}

li.topNav_News a {
    width: 52px;
    background-image: url(../Images/topNav_News.gif);
}

li.topNav_InvestorLogin {
    background: none;
}

li.topNav_InvestorLogin a {
    width: 102px;
    background-image: url(../Images/topNav_InvestorLogin.gif);
}


/*MIDDLE AREA*/

/* Main Title */

.mainTitle_Team {
    background-image: url(../Images/mainTitle_Team.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_Investments {
    background-image: url(../Images/mainTitle_Investments.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_Offices {
    background-image: url(../Images/mainTitle_Offices.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_Careers {
    background-image: url(../Images/mainTitle_Careers.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_Contacts {
    background-image: url(../Images/mainTitle_Contacts.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_MissionStatement {
    background-image: url(../Images/mainTitle_MissionStatement.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_News {
    background-image: url(../Images/mainTitle_News.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_Community {
    background-image: url(../Images/mainTitle_Community.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_PrivacyPolicy {
    background-image: url(../Images/mainTitle_PrivacyPolicy.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_SiteMap {
    background-image: url(../Images/mainTitle_SiteMap.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_EnergyCommodities {
    background-image: url(../Images/mainTitle_EnergyCommodities.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_OilAndGas {
    background-image: url(../Images/mainTitle_OilAndGas.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_MetalsAndMining {
    background-image: url(../Images/mainTitle_MetalsAndMining.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_PowerRenewables {
    background-image: url(../Images/mainTitle_PowerRenewables.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_Terms {
    background-image: url(../Images/mainTitle_Terms.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_FinancialOperational {
    background-image: url(../Images/mainTitle_FinancialOperational.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

.mainTitle_ManagementTeams {
    background-image: url(../Images/mainTitle_ManagementTeams.jpg);
    float: left;
    background-repeat: no-repeat;
    padding: 114px 0px 0px 0px;
    width: 950px;
    position: relative;
}

/* Left Nav */

.leftNav {
    width: 265px;
    background-color: #ffffff;
    border-top: #005785 solid 5px;
    padding: 4px 14px 13px 15px;
    margin: 73px 11px 0px 0px;
}

.leftNav ul {
    background-image: url(../Images/divider_dots.gif);
    background-position: bottom;
    padding-bottom: 1px;
    background-repeat: repeat-x;
}

.leftNav ul ul {
    background-image: none;
    padding-bottom: 5px;
}

.leftNav li {
    width: 265px;
}

.leftNav a {
    display: block;
    width: 100%;
    height: 27px;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.leftNav a:hover {
    background-position: 0 -27px;
    text-decoration: none;
}

.leftNav a.active, .leftNav a.active:hover {
    background-position: 0 -54px;
}

.leftNav ul ul a {
    background-image: url(../Images/arrow_l3.gif);
    background-position: 15px 7px;
    padding: 2px 0px 3px 24px;
    height: auto;
    width: auto;
}

.leftNav ul ul a:hover {
    background-position: 15px 7px;
}

.leftNav ul ul a.active {
    background-position: 15px 7px;
    color: #001c3a;
    font-weight: bold;
}

.leftNav ul ul a.active:hover {
    background-position: 15px 7px;
}

.leftNav a span {
    display: none;
}

li.leftNav_EnergyCommodities a {
    background-image: url(../Images/leftNav_EnergyCommodities.gif);
}

li.leftNav_FinancialOperational a {
    background-image: url(../Images/leftNav_FinancialOperational.gif);
}

li.leftNav_ManagementTeams a {
    background-image: url(../Images/leftNav_ManagementTeams.gif);
}

.home li.leftNav_EnergyCommodities a {
    background-image: url(../Images/leftNavHome_EnergyCommodities.gif);
}

.home li.leftNav_FinancialOperational a {
    background-image: url(../Images/leftNavHome_FinancialOperational.gif);
}

.home li.leftNav_ManagementTeams a {
    background-image: url(../Images/leftNavHome_ManagementTeams.gif);
}

.home .leftNav {
    background-color: Transparent;
    border-top: 0px;
    padding: 7px 14px 13px 15px;
    margin: 0px 11px 0px 0px;
    width: 307px;
}

.home .leftNav li {
    width: 307px;
}

.leftNav_PromoHolder {
    padding-top: 10px;
}

/*Content Area*/

.mainContent {
    float: right;
    background-color: #ffffff;
    width: 605px;
    padding: 31px 0px 30px 40px;
    border-bottom: solid #dbdee1 5px;
    min-height: 300px;
    height: auto !important;
    height: 300px;
}

.contentFull {
    width: 580px;
    float: left;
}

.contentWide {
    width: 518px;
    float: left;
}

.contentLeft {
    width: 420px;
    min-height: 200px;
    height: auto !important;
    height: 200px;
    float: left;
}

.contentRight {
    width: 140px;
    float: left;
    display: inline;
    margin: 0px 0px 0px 30px;
}

.mainContent a {
    text-decoration: underline;
}

.mainContent ul {
    padding: 0px 0px 15px 0px;
}

.mainContent ul li {
    padding: 0px 0px 8px 11px;
    background-position: 0px 5px;
    background-image: url(../Images/arrow_l3.gif);
    background-repeat: no-repeat;
}

.mainContent ul ul {
    padding: 5px 0px 0px 0px;
}

.mainContent ul ul li {
    padding: 0px 0px 5px 11px;
    background-position: 0px 5px;
    background-image: url(../Images/arrow_l3.gif);
    background-repeat: no-repeat;
}

.mainContent ul.BulletList {
    padding: 0px 0px 15px 6px;
}

.mainContent ul.BulletList li {
    padding: 0px 0px 8px 11px;
    background-position: 0px 5px;
    background-image: url(../Images/bullet_disc.gif);
    background-repeat: no-repeat;
}

.mainContent ul.LogoLinkList {
    clear: both;
    width: 100%;
    padding: 0 0 40px 0;
}

.mainContent ul.LogoLinkList li {
    display: block;
    float: left;
    height: 105px;
    padding: 0 10px 20px 0;
    background: none;
}

.mainContent ul.LogoLinkList li a img {
    border: none;
}

.mainContent .colRight li {
    padding: 0px 0px 3px 23px;
    background-position: 12px 5px;
    line-height: 14px;
}

.mainContent .contentRight a {
    text-decoration: none;
    display: block;
    background-image: url(../Images/arrow_l3.gif);
    background-repeat: no-repeat;
    background-position: 0px 4px;
    padding: 0px 0px 0px 11px;
}

.mainContent .contentRight ul {
    padding: 0px 0px 15px 0px;
    margin: 0px 0px 0px 0px;
}

.mainContent .contentRight ul li {
    margin: 0px 0px 0px 0px;
    padding: 2px 0px 4px 0px;
    background-image: url(../Images/divider_dots.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    line-height: 14px;
}

.mainContent .topContentNav ul {
    float: left;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 20px 0px;
    background-image: url(../Images/divider_dots.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    width: 100%;
}

.mainContent .topContentNav ul li {
    float: left;
    display: inline;
    padding: 0px 0px 8px 0px;
    background-position: 0px 5px;
    background-image: none;
}

/* FOOTER AREA */

.footer {
    clear: both;
    float: left;
    display: inline;
    font-size: 11px;
    color: #68696a;
    margin: 20px 0px 0px 350px;
    width: 600px;
}

.footer p {
    float: left;
}

.footer li {
    float: left;
    display: inline;
}

.footer a {
    color: #575758;
}

.footer a:hover {
    color: #575758;
    text-decoration: underline;
}

.footer a.active {
    font-weight: bold;
}

.home .footer {
    clear: both;
    float: left;
    display: inline;
    font-size: 11px;
    color: #68696a;
    margin: 25px 0px 0px 400px;
    width: 600px;
}

/* GENERAL CLASSES */

.divider {
    clear: both;
    height: 1px;
    background-image: url(../Images/divider_dots.gif);
    background-repeat: repeat-x;
    font-size: 0px;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 0px 0px;
    width: 100%;
}

.contentImage {
    float: left;
    background-color: #bed9e7;
    height: 134px;
    width: 170px;
    margin: 0px 4px 10px 0px;
}

.contentImage a {
    display: block;
    padding: 8px 0px 0px 10px;
    height: 23px;
    background-image: url(../Images/bg_linkArrow.gif);
    background-repeat: no-repeat;
    text-decoration: underline;
    font-weight: bold;
}

.bg_triangle {
    background-image: url(../Images/bg_triangle.gif);
    background-repeat: no-repeat;
    height: 127px;
    width: 294px;
}

.col {
    float: left;
    width: 220px;
    margin: 0px 20px 0px 0px;
}

.colLeft {
    float: left;
    width: 145px;
}

.colLeft h4 {
    margin-top: 5px;
    color: #555555;
}

.colRight {
    float: left;
    width: 255px;
}

.oddRow {
    background-color: #e3edf2;
    float: left;
    padding: 10px;
    width: 498px;
    margin: 0px 0px 10px 0px;
}

.contentLeft .oddRow {
    width: 400px;
    padding: 10px;
}

.evenRow {
    float: left;
    padding: 0px 10px 10px 10px;
}

.evenRow p, .oddRow p {
    padding: 0px;
}

.evenRow .colRight, .oddRow .colRight {
    width: 245px;
}

.contentWide .colRight {
    padding: 0px;
    margin: 0px;
    width: 350px;
}

.homeCopy {
    height: 212px;
    width: 553px;
    float: left;
    font-size: 12px;
    line-height: 24px;
    background-image: url(../Images/homeCopy.gif);
    background-repeat: no-repeat;
    margin: 34px 0px 30px 50px;
}

.homeCopy .bold01 {
    font-size: 14px;
    font-weight: bold;
    color: #001c3a;
}

.homeCopy .bold02 {
    font-size: 14px;
    font-weight: bold;
    color: #005785;
}

.homeCopy div {
    display: none;
}

.serviceMark {
    float: left;
    display: inline;
    margin: -10px 0px 20px 400px;
    font-size: 11px;
    color: #68696a;
}

.logoWrapper {
    float: left;
    font-size: 0px;
    height: 70px;
    width: 126px;
}

.active {
    font-weight: bold;
}

.inactive:hover {
    font-weight: bold;
}

.flashHolder {
    height: 305px;
    float: left;
}

/* Global Locations */

div.mapHolder {
    position: absolute;
    left: -40px;
    top: -32px;
}

div.contactInformationHolder div {
    position: absolute;
    z-index: 2;
    padding: 12px;
    background-color: #ffffff;
    color: #5d5d5d;
    font-size: 11px;
}

div.contactInformationHolder h4 {
    font-size: 12px;
    color: #196790;
}

div.contactInformationHolder div a, div.contactInformationHolder div a:hover {
    color: #196790;
    text-decoration: underline;
}

.contentHidden {
    display: none;
}
