﻿/* Main Styles */
body
{
    background:url(images/background.jpg) 0 0 no-repeat #000000;
    padding: 0px;
    margin: 0px;
    font:normal 11px/18px "Arial", Helvetica, sans-serif;
    color: #666666;
}

h1
{
    padding: 0;
    margin: 0;
}
h2
{
    padding: 0;
    margin: 0;
}

h3{
	padding:0;
	margin:0;
	font:normal 18px/18px Arial, Helvetica, sans-serif;
	color:#333333;}
a{
    color: #0099ff;
    text-decoration: none;
    font-weight: bold;
}

a:hover, active
{
    text-decoration: underline;
}
div#main 
{
    position: relative;
    top: 0px;
    left: 0px;
    width: 990px;
    margin: 0px auto;
    min-height: 800px;
    text-align: left;
}
div#clear
{
    clear: both;
}
.clear
{
    clear:  both;
}

/* Header Styles */
div#logoBig
{
    position: relative;
    margin-left: 20px;
    float: left;
    width: 357px;
    height: 117px;
    margin-top: 14px;
    background-image: url('images/logobig.png');
    z-index: 2;
}
div#globalnav
{
    position: relative;
    float:right;
    margin-right: 20px;
    top: -5px;
    width: 432px;
    height: 47px;
    background-image: url('images/globalnav.png');
}
div#globalnavtext
{
    position: relative;
    width: 400px;
    top: 25px;
    left: 17px;
    font-size: 10px;
    font-weight: bold;
    color: Black;
}
div#langselection
{
    position: absolute;
    top: 72px;
    right: 20px;
    font-size: 10px;
    color: #333333;
    z-index: 10;
}
.globalNavLink:link
{ 
    color: Black;
    font-weight: bold;
    text-decoration: none;    
}
.globalNavLink:visited
{
    color: Black;
    text-decoration: none;
}
.globalNavLink:hover
{
    color: #60bfff;
}

/* Main Content Styles */
div#maincontentarea
{
    position: relative;
    top: 127px;
    width: 972px;
	background-color: #FFFFFF;
    padding: 10px;
}
div#siteheadline
{
    position: absolute;
    top: 118px;
    left: 20px;
    width: 885px;
    height: 55px;
    color: White;
    font-size: 48px;
    font-weight: bold;
    z-index: 3;
}
div#stockchart
{
    position: relative;
    top: 116px;
    width: 992px;
    height: 185px;
    background-image: url('images/stockchart.png');
    z-index: 1;
}
div#midcontent
{
    height:10px;
}
.h1header
{
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding-bottom: 0px;
}
.h1headerlinks
{
	color: #333333;
}
.h2header
{
    color: #333333;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
.contentsection
{
    display:block;
    float:left;
    width: 215px;
    font-size: 11px;
    color: #666666;
    padding: 8px 15px 5px 10px;
}
.headertext
{
    min-height: 75px;
    margin-top: 7px;
    line-height: 160%;
    border-bottom: solid 1px #e0e0e0;
}
div#sectionHeader
{
    position: relative;
    float: right;
    top: -20px;
    width: 810px;
    margin-top: 15px;
}
h1#sectionHeaderText
{
    float:left;
    font-family: 30px;
    color: #333333;
    /*margin-right: 49px;*/
}
.sectionNav
{
    float: left;
    width: 98px;
    height: 19px;
    margin-top: 20px;
    padding-top: 3px;
    text-align: center;
}
.sectionNavSelected
{
    float: left;
    width: 98px;
    height: 19px;
    margin-top: 20px;
    padding-top: 2px;
    text-align: center;
    background-image: url('images/SubNavRedBG.png');
    background-repeat: no-repeat;
    color: White;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.sectionNavDouble
{
    float: left;
	position:relative;
    width: 98px;
    height: 19px;
    margin-top: 5px;
	margin-right: 20px;
    padding-top: 3px;
    text-align: center;
}
.sectionNavSelectedDouble
{
	position: relative;
    float: left;
    width: 98px;
    height: 19px;
    margin-top: 5px;
    padding-top: 3px;
	margin-right: 20px;
    text-align: center;
    background-image: url('images/SubNavRedBG.png');
    background-repeat: no-repeat;
    color: White;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
.sectionNavLinks
{
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    text-decoration: none;
}
.sectionNavLinks:hover
{
    color: #60bfff;
    text-decoration: none;
}
div#contentwrapper
{
    border: solid 0px black;
    position: relative;
    top: -15px;
    left: 40px;
    width: 940px;
    padding: 0px 0px 0px 0px;
}
div#leftNav
{
    position: relative;
    float:left;
    top: 0px;
    color: #b2b2b2;
    font-size: 11px;
    font-weight: bold;
    line-height: 175%;
}
div#leftNavSelected
{
    position:relative;
}
img#navarrow
{
    position: absolute;
    left: -25px;
}
.leftNavLinks
{
    color: #333333;
    text-decoration: none;
}
.leftNavLinks:hover
{
    color: #60bfff;
    text-decoration: none;
}
div#innerwrapper
{
    float:right;
    position: relative;
    width: 814px;
    min-height: 450px;
    top: 0px;
    background-color: White;
	border-right: solid 1px #c0c0c0;
}
div#breadcrumbs
{
    margin-top: 5px;
    margin-left: 20px;
    color: #666666;
    font-size: 11px;
}
div#leftcontent
{
    float: left;
    width: 425px;
    color: #666666;
    font-size: 11px;
    line-height: 175%;
    margin: 20px 20px 20px 20px;
}
div#rightcontent
{
    float: left;
    width: 300px;
    color: #666666;
    font-size: 11px;
    margin: 20px 20px 20px 20px;
    line-height: 175%;
}
h2#contentHeadline
{
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}
h3#listHeadline
{
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    font-weight: bold;
    color: #333333;
}
.listText
{
    color: #666666;
    min-height: 75px;
    margin-top: 7px;
    margin-bottom: 20px;
    line-height: 160%;
    border-bottom: solid 1px #e0e0e0;
}

/* Footer Styles */
div#footer
{
    position: relative;
    top: 150px;
    left: 40px;
}
div#footerContent
{
    position: relative;
    left: 40px;
}
div#bottomsmalllogo
{
    float: left;
    width: 61px;
    height: 52px;
    background-image: url('images/bottomsmalllogo.png');
    margin-right: 50px;
}
div#footerleft
{
	float: left;
    width: 838px;
    height: 300px;
}
div#footerright
{
	float: right;
    width: 100px;
    height: 52px;
	margin-right: 40px;
}
div#footersubnavleft
{
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 25px;
    margin-top: 20px;
}
div#footersubnavright
{
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 60px;
    margin-top: 20px;
}
div#footersubnavrightSub
{
    padding-left: 0px;
    padding-right: 0px;
	margin-left: 60px;
    margin-top: 12px;
}
div#siteaddress
{
    float: right;
    margin-top: 20px;
    margin-right: 60px;
    font-family: Arial;
    font-weight: bold;
    font-size: 11px;
    color: #cccccc;
}
.footernav
{
    position: relative;
    float:left;
    margin-left: 25px;
    margin-top: 20px;
}
.footernavfixed
{
    position: relative;
    float:left;
    margin-left: 60px;
    margin-top: 20px;
}
.footernavlinks
{
    font-family: Arial;
    font-size: 11px;
    font-weight:bold;
    color: #cccccc;
    text-decoration: none;
}
.footernavlinks:hover
{
    color: #0099ff;
    text-decoration: none;
}
.footersubnav
{
    float: left;
    color: #666666;
    font-family: Arial;
    font-size: 11px;
    line-height: 150%;
}
.footersubnavlinks
{
    color: #666666;
    text-decoration: none;
}
.footersubnavlinks:hover
{
    color: #0099ff;
    text-decoration: none;
}



.main_pan{
	width:952px;
	font:normal 11px/18px Arial, Helvetica, sans-serif;
	color:#666666;
	margin:0 auto;
	clear:both;
}

.terms{
	padding:0;
	margin:0;
	list-style:none;}
	
.terms li{
	padding:20px 0 0 0;}
	
.terms li li{
	padding:10px 0 0 0;}
	
.terms ul{
	padding:0 0 0 15px;
	margin:0;
	list-style:none;}
	
.terms ul ul{
	padding:0 0 0 10px;
	margin:0;
	list-style:none;}
