/* General HTML elements */
body {
    font: 62.5% Arial, Verdana, Tahoma, Helvetica, sans-serif;
    margin: 0px auto;
    padding: 0px;
	background: #01132b url(../_images_in/common/global-bg.jpg) repeat-x left top;
	position: relative;
	width: 1000px;
	font-size: 10px
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
ul,
ul li,
dl,
dl dt,
dl dd,
blockquote {
    margin: 0;
    padding: 0;
}
ul,
ul li {
    list-style: none;
}
img {
    border: none;
}
a:link,
a:visited {
    outline: none;
    text-decoration: none;
}
fieldset {
    border: none;
    background: none;
    margin: 0px;
    padding: 0px;
}
fieldset legend {
    display: none;
}
input {
    outline: none;
}
input,
select,
textarea {
    font: 62.5% Arial, Verdana, Tahoma, Helvetica, sans-serif;
}
/* for modern browser */
input[type="image"],
input[type="submit"] {
    outline: none;
}

.Wrapper {
	overflow: visible;
	height: 1%;
}
html>body .Wrapper {
	overflow: hidden;
	height: auto;
}
.ClearItem {
	clear: both;
	height: 0px;
	overflow: hidden;
}
/* Main content color
	#808080 : grey (content text)
	#6dc067 : green (title)
	#005c87 : link
	
*/

/* MAIN */
#main {
	width: 1000px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	font-size: 1em;
}
	#header {
		height: 280px;
		position: relative;
		width: 1000px;
		margin: 0px auto;
	}
		#header .Container {
			/*background: url(../_images_in/banner.jpg) no-repeat left top;*/
			height: 280px;
		}
		
		#header h1 {
			width: 178px;
			height: 28px;
			position: absolute;
			top: 30px;
			left: 0px;
		}
			#header h1 a {
				background: url(../_images_in/common/logo.png) no-repeat left top;
				width: 257px;
				height: 0px;
				padding: 28px 0px 0px;
				overflow: hidden;
				display: block;
			}
		
		/* Menu */
		ul#menu {
			background: url(../_images_in/common/menu-bg.gif) repeat-x left center;
			height: 38px;
			width: 964px;
			border: 1px solid #000d2f;
			border-top: 2px solid #000d2f;
			border-bottom: none;
			position: relative;
			padding-left: 34px;
		}
			ul#menu li {
				float: left;
				/*margin: 0px 17px*/;
			}
			* html ul#menu li {
				display: inline;
			}
				ul#menu li a:link,
				ul#menu li a:visited {
					display: block;
					height: 0px;
					overflow: hidden;
					padding: 38px 17px 0px;
				}
				ul#menu li a.Menu01 {
					background: url(../_images_in/common/menu-01.gif) no-repeat left top;
					width: 63px;
					margin: 0px;
				}
				ul#menu li a.Menu02 {
					background: url(../_images_in/common/menu-02.gif) no-repeat left top;
					width: 152px;
				}
				ul#menu li a.Menu03 {
					background: url(../_images_in/common/menu-03.gif) no-repeat left top;
					width: 122px;
				}
				ul#menu li a.Menu04 {
					background: url(../_images_in/common/menu-04.gif) no-repeat left top;
					width: 108px;
				}
				ul#menu li a.Menu05 {
					background: url(../_images_in/common/menu-05.gif) no-repeat left top;
					width: 71px;
				}
				ul#menu li a.Menu06 {
					background: url(../_images_in/common/menu-06.gif) no-repeat left top;
					width: 106px;
				}
				ul#menu li.Active a,
				ul#menu li a:hover {
					background-position: left -38px;
				}
				
				/* Sub-Menu Level 1 */
				ul#menu li ul {
					position: absolute;
					width: 965px;
					left: 0px;
					top: 67px;
					height: 20px;
					border: none;
					padding: 0px 0px 0px 35px;
					display: none;
				}
					ul#menu li ul li {
						float: left;
						margin: 0px;
						background: url(../_images_in/common/seperator01.gif) no-repeat center right;
					}
					ul#menu li ul li.LastItem {
						background: none;
					}
						ul#menu li ul li a:link,
						ul#menu li ul li a:visited {
							display: block;
							margin: 0px 0px 0px -1px;
							height: 20px;
							color: #ffffff;
							font-size: 1.2em;
							font-weight: bolder;
							padding: 0px 40px 0px 0px;
							float: left;
						}
							ul#menu li ul li a span {
								display: block;
								height: 18px;
								padding: 2px 0px 0px 40px;
								color: #808080;
								font-size: 1em;
								font-weight: bolder;
								text-align: center;
								cursor: pointer;
								float: left;
							}
						ul#menu li.Active ul {
							display: block;
						}
						ul#menu li ul li a:hover,
						ul#menu li ul li a:hover span  {
							background: none;
							color: #71c168  !important;
						}
						ul#menu li ul li.Active a{
							background: url(../_images_in/common/sub-menu-bg-right.gif) no-repeat top right  !important;
							display: block;
							height: 20px;
							color: #ffffff;
							font-size: 1.2em;
							font-weight: bolder;
							position: relative;
						}
						
							ul#menu li ul li.Active a span,
							ul#menu li ul li.Active a:hover span {
								background: url(../_images_in/common/sub-menu-bg-left.gif) no-repeat left top  !important;
								display: block;
								height: 18px;
								color: #ffffff  !important;
								font-size: 1em;
								font-weight: bolder;
								text-align: center;
							}
						ul.SubTemp {
							position: absolute;
							color: #f00;
							background: url(../_images_in/common/bg-rollover-menu.jpg) left top no-repeat;
							padding-left: 40px;	
							z-index: 10000;
						}
					
							
						iframe.SubTemp{
							position: absolute;
							z-index: 1000;
							background: none;
							border: none;
							filter: alpha(opacity=0);
						}
						.iEnlargeBox {
							position: absolute;
							z-index: 900;
							border: none;							
							filter: alpha(opacity=0);							 
						}
						ul.SubTemp li {
							float: left;
							/*width: 120px;*/	
							height: 47px;
							line-height: 47px;
							margin-right: 30px;
							white-space: nowrap;
						}
						ul.SubTemp li a:link,
						ul.SubTemp li a:visited{
							color: #ccd1d7;
							font-size: 1.2em;
							font-weight: bold;
						}	
						ul.SubTemp li a:hover {
							text-decoration: underline;
							color: #fff;
						}
						.Overlay {
							background: #00163d;
							position: absolute;
							z-index: 100;
							opacity: 0.80; 
							-moz-opacity: 0.80; 
							filter: alpha(opacity=80); 
						}
							ul.welcome{
						background: url(../_images_in/common/bg-rollover-menu.jpg) left top no-repeat;
							width: 360px;
							}
						
						ul.menuConcierge {
							background: url(../_images_in/common/bg-rollover-menu04.jpg) left top no-repeat!important;
							width: 173px;
							height: 100px; /* t2 */
						}
						ul.Invetor {
							/*background: url(../_images_in/common/bg-rollover-menu02.jpg) left top no-repeat;*/
							background: url(../_images_in/common/bg-rollover-menu.jpg) left top repeat-y;
							width: 402px; /*368px*/
						}
						ul.Managing {
							width: 368px;
						}
						ul.LearningCentre {
							background: url(../_images_in/common/bg-rollover-menu02.jpg) left top no-repeat;
							width: 275px;
						
						}
                        /**online services***/
                        ul.OnlineServices{
                            width:235px;
                            background: url(../_images_in/common/bg-rollover-menu04.jpg) left top no-repeat !important;
                        }						
                        /**end online services**/
							ul.SubTemp li.AboutYou {
								width: 60px;
							}
							ul.SubTemp li.AboutUs {
								width: 55px;
							}
							ul.SubTemp li.InvestorRelations {
								width: 100px;
							}
							ul.SubTemp li.Careers {
								width: 40px;
								
							}
							ul.SubTemp li.MakingDifference {
								width: 120px;
							}
							
							ul.SubTemp li.WorkingWithYou {
								width: 102px;
							}
							ul.SubTemp li.Investments {
								width: 73px;
							}
							ul.SubTemp li.OtherServices {
								width: 95px;						
							}							
							ul.SubTemp li.WholesaleBanking {
								width: 110px
							}
							
							ul.SubTemp li.ReportsItem {
								width: 147px;
							}
							ul.SubTemp li.Podcasts {
								width: 57px;
							}
							ul.SubTemp li.CaseStudies {
								width: 74px;								
							}
							
							ul.SubTemp li.Investing {
								width: 54px;								
							}
							ul.SubTemp li.Knowledge {
								width: 66px;
							}
							ul.SubTemp li.Insights {
								width: 54px;
							}
							
							ul.SubTemp li.Glossary {
								width: 90px;
							}
							ul.SubTemp li.FAQs {
								width: 33px;
							}
							ul.SubTemp li.ContactUs {
								margin: 0px;
							}

	
		/* BreadCrumbs */
		div.BreadCrumbs {
			padding: 8px 0px 0px 35px;
		}
		div.BreadCrumbs p,
		div.BreadCrumbs a:link,
		div.BreadCrumbs a:visited {
			color: #808080;
		}
		div.BreadCrumbs p {
			font-size: 1.1em;
		}
		div.BreadCrumbs a:link,
		div.BreadCrumbs a:visited {
			font-size: 1em;
		}
		div.BreadCrumbs a:hover {
			text-decoration: underline;
		}
		
		/* TopNav */
		ul.TopNav {
			position: absolute;
			left: 498px;
			top: 30px;
			width: 400px;
			*left: 500px;
		}
			ul.TopNav li {
				float: left;
				margin: 1px 0px 0px 12px;
			}
			* html ul.TopNav li {
				display: inline;
			}
				ul.TopNav li a:link,
				ul.TopNav li a:visited {
					color: #cccccd;
					font-size: 1.2em;
					float: left;
					padding: 1px 0px 0px 20px;
					cursor: pointer;
				}
				ul.TopNav li a.TopNav01 {
margin-left:-10px;
				}
				ul.TopNav li a.TopNav02 {
padding-right:5px;
				}
				ul.TopNav li a.TopNav03 {
					width: 94px;
					height: 16px;
					text-align: center;
					font-weight: bolder;
					padding: 1px 0px 0px 12px;
					color: #d6e2d9 !important;
				}
				ul.TopNav li a:hover {
					text-decoration: underline;
				}
		/* Search */
		#header fieldset {
			overflow: hidden;
			position:absolute;
			top: 28px;
			left: 822px;
			
		}
		#header .Item {
			width: 145px;
			height: 21px;
		}
			#header .Item label {
				display: block;
				width: 15px;
				height: 0px;
				padding: 17px 0px 0px;
				margin: 2px 3px 0px 0px;
				overflow: hidden;
				float: left;
				
			}
			#header .Item input.TextBox {
				float: left;
				font-size: 1.1em;
				width: 85px;
				padding: 2px 0px;
				border: none;
				background: none;
				margin: 1px 0px 3px 4px;
				color: #808080;
				
				
			}
			#header .Item .SearchBtn {
				float: right;
				margin: 1px 0px 0px;
				width: 30px;
				height: 19px;				
				overflow: hidden;
			}
			#header .Item .SearchBtn input {
				font-size: 100em;
				cursor: pointer;
				background: none;
				border: none;
			}
	
	/* Content */	
	#content {
		width: 1000px;
		margin: 0px auto;
		overflow: hidden;
		padding: 21px 0px 19px;
		background: #ffffff;
		position: relative;
		font-size: 1em;
	}
			
	#footer {
		background: #00132b;
		padding: 0px 35px 15px;
		/*width: 944px;*/
		margin: 10px auto 0px;		
		width: 930px;
	}
		#footer p {
			font-size: 1em;
			color: #4073AA;
		}
			#footer p a:link,
			#footer p a:visited {
				font-size: 1em;
				color: #7592b3;
			}
			#footer p a:hover {
				text-decoration: underline;
			}
		#footer p.CopyRightTxt {
			font-size: 1.1em;
			color: #4073AA;
			margin: 8px 0px 0px;
		}

/* HOME */
		/* Left col */
		.Container01 {
			width: 168px;
			float: left;
			padding-left: 35px;
		}
			.Container01 ul {
				width: 168px;
				overflow: hidden;
				float: left;
				margin-top: -4px;

			}
				.Container01 ul li {
					font-size: 1.2em;
					padding: 9px 0px;
					width: 168px;
					border-bottom: 1px solid #e5e5e5;
				}				
					.Container01 ul li a:link,
					.Container01 ul li a:visited {
						font-size: 1em;
						font-weight: bolder;
						color: #808080;
					}
					.Container01 ul li.Active a:link,
					.Container01 ul li.Active a:visited,
					.Container01 ul li a:hover {
						text-decoration: none;
						color: #6dc067;
					}
		
		/* Center col */
		.Container02 {
			width: 577px;
			float: left;
			overflow: hidden;
			position: relative;

		}
			#mainContent {
				font-size: 1em;
				line-height:16px;
			}
			
			#mainContent .Spacing h3 {
				color: #6dc067;
				font-size:0.9em;
			}
			.Container02 .Spacing {
				padding: 1px 25px 0px 20px;
			}
			.Container02 h2 {
				color: #6dc067;
				font-size: 1.8em;
				font-weight:normal;
				margin: 2px 0px 10px 0px;
				width:318px;	
			}
			.Container02 p {
				color: #808080;
				font-size: 1.2em;
			}
			.Container02 select.SelectStyle01 {
				width: 290px;
				margin: 20px auto;
				font-size: 1.2em;
				color: #000;
				display: block;
			}
			.Container02 a:link,
			.Container02 a:visited {
				color: #005c87;
				font-size: 1em;
			}
			.Container02 a:hover {
				text-decoration: underline;
			}
			
			/* Content Panel */
			.ContentPanel ul {
				/*width: 232px;*/
				overflow: hidden;
				position: absolute;
				top: 7px;
				right: 0px;
				margin-right: 30px;
			}
				.ContentPanel ul li {
					font-size: 1.1em;
					float: left;
					margin: -1px 0px 0px 10px;
				}
					.ContentPanel ul li a:link,
					.ContentPanel ul li a:visited {
						color: #005c87;
						font-size: 1em;
						
					}
					.ContentPanel ul li a:link.PanelItem01,
					.ContentPanel ul li a:visited.PanelItem01 {
						padding: 0px 0px 0px 25px;
						background: url(../_images_in/common/aa-increase.gif) no-repeat left center;
					}
					.ContentPanel ul li a:link.PanelItem02,
					.ContentPanel ul li a:visited.PanelItem02 {
						padding: 0px 0px 0px 22px;
						background: url(../_images_in/common/aa-decrease.gif) no-repeat left center;
					}
					.ContentPanel ul li a:link.PanelItem03,
					.ContentPanel ul li a:visited.PanelItem03{
						padding: 0px 0px 0px 15px;
						background: url(../_images_in/common/printer-icon.gif) no-repeat left center;
					}
					.ContentPanel ul li a:hover {	
						text-decoration: underline;
					}
		
		/* Right col */
		.Container03 {
			width: 220px;
			float: right;
		}
			.Container03 a.ContactBtn:link,
			.Container03 a.ContactBtn:visited {
				background: url(../_images_in/common/contact-btn.gif) no-repeat left top;
				width: 150px;
				height: 17px;
				display: block;
				padding: 2px 0px 0px 35px;
				color: #ffffff;
				font-size: 1.1em;
				margin: 0px 0px 15px 0px;
			}
			.Container03 a.ContactBtn:hover {
				text-decoration: underline;
			}
			.Container03 .WrapBox01 {
				background: #ffffff;
				border: 1px solid #eeeeee;
				width: 181px;
				padding: 1px;
				margin: 0px 0px 8px;
			}
			.Container03 .WrapBox01.End {
				margin: 0px 0px 3px;
			}
				.Container03 .Box01 {
					background: #eeeeee;
					padding: 7px 13px 13px;
					overflow: hidden;
				}
				.Container03 .Box01 h3 {
					font-size: 1.2em;
					font-weight: bolder;
					color: #6dc067;
					width: 100%;
				}
				.Container03 .Box01 h3.MarketWatch {
					background: url(../_images_in/common/market-watch-title.gif) no-repeat left top;
					width: 100%;
					height: 0px;
					overflow: hidden;
					padding: 33px 0px 0px;
				}
				
				
				
				.Container03 .Box01 .BoxContent {
					background: url(../_images_in/common/side-box-title-bg.gif) repeat-x left top;
					padding: 6px 0px 0px 0px;
					margin: 3px 0px 0px 0px;
					width: 100%;
				}
				.Container03 .Box01 .BoxContent .Item {
					width: 100%;
					overflow: hidden;
				}
					.Container03 .Box01 .BoxContent .Item label {
						display: none;
					}
					.Container03 .Box01 .BoxContent .Item input {
						vertical-align: middle;
					}
					.Container03 .Box01 .BoxContent .Item input.TextBox {
						width: 100px;
						border: 1px solid #e2e2e2;
						padding: 2px 0px 3px 4px;
						font-size: 1.1em;
						color: #808080;
					}
				.Container03 .Box01 .BoxContent ul {
					padding: 5px 0px 0px 0px;
					width: 100%;
					overflow: hidden;
				}
				/** market watch **/
				.Container03 .Box01 .BoxContent #search_stock {
                                                           padding-bottom:10px;
                                                           color: #808080;
                                                           font-size: 1.1em;
                                                           }
                                                           
                                                           .Container03 .Box01 .BoxContent #search_stock input.TextBox{
                                                           width: 148px;
                                                                       border: 1px solid #e2e2e2;
                                                                       padding: 2px 0px 3px 4px;
                                                                       font-size: 1.1em;
                                                                       color: #808080;
                                                                       }
                                                                       
                                                           .Container03 .Box01 .BoxContent #search_stock td {
                                                           padding-left:2px;
                                                           }
                                                                       
                                                           .Container03 .Box01 .BoxContent #search_stock input.SearchBtn{
                                                           padding-top:4px;
                                                           }
                                                                       
                                                           .Container03 .Box01 .BoxContent #search_stock select.marketSelect
                                                           {
 
                                                           width: 100px;
                                                           color: #808080;
                                                           font-size: 1.1em;
                                                           }
				/** end market watch **/
				
					.Container03 .Box01 .BoxContent ul li {
						font-size: 1.1em;
						margin: 0px 0px 4px 0px;
						padding: 0px 0px 0px 10px;
						background: url(../_images_in/common/bullet-01.gif) no-repeat 2px 3px;
					}
						.Container03 .Box01 .BoxContent ul li a:link,
						.Container03 .Box01 .BoxContent ul li a:visited {
							color: #005c87;
							font-size: 1em;
						}
						.Container03 .Box01 .BoxContent ul li a:hover {
							text-decoration: underline;
						}
				.Container03 .Box01 .BoxContent a.LinkStyle01:link,
				.Container03 .Box01 .BoxContent a.LinkStyle01:visited {
					color: #005c87;
					font-size: 1.1em;
				}
				.Container03 .Box01 .BoxContent a.LinkStyle01:hover {
					text-decoration: underline;
				}
				.Container03 .Box01 .BoxContent p.Style01 {
					color: #808080;
					font-size: 1.1em;
					margin: 4px 0px;
				}


		.Container04 {
			clear: both;
			padding: 45px 0px 0px;
		}
			.Container04 ul {
				width: 100%;
				overflow: hidden;
			}
				.Container04 ul li {
					padding: 0px 10px;
					background: url(../_images_in/common/seperator02.gif) no-repeat left center;
					float: left;
				}
				.Container04 ul li.FirstItem {
					padding: 0px 10px 0px 35px;
					background: none;
				}
					.Container04 ul li a:link,
					.Container04 ul li a:visited {
						font-size: 1.1em;
						color: #808080;
					}
					.Container04 ul li a:hover {
						text-decoration: underline;
					}
		/*  Left col */
		.Container05 {
			width:760px;
			float:left;
			overflow: hidden;
			position: relative;
		}
				


/*  Content 02 */
/*  Home page */
#header.HomePage ,
#header.HomePage .Container {
	background: none;
	height: 90px;
	margin-top:0px;
}
	#header.HomePage {
		position: absolute;
		top: 0px;
		left: 18px;
		z-index: 1000;
		width: 970px;
		*margin-top:0px;
	}
	#header.HomePage  ul.TopNav {
		left: 489px;
	}
	#header.HomePage fieldset {
		left: 805px;
		
	}
	.HomePageFlash {
		width: 970px;
		margin: 0px auto;
	}		
	
	.QuickAccess {
		position: absolute;
		top: 525px;
		right: 21px;
		width: 750px;
		z-index: 10000;
		*margin-top:-12px;
	}
		.QuickAccess h3 {
			float:left;
			width: 68px;
			height: 20px;
		}
		.QuickAccess h3 span {
			display: none;
		}
		.QuickAccess .SelectBox {
			float: right;
			width: 680px;
			margin-top:-13px;
			*margin-top:0px;				
		}
		* html .QuickAccess .SelectBox {
			width: 680px;
			margin-top:0px;				
		}
		.QuickAccess .SelectUI {
			font-size: 1.1em;
		}
		.QuickAccess .SelectMouseDown {
			background: url(../_images_in/common/select.gif) no-repeat  right top                !important;
		}
		/*specified: required*/
		.QuickAccess .Select01,
		.QuickAccess .Select02,
		.QuickAccess .Select03 {
			height: 21px;
			background: url(../_images_in/common/select.gif) no-repeat right top #00193b;
			cursor: pointer;
			float: left;
			margin: -4px 0px 0px 4px;
			color: #808c9d;
		}
			/* TITLE BAR */
			.QuickAccess .Select01 p,
			.QuickAccess .Select02 p,
			.QuickAccess .Select03 p {					
				width: 224px;
				padding: 3px 3px 0px 8px;
				height: 18px;
				overflow: hidden;
				cursor: pointer;
				font-size: 1.1em;
				color: #808c9d;
				white-space: nowrap; /*Mandantory*/
			}
			.QuickAccess .Select02 p {
				width: 190px;
			}
			.QuickAccess .Select03 p {
				width: 200px;
			}
			
			/* SELECT DROPDOWN LIST */
			.QuickAccess .Select01 ul,
			.QuickAccess .Select02 ul,
			.QuickAccess .Select03 ul {
				width: 215px;
				overflow: hidden;
				background: #00193b;
			}
			.QuickAccess .Select02 ul {
				width: 181px;
			}
			.QuickAccess .Select03 ul {
				width: 211px;
			}
			.QuickAccess .Select01 ul li,
			.QuickAccess .Select02 ul li,
			.QuickAccess .Select03 ul li {
				padding: 2px 0px 2px 8px;
				font-size: 1.1em;
				color: #808c9d;
			}
			.QuickAccess .Select01 ul li.Hover,
			.QuickAccess .Select02 ul li.Hover,
			.QuickAccess .Select03 ul li.Hover {
				background: #002450;
			}
	#content.HomePageContent {
		background: none;
		padding: 0px;
		position: absolute;
		z-index: 9000;
		top: 555px;		
		right: 41px;
		width: 927px;	
	}				
	.LatestNews {
		background: #001a45;	
		height: 20px;
		margin: 20px 0px 15px;
		width: 927px;
		margin: 0px auto;
	}
		.LatestNews h3 {
		background: url(../_images_in/common/latest-news.gif) left top no-repeat;
			width: 108px;
			float: left;
			height: 20px;
			text-indent: -10000px;
		}			
		.LatestNews .LstNews	{
			float: right;
			width: 792px;	
			position: relative;
			height: 20px;
			overflow: hidden;
		}
			.LstNews ul{
				margin-right: 80px; 
				height: 20px;
				overflow: hidden;
			}
			.LstNews ul li{
				display: none;
				line-height: 20px;
				font-size: 1.1em;
			}
			.LstNews ul li a:link,
			.LstNews ul li a:visited {
				color: #808da3;
			}
			.PrevBtn,
			.NextBtn {
				position: absolute;
				top: 0px;
				width: 8px;
				height: 20px;
				text-indent: -1000px;
				right: 15px;
			}
			.PrevBtn a:link,
			.PrevBtn a:visited,
			.NextBtn a:link,
			.NextBtn a:visited {
				display: block;
				background: url(../_images_in/common/btn-prev.gif) no-repeat center top;
				height: 20px;
				width: 8px;
			}				
			.PrevBtn {
				right: 25px;
			}				
			.NextBtn a:link,
			.NextBtn a:visited {
				background: url(../_images_in/common/btn-next.gif) no-repeat center top;
			}
			
	.HomePageContent .Container04 {
			padding: 10px 0px 6px;
			margin: 0px;
		}

		.HomePageContent .Container04 ul li {
			background: url(../_images_in/common/seperator03.gif) no-repeat left center;
		}
		.HomePageContent .Container04 ul li.FirstItem {
			padding: 0px 10px 0px 1px;
			background: none;
		}
		.HomePageContent .Container04 ul li a:link,
		.HomePageContent .Container04 ul li a:visited {
			color: #667e9b !important;
		}
		
		.HomePageContent .Container04 ul.BottomMenu {
			margin-top: 10px;
		}
			.HomePageContent .Container04 ul.BottomMenu li a:link,
			.HomePageContent .Container04 ul.BottomMenu li a:visited {
				color: #2a4a6f !important;
			}
			.HomePageContent .Container04 ul.BottomMenu li {
				background: url(../_images_in/common/seperator04.gif) no-repeat left center;
			}
			.HomePageContent .Container04 ul.BottomMenu li.FirstItem {
				background: none;
			}
			
	#footer.HomePageFooter {
		padding: 25px 21px 15px;
	}
			
/*    Concierge    */
.Concierge {
	background: url(../_images_in/concierge/banner.jpg) no-repeat left top;
	height: 280px;
}	
.ContentInner {
	width: 930px;
	margin: 0 auto;
}
	.ContentInner h2 {
		font-weight: normal;
		color:#6DC067;
		font-size:1.8em;
		padding: 0px;
		margin: 0px 0px 20px;	
	}
	.ContentInner .TextStyle {
		font-size: 1.2em;
		color: #808080;	
		margin-bottom: 15px; 
	}
.ContentInner .TextStyle a:hover{
text-decoration:underline;}
	.ContentInner .Block {
		float: left;
		width: 180px;
		margin-right: 45px;
		padding: 10px;
		cursor: pointer;
	}
		.ContentInner .Block h3 {
			padding: 0px;
			margin-bottom: 11px;
			font-size: 1.3em;
			color: #002a5c;
		}
			
		.ContentInner .Block p {
			color: #808080;
			font-size: 1.1em;
			margin-bottom: 16px;
		}
		.ContentInner .Block a:link,
		.ContentInner .Block a:visited {
			background:url(../_images_in/concierge/bullet.gif) no-repeat right 4px;
			color: #002a5c;
			font-size: 1.1em;
			padding-right: 11px;
		}
		.ContentInner .Block a:hover {
			text-decoration: underline;
		}
			
/*    faqs    */

 a.faqRollover:hover 

{

text-decoration: underline;

}	
.SubMenu ul li {
	float: left;
	list-style: none;
	font-size: 1.2em;
	padding: 0px 15px;
	background: url(../_images_in/concierge/faqs/seperator01.gif) right center no-repeat;
}
	.SubMenu ul li.FirstItem {
		padding-left: 0px;
	}
	.SubMenu ul li.LastItem {
		background: none;
	}
	.SubMenu ul li a:link,
	.SubMenu ul li a:visited{
		color: #808080 !important;
	}
	.SubMenu ul li.Active a:link,
	.SubMenu ul li.Active a:visited{
		color: #6dc067 !important;
	}
.FaqContent {
	clear: both;
}	
.FaqContent .Item {
	margin: 20px 0px 0px;
	clear: both;
}
	.FaqContent .Item h3{
		color: #000d2f;
		font-size: 1.2em;
		margin-bottom: 20px;
	}
	.FaqContent .Item.End h3 {
		margin-bottom: 0px;
	}
	.FaqContent .Item.End p {
		margin-top: 20px;
	}
	.FaqContent .Item h3 span{
		float: left;
		width: 450px;
	}	
	.FaqContent .Item h3 a:link,
	.FaqContent .Item h3 a:visited {
		margin-right: 10px;
		padding-left: 18px;
		background: url(../_images_in/concierge/faqs/bg-btn-02.gif) left 2px no-repeat;
		color: #000d2f !important;
		position: static !important;
		display:block;
	}
	.FaqContent .Item h3 .Show {
		background: url(../_images_in/concierge/faqs/bg-btn-01.gif) left 2px no-repeat !important;
	}
	.FaqContent .Item p {
		display: none;
		clear: both;
	}
	.FaqContent .Item.Show p {
		display: block ;
		padding-left: 17px;
		line-height: 16px;
	}


/*  Contact us */	
	
	.ContactUs h2 {
		color:#6DC067;
		font-size:1.8em;
		font-weight:normal;
		margin:3px 0px 14px;
	}
	.ContactUs h3 {
	color: #6dc067;
	font-size: 1.2em;
}
	.ContactUs .result{
	font-size:1.2em;
	color:#808080;
	display:block;
	padding-bottom:10px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#cccccc;
	margin-bottom:10px;
	margin-right:30px;
	}
	.ContactUs {
	padding-right:15px;
	padding-left:15px;
	}
	.ContactUs .TextStyle01,
	.ContactUs .TextStyle02 {
		font-size: 1.2em;
		color: #808080;
		margin-bottom: 20px;
	}
	
	.ContactUs .TextStyle01 a {
		color: #005c87;
	}
	.ContactUs .TextStyle01 a:hover {
		text-decoration:underline;
	}
	.ContactUs .TextStyle02 {
		color: #005c87;
		font-style: normal;
	}
	
	.ContactUs .TextStyle02 a:link,
	.ContactUs .TextStyle02 a:visited {

		color: #005c87;
	}
	.ContactUs .TextStyle02 a:hover {
		text-decoration: underline;
	}
	.ContactUs address.TextStyle02 {
		margin-bottom: 16px;
	}
	.ContactUs #contact {
		width: 100%;
	}
	.ContactUs .ContactForm {
		float: left;
		width: 446px;
		font-size: 1.2em;
		color: #808080;
	}
		.ContactUs .ContactForm .Required {
			text-align: right;
			margin-bottom: 5px;
		}
		.ContactUs .ContactForm .Field {		
			width: 100%;
			margin-bottom: 5px;
		}
		.ContactUs .ContactForm .Field .Label{
			float: left;
			width: 160px;
			padding: 2px 0px 0px;
		}
		.ContactUs .ContactForm .Field .Form {
			float: right;
			width: 283px;
		}
		.ContactUs .ContactForm .Field .Form .InputStyle {
			border: 1px solid #a5acb2;
			color: #000;
			width: 278px;
			font-size: 1em;
		}
		.ContactUs .ContactForm .Field .Form .SelectStyle {
			width: 280px
		}
		.ContactUs .ContactForm .Field .Form .RadioStyle {
			margin-right: 7px !important;
		}
		.ContactUs .ContactForm .Field .Form label {
			margin-right: 18px;
		}
		.ContactUs .ContactForm .BtnField {	
			text-align: right;	
			padding: 8px 0px 4px;
		}	
	.ContactUs .LocationBox {
		float: right;
		/*width: 215px;*/
		width:210px;
		background: #e9e9e9;
		padding: 6px 12px 5px;
		margin: 20px 28px 0px 0px;		
		display: none;
	}
		.ContactUs .Show {
			display: inline;
		}
		.ContactUs .LocationBox h3 {
			color: #6dc067;
			font-size: 1.2em;
			margin-bottom: 18px;
		}
		.ContactUs .LocationBox .Field {
			font-size: 1.1em;
			color: #808080;
			width: 100%;
			margin-bottom: 4px;
		}
			.ContactUs .LocationBox .Field .Label{
				float: left;
				width: 70px;
			}
			.ContactUs .LocationBox .Field address{
				float: right;
				/*width: 142px;*/
				width: 138px;
				font-style: normal; 
			}
			.ContactUs .LocationBox .Field address a:link,
			.ContactUs .LocationBox .Field address a:visited{
				color: #808080;
			}
			.ContactUs .LocationBox .Field address a:hover {
				text-decoration: underline;
			} 
	.ContactUs .ContactForm  .Privacy {
		margin-left: 320px;
		font-size: 1em;
		color: #005c87;
		padding-bottom: 2px;
	}
		.ContactUs .ContactForm  .Privacy a:link,
		.ContactUs .ContactForm  .Privacy a:visited {
			color: #005c87;
                        font-size: 0.9em;
		}
		.ContactUs .ContactForm  .Privacy a:hover {
			text-decoration: underline;
		}
/*	.ContactUs a.BntClose 
		{
			background-color: transparent;
			background-image: url(../_images_in/investors-longue/podcasts/bg-listen.gif);
			background-repeat: no-repeat;
			background-attachment: scroll;
			background-position: left top;
			width: 185px;
			height: 19px;
			text-align: center;
			float: left;
			color: #ffffff;
			font-size: 1.1em;
			margin-top: 10px;
			line-height: 18px;
		}*/
.ContactUs a.BntClose :hover 

{
text-decoration: underline;
}
	
		
.Glossary{
	margin-left: 0px;
}
.GlossaryDiv{
	margin-left:35px;
}
.GlossaryContent{
	margin-left: 0px;
	width:700px;
}	
	.GlossaryDiv h2 {
		color:#6DC067;
		font-size:1.8em;
		font-weight:normal;
		margin:3px 0px 14px;
	}

	.GlossaryContent li {
		color: #808080;
		font-size: 1.2em;
		list-style:none; !important
		padding-bottom:20px;
		margin-bottom: 20px;
	}
	
	.GlossaryContent h3 {
		font-size: 1em;
		color: #6DC067;
		font-weight:bold;
	}
	
	.GlossaryDiv ul.AlphaMenu {
			background: none;
			border:none;
			height: 38px;
			width: 964px;
			position: relative;
			padding-left: 1px;
		}
		.GlossaryDiv ul.AlphaMenu li {
				float: left;
				/*margin: 0px 17px*/;
			}
			* html .GlossaryDiv ul#AlphaMenu li {
				display: inline;
			}
	
	.GlossaryDiv ul.AlphaMenu li a:link,
	.GlossaryDiv ul.AlphaMenu li a:visited {
		display: block;
		font-size:1.2em;
		margin: 0px 0px 0px -1px;
		height: 16px;
		color: #808080;
		padding: 0px 20px 0px 0px;
		float: left;
	}
	.GlossaryDiv ul.AlphaMenu li a:hover,
	.GlossaryDivul.AlphaMenu li.Active a{
		color:#6DC067;
	}
	#mainContent .serviceIndia{
color:#808080;
	border-left:thin solid #005c87;
	border-bottom:thin solid #005c87;
	border-right :none;
	border-top:none;
	}
	
	#mainContent .serviceIndia tr{
	font-size: 1.1em;
	background-color:#eef2ee;
	vertical-align:top;
	}
#mainContent .serviceIndia tr strong{
display:block;
padding-top:2px;
padding-bottom:5px;
margin-bottom:8px;
}
	#mainContent .serviceIndia #tableTitle{
font-size:1.3em;
font-weight:bold;
	background-color: #005c87;
	color:#ffffff !important
	}	
#mainContent .serviceIndia td{
	border-right: thin solid #005c87;
	border-top:thin solid #005c87;
	border-left :none;
	border-bottom:none;
	}

	#mainContent .serviceIndia li{
	margin-left:0px;
list-style:none;
	}
	#mainContent .serviceIndia li.indiaServiceAvailable{
	/*color:#005c87;*/
	color:#4073aa;
	}
	

	#mainContent .serviceIndia td sub{
	font-size: 1em;
}
		
.RadioStyle {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}
.Container03 .ContactPage {
	margin-top: 30px;
}

/* Client Login Landing*/
.OnlineBanking .BgOnlineBanking{
	background:url(../_images_in/online-services/banner.jpg) left top no-repeat                                                                !important;
	height: 280px;
}
	.OnlineBanking ul#menu li.MenuItem ul {
		display: none !important;
	}

.UserBox {
	background: url(../_images_in/online-services/bg-user-box.jpg) left top no-repeat;
	width: 531px;	
	margin: 14px 0px 21px;
}
	.UserBox .Register,
	.UserBox .User {
		float: left;
		width: 251px;
		padding: 19px 0px;
	}
	.UserBox .Register{
		padding-left: 14px;}
	.UserBox .User{
		padding-left: 12px;
		width: 254px;
	}
		.UserBox .Register p,
		.UserBox .User p {
			color: #FFF;
			font-size: 1.8em;
			font-style: normal !important;
		}
		.UserBox .Register a:link,
		.UserBox .Register a:visited,
		.UserBox .User a:link,
		.UserBox .User a:visited {
			color: #FFF;
			background: url(../_images_in/online-services/bullet01.gif) right 5px no-repeat;
			padding-right: 10px;
			font-size: 1.2em;
		}
		
		.UserBox .User a:link,
		.UserBox .User a:visited {
			background-image:  url(../_images_in/online-services/bullet02.gif);
		}
		
.BoxContent01 {
	margin-top: 20px;
	font-size: 1.2em;
	color: #808080;
}	
	.BoxContent01 ul {
		padding-top: 5px;
	}
	.BoxContent01 ul li {			
		width: 520px;
		color: #808080;
		background:  url(../_images_in/online-services/bullet.gif) left 6px no-repeat;
		padding: 0px 0px 10px 10px;
	}
	.BoxContent01 .BtnLogin {
		text-align: right;
		margin-top: 30px;
	}
	
	
.Container03 .Box01 .SelectUIObj {
			width: 150px;
			font-size:1.1em;	
			color: #005c87;			
		}
			
/*  Online Banking Login */			
.LoginBox {
	background: url(../_images_in/online-services/login/bg-user-box.jpg) left top no-repeat                !important;
	margin-top: 20px;
	height: 100%;
	padding-bottom: 20px;
}
	.LoginBox .Register,
	.LoginBox .User {
		float: left;
		width: 236px;
		padding: 19px 15px 0px 14px;
	}
	.LoginBox .Register p,
	.LoginBox .User p {
		color: #FFF;
		font-size: 1.8em;
		font-style: normal !important;
	}
	.LoginBox .User{
		padding: 19px 15px 0px 12px;
		width: 239px;
	}
	.LoginBox .TextStyle {
		font-size: 1.2em !important;
	}
	.LoginBox a:link,
	.LoginBox a:visited {
		font-size: 1em !important;
		color: #FFF;
		background: url(../_images_in/online-services/bullet01.gif) right 5px no-repeat;
		padding-right: 7px;
	}
	.LoginBox .User a:link,
	.LoginBox .User a:visited {		
		background-image: url(../_images_in/online-services/bullet02.gif);
	}		
	.LoginBox .SubmitButtom {
		float: right;
		margin: 0px;
		width: 45px;
		height: 19px;				
		overflow: hidden;
	}
	.LoginBox .SubmitButtom input {
		font-size: 100em;
		cursor: pointer;
		background: none;
		border: none;
		width: 45px;
		height: 19px;			
		outline: none;	
	}	
	.LoginBox .User .SubmitButtom {
		margin-top: 35px;
	}
		.LoginForm {
			font-size: 1.2em;
			color: #fff;
			margin-top: 20px;
		} 
		.LoginForm input {
			font-size: 1.2em;
			margin: 3px 0px;
		}
		.LoginForm .InputStyle {
			display: block;
			width: 230px;
			font-size: 1em;
		}
		.LoginForm .RadioStyle {
			margin-right: 5px;
		}
		.LoginForm .Field {
			padding: 0px 0px 32px;
		}
/*  Take A Tour */	
.Tour {
	margin-top: 23px;
	width: 460px;
}
	.Tour .Heading {
		background: #aaaaaa;
		padding: 13px 14px;
	}
		.Tour .Heading h3 {
			font-size: 1.8em;
			color: #fff;
			font-weight: normal;
		}
		.Tour .Heading li {
			float: left;
			background: url(../_images_in/online-services/take-a-tour/seperator.gif) right 5px no-repeat;
			padding: 2px 9px 0px 0px;
		}
		.Tour .Heading li.Last {
			padding-right: 0px;
			background: none;
		}
		.Tour .Heading li a:link,
		.Tour .Heading li a:visited {
			color: #002a5c;
			font-size: 1.1em;
		}
	.Tour .Content {
		border: 1px solid #aaaaaa;
		border-bottom: none;
		text-align: center;
		padding: 25px 0px;
		position: relative;
		width: 458px;
	}
		.Tour .Content a:link,
		.Tour .Content a:visited {
			display:block;
			width: 31px;
			height: 26px;
			position: absolute !important;			
			background:url(../_images_in/online-services/take-a-tour/btn-02.gif) left top no-repeat;
			color: #fff;
			font-size: 1.8em;
			font-weight: bolder;
			text-align: center;
			padding-top: 5px;
		}		
		.Tour .Content a:hover,
		.Tour .Content .Active {
			background:url(../_images_in/online-services/take-a-tour/btn-act-02.gif) left top no-repeat  !important;
			text-decoration: none;
			
		}
		.Tour .Content a.Num01:link,
		.Tour .Content a.Num01:visited {			
			right: 88px;
			top: 57px;
			background:url(../_images_in/online-services/take-a-tour/btn-01.gif) left top no-repeat;
		}
		.Tour .Content a.Num01:hover,
		.Tour .Content .Active01 {
			background:url(../_images_in/online-services/take-a-tour/btn-act-01.gif) left top no-repeat !important;
		}
		.Tour .Content a.Num02:link,
		.Tour .Content a.Num02:visited {
			top: 136px;
			right: 130px;
		}		
		.Tour .Content a.Num03:link,
		.Tour .Content a.Num03:visited {
			top: 166px;
			left: 57px !important;
		}		
	.Tour .Bottom {
		background: #002a5c;
		border-top: 1px solid #001c3d;
		padding: 25px 0px;		
	}
		.Tour .Bottom p {
			color: #6dc067;
			padding: 0px 48px 0px 118px;
			min-height: 50px;
			height: auto !important;
			height: 50px;	
			display: none;		
		} 
		
		.Tour .Bottom .Num02 {
			background: url(../_images_in/online-services/take-a-tour/num02.gif) no-repeat 53px top;
		}
		.Tour .Bottom .Num03 {
			background: url(../_images_in/online-services/take-a-tour/num03.gif) no-repeat 53px top;
		}
		.Tour .Bottom .Show {
			display: block
		}
/* Register  */
.RegisterPage h3 {
	color: #6dc067;
	font-size: 1.2em;
}

.RegisterPage a{
color: #005c87;
}
.RegisterPage a:hover{
text-decoration:underline;
}
.RegisterPage h4 {
	color: #808080;
	font-size: 1.2em;
}
	.RegisterPage ul {
		font-size: 1.2em;
	}
	.RegisterPage .BtnField {
		text-align: right;
		padding-right: 10px;
	}
	.RegisterPage .BoxContent {
		background: url(../_images_in/online-services/register/dotted.gif) left top repeat-x;
		padding-top: 23px;
	}
	.RegisterPage .BoxContent hr {
		display: none;
	}
	.RegisterPage p,
	.RegisterPage .HeadingStyle {
		margin-bottom: 17px;
	}
	.RegisterPage p {
		line-height: 16px;
	}
	.RegisterPage .BoxContentInner {
		margin: 12px 0px 20px;
		padding: 22px 25px 30px 0px;
		height: 457px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.RegisterPage .BoxContentInner h4 {
		margin-bottom: 18px;
	}
	.RegisterPage .BoxContentInner ul {
		padding-bottom: 45px;
	}
	.RegisterPage .BoxContentInner ul li {
		padding: 2px 0px;
	}

.RegisterPage .BoxContentRegister {
		background: url(../_images_in/online-services/register/dotted.gif) left top repeat-x;
		padding-top: 23px;
	}
	.RegisterPage .BoxContentRegister hr {
		display: none;
	}

	.RegisterPage p,
	.RegisterPage .HeadingStyle {
		margin-bottom: 17px;
	}
	.RegisterPage p {
		line-height: 16px;
	}
	.RegisterPage .BoxContentInnerRegister {
		margin: 12px 0px 20px;
		padding: 22px 25px 30px 0px;
		height: 457px;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.RegisterPage .BoxContentInnerRegister h4 {
		margin-bottom: 5px;
		clear:left;
	}

	.RegisterPage .BoxContentInnerRegister ul{	
	/*	width: 100%!important;			*/
	/*	float:none!important;			*/
	/*	padding-bottom:350px!important;		*/
		margin:5px 0px 5px 0px !important;			
	}						

	.RegisterPage .BoxContentInnerRegister ul li {
		width:100%!important;
		float:none;
		color: #6dc067;
		font-weight: normal!important;
		font-size: 1em!important;
		text-align:left!important;
		padding:0!important;
		margin:0!important;
		height:20px!important;
	}

.RegisterPage .BoxContentInnerRegister ul li a{
color: #005c87;
}

.RegisterPage .BoxContentInnerRegister ul li a:hover{
text-decoration:underline;
}

/*  Global   */	
.GlobalContent {
	margin-top: 15px;
}
	.GlobalContent .SubBanner {
		margin-bottom: 15px;
	}
	.GlobalContent p {
		margin-bottom: 17px;
		line-height: 16px;
	}
	.GlobalContent p.End {
		margin-bottom: 2px;
	}
	.GlobalContent h3 {
		font-size: 1.2em;
		color: #808080;
	}
#GlobalContent .Message{
padding-left:150px;
margin-top:-120px;
margin-bottom:100px;
	color: #6dc067;
		font-size: 1.8em;
		font-style: italic;
		}
		
		padding-top:50px;
.Global {
	background:url(../_images_in/global-in/banner.jpg) left top no-repeat                                !important;
	height: 280px;
}	
.GlobalAus{
	background:url(../_images_in/global-aus/banner.jpg) left top no-repeat                                !important;
	height: 280px;
}

/* Legal Info  */
.Legal{
	background: #fff !important;
	height: 60px !important;
}
	#header.Legal h1 a {
		background:url(../_images_in/common/print-logo.gif) left top no-repeat;
	}
.LegalContent {
	float: none;
	width: 530px;
	margin: 0px auto;
}
	.LegalContent p {
		line-height: 16px;
	}
/* Learning */	
.Learning {
	background:url(../_images_in/learning-centre/banner.jpg) left top no-repeat                !important;
	height: 280px;
}	
	.LearningContent,
	.InvestmentContent, {
		width: 100%;
		margin-bottom: 22px;
		overflow-x: hidden;
	}
	.InvestmentContent {
		clear: both;
	}
	.LearningContent .Block {
		width: 190px;
		margin-right: 25px;
	}
	.InvestmentContent .Block {
		width: 210px;
		margin-right: 25px;
	}
	.InvestmentContent .Block  {
		width: 190px;
		padding: 10px;		
		margin-right: 22px;
		cursor: pointer;	
	}
	.InvestmentContent .Hover,
	#investmentContent .Hover {
		background: #eaeaea url(../_images_in/managing-your-wealth/investments/bg.gif) left top repeat-x;
	}
	.LearningContent .Last{
		margin-right: 0px;
		width: 200px;
	}
	.InvestmentContent  .Last {
		margin-right: 0px;
	}
	.LearningContent h4 ,
	.InvestmentContent h4{
		font-size: 1.9em;
		color: #6dc067;
		padding-top: 42px;
		font-style: italic;
		font-weight: normal;
	}



/*.AssetContentOuter {
    font: 62.5% Arial, Verdana, Tahoma, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}*/
#assetContent {
	font-size: 1em;
	margin: 0px;
    padding: 0px;
}
#assetContent  .AssetContentInner{
	font-size: 1.2em;
	margin: 0px;
    padding: 0px;
	line-height: 16px;
}
#assetContent h3 {
	margin: 20px 0px 0px;
	padding: 0px;
	color: #6dc067;
	font-size: 1em;
}
	#assetContent select {
		width: 210px;
		margin: 15px 0px;	
		font-size: 1.2em;	
	}
	#assetContent a:link,
	#assetContent a:visited {
		color: #005C87;
		text-decoration: none;
	}
	#assetContent a:hover {
		text-decoration: underline;
	}


/* Content 01 */

.FixHeight{
	 height:280px;
}
.Absolute {
	position:absolute;
	z-index:1000;
	top:0px;
	left:0px;	
	height:280px;
}
.BgWelcome {
	 background:url(../_images_in/common/bg_h_wl.jpg) no-repeat top left;
	 height:280px;
}
.BgManaging {
	 background:url(../_images_in/common/banner.jpg) no-repeat top left;
	 height:280px;
}
.BgInvestor {
 	background:url(../_images_in/common/bg-h-investor.jpg) no-repeat top left;
	height:280px;
}

.CeoMsg {}
	.CeoMsg .ImgCeo {
		float: left;
		width: 154px;
	}
	.CeoMsg .ImgCeo span {
		padding-top:4px;
		padding-bottom:4px;
		font-size: 0.8em;
		font-style: italic;
	}
	.CeoMsg .Message {
		color: #6dc067;
		font-size: 1.8em;
		font-style: italic;
		padding-bottom:80px;
		
		padding-top:20px;
	}
	.CeoMsg .VideoFlash {
		padding-top: 20px;
		padding-left: 25px;
		clear: both;
		width: 480px;
	}
	
	.CeoMsg .Letter {
		padding-top:10px;
		line-height:16px;
		margin-bottom:0px;
	}
	.CeoMsg .Letter span {
		background:url(../_images_in/welcome/about-us/ceo-message/disc.gif) no-repeat 15px 6px;
		padding-left:25px;
		display:block;
	}
	.CeoMsg .Letter a {
		color: #005c87;
		font-weight:bold;
	}
	.CeoMsg .Letter .Sig {
		margin:6px 0px;
	}
	
.Container05 {
	width: 780px !important;
	float:left;
	overflow: hidden;
	position: relative;
}

.ImgGreg  span {
		font-size: 0.8em;
		font-style: italic;
	}

#mainContent05takeatour {
	font-size: 1em;
	margin-left:35px;
}

#mainContent05takeatour h2 {
		color: #6dc067;
		font-size: 1.8em;
		font-weight:  normal;
		margin: 3px 0px 10px 0px;
	}
	#mainContent05takeatour p {
		color: #808080;
		font-size: 1.2em;	
	}
	#mainContent05takeatour .Note {
		padding:8px 0px 2px;
		clear:both;		
	}
	#mainContent05takeatour .Note a {
		color: #005c87;
	}
	#mainContent05takeatour .Note a:hover {
		text-decoration:underline;
	}
	#mainContent05takeatour ul {
		width: 420px;
		float:left;
	}
	#mainContent05takeatour li {
		width: 127px;
		height: 111px;
		margin-right: 7px;
		float:left;
		color: #6dc067;
		font-weight: bold;
		font-size: 1.2em;
		text-align:center;
		padding-top:8px;
	}
	#mainContent05takeatour ul .About01{
		background: url(../_images_in/welcome/about-you/abu-1.jpg) no-repeat top left;
	}
	#mainContent05takeatour ul .About02{
		background: url(../_images_in/welcome/about-you/abu-2.jpg) no-repeat top left;
	}
	#mainContent05takeatour ul .About03{
		background: url(../_images_in/welcome/about-you/abu-3.jpg) no-repeat top left;
	}
	#mainContent05takeatour ul .About04{
		background: url(../_images_in/welcome/about-you/abu-4.jpg) no-repeat top left;
	}
	#mainContent05takeatour ul .About05{
		background: url(../_images_in/welcome/about-you/abu-5.jpg) no-repeat top left;
	}
	#mainContent05takeatour ul .About06{
		background: url(../_images_in/welcome/about-you/abu-6.jpg) no-repeat top left;
	}

#mainContent05 {
	font-size: 1em;
	margin-left:35px;
}

	#mainContent05 h2 {
		color: #6dc067;
		font-size: 1.8em;
		font-weight:  normal;
		margin: 3px 0px 10px 0px;
	}
	#mainContent05 p {
		color: #808080;
		font-size: 1.2em;	
	}
	
	#mainContent05 #contact {
		width: 100%;
	}
	#mainContent05 .ContactForm {
		float: left;
		width: 446px;
		font-size: 1.2em;
		color: #808080;
	}
		#mainContent05 .ContactForm .Required {
			text-align: right;
			margin-bottom: 5px;
		}
		#mainContent05 .ContactForm .Field {		
			width: 100%;
			margin-bottom: 5px;
		}
		#mainContent05 .ContactForm .Field .Label{
			float: left;
			width: 160px;
			padding: 2px 0px 0px;
		}
		#mainContent05 .ContactForm .Field .Form {
			float: right;
			width: 283px;
		}
		#mainContent05 .ContactForm .Field .Form .InputStyle {
			border: 1px solid #a5acb2;
			color: #000;
			width: 278px;
			font-size: 1em;
		}
		#mainContent05 .ContactForm .Field .Form .SelectStyle {
			width: 280px
		}
		#mainContent05 .ContactForm .Field .Form .RadioStyle {
			margin-right: 7px !important;
		}
		#mainContent05 .ContactForm .Field .Form label {
			margin-right: 18px;
		}
		#mainContent05 .ContactForm .BtnField {	
			text-align: right;	
			padding: 8px 0px 4px;
		}	
	
	#ContactUs .TextStyle02 {
		font-size: 1.2em;
		color: #808080;
		margin-bottom: 20px;
	}
	#ContactUs .TextStyle02 {
		color: #005c87;
		font-style: normal;
	}
	#ContactUs  .TextStyle02 a:link,
	#ContactUs  .TextStyle02 a:visited {
		color: #005c87;
	}
	#ContactUs  .TextStyle02 a:hover {
		text-decoration: underline;
	}
	#ContactUs  address.TextStyle02 {
		margin-bottom: 16px;
	}
	#mainContent05 .Note {
		padding:8px 0px 2px;
		clear:both;		
	}
	#mainContent05 .Note a {
		color: #005c87;
	}
	#mainContent05 .Note a:hover {
		text-decoration:underline;
	}
	#mainContent05 ul {
		width: 420px;
		float:left;
		margin-top:70px;
	}
	#mainContent05 li {
		width: 127px;
		height: 111px;
		margin-right: 7px;
		float:left;
		color: #6dc067;
		font-weight: bold;
		font-size: 1.2em;
		text-align:center;
		padding-top:8px;
	}
	#mainContent05 ul .About01{
		background: url(../_images_in/welcome/about-you/abu-1.jpg) no-repeat top left;
	}
	#mainContent05 ul .About02{
		background: url(../_images_in/welcome/about-you/abu-2.jpg) no-repeat top left;
	}
	#mainContent05 ul .About03{
		background: url(../_images_in/welcome/about-you/abu-3.jpg) no-repeat top left;
	}
	#mainContent05 ul .About04{
		background: url(../_images_in/welcome/about-you/abu-4.jpg) no-repeat top left;
	}
	#mainContent05 ul .About05{
		background: url(../_images_in/welcome/about-you/abu-5.jpg) no-repeat top left;
	}
	#mainContent05 ul .About06{
		background: url(../_images_in/welcome/about-you/abu-6.jpg) no-repeat top left;
	}
	
.BusinessOwner{
	width: 277px;
	float:right;
	background:#08192e url(../_images_in/welcome/about-you/bg-t-bo.gif) no-repeat top left;
	margin-top:50px;
	margin-right:42px;
	display:inline;
}
	.BusinessOwner h3{
		color: #6dc067;
		font-weight: bold;
		font-size: 1.4em;
		text-align:center;
		padding: 20px 0px;
	}
	.BusinessOwner p{
		padding: 0px 35px 0px 18px;
		color: #fff !important;
		font-size:1.1em !important;
		line-height: 14px !important;
	}
	.BusinessOwner p span {
		color: #6dc067;
	}
	.BusinessOwner p a{
		color: #009fe9;
		background:url(../_images_in/welcome/about-you/icon-viewcase.gif) no-repeat right        ;
		padding-right:8px;
	}
	.BusinessOwner .Wrapper {
		background:url(../_images_in/welcome/about-you/bg-b-bo.gif) no-repeat bottom left;
		height:60px;
	}
	#mainContent05 .FlashAboutU {
		margin-top:30px;	
	}


.Container06 {}
#mainContent06 {
	margin-left:35px;
	min-height: 140px;
	padding-bottom:0px;
}

	#mainContent06 h2 {
		color: #6dc067;
		font-size: 1.8em;
		font-weight:  normal;
		margin: 0px 0px 12px 0px;
	}
	#mainContent06 ul{
		width:100%;
		
	}
	#mainContent06 ul li{
		width:280px;
		float:left;
		color: #808080;
		font-size:11px;
		margin-right:8px;
		padding: 10px;
		cursor: pointer;
	}
	#mainContent06 ul li h3{
		font-size: 14px;
		font-weight:bold;
		padding-bottom:8px;
		color:#002a5c;
	}
	#mainContent06 ul li h3 a{
		color:#002a5c;
	}
	#mainContent06 ul li .Img {
		float:left;
		margin-right:8px;
	}
	#mainContent06 ul li p{
		height:69px;
		width:120px;
		overflow:hidden;
	}
	#mainContent06 ul li span a{
		color: #002a5c;
		background:url(../_images_in/welcome/about-us/icon-more.gif) no-repeat right 5px;
		padding-right:8px;
	}
	#mainContent06 ul li a:hover {
		text-decoration:underline;
	}
	
#onlineTakeATour p{
	padding-bottom:10px;
}

#onlineTakeATour li h4{
	color: #6DC067;
		font-size: 1.2em;
		font-weight:bold;
}

#onlineTakeATour li{
	width: 515px;
	padding-top: 10px;
	padding-bottom: 30px;
	background: url(../_images_in/welcome/about-you/bg-dot01.gif) repeat-x left top; 
	
}


#takeATour ul{}
	#takeATour li{ background:url(../_images_in/welcome/about-us/take-a-tour/line-n.gif) repeat-x bottom left; padding: 10px 0px; width:715px; height:112px; font-size:1.1em; line-height:17px;text-align:left; font-weight:normal;

}
	
	#takeATour li .Img {
		float:left;
		margin-right:10px;
	}
	#takeATour li h4{
		color: #6DC067;
		font-size: 1.2em;
		font-weight:bold;
	}
	#takeATour li p {
		margin: 15px 0px;
		
	}
	#takeATour li span a{
		color: #005C87;
		background:url(../_images_in/welcome/about-us/icon-more.gif) no-repeat right 7px;
		padding-right:8px;
		font-size:1.2em;
	}
	#takeATour li span a:hover {
		text-decoration:underline;
	}
/*Where We Are*/
#whereWeAre{
	line-height:16px;
}
	#whereWeAre span{
		display: block;
		width:210px;
		height:30px;
		float:left;				
	}
	#whereWeAre .Map{
	   width: 534px;
	   /*border-top: 1px solid #ccc;*/
	   background: url(../_images_in/welcome/about-us/where-we-are/dotted.gif) left top repeat-x;
	   margin-top: 10px;
	   padding-top:20px;
	}
	#whereWeAre .Map .DetailMap{
		padding-top: 30px;
	}
	#whereWeAre .Map .Zoom {
		background:url(../_images_in/welcome/about-us/where-we-are/zoom.gif) no-repeat top left;
		padding: 0px 10px 0px 20px;
		margin-top:8px;
		float:right;
	}
	#whereWeAre .Map .FormSearch {
		color: #808080;
		font-size: 1.1em;	
		display: none;
	}
	
	#ceoVideo
	{padding-left:40px;
	}
	
	#whereWeAre .Map #flashMap #largeFlashMap .FormSearch {
		display: block;
	}
	#whereWeAre .Map .FormSearch .TitSearch {
		width: 164px;
		height:100px;
		font-weight:bold;
		float:left;
	}

	#whereWeAre .Map .FormSearch .SelectForm{
		width: 280px;
		float:left;
		font-size: 1.1em !important;
		
	} 
	#whereWeAre .Map .FormSearch .SelectForm strong { color:#8ecb8a;}
	#whereWeAre .Map .FormSearch .SelectForm p{
		background: #e9e9e9;
		padding: 15px;
		font-size:1.0em  !important;
	}
	#whereWeAre .Map .FormSearch .SelectForm a {
		background:url(../_images_in/welcome/about-us/icon-more.gif) no-repeat right 5px;
		padding-right:8px;
	}
	#whereWeAre .Map .FormSearch .SelectForm .Label {
		width: 80px;
		float:left;
		
	}
	#whereWeAre .Map .FormSearch .SelectForm .Data {
		float:left;
	}
	#whereWeAre .Map .FormSearch .SelectForm .SelectStyle {
		width: 280px;
		font-size: 1.1em;
		color: #000;
		display: block;
		margin-bottom:20px;
	}

#ourAchievements{
	line-height: 16px;
}
	#ourAchievements strong {
		font-style:italic;
	}
	#ourAchievements .ListItems {
		
	}
	#ourAchievements .ListItems ul{ 
		background:url(../_images_in/welcome/about-us/our-achievements/bg-line-n.gif) no-repeat bottom left;
		width: 520px;
		clear:both;
		padding:10px 0px;
		float:left;
	}
	#ourAchievements .ListItems li{
		background:url(../_images_in/welcome/about-us/our-achievements/line-d.gif) repeat-y top right;
		width:260px;
		float:left;
		text-align:center;
		min-height: 130px;
		padding:20px 0px 10px 0px;
	}
	#ourAchievements .ListItems li .Tit {
		color: #62be59;
		font-weight:bold;
	}
	#ourAchievements .ListItems li .Img {
		margin: 6px 0px;
	}
	#ourAchievements .ListItems li .Desc {
		font-weight:bold;
		font-size:1.2em;
	}
	#ourAchievements .ListItems .ClearLd {
		background: none;
		padding-bottom: 2px;
	}	


#cash {
	margin: 15px 0px;
	width:100%;
}
	#cash li {
		font-size: 1.2em;	
		 line-height: 24px;
		 margin-bottom:1px;
		 background:url(../_images_in/managing-your-wealth/investments/cash-cash/disc-cash.gif) no-repeat 10px;
		 padding-left:20px;
		 color:#808080
	}
	#cash .Color1{ background-color: #dde5dc;}
	#cash .Color2{ background-color: #eef2ee;}			
			
/**/
#FlashDisc {
	padding-top:10px;
	padding-bottom:20px;
	display:block;
}
#viewPdf{
	width:330px;
	background: #08192e url(../_images_in/managing-your-wealth/investments/discretionary-portfolios/bg-disc-t.gif) no-repeat top;
	margin:auto;
	
}
#viewPdf .FixBox {
	 padding: 20px;
}
	#viewPdf .FixBox h4 {
		color:#6dc067;
		font-size: 1.4em;
	}
	#viewPdf .FixBox h5 {
		color:#6dc067;
		font-size: 1.2em;
	}
	#viewPdf .FixBox p {
		color:#9ca3ab !important;	
	}
	#viewPdf .FixBox a{
		font-size: 1.2em !important;
		color: #009fe9 !important;
		float:right;
		background:url(../_images_in/managing-your-wealth/investments/discretionary-portfolios/icon-viewcase.gif) no-repeat right; padding-right:10px;	
	}
	#viewPdf .BottomDisc {
		background: url(../_images_in/managing-your-wealth/investments/discretionary-portfolios/bg-disc-b.gif) no-repeat bottom;
		height:73px;
	}

#working {
	font-size: 1em;
	margin: 0px 30px 0px 35px;
}

	#working h2 {
		color: #6dc067;
		font-size: 1.8em;
		font-weight: normal;
		margin: 3px 0px 10px 0px;
	}
	#working p {
		color: #808080;
		font-size: 1.2em;	
		line-height:16px;
	}
	#working a {
		color: #227297;
	}
	#working a:hover {
		text-decoration:underline;
	}
	#working span{
		color:#6dc067;
	}
	#working .FlashWorking {
		margin-top:30px;	
	}
	#working .ToSee {
		width:350px;
		clear:both;
		margin: 0px auto;
	}
	#working .ToSee ul{
		font-size: 1.2em;	
		margin-top:3px;	
	}
	#working .ToSee li{
		background: url(../_images_in/managing-your-wealth/working-with-you/dot-w.gif) no-repeat 3px 8px; 
		padding-left:12px;
		line-height:16px;
	}
	#working .FlashHere {
		padding: 30px 0px 20px 0px;
	}
	#working .NoFlash {
		width: 100%;
		font-size: 1.2em ;
		clear:both;
	}
	#working .NoFlash h5 {
		color:#6dc067;
		font-size: 1.1em;
	}
	#working .NoFlash .Items{
		float:left;
		width: 133px;	
		color:#a2a2a2;
		margin-right: 10px;
	}
	#working .NoFlash .Ma01{ margin-top: 40px;}
	#working .NoFlash .Ma02{ margin-top: 80px;}
	#working .NoFlash .Ma03{ margin-top: 120px;}
	#working .NoFlash .Ma04{ margin-top: 160px;}

/* where-we-are-flash */
#enlargeBoxOuter {
    width: 601px;
    height: 130px;
    position: absolute;
    top: 420px;
    left: 187px;
	z-index: 1001;
}
.EnlargePhone01 {
	left: 25px !important;
}
.EnlargePhone02 {
	top: 550px !important;
	left: 160px !important;
}
	#enlargeBox {
		width: 100%;
		height: 130px; 
		background: url(../_images_in/welcome/about-us/where-we-are/popup.gif) no-repeat center center;
	}
		#enlargeBox p {
			font-size: 6em;
			color: #fff;
			text-align: center;
			margin: 30px 0px 0px;
			float: left;
			width: 550px;
		}
		#enlargeBoxOuter span {
			float: right;
			font-size: 2.2em;
			color: #8996a0;
			font-weight: bolder;
			width: 20px;		
			text-align: center;
			margin: 15px 20px 0px 0px;
			cursor: pointer;
			position: absolute;
			top: 0px;
			right: 0px;
		}
.EnlargeMap {
	text-align: right;
	font-size: 1.2em;
	padding-top:10px;
}
	.EnlargeMap a:link,
	.EnlargeMap a:visited {
		background: url(../_images_in/welcome/about-us/where-we-are/icon-enlarge.gif) left top no-repeat;
		padding: 5px 0px 0px 25px; 
	}
	
.ListInf table tbody tr td, 
.ListInf table thead tr th {
	color: #808080;
	font-size: 1.2em;
	text-align: left;
	vertical-align: top;
}
.ListInf table tbody tr td.Location, 
.ListInf table thead tr th.WidthStyle01 {
	width: 84px;
}
.ListInf table tbody tr td.Address, 
.ListInf table thead tr th.WidthStyle02 {
	width: 200px;
}
.ListInf table tbody tr td.Telephone, 
.ListInf table thead tr th.WidthStyle03 {
	width: 130px;
}
.ListInf table tbody tr td {
	padding: 18px 0px 18px 0px;
}
.ListInf table tbody tr {
	background: url(../_images_in/welcome/about-us/where-we-are/dotted.gif) left bottom repeat-x;
}
.ListInf table tbody tr.NoBg {
	background: none;
}
.ListInf table tbody tr td.Location {
	color: #6cbf67;
}
.ListInf table tbody tr td.Location,
.ListInf table tbody tr td.Address, 
.ListInf table tbody tr td.Telephone {
	padding-right: 5px;
}	
	
	
#largeMap {
	position: absolute;
	z-index: 999;
	top: 0px;
	left: 0px;
	width: 100%;
	display: none;
}
	.largeMapInner {
	padding-top:50px;				
		width: 845px;
		margin: 35px auto 0px;
		font-size: 1.2em;
		text-align: center;
	}
	.largeMapInner p {
		float: left;	
		margin-left: 20px;
		color: #808080;	
	}
	.largeMapInner a:link,
	.largeMapInner a:visited {
		float: right;
		margin-right: 20px;
		background: url(../_images_in/welcome/about-us/where-we-are/btn-close.gif) left 3px no-repeat;
		padding-left: 15px;
		color: #005b8b;
	}
	.largeMapInner a:hover {
		text-decoration: underline;		
	}
#mapOverlay	{
	background: #fff;
	position: absolute;
	z-index: 998;
/*	opacity: 0.80; 
	-moz-opacity: 0.80; 
	filter: alpha(opacity=80); */
	width: 100%;
	top: 0px;
}
	
#podcasts {
	clear:both;
	padding-top:5px;
	padding-right: 30px;
}
	#podcasts .ImgManager {
		width: 220px;
		float:left;	
	}
	#podcasts .ImgManager p {
		font-size: 0.9em;
		font-style: italic;
		padding-top:6px;
	}
	
	#podcasts .TextManager {
		width: 480px;
		float:right;	
		line-height: 16px;
	}
	#podcasts .TextManager h4 {
		font-size: 1.4em;
		color: #002a5c;
	}
	#podcasts .TextManager p {
		padding-top: 2px;
	}
	#podcasts .TextManager .ToolF{
		text-align:right;
		margin-top: 20px;
	}
	#podcasts .TextManager a.BntListen {
		background:url(../_images_in/investors-longue/podcasts/bg-listen.gif) no-repeat top left; width: 185px; height: 19px; text-align:center; float:right;
		color: #fff;
		font-size: 1.1em;
		margin-top:10px;
		line-height: 18px;
	}
	#podcasts .TextManager a.BntListen:hover {
		text-decoration:underline;
	}
	
	
#report { 
	padding-right: 30px;
	
}	
 #report #flashcontent2
 {
 padding-left:100px;
 display:block;
 }
	#report .Note { 
		/*height:70px;
		background: url(../investors-longue/reports/images/line-n.gif) repeat-x bottom left; 
		margin-bottom: 20px;*/
	}
	#report .Footnote{
		font-size: 1em;
		font-style: italic;
		color:#808080;
		line-height:2em;
			}
	
	#report .SelectStyle {
		width: 280px;
		font-size: 1.1em;
		color: #000;
		display: block;
		margin:30px auto;
	}	
	#report .viewReportFlash{
		width:330px;
		background: #08192e url(../_images_in/investors-longue/reports/bg-disc-t.gif) no-repeat top;
		margin:auto;
		
	}
	#report .viewReportFlash .FixBox {
		 padding: 20px;
	}
	#report .viewReportFlash .FixBox h4 {
		color:#6dc067;
		font-size: 1.4em;
	}
	#report .viewReportFlash .FixBox h5 {
		color:#6dc067;
		font-size: 1.2em;
	}
	#report .viewReportFlash .FixBox p {
		color:#9ca3ab !important;	
	}
	#report .viewReportFlash .FixBox a{
		font-size: 1.2em !important;
		color: #009fe9 !important;
		background:url(../_images_in/investors-longue/reports/icon-viewcase.gif) no-repeat right; padding-right:10px;	
	}
	#report .viewReportFlash .BottomDisc {
		background: url(../_images_in/investors-longue/reports/bg-disc-b.gif) no-repeat bottom;
		height:73px;
	}
	#report p a {color: #227297;}
	#report p a:hover { text-decoration: underline;}															
	#report  p.TextStyle {
		padding-top: 20px;
		clear: both;
	}
	
.BgBody {
	margin:0px;
	padding:0px;
	background: #fff;
	width: 95%;
}	

#FlashDisc p
{
padding-top:10px;
}

#FlashDisc h3 {
		font-size: 1.4em;
		color: #6dc067;
		text-transform: uppercase;
		margin: 32px 0px 10px;
		padding-top:5px;
	}
#FlashDisc a:link,#FlashDisc a:visited {
		font-size: 1.2em;
		color: #005c87;
	}
#FlashDisc a:hover {
		text-decoration: underline;
	}	
.ViewPrint{
	display:none;
}
.ViewPrint p{
padding-top:10px;
}
.ViewPrint h3 {
		font-size: 1.4em;
		color: #6dc067;
		text-transform: uppercase;
		margin: 32px 0px 10px;
		padding-top:5px;
	}

.ViewReport {
	width: 500px;
	text-align: left;
	float: left;
}
	.ViewReport h3 {
		font-size: 1.4em;
		color: #6dc067;
		text-transform: uppercase;
		margin: 32px 0px 10px;
	}
	.ViewReport h3 span {
		text-transform: capitalize;
		font-size: 0.9em;
	}
	.ViewReport a:link,
	.ViewReport a:visited {
		font-size: 1.2em;
		color: #005c87;
	}
	.ViewReport a:hover {
		text-decoration: underline;
	}


.Report {
	text-align: center;
}

.End {
	padding-bottom: 0px;
	margin-bottom: 0px;
}


/*About you*/
.IntroYou {
	padding: 8px 25px 28px 0px;
}
.AbYouItems {
	width: 715px;
	padding-top: 30px;
	padding-bottom: 30px;
	background: url(../_images_in/welcome/about-you/bg-dot01.gif) repeat-x left top; 
}
	.AbYouItems .ImgShow {
		float: left;
		width: 174px;
	}
	.AbYouItems .Detail {
		float: right;
		width: 520px;
	}
		.Detail h4 {
			color: #6ec06b;
			font-size: 1.3em;
			font-weight: bolder;
			padding: 3px 0px 12px 0px;
		}
		.Detail .Info {
			font-size: 1.1em !important;
			padding-bottom: 12px;
		}
		.Detail .Info a:link,
		.Detail .Info a:visited {
			background: url(../_images_in/welcome/about-you/icon-viewcase.gif) no-repeat right 5px;
			color: #002a5c;
			padding-right: 8px;
		}
		.Detail .Info a:hover {
			text-decoration: underline;
		}
		.Detail .Study {
			font-size: 1.1em !important;
		}
			.Study span.Alt {
				color: #6ec06b;
			}
			.Study a:link,
			.Study a:visited {
				color: #00a0ea;
				background: url(../_images_in/welcome/about-you/icon-viewcase.gif) no-repeat right 5px;
				padding-right: 8px;
			}
			.Study a:hover {
				text-decoration: underline;
			}

.search{
	margin-left: 35px;
	padding-right:35px;
}	
	.search h2 {
		color:#6DC067;
		font-size:1.8em;
		font-weight:normal;
		margin:3px 0px 14px;
	}
	.search h3 {
	color: #6dc067;
	font-size: 1.2em;

}
	.search .result{
	font-size:1.2em;
	color:#808080;
	display:block;
	padding-bottom:10px;
	border-bottom-style:solid;
	border-bottom-width:thin;
	border-bottom-color:#cccccc;
	margin-bottom:10px;
	}

	.search .TextStyle01,
	.search .TextStyle02 {
		font-size: 1.2em;
		color: #808080;
		margin-bottom: 20px;
	}

	
	.search .TextStyle01 a {
		color: #005c87;
	}
	.search .TextStyle01 a:hover {
		text-decoration:underline;
	}
	
	.search #search-pages{
		color: #808080;
		}
		.search  li{
		font-size: 1.3em;
		display:inline-block;
		width:20px;
		float: left;
		}
		* html .search  li{
				display: inline;
			}		
		
		.search  li a {
		color: #005c87;
	}
	.search  li a:hover {
		text-decoration:underline;
	}
		.search #active{
		font-weight:bold;
		}
		.search #next{
		font-weight:bold;
		color: #005c87;
		}
	
			
		

#sitemap{
		padding-left:55px;
		line-height:15px;
	}
	#sitemap h3{
		color:#76c35d;
		font-size:16px;
		padding-bottom:10px;
	}
	#sitemap h4 {
			padding-bottom:10px;
			}
	#sitemap h4 a{
		text-decoration:none;
		font-size:14px;
		color:#004f63;
		padding-top:0px;
		margin-top:0px;

	}
	
	#sitemap h4 a:hover{
	text-decoration:underline;
	}
	#sitemap h5{
		color:#7b7b7b;
		margin-top:0px;
		margin-bottom:10px;
		font-size:12px;
	}
	#sitemap .leftPanel{
		float:left;
		width:400px;
		margin-right:10px;
	}
	
	#sitemap .rightPanel{
		margin-left:440px;
		width:400px;
	}
	#sitemap .block{
		border-bottom: 1px dotted #cccccc;

		padding-bottom: 20px;
		margin-top:10px;
		width:420px;
		float:left;
	}
	#sitemap .block a{
		color:#004f63;
		text-decoration:none;
		font-size:12px;
		display:block;
		line-height:20px;
	}
	#sitemap .block a:hover{
		text-decoration:underline;
	}
	#sitemap .submenus{
		display:block;
		margin:0px 0px 0px 20px;
		padding:0px;
	}
	#sitemap .submenus a{
		color:#7b7b7b;
		font-size:12px;
		display:inline-block;
	}
	/** Blue Link Button **/
	a.BlueBtn {
		background:url(../_images_in/investors-longue/podcasts/bg-listen.gif) no-repeat top left; width: 185px; height: 19px; text-align:center; float:left;
		color: #fff;
		font-size: 1.1em;
		margin-top:10px;
		line-height: 18px;
	}
/**change news item**/
marquee a{
	color:#808da3;
	text-decoration:none;
	 cursor:default;
}

a.faqClass{
	color:#005c87;
	text-decoration:none;
}
a:hover.faqClass{
	text-decoration:underline;
}
/**** KR VERSION ***/
.lineHeightKR{
	line-height:20px;
}

.lineHeightKR2{
	line-height:24px;
}