/***********************************
		COMMON HTML STUFF
************************************/
* /*Set's border, padding and margin to 0 for all values*/
{ 
	padding: 0;
	margin: 0;
}

body {
	font-size: 11px;
	font-family: arial;
	background: #f2f2f2 url(../images/backgrounds/bg_body.png) left top repeat-x;
	text-align: center;
}

/***********************************
		LINKS
************************************/

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.blueLink {
	background: url(../images/icons/arrow_blue_small.gif) left 4px no-repeat;
	padding: 0 0 0 7px;
	color: #0b5e9b;
	text-decoration: underline;
}

a.summaryLink {
	background: url(../images/icons/arrow_black_medium.gif) left 4px no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 0 0 0 10px;
}

a.summaryLink:hover {
	text-decoration: underline;
}

a.pdf {
	background: url(../images/icons/pdf.gif) left 4px no-repeat;
	padding: 5px 0 5px 25px;
	text-decoration: underline;
}

/***********************************
		HEADINGS
************************************/

h1 {
	font-size: 2.91em;
	font-weight: normal;
}

h2 {}

h3 {
	font-size: 1.36em;
	font-weight: bold;
}

h4 {
	font-size: 1.3em;
}

/***********************************
		PAGE STRUCTURE
************************************/

#pageWrapper {
	margin: 0 auto 0 auto;
	width: 902px;
	text-align: left;
}

#pageTopWrapper {
	width: 100%;
	height: 65px;
	float: left;
	background: url(../images/backgrounds/bg_pagetop.gif) left top no-repeat;
}

#topNavigation,
#topNavigationModule {
	width: 100%;
	height: 38px;
	float: left;
	background: url(../images/backgrounds/bg_topnavigation.png) left top no-repeat;
}

#contentWrapper,
.contentWrapper {
	width: 100%;
	float: left;
}

#middleWrapper {
	width: 100%;
	float: left;
}

#leftNavigation {
	float: left; 
	width: 240px;
}

#mainArea {
	float: left;
	width: 662px;
	margin: 17px 0 0 0;
	min-height: 385px;
	display: inline;
}

.contentWrap
{

	position:relative;
	width: 100%;
	float: left;
}

.mutliBG 
{
	overflow:visible;
	width:300px;
	height:400px;
	display:block;
	position:absolute;
}
.multiBGWrap
{
	margin-left:3px;
	margin-top:38px;
}

.bgleft 
{
	border-left:3px solid #fff;
	left:0px;
}

.bgmiddle
{
	left:300px;
}

.bgright
{
	left:600px;
	border-right:2px solid #fff;
}

.N 
{
   height: 10px;
   position: absolute;
   width: 100%;
   background: url(../images/icons/N.png) right top repeat-x;
   z-index:2000;
}

*html #mainArea {
	height: 385px;
}

/***********************************
		PAGE TOP
************************************/

.topLeft {
	float: left;
	margin: 5px 0 0 28px;
	display: inline;
}

.topRight {
	float: right;
	margin: 20px 25px 0 0;
	display: inline;
	width: 600px;
}

.topRightBottom {
    float: right;
    display: inline; 
    width: 600px;
    margin: 2px 25px 0pt 0pt;
}


a.globalTrader {

	float: right;
}

/***********************************
		FONT SIZE SELECT
************************************/

.fontSize {
	float: right;
	margin: 14px 28px 0 0;
	display: inline;
}

.fontLabel {
	float: right;
	margin: 3px 0 0 0 ;
}

.commonpage .fontLabel {
	color: #666;
}

.printLabel {
	float: right;
	margin: 3px 25px 0 0 ;
}

.printLabel a {
	background: url(../images/icons/icon_print.gif) right top no-repeat;
	color: #666;
	padding: 0 25px 0 0;
	text-decoration: underline;
}

.selectFont {
	width: 19px;
	height: 19px;
	float: right;
	margin: 0 0 0 8px;
	cursor: pointer;
}


.NW 
{
    height: 10px; 
    width: 10px; 
    left: 0px;
    position: absolute;
    background: url(../images/icons/NW.png) right top no-repeat;
}

.NE 
{
    height: 10px;
    width: 10px; 
    right: 0px;
    position: absolute;
    background: url(../images/icons/NE.png) right top no-repeat;
}



/***********************************
		STARTPAGE
************************************/
.startpage {
	background: #02070B url(../images/backgrounds/bg_startpage2.jpg) left top no-repeat;
	min-height: 435px;
	color: #fff;
	position: relative;
}

.ContentBackground {
	color: #fff;
	position: relative;
}

.topmargin10 
{
	margin-top:10px;
}

*html .startpage 
{
	height: 435px;
}

.startContainer {
	float: left;
	margin: 8px 28px 0 433px;
	display: inline;
	padding: 0 0 10px 0;
}

.startContainer .bread {
	margin: 5px 0 20px 0;
	width: 415px
}

.startContainer .startBox {
	float: left;
	margin: 0 0 13px 0;
}

.startContainer .startImageBox {
	float: left;
}

.startContainer .startTextBox {
	float: left;
	margin: 0 0 0 20px;
	width: 320px;
}

.startContainer .startTextBox a {
	color: #fff;
	font-weight: bold;
	background: url(../images/icons/arrow_white_startpage.gif) left 4px no-repeat;
	padding: 0 0 0 10px;
}

.ContentBackground .SmallSelected  ,
.startpage .SmallSelected {
	background: url(../images/icons/icon_blue_small_selected.png);
}

.ContentBackground .Small ,
.startpage .Small{
	background: url(../images/icons/icon_blue_small.png);
}

.ContentBackground .Large  ,
.startpage .Large {
	background: url(../images/icons/icon_blue_large.png);
}

.ContentBackground .LargeSelected ,
.startpage .LargeSelected {
	background: url(../images/icons/icon_blue_large_selected.png);
}

/**/
.nobackground
{
	color: #ffffff;
}

.black,
.blackbg
{
	color: #ffffff;
    background-color:rgba(0,0,0);
    background-color:rgba(0,0,0,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; 
 }

.blue,
.bluebg 
{
	color: #ffffff;
    background-color:rgba(19,53,135);
    background-color:rgba(19,53,135,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99133569, endColorstr=#99133569); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99133569, endColorstr=#99133569)"; 
}

.white,
.whitebg 
{
	color: #000000;
	background-color:rgba(255,255,255);
    background-color:rgba(255,255,255,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff); 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)"; 
 }
 
.ContentBackground .startContainerSmall ,
.startpage .startContainerSmall 
{
    padding: 27px 30px 27px 27px;
   	float: left;
	margin: 8px 28px 0 433px;
	display: inline;
}
   
.ContentBackground .startContainerSmall h2,
.startpage .startContainerSmall h2
{
    font-size:2.8em;
    line-height:0.9em;
    padding-bottom:5px;
}

.ContentBackground.startContainerSmall p,
.startpage .startContainerSmall p
{
    font-size:1.2em;
}
   
.BottomBoxesWrap .BottomBoxesBoxLeft,
.BottomBoxesWrap .BottomBoxesBoxMiddle,
.BottomBoxesWrap .BottomBoxesBoxRight
{
    position:relative;
    height:137px;
    background-color:#fff;
    float:left;
    color: #000;
    padding:0px;
    padding-left:30px;
    padding-top:30px;
    margin: 0px 0px 0px 0px;
    width:270px;
}

.BottomBoxesWrap .BottomBoxesBoxLeft
{
    width:300px;
    background: #fff url(../images/backgrounds/bg_start_bottom_left.png) no-repeat right top;
}

.BottomBoxesWrap .BottomBoxesBoxMiddle
{
    width:270px;
    padding-left:0px;
 	background: #fff url(../images/backgrounds/bg_start_bottom_right.png) no-repeat right top;
}

.BottomBoxesWrap .BottomBoxesBoxMiddle
{
    width:270px;
    padding-left:0px;
 	background: #fff url(../images/backgrounds/bg_start_bottom_right.png) no-repeat right top;
}

.BottomBoxesWrap h2
{
    width:240px;
    font-size: 1.55em;
}
    
.BottomBoxesWrap  p
{
    width:240px;
    font-size: 1.1em;
}

.BottomBoxesWrap a
{
	text-decoration: none;
	color: #000;
}
    
    
.BottomBoxesWrap  div.link
{
    position:absolute;
    left:30px;
    margin-top:auto;
    font-size: 1em;
    bottom:15px;
    font-weight: bolder;
}

.BottomBoxesBoxMiddle div.link
{
    left:0px;
}

.BottomBoxesWrap div.link a
{
    padding-left:10px;
    background-image:url(../images/icons/btn-right.png);
    background-repeat:no-repeat;
    background-position:0px 3px;
    color:#000;
}

.BottomBoxesWrap div.link a:hover 
{
	text-decoration: underline;
}

/***********************************
		COMMONPAGE
************************************/

.commonpage {
	background: #fff url(../images/backgrounds/bg_commonpage.png) left top no-repeat;
	color: #000;
	padding-bottom: 10px;
}

.commonpage h1 {
	color: #404040;
}

.commonpage .leftBox {
	float: left;
	width: 420px;
	margin: 10px 0 0 0;
	display: inline;
}

.commonpage .leftBox p {
	margin:  0 0 10px 0;
}

.commonpage .leftBox ul 
{
	margin:  0 0 10px 15px;
	list-style-type: disc;
}


.commonpage .rightBox {
	float: right;
	margin:  3px 25px 5px 0;
	width: 210px;
	display: inline;
}

.commonpage .fullBox {
	float: left;
	width: 640px;
	margin: 10px 0 0 0;
	display: inline;
}

.commonpage .SmallSelected {
	background: url(../images/icons/icon_small_selected.gif);
}

.commonpage .Small{
	background: url(../images/icons/icon_small.gif);
}

.commonpage .Large {
	background: url(../images/icons/icon_large.gif);
}

.commonpage .LargeSelected {
	background: url(../images/icons/icon_large_selected.gif);
}

.commonpage .summary {
	float: left;
	margin: 5px 0 5px 0;
	width: 410px;
}

.commonpage .summary p {
	margin: 0;
}

.commonpage .read-more {
	margin: 10px 0 0 0;
	float: left;
}

.commonpage .read-more p {
	margin: 0 0 10px 0;
}

.summaryExpandLink {
	background: url(../images/icons/arrow_black_medium.gif) left 4px no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	padding: 0 0 0 10px;
	cursor: pointer;
}

.summaryExpandLink:hover {
	text-decoration: underline;
}

/***********************************
		RIGHT IMAGE WITH MASK
************************************/
.imageContainer {
	float: left;
}

.Mask200x170 {
	float: left;
	margin: -168px 0 0 -3px;
}

/***********************************
		COMMON BOXES
************************************/
.box200 {
	float: left;
	width: 180px;
	padding: 15px 10px 15px 10px;
}

.box200 a {
	color: #0b5e9b; 
	text-decoration: underline;
}

.related {
	min-height: 55px;
	background: url(../images/backgrounds/bg_box200.png) left top no-repeat; 
	color: #505050;
}

.related p {
	float: left;
	width: 190px;
}

.related a {
	float: left;
	margin: 5px 0 5px 0;
}

.relatedDocuments {
	min-height: 55px;
	background: url(../images/backgrounds/bg_box200.png) left top no-repeat; 
	color: #505050;
}

.relatedDocuments p {
	float: left;
	width: 190px;
}

.relatedDocuments a {
	float: left;
	margin: 5px 0 0 0;
}

.relatedDocuments span {
	float: left;
	margin: 0 0 0 7px;
	width: 180px;
	clear: both;
}

.fileList {
	float: left; 
	clear: both;
	width: 100%;
}

.contact {
	min-height: 55px;
	background: url(../images/backgrounds/bg_box200.png) left top no-repeat; 
	color: #505050;
}

.contact p {
	float: left;
	padding: 5px 0 5px 0;
	width: 190px;
}

.thirdBoxWrapper {
	width: 210px;
	float: left;
	margin: 10px 0 0 0;
}

.leftMargin {
	margin-left: 5px;
}

.thirdBoxImage {
	float: left;
	padding: 0 0 0 2px;
}

.thirdBoxMask {
	float: left;
	margin: -168px 0 0 -2px;
	display: inline;
}

.thirdBox {
	float: left;
	background: url(../images/backgrounds/bg_thirdBox.png) left top no-repeat;
	padding: 0 10px 10px 15px;
	width: 185px;
	min-height: 100px;
}

.thirdBox a {
	color: #003860;
	font-size: 1.45em;
	font-weight: bold;
	background: url(../images/icons/arrow_black_medium.gif) left 5px no-repeat;
	padding: 0 0 0 10px;
}

.thirdBox p {
	margin: 5px 0 0 0;
}

.introText {
	float: left;
	margin: 0 0 10px 0;
}

.introText p {
	margin: 0 0 10px 0;
}

.box270 {
	background: url(../images/backgrounds/bg_top_box270.png) top no-repeat;
	min-height:100px;
	width:270px;
	padding: 0;
}

*html .box270 {
	height:100px;
}

.box270 h3 {
	margin: 16px 10px 4px 16px;
	color: #505050;
}

.box270 div {
	margin: 10px 20px 10px 20px;
}


/***********************************
		SUBSIDIARIES
************************************/
.subsidaryWrapper {
	float: left;
	margin-bottom: 7px;
}

.subsidaryClosed {
	float: left;
	width: 634px;
	height: 23px;
	background: url(../images/backgrounds/bg_subsidiary_closed.gif) left top no-repeat; 
	cursor: pointer;
}

.subsidaryOpen {
	float: left;
	width: 634px;
	height: 23px;
	background: url(../images/backgrounds/bg_subsidiary_open.gif) left top no-repeat; 
	cursor: pointer;
}

.continentName {
	float: left;
	font-size: 15px;
	font-weight: bold;
	color: #7d7c7c;
	margin: 3px 0 0 15px;
	display: inline;
}

.countryName {
	float: left;
	font-size: 1.36em;
	font-weight: bold;
	color: #0b5e9b;
	margin: 0 0 1px 0;
}

.branchName a {
	background: url(../images/icons/arrow_grey_small.gif) left 4px no-repeat;
	padding: 0 0 0 7px;
	color: #404040;
	font-weight: bold;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
} 

.branchName {
	padding: 0 0 0 0;
	color: #404040;
	font-weight: bold;
	float: left;
	margin: 0 10px 0 0;
	display: inline;
} 

.subsidaryBody {
	float: left;
	width: 634px;
	background: url(../images/backgrounds/bg_subsidary_body.gif) left bottom no-repeat;
	padding-top: 5px;
	padding-bottom: 15px;
}

.contryWrapper {
	float: left;
	width: 603px;
	border-bottom: 1px solid #d9d9d9;
	margin: 5px 0 5px 14px;
	padding-bottom: 10px;
	display: inline;
}

.subsidaryBody div.last {
	border-bottom: none;
}

.branchWrapper {
	float: left;
	margin: 5px 0 5px 0;
	display: inline;
	clear: both;
}

.branchWrapper p {
	float: left;
	margin: 0 0 0 6px;
	display: inline;
	clear: both;
	width: 500px;
}

.showDetails {
	float: left;
	color: #0b5e9b;
	text-decoration: underline;
	cursor: pointer;
}

.showDetails a {
	float: left;
	color: #0b5e9b;
	text-decoration: underline;
}

.branchDetails {
	float: left;
	margin: 0 10px 10px 0;
	display: inline;
	clear: both;
}

.branchDetails a {
	color: #0b5e9b; 
	text-decoration: underline;
}

.branchDetails div {
	float: left;
	width: 600px;
	margin: 0 0 5px 0;
}

.branchDetails p 
{
	float: left;
	width: 500px;
}

.subsidiariesBackground {
	background: url(../images/backgrounds/map.png) left bottom no-repeat;
	width: 200px;
	height: 125px;
	float: left;
	margin: 56px 0 0 16px;
}

/***********************************
		CONTACT PAGE
************************************/
.contactLeft {
	float: left;
	margin: 10px 0 0 0;
}

.contactLeft a {
	color: #0b5e9b;
	text-decoration: underline;
}

.contactRight {
	float: right;
	margin: 10px 28px 0 0;
	width: 271px;
}

.boxTextField {
	float: left;
	width: 100%;
	margin: 0 0 10px 0;
}

.boxTextField label {
	float: left;
	margin: 0 0 2px 5px;
	font-weight: bold;
	color: #404040;
}

.boxTextField input {
	width: 263px;
	height: 13px;
	border: 1px solid transparent;
	font-family: verdana;
	font-size: 11px;
	margin: 0 4px 0 4px;
	float: left;
}

.boxTextField textarea {
	width: 263px;
	height: 100px;
	border: 1px solid transparent;
	font-family: verdana;
	font-size: 11px;
	margin: 0 4px 0 4px;
	float: left;
}

.inputTop {
	float: left;
	width: 271px;
	height: 5px;
	background: url(../images/backgrounds/bg_form_top.png) top left no-repeat;
	line-height: 0;
}

.inputMiddle {
	float: left;
	width: 271px;
	background: url(../images/backgrounds/bg_form_middle.png) top left repeat-y;
}

.inputBottom {
	float: left;
	width: 271px;
	height: 5px;
	background: url(../images/backgrounds/bg_form_bottom.png) top left no-repeat;
}

.buttonContainer {
	float: right;
}

.btnLeft {
	float: left;
	background: url(../images/backgrounds/bg_submit_button_left.gif) top left no-repeat;
	width: 2px;
	height: 18px;
}

input.submitButton {
	float: left;
	border: none;
	height: 18px;
	font-family: verdana;
	font-size: 11px;
	background: url(../images/backgrounds/bg_submit_button.gif) top left repeat-x;
	color: #404040; 
}

.btnRight{
	float: left;
	background: url(../images/backgrounds/bg_submit_button_right.gif) top left no-repeat;
	width: 2px;
	height: 18px;
}

/***********************************
		FOOTER
************************************/
#footer {
	width: 100%;
	height: 23px;
	float: right;
	background: url(../images/backgrounds/bg_footer.gif) left top no-repeat;
}

#footer a {
	color: #0b5e9b;
	text-decoration: underline;
}

.footerLeft {
	float: left;
	color: #898989;
	font-size: .9em;
	margin: 5px 0 0 28px;
}

.footerRight {
	float: right;
	color: #898989;
	font-size: .9em;
	margin: 5px 28px 0 0;
}


/***********************************
		MISC
************************************/
.clearFix {
	float: left;
	clear: both;
}

.userText p {
	margin: 0 0 10px 0;
}

.wysiwygText a {
	color: #0b5e9b;
	text-decoration: underline;
}

.fileListHeader 
{
	float: left;
	clear: both;
	font-weight:bold;
	padding: 5px 0 5px 0;
}

.floatRight {
	float: right;
	clear: right;
	width: 100%;
}

/***********************************
		IE6 BUG FIX
************************************/
*html .boxTextField input {
	border: none;
}

*html .boxTextField textarea {
	border: none;
}
