﻿/* Nice of you to drop by. You may learn from this CSS file to use on
   your own projects, but please don't forget to give credit. - Neps */

@import url(reset.css);

/* Now THIS is how to do CSS. */


a {
    text-decoration: none;
}
body {
    font: 75% Verdana,sans-serif;
}
strong {
    font-weight:bold;
}



/* Colors and Type */

#nav {
    color: #fff;
    background: #4267AD url(../images/mainmenu-bg.gif) no-repeat;
    text-transform: uppercase;
    font-size: 83.33%;
}
#nav a {
    color: #fff;
}
#nav a:hover, body.home #l1 a, body.about #l3 a, body.investorrelations #l4 a, body.governance #l5 a, body.contact #l2 a {
    color: #FEDE58;
    border-color: #fff;
}
body.home #l1 a, body.about #l3 a, body.investorrelations #l4 a, body.governance #l5 a, body.contact #l2 a {
    font-weight: bold;
}

h1, h2, h3 {
    color: #ff9900;
    font: bold 133% Arial;
}
h1, h2 {
    font: bold 133% Arial;
}
h1 {
    margin-bottom: 0.34em;
}
h2 {
    margin-bottom: 0.5em;
}
h3 {
    font: 116% Arial;
    margin:0.5em 0;
}
h3 a {
    color: #5D7CAD;
}
h4 {
    font: 100% Arial;
    margin-bottom:0.2em;
}
h4, h4 a {
    color:#737373;
}

p {
    color: #737373;
    font: 100%/1.5em Arial;
    margin-bottom: 1.5em;
    text-align: justify;
}
p a {
    color: #737373;
}

h4 a:hover, p a:hover {
    color: #5D7CAD;
    text-decoration:underline;
}

.date {
    display: block;
}
.announcement p {
    margin-left: 14px;
}
.announcement h3 {
    color: #5D7CAD;
    background: transparent url(../images/arrow-blue.jpg) no-repeat scroll 0px 3px;
    padding-left: 14px;
}
.more a {
    display:block;
    color:#ff9900;
    margin:0.5em 0;
}

.biography, .history {
    display:none;
    padding:1em 0 0;
}
.biography p {
    color:#333;
}
#comeback {
    display:block;
}
.footnote {
    margin:1em 0;
    font-size:83.33%;
}




#toc ul a {
    color: #5D7CAD;
    font: 116% Arial;
    background: url(../images/arrow-blue.jpg) no-repeat 0 50%;
}
#toc ul a:hover {
    color: #ff9900;
    background: url(../images/arrow-orange.jpg) no-repeat 0 50%;
}


#footer {
    font-size:91%;
    text-align:right;
}
#footer a{
    color:#5D7CAD;
    }





/* Structure */

#container {
    width: 767px;
    margin: 0 auto;
    padding: 8px;
    border: 1px solid #e8e8e8;
}


#header {
    float: left;
    width: 100%;
}
#header p {
    margin:0;
}
#header span {
    display: none;
}
#header a {
    display: block;
    width: 192px;
    height: 155px;
    text-indent: -5000px;
    background: url(../images/header-left.jpg) no-repeat;
    float: left;
}
#header em a {
    background: url(../images/header-right.jpg) no-repeat;
    float: right;
    text-indent: -5000px;
}


#nav {
    float: left;
    width: 100%;
    margin: 3px 0;
}
#nav ul {
    min-height: 22px;
}
#nav #r {
    float: right;
}
#nav #l {
    float: left;
}
#nav li {
    display: block;
    float: left;
    padding: 4px 0;
}
#nav a {
    display: block;
    padding: 0 10px;
    border-left: 1px solid;
}
#nav .first a {
    border: none;
}



.main {
    float: left;
    width: 100%;
}
.col {
    width: 363px;
    float: left;
    padding: 20px 10px 10px;
}


#toc {
    float: left;
    width: 227px;
    padding: 20px 10px 0;
}
#toc ul a {
    padding-left: 14px;
}
#toc li {
    padding: 0.5em 0;
}

#sub {
    padding: 20px 10px 0 0;
    margin-left: 250px;
}


#footer {
    clear: both;
    width: 100%;
    margin: 30px 0 0;
}




/* Endorsers */
#header {
    background: url(../images/header-sitemap.jpg) no-repeat 50%;
}
body.home #header {
    background: url(../images/header-home.jpg) no-repeat 50%;
}
body.about #header {
    background: url(../images/header-about.jpg) no-repeat 50%;
}
body.investors #header {
    background: url(../images/header-investor.jpg) no-repeat 50%;
}
body.contact #header {
    background: url(../images/header-contact.jpg) no-repeat 50%;
}





/* CMS Console */
#console {
    position: absolute;
    top: 80px;
    right: 10px;
    width: 180px;
    z-index: 100;
    color: black;
    background-color: #F5F5DC;
    border-color: #008000;
    font-size: 11px;
    line-height: 14px;
}
#console a {
    text-decoration: none;
    color: #2F4F4F;
}
#console a:hover {
    text-decoration: underline;
    color: teal;
}
#console td {
    padding: 3px 10px;
}



/* Tweaks */
#nav {
    -moz-border-radius: 6px;
}
* html #sub {
     width:504px;
     float:right;
     margin:0;
}