
/*	CSS for screen */ 

/*	Colour:
	Dk Blue	#3142A6, 26377F
	Blue	#3365C7
	Lt Blue	#82A1DF
	Orange	#E87817
	Text	#302C26
	Lt Buff	#F9F6F3, F6F1EB --body, ECE4DB
	Buff	#E3D7CB
	Dk Buff	#DACABA, B8A694, Text - #685F55
*/
 
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #26377F url(images/BG-Body.png) repeat-y top center;
	text-align: center; 
	font-size: 95%;
	color: #302C26;
	margin-top: 28px;
}

a:link { text-decoration:underline; color: #3142A6;}
a:visited { text-decoration:underline; color: #3365C7;}
a:hover { text-decoration:underline; color:#3365C7;}
a:active { text-decoration:underline; color: #3142A6;}

h1 {
	color: #3142A6;
	font-weight: normal;
	font-size: 1.8em;
	width: 676px;
	position: absolute;
	left: 15px; bottom: 15px;
	display: block;
	z-index: 2;
	margin-bottom: 0;
}
h2 {
	color: #685F55;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0.7em 0 0 0;
}
h3 {
	color: #3365C7;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0.7em 0 0 0;
}
h4 {
	color: #B8A694;
	font-weight: normal;
	font-size: 1.2em;
	margin: 0.7em 0 0 0;
}
h5 {
	color: #B8A694;
	font-weight: normal;
	font-size: 1.1em;
	margin: 0.7em 0 0 0;
}
h6 {
	color: #B8A694;
	font-weight: normal;
	font-size: 1em;
	margin: 0.7em 0 0 0;
}
p {
	line-height: 1.5em;
	margin: 0.7em 0 0 0;
}
img {
	border: 0;	
}


/* ------------------ Layout ------------------ */

#container {
	text-align: left; 
	margin: 0 auto;
	width: 969px;
	background-image: url(images/BG-Page.gif);
	background-repeat: repeat;
	background-color: #fff;
	position: relative;
}

#header {
	width: 969px;
	height: 12px;
	background: url(images/BG-Header.gif) no-repeat;
}
	
#logo {
	width: 936px;
	height: 121px;
	margin: 0 0 0 12px;
}	
#pic {
	width: 936px;
	height: 206px;
	margin: 0 0 0 12px;	
}
#logo-print, #pic-print {
	display: none;
}
#nav {
	width: 936px;
	margin: 0px 0 0 12px;
	background: #000 url(images/BG-Nav.gif) repeat-y left;
	position: relative;
	top: 0; left: 0;
	z-index: 5;
}
#main-heading {
	position: relative;
	width: 936px;
	height: 130px;
	background-color: #E3D7CB;
	margin-bottom: 12px;
	background-image: url(images/BG-H1.gif);
	background-repeat: no-repeat;
}
#main-heading img {
	position: absolute;
	top: 0; right: 0;
	border-bottom: 6px solid #E87817;
	z-index: 2;
}
#large-heading {
	position: relative;
	width: 936px;
	height: 269px;
	background-color: #E3D7CB;
	margin-bottom: 12px;
	background-image: url(images/Map-Global-Finance-Offices.gif);
	background-repeat: no-repeat;
}
#container-content {
	margin: 10px 0 12px 12px;
	padding-bottom: 12px;
	float: left;
	display:inline; /*fixes IE double margin float bug */
	position: relative;
	background-image: url(images/BG-Content.gif);
	background-repeat: repeat-y;
}
.container-end {
	width: 926px;
	clear: both;
	height: 1px;
	display: block;
}

#footer {
	clear: both;
	width: 969px;
	margin: 0 auto 20px auto;
	text-align: right;
	color: #82A1DF;
	background-image: url(images/BG-Footer.jpg);
	background-repeat: no-repeat;
	
}
#footer p {
	font-size: .9em;
	margin: 0;
	padding: 8px 12px 0 0;
}
#footer a:link, #footer a:visited, #footer a:active, #footer a:hover {
	color: #82A1DF;
} 
.col, .col-1, .col-1x3, .col-1x2, .col-right {
	float: left;
	width: 210px;
	padding-left: 26px;
}
.col-1 {
	padding-left: 13px;
}
.col-1x2 {
	width: 446px;
	padding-left: 13px;
}
.col-1x3 {
	width: 663px;
	padding-left: 13px;
	margin-right: 13px;
}
.col-right {
	padding-bottom: 13px;
}
.no-margin {
	padding-left: 0;
}

/* ------------------ Nav ------------------ */

#nav ul {
	position: relative;
	padding: 0;
	margin: 0;
	width: 936px; 
	list-style: none;
}

#nav a {
	display: block;
	width: 162px;
	color: #FFF;
	border-right: 1px solid #3365C7;
	text-decoration: none;
	text-transform: uppercase;
	background: #293889 url(images/BG-Nav.gif) repeat-y left;
	padding: 6px 12px;
	margin: 0;
	font-size: 0.95em;
}

#nav a.end {
	width: 163px;
}

#nav a:hover {
	color: #FFF; 
	background: #293889 url(images/BG-Nav-Stripe.gif) no-repeat right top;
	background-image: none;	
}

#nav li {
	float: left;
	width: auto; 
	margin: 0; 
	padding: 0; 
}

#nav li ul {
	position: absolute;
	width: 187px;
	left: -999em;
	z-index: 3;
}

#nav li ul a {
	background: #3142A6;
	border: none;
	padding: 6px 12px;
	width: 162px;
	text-transform: none;
}

#nav li:hover ul {
	left: auto;
	margin: 0px 0 0 0px; 
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
	margin: 0px 0 0 0px;
}

	
/* ------------------ Text ------------------ */
	

.arrow-left {
	padding-left: 20px;
	background: url(images/IconArrowLeft.gif) no-repeat left center;
}
#container-content ul {
	margin-left: 0;
	list-style-type: square;
	}
#container-content li {
	margin-left: 2em;
	line-height: 1.5em;
}
#container-content div.col-right ul {
	padding-left: 0;
}

.link-pdf, .link-generic, .link-word {
	padding: 8px 0 8px 30px;
	background: url(images/Icon-Blank.gif) no-repeat left center;
}
.link-pdf {
	background-image: url(images/Icon-Blank.gif);
}
.link-generic {
	
}	
.link-word {
	
}
.float {
	float: left;
}
.clear {
	clear: right;
}
.pull-quote {
	color: #685F55;
	font-weight: normal;
	font-size: 1.3em;
	margin: 0.3em 0 0 0;
	line-height: 1.3em;
}
			
.small {
	font-size: 0.9em;
}
.xsmall {
	font-size: 0.7em;
}
.grey {
	color: #685F55;
}

/* ------------------ Map ------------------ */

#large-heading div.map-details {
	position: absolute;
	top: 16px; left: 714px;
	width: 212px;
	visibility: hidden;
}
#large-heading div.map-details h2 {
	line-height: 1.2em;
	margin-top: 0;
	font-size: 0.8em;
	text-transform: uppercase;
	color: #3142A6;
}	
#large-heading div.map-details p {
	line-height: 1.2em;
	font-size: 0.9em;
}
#large-heading div.map-btn {
	position: absolute;
	z-index: 2;
}
#large-heading div.map-details img {
	float: right;
}	


/* ------------------ Languages ------------------ */

.arabic {
	font-size: 1.3em;
	line-height: 1.2em;
}




	
