/* 
client:         standard chartered
project:        AR online
date: 			06 Feb 2008
developer:		blacksunplc.com

Bright Blue: 		009bd9
Bright Green: 		80c342
Dark Blue:			005D9A
Dark Green: 		3d9b35
Medium Grey:		84888b
Light Blue (50%):	7fcdec
*/

@import "tables.css";


.TODO {
	padding: 3px;
	border-bottom: 2px dotted red;
	margin: 0;
	font-size: 1.5em;
	color: #3333FF;
	}
/* default */
body
{
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 75%;
	color: #666;
}

h1
{
	margin: 0;
	padding: 0;
	font-size: 20pt;
	font-weight: normal;
	color: #005d9a;
}

.heavy_header 
{
	margin:0;
	padding: 0;
	font-weight: bold; 
	font-size: 3em;
	color: #005d9a;
}

h2
{
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.7em;
	color: #005d9a;
}

h3
{
	margin: 20px 0 0 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.7em;
	color: #86c533;
}

.review_ita {
	color: #005d9a;
	font-style: italic;
	font-size: 1.1em;
	margin-top: 5px;
	font-weight: bold;
	}
	
.normal_h3 {
	color: #005d9a;
	font-size: 1.1em;
	margin-top: 5px;
	font-weight: bold;
}

h3.close_blue /*used with financial highlights*/
{
	margin: 20px 0 -15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.7em;
	color: #005d9a;
}

h3.close_green /*used with financial highlights*/
{
	margin: 20px 0 -15px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.7em;
	color: #86c533;
}

.content .blue
{
	margin: 3px 0 0 0;
	padding: 0;
	color: #005d9a;
}
h4
{
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #005d9a;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
}

h5 {
	margin: 0;
	padding: 0;
	font-weight: bold;
	}

h4.normal {
	margin: 0 0 5px 0;
	}
a
{
	color: #666;
	text-decoration: underline;
}

a:hover
{
	color: #86c533 !important;
}

a:active {
	color: #86c533 !important;
}


.active {
	font-weight: bold;
	}

address
{
	padding-left: 5px;
	font-style: normal;
	font-size: 1.1em;
	line-height: 20px;
}

/* structure */
div#frame
{
	margin: 0 0 0 18px;
	padding: 0;
	width: 942px;
}

div#head
{
	margin: 0;
	padding: 0;
	height: 119px;
	background: url(../images/head_bg.gif) no-repeat left top;
}

div.wrap
{
	padding-bottom: 10px;
}

.rightbg
{
	background: url(../images/right_bg.gif) repeat-y right top;
}

a.active {
	font-weight: bold !important;
	}

.content
{
	margin: 10px 0 0 18px;
	padding: 0;
	float: left;
}

div#foot
{
	margin: 0 0 30px 0;
	padding: 10px 0 0 0;
	height: 32px;
	font-size: 11px;
	color:#84888b;
	border-top: #80c342 1px solid;
}

/* generic */
div.clear 
{ 
	clear: both; 
	height: 1%;
	line-height: 1px;
}

hr.green_rule
{
	margin-top: 20px;
	margin-bottom: 10px;
	border-top: none;
	border-left: none;
	border-right:none;
	border-bottom: none;
	background-color: #86c533;
	height:1px;
}

hr.green_rule_thick
{
	margin-top: 20px;
	margin-bottom: -10px;
	border-top: none;
	border-left: none;
	border-right:none;
	border-bottom: none;
	background-color: #86c533;
	height:5px;
}

img.imageright
{
	margin: 20px 0 10px 5px;
	float: right;
}

/* head */
div#head img
{
	margin: 39px 0 0 6px;
	border: none;
}

h1.doctitle
{
	margin: 0 0 0 160px;
	padding: 0;
	position: relative;
	top: -45px;
	width: 782px;
	font-size: 1.6em;
	color: #80c342;
}

/* prime */
ul.prime
{
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	list-style: none;
	font-family: Arial;
	font-size: 0.9em;
}

ul.prime li a
{
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 1.1em;
	width: 132px;
	display: block;
	float: left;
	text-decoration: none;
	background:transparent url(../images/primenav_bg.gif) no-repeat scroll left top;
}

ul.prime li a.green_nav 
{
	color: #666;
}

ul.prime li a.liteblue_nav 
{
	color: #666;
}

ul.prime li a:hover
{
	text-decoration: underline;
}

ul.prime li { float: left; }
ul.prime li a#selected { text-decoration: underline; }

ul.prime ul
{
	margin: 0 0 0 10px;
	padding: 0;
	width: 122px;
	list-style-image: none;
	list-style: none;
}

ul.prime ul li a
{
	margin-top: 3px;
	margin-bottom: 3px;
	width: 121px;
	display: block;
	background:transparent url(../images/prime_subnav_bg.gif) no-repeat scroll left top;
}

ul.prime ul li ul li a {
	width: 102px;
	}

/* content */
.content p 
{
	font-size: 1em;
	line-height: 15px;
	color: #666;
	margin-top: 0px;
}
/*.fig-line-height{
	line-height:40px !important;
}*/
.content p.intro_copy
{	
	font-family: helvetica;
	font-size: 1.4em;
	color: #666;
	line-height: 1.1em;
}
.content p.intro_copy_green{
	font-family: helvetica;
	font-size: 1.4em;
	color: #666;
	line-height: 1.1em;
}

.content ul.standard_list
{
	margin: 0;
	padding: 0;
	font-family: helvetica;
	font-size: 1.2em;
	color: #666;
	line-height: 1.2em;
}

.content ul.standard_list li
{
	list-style-type: none;
	padding-bottom: 8px;
	padding-left: 18px;
	background: transparent url(../images/standard_list_bullet.gif) no-repeat top left;
}

.full
{
	width: 780px !important;
}

div.figures {
	clear: both;
	}

.middle
{
	width: 585px;
}

/*SPOTLIGHT*/
.spotlight
{
	margin: 0 0 20px 0;
	padding: 10px;
	font-family: helvetica;
}

.spotlight h1
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 2.4em;
	color: #FFFFFF;
}

.spotlight h2
{
	margin: 0;
	padding: 0;
	font-weight: bold;
	font-size: 2.4em;
	color: #fff;
}

.spotlight p
{
	font-size: 1.4em;
	color: #FFF;
	line-height: 1.2em;
	font-weight: lighter;
}

.home
{
	text-align: right;
	min-height: 213px;
	background: transparent url(../images/home_spotlight_bg.jpg)  no-repeat top; 
}

.casestudy 
{ 
	height: 140px;
	background: transparent url(../images/cs_spotlight_bg.gif)  no-repeat top; 
}

.home_div {
	width: 50% !important; 
	text-align: right;
	}

/*LEFT*/
.left
{
	margin-top: 10px;
	margin-left: 0;
	width: 142px;
	float: left;
}

.left h2
{
	margin: 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #999;
}

.left h2.titlelink
{	
	margin-bottom: 5px;
	font-size: 0.9em;
	line-height:1.2em;
	font-weight: normal;
	color: #666;
}

.left h2.titlelink a
{
	text-decoration: none;
	color: #84888b;
}

.left h2.titlelink a:hover
{
	text-decoration: underline;
}

.left p
{
	margin: 0;
	padding: 0;
	line-height: 14px;
	color: #999;
}

.left img
{
	margin-top: 10px;
}

.left #communitylinks
{
	margin-top: 10px;
}

.left #communitylinks
{
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 0.95em;
	font-weight: bold;
}

.left #communitylinks p,
.left #communitylinks a,
.left #communitylinks img
{
	color: #666;
	text-decoration: none;
	border: none;
}

.left #communitylinks p
{
	margin-bottom: 10px;
}

.left #communitylinks img
{
	margin-top: 0;
	margin-right: 6px;	
}

.left #communitylinks a:hover
{
	color: #80c342;
}

.left #communitylinks .vf
{
	font-weight: normal;
}

.left #communitylinks .small
{
	font-size:16px; 
}

.left #communitylinks .medium
{
	font-size:22px; 
}

.left #communitylinks .large
{
	font-size:30px; 
}

/*RIGHT*/
.right
{
	margin-top: 0;
	margin-left: 15px;
	float:left;
	width: 182px;
	background: #D9F0F9;
}

.right p {
	color: #666 !important;
	padding-right: 5px !important;
	padding-left: 5px !important;
	}

.right h1
{
	margin-top: 10px;
	padding: 0 5px;
	font-family: helvetica;
	font-size:1em;
	font-weight: bold;
	color: #86c533;
}

.pullquote
{
	padding-bottom: 10px;
	height: 270px;
}

.pullquote p
{	
	margin: 0;
	padding: 0 5px;
	color: #666;
	font-size: 0.98em;
	line-height: 1.1em;
}

/*HOME*/
.home h1
{
	font-size: 2.8em;
	color: #fff;
	margin: 0;
	padding: 0;
}

.home h2
{
	margin-bottom: 5px;
	padding-bottom: 0;
	font-size: 2em;
	color: #cce7b3;
}

.home h3
{
	margin: 0 0 0 200px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #bfe1a0;
	font-size: 1.5em;
	font-weight: normal;
	color: #005D9A;
	text-align: right;
}

.home p
{
	font-size: 1em;
	line-height: 1.2em;
	color: #fff;
	margin: 10px 0 0 200px;
	padding: 0;
	text-align: right;
}

.home a
{
	color: #cce7b3;
	text-decoration: none;
}

.home a:hover
{
	color: #cce7b3;
	text-decoration: underline;
}

.home hr
{
	background-color: #bfe1a0;
	border-bottom: none;
	border-top: none;
	border-left: none;
	border-right: none;
	width: 60%;
	height: 1px;
	clear: both;
}

.home_cta_unit
{
	margin: 0 7px 0 0;
	padding: 8px;
	float: left;
	width: 173px;
	height: 215px;
	background: transparent url(../images/home_cta_unit_bg.gif) no-repeat bottom;
	border-top: 4px solid #b3db8e;
}

.home_cta_unit h1
{
	margin:0 0 6px 0;
	padding:0;
	font-size: 1.3em;
	font-weight: bold;
}

.home_cta_unit h2
{
	margin:0 0 8px 0;
	padding:0;
	font-size: 1.2em;
	font-weight: normal;
}

.home_cta_unit p
{
	margin:0 0 8px 0;
	padding: 0;
}

.home_cta_unit p a
{
	margin:0 0 4px 0;
	padding:0;
	color: #009bd9;
	text-decoration: none;
}

/*CASESTUDIES*/
.cs_unit
{
	margin-right: 9px;
	margin-bottom: 15px;
	padding-top: 12px;
	width: 254px;
	min-height: 250px;
	float: left;
	border-top: 1px solid #80c342;
}

.cs_unit h1
{
	margin-top: 10px;
	font-size: 1.5em;
	color: #005d9a;
}

.cs_unit p
{
	font-size: 0.98em;
}

.cs_unit .quote
{
	font-weight: bold;
	color: #009bd9;
}

.cs_unit .quote em
{
	font-family: times;
	font-size: 1.4em;
	color: #80c342;
}

.details
{
	margin-right: 9px;
	margin-bottom: 20px;
	width: 254px;
	float: left;
	border-top: 1px solid #80c342;
	position: relative;
	height: 230px;
}

.details h2
{
	margin-top: 10px; 
	margin-bottom: 0;
	padding-bottom: 0;
	font-weight: bold;
	font-size: 0.93em;
	color: #005d9a;
	width: 90%;
}

.details p
{
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 2.8em;
	color: #7fcdec;
	line-height: 1em;
}

.details img
{
	margin-top: 25px;
	position: absolute;
	height: 127px;
	width: 254px;
	bottom: 0px;
}

.last_unit
{
	margin-right: 0;
}
/*MAP SLIDE*/
#map_slide
{
	width: 782px;
	min-height: 381px;
	background: #bbe0f6 url(../images/TFmap.jpg) no-repeat top;
}

.map_block
{
	margin-right: 1px;
	float: left;
	width: 195px;
	height: 381px;
} 

.lastblock
{
	width: 193px;
}

.map_block a
{
	color: #fff;
	display: block;
}	

.map_block h1 {
	margin: 0;
	padding:  0 0 0 10px;
	line-height:19px;
	font-size: 0.9em;
	font-weight: normal;
	color: #fff;
	background-color: #009bd9;
}

.map_block ul
{
	margin: 1px auto;
	padding: 15px;
	list-style-type: circle;
	font-size: 0.9em;
	color: #fff;
}

.map_block ul li 
{
	margin-bottom: 5px;
}

li.list_title
{
	margin-left: -10px;
	padding-left: 2px;
	font-size:1.2em;
	font-weight: bold;
	list-style-type: none;
	list-style: none;
}

.blue_list
{
	background-color: #009bd9;
}

.green_list
{
	background-color: #86c533;
}

ul.offices
{
	margin: 0;
	padding: 0 10px 0 0;
	float: left;
	width: 140px;
	list-style-type: none;
	color: #009bd9;
}

ul.offices li.country
{
	font-weight: bold;
	font-size: 1.2em;
	color: #80c342;
}

ul.offices li 
{
	line-height: 16px;
}

/*SYNOPSIS - FINANCIAL QUOTES - EMPLOYEE INFO*/
.synopsis
{
	height: 210px;
	margin-bottom: 0px;
	position: relative;
	/*border-bottom: 1px solid #80c342;*/
}

.group img
{
	float:left;
	margin-right: 12px;
	clear: left;
}

.synopsis h1
{
	margin-top: 0;
	padding-top:0;
	color: #3d9b35;
}

.synopsis p
{
	margin: 0;
	padding: 0;
	font-size: 1em;
}

.synopsis .financial_quote
{
	padding-bottom: 0;
	height: 70px;
}

.synopsis_sub {
	padding-left: 150px;
	}
	

.financial_quote
{
	margin:0;
	padding:0;
	float: left;
	width: 33%;
	height: 110px;
}

.synopsis_sub .financial_quote {
	width: 90% !important;
	height: 90px;
	margin-top: -15px;
	}

.employee_info
{
	left: 5px;
	top: 5px;
	position: absolute;
	font-size: 1em;
	width: 120px;
	height: 120px;
	color: #009bd9;
}

.financial_quote h1,
.employee_info h1
{
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: bold;
	color: #009bd9;
}

.financial_quote p,
.employee_info p
{
	margin: 0 0 12px 0;
	padding: 0;
	font-size: 3em;
	color: #86c533;
}

.blue h1,
.blue p,
span .blue
{
	color: #005d9a;
}

.green h1,
.green p
{
	color: #86c533;
}

.financial_quote em,
.employee_info em
{
	font-style: normal;
	color: #017aa7;
}
.light_green em{
	font-style: normal;
	color:#D8ECC4;
} 
.financial_quote ul,
.employee_info ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.financial_quote .blue,
.employee_info .blue
{
	color: #009bd9;
}

.financial_quote .green,
.employee_info .green
{
	color: #86c533;
}

/*CONSUMER*/
.consumer_overview
{
	border-top: 1px solid #009bd9;
}
.consumer_overview_green{
	border-top: 1px solid  #86c533;
}
#one
{
	padding:10px;
	margin-bottom: 10px;
	float: left;
	width: 500px;
	background: transparent url(../images/consumer_grad_bg.gif) no-repeat bottom;
}
#one_green{
	padding:10px;
	margin-bottom: 10px;
	float: left;
	width: 500px;
	background: transparent url(../images/wholesale_grad_bg.gif) no-repeat bottom;
}

#col_l
{
	padding:10px 0;
	margin-bottom: 10px;
	float: left;
	width: 500px;
}

#one p, #col_l p, #one_green p, #col_l p
{
	margin-top: 0;
	color: #666;
}

#one h1, #one_green h1
{
	padding-bottom: 5px;
	font-size: 1.7em;
}

#one hr
{
	margin-left: -10px;
	margin-right: -10px;
	background-color: #7fcdec;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	height: 1px;
}
#one_green hr{
	margin-left: -10px;
	margin-right: -10px;
	background-color: #80c342;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: none;
	height: 1px;
}

#one .intro_quote img, #one_green .intro_quote img, .intro_quote img
{
	margin-right: 10px;
	float: left;
}

#one .intro_quote p, .intro_quote p
{
	margin-left: 20px;
	font-size: 1.2em;
	line-height: 1.2em;
	color: #666;
}

#one .intro_quote p.quote_info, #one_green .intro_quote p.quote_info, .intro_quote p.quote_info
{
	font-size: 0.95em;
}	

#one ul.blue_bullets, #one_green ul.green_bullets
{
	margin: 0;
	padding: 0;
	color: #666;
	line-height: 1.2em;
	float: left;
	width: 50%;
}

#one ul.blue_bullets li
{ 
	list-style-type: none;
	padding-bottom: 8px;
	padding-left: 18px;
	background: transparent url(../images/standard_list_bullet_2.gif) no-repeat top left; 
}
#one_green ul.green_bullets li{
	list-style-type: none;
	padding-bottom: 8px;
	padding-left: 18px;
	background: transparent url(../images/standard_list_bullet_green.gif) no-repeat top left; 
}
#two
{
	padding-top: 10px;
	padding-left: 18px;
	float: left;
	width: 242px;
}

#two .financial_quote
{
	font-size: 115%;
	width: 100%;
	height: 110px;
}

/* foot */
div#foot ul
{
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style: none;
}

div#foot ul li
{
	margin-right: 10px;
	float:left;
}

div#foot ul li.nav_divide
{
	margin-left: 10px;
	padding-right: 10px;
	border-right: 1px solid #666666;
}


div#foot ul li a
{
	color: #84888b;
	text-decoration: none;
}

div#foot ul li a:hover
{
	color: #84888b;
	text-decoration: underline;
}


.ref {
	border: 5px solid red;
	padding: 10px;
	font-size: 2em;
	font-weight: bold;
	color: red;
	}
	
p.footnote_p {
	padding: 20px 0;
	font-size: 0.9em;
	}
	
.green_h2 {
	color: #80c342 !important;
	}
	
.green_line {
	border-color: #80c342 !important;
	}
	
.green_line hr.green_rule {
	background-color: #80c342 !important;
	height: 1px !important;
	}
	
.green_line div#one {
	background: none !important;
}

.green {
	color: #86c533;
	}
	
ul.blue {
	margin: 10px 15px !important;
}
ul.blue span {
	color: #666;
}

sup a {
text-decoration: none;
}

sup a:hover {
	text-decoration: underline;
	}

dl.footnotes {
	color: #333;
	font-size: 0.8em;
	}
	
dl.footnotes dt {
	display: block;
	width: 20px;
	height: 20px;
	float: left;
	}
	
dl.footnotes dd {
	margin-left: 5px;
	margin-bottom: 10px;
	}
.margin-left-dd{
	margin-left: 20px !important;
}	
ul.normal_ul {
	margin: 0 0 0 0;
	padding: 0 0 0 15px;
	}
div.board_member {
	width: 150px;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	}
	
div.board_member h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	font-weight: bold;
	}
	
div.board_member h3 {
	font-size: 1em;
	color: #005d9a;
	margin: 0;
	padding: 0;
	}
div.clear_center{
	clear:both;
	text-align:center;
	color:#009bd9;
	font-size:1.2em;
}
div.graph_holder{
	height:auto; 
	width:190px; 
	float:left;
}
.footer{
	margin-top:20px;
}
.light_green{
	color:#86c533;
	margin: 3px 0 0 0;
	padding: 0;
}
.light_green h1, .light_green p{
	color:#86c533;
}
.top_bottom_margin{
	margin:15px 0px 2px 0px;
}	
.anchor_text{
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}




#section_wrapper{
	height:auto;
	width:100%;
	margin-top:20px;
	overflow:hidden;
}
.section_container{
	height:auto;
	width:200px;
	float:left;
}
.gray_home{
	color:#84888B !important;
}
.nav_margin{
	margin-top:10px !important;
}

.fl_r{
	float:right;
/*	margin-top:20px;*/
}
.link_holder{
	height:40px;
	width:100%;
}
.link_holder a{
	color:#009BD9;
	text-decoration:none;
	font-weight:bold;
}

.home_cta_unit ul {	
	margin: 0 0 0 15px;
	padding: 0;
	list-style: url(../images/primenav_bg.gif);
	}
	
.home_cta_unit ul li {
	margin-bottom: 0.3em;
	}

.home_cta_unit ul li a {
	color: #666;
	text-decoration: none;
	}
	
.home_cta_unit ul li a:hover {
	text-decoration: underline;
	}

div.download {
	}

div.download img {
	float: left;
	}
	
div.download ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}
	
div.download ul li {
	margin-bottom: 0.8em;
	}
	
div.download a {
	font-size: 1.2em;
	}

div.download .filelist {
	width:300px; 
	margin-left:10px;
}
	
h2 a {
	text-decoration: none !important;
}

.fl_l {
	float: left;
	}
	
.spots{
	height: 100px; 
	border-top: 5px solid #86c533; 
	border-bottom: 1px solid #86c533; 
	padding: 15px 0; 
	margin: 10px 0;
}

.spots h3{
	margin: 0;
	padding: 0;
}

div.spots p {
	margin-top: 8px;
}

.black_bold {
	color: black;
	font-weight:bold;
}

.place_holders img{
	border:0;
}

.summary {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #e5eef5;
}

.summary h4 {
	font-weight: normal;
	float: left;
}
	
.summary ul {
	margin: 0 0 0 10px;
	padding: 0;
	width: 40%;
	float: left;
	list-style-type: none;
}
	
.summary ul li {
	padding-left: 10px;
	background: url(../images/primenav_bg.gif) no-repeat left;
	margin-bottom: 5px;
}
	
.summary .left {
	width: 45%;
	margin-left: 10px;
}

#adobe {
	margin-top:10px;
	width: 251px;
	margin-left: 251px;
}

#adobe a img {
	float:left;
	margin-right:10px;
	border-style: none;
}
