
/* General HTML elements */
body {
    font: 62.5% Arial, Verdana, Tahoma, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
	background: #ffffff;
}

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;
}

/* Main content color
	#808080 : grey (content text)
	#6dc067 : green (title)
	#005c87 : link
	
*/

/* MAIN */
/*#main {
	width: 100%;
	margin: 0 auto;
}*/
	#header h1 {
		width: 100%;
		height: 28px;
		border-bottom: 1px solid #005c86;
		padding: 0px 0px 20px;
	}
		#header h1 a {
			background: url(../images/common/print-logo.gif) no-repeat left top;
			width: 100%;
			height: 0px;
			padding: 28px 0px 0px;
			overflow: hidden;
			display: block;			
		}
	
	#header .TopNav,
	#header ul#menu,
	#header .BreadCrumbs,
	#header fieldset {
		display: none;
	}
	
	/* Content */	
	#content {
		width: 100%;		
		padding: 18px 0px 15px;
		background: #ffffff;
	}
			
	#footer {
		display: none;
	}

/* HOME */
		/* Left col */
		.Container01 {
			display: none;
		}
		
		/* Center col */
		.Container02 {
			width: 100%;
			float: left;
			position: relative;
		}
			.Container02 .Spacing {
				padding: 5px 25px 0px;
			}
			.Container02 h2 {
				color: #6dc067;
				font-size: 1.8em;
				font-weight: bolder;
				margin: 0px 0px 10px 0px;
			}
			.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;
			}
			.Container02 img {
				display: block;
				margin: 0 auto;
			}
			
			/* Content Panel */
			.ContentPanel {
				display: none;
			}
		
		/* Right col */
		.Container03 {
			display: none;
		}

		#content .Container04 {
			display: none;
		}


/*    faqs    */
.SubMenu ul {
	width: 100%;
	height: auto;
	overflow: hidden;
}	
.SubMenu ul li {
	float: left;
	list-style: none;
	font-size: 1.2em;
	padding: 0px 15px;
	background: url(../images/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 {
	padding: 20px 0px 0px 0px;
	clear: both;
	width: 100%;
}
	.FaqContent .Item h3{
		color: #000d2f;
		font-size: 1.2em;
		margin: 5px 0px 10px 0px;
	}
.Container05 {
	width:760px;
	float:left;	
	position: relative;
	height: auto;
}
			#mainContent05 {
				font-size: 1em;
			}

			#mainContent05 h2 {
				color: #6dc067;
				font-size: 1.8em;
				font-weight: bolder;
				margin: 0px 0px 10px 0px;
			}
			#mainContent05 p {
				color: #808080;
				font-size: 1.2em;	
			}
			#mainContent05 .Note {
				padding-top:8px;
				clear: both;
			}
			#mainContent05 .Note a {
				color: #009fe9;
			}
			#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/welcome/about-you/abu-1.jpg) no-repeat top left;
			}
			#mainContent05 ul .About02{
				background: url(../images/welcome/about-you/abu-2.jpg) no-repeat top left;
			}
			#mainContent05 ul .About03{
				background: url(../images/welcome/about-you/abu-3.jpg) no-repeat top left;
			}
			#mainContent05 ul .About04{
				background: url(../images/welcome/about-you/abu-4.jpg) no-repeat top left;
			}
			#mainContent05 ul .About05{
				background: url(../images/welcome/about-you/abu-5.jpg) no-repeat top left;
			}
			#mainContent05 ul .About06{
				background: url(../images/welcome/about-you/abu-6.jpg) no-repeat top left;
			}
			#mainContent05 .BusinessOwner{
				width: 277px;
				float:right;
				background:#08192e url(../images/welcome/about-you/bg-t-bo.gif) no-repeat top left;
				margin-top:50px;
				margin-right:20px;
				display:inline;
			}
			#mainContent05 .BusinessOwner h3{
				color: #6dc067;
				font-weight: bold;
				font-size: 1.4em;
				text-align:center;
				padding: 20px 0px;
			}
			#mainContent05 .BusinessOwner p{
				padding: 0px 35px 0px 18px;
				color: #fff;
				font-size:1.1em;
				line-height: 14px;
			}
			#mainContent05 .BusinessOwner p span {
				color: #6dc067;
			}
			#mainContent05 .BusinessOwner p a{
				color: #009fe9;
				background:url(../images/welcome/about-you/icon-viewcase.gif) no-repeat right        ;
				padding-right:8px;
			}
			#mainContent05 .BusinessOwner .Wrapper {
				background:url(../images/welcome/about-you/bg-b-bo.gif) no-repeat bottom left;
				height:60px;
			}
			#mainContent05 .FlashAboutU {
				margin-top:30px;	
			}


.Container06 {

}
			#mainContent06 {
				margin-bottom:30px;
			}

			#mainContent06 h2 {
				color: #6dc067;
				font-size: 1.8em;
				font-weight: bolder;
				margin: 0px 0px 15px 0px;
			}
			#mainContent06 ul{
				
			}
			#mainContent06 ul li{
				width:224px;
				float:left;
				color: #808080;
				font-size:11px;
				margin-right:12px;
			}
			#mainContent06 ul li h4{
			 	font-size: 14px;
				font-weight:bold;
				padding-bottom:8px;
			}
			#mainContent06 ul li h4 a{
				color:#002a5c;
			}
			#mainContent06 ul li .Img {
				float:left;
				margin-right:8px;
			}
			#mainContent06 ul li p{
				height:69px;
				overflow:hidden;
			}
			#mainContent06 ul li span a{
				color: #002a5c;
				background:url(../images/welcome/about-us/icon-more.gif) no-repeat right 5px;
				padding-right:8px;
				font-weight:bold;
			}
			#mainContent06 ul li a:hover {
				text-decoration:underline;
			}
#takeATour{
		
	}
	#takeATour ul{}
	#takeATour li{ background:url(../images/welcome/about-us/take-a-tour/line-n.gif) repeat-x bottom left; padding: 10px 0px; width:534px; height:112px; font-size:1.1em;}
	#takeATour li .Img {
		float:left;
		margin-right:10px;
	}
	#takeATour li h4{
		color: #92d08d;
		font-size: 1.2em;
		font-weight:bold;
	}
	#takeATour li p {
		margin: 15px 0px;
	}
	#takeATour li span a{
		color: #005C87;
		background:url(../images/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;
	}

	#whereWeAre{
		line-height:16px;
	}
	#whereWeAre span{
		display: block;
		width:210px;
		height:50px;
		float:left;
		
	}
	#whereWeAre .Map{
	   width: 534px;
	   border-top: 1px solid #ccc;
	   padding-top:20px;
	   margin-top:15px;
	}
	#whereWeAre .Map .DetailMap{
		padding-top: 30px;
	}
	#whereWeAre .Map .Zoom {
		background:url(../../welcome/about-us/where-we-are-flash/images/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;	
	}
	#whereWeAre .Map #flashcontent1 .FormSearch {
		display: none;
	}
	#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/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/welcome/about-us/our-achievements/bg-line-n.gif) no-repeat bottom left;
		width: 520px;
		clear:both;
		padding:10px 0px;

	}
	#ourAchievements .ListItems li{
		background:url(../images/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 auto;
		text-align:center;
	}
	#ourAchievements .ListItems li .Desc {
		font-weight:bold;
		font-size:1.2em;
	}
	/*#ourAchievements .ListItems .ClearLd {
		background: none;
	}*/	
	#cash {
				margin: 15px 0px;
			}
			#cash li {
				font-size: 1.2em;	
				 width:100%;
				  line-height: 24px;
				  margin-bottom:1px;
				  background:url(../images/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;}	

#viewPdf{
				width:330px;
				background: #08192e url(../images/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/managing-your-wealth/investments/discretionary-portfolios/icon-viewcase.gif) no-repeat right; padding-right:10px;	
			}
			#viewPdf .BottomDisc {
				background: url(../images/managing-your-wealth/investments/discretionary-portfolios/bg-disc-b.gif) no-repeat bottom;
				height:73px;
			}

#working {
				font-size: 1em;
			}

			#working h2 {
				color: #6dc067;
				font-size: 1.8em;
				font-weight: bolder;
				margin: 0px 0px 10px 0px;
			}
			#working p {
				color: #808080;
				font-size: 1.2em;	
			}
			#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/managing-your-wealth/working-with-you/dot-w.gif) no-repeat 3px 8px; padding-left:12px; line-height:16px;
			}
			#working .NoFlash {
			 	width: 100%;
				font-size: 1.2em ;
				margin:20px 0px;
				clear:both;
			}
			#working .NoFlash h5 {
				color:#6dc067;
				font-size: 1.1em;
			}
			#working .NoFlash .Items{
				float:left;
				width: 130px;	
				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;}
#report { 
	padding-right: 30px;
}	
	#report .Note { 
		/*height:70px;
		background: url(../investors-longue/reports/images/line-n.gif) repeat-x bottom left;*/
		margin-bottom: 20px;
	}
	#report .SelectStyle {
		width: 280px;
		font-size: 1.1em;
		color: #000;
		display: block;
		margin:30px auto;
	}
	
	#report .viewReport{
		width:330px;
		background: #08192e url(../images/investors-longue/reports/bg-disc-t.gif) no-repeat top;
		margin:auto;
		
	}
		#report .viewReport .FixBox {
			 padding: 20px;
		}
		#report .viewReport .FixBox h4 {
			color:#6dc067;
			font-size: 1.4em;
		}
		#report .viewReport .FixBox h5 {
			color:#6dc067;
			font-size: 1.2em;
		}
		#report .viewReport .FixBox p {
			color:#9ca3ab !important;	
		}
		#report .viewReport .FixBox a{
			font-size: 1.2em !important;
			color: #009fe9 !important;
			background:url(../images/investors-longue/reports/icon-viewcase.gif) no-repeat right; padding-right:10px;	
		}
		#report .viewReport .BottomDisc {
			background: url(../images/investors-longue/reports/bg-disc-b.gif) no-repeat bottom;
			height:73px;
		}
	#report p a {
		color: #227297;
	}
	#report p a:hover {
		text-decoration: underline;
	}


/*  Contact us */	
.Container05 #mainContent {
	margin: 0px 20px;
}
.Container05 #mainContent h2 {
	color:#6DC067;
	font-size:1.8em;
	font-weight:bolder;
	margin:0px 0px 14px;
}

.TextStyle01,
.TextStyle02 {
	font-size: 1.2em;
	color: #808080;
	margin-bottom: 20px;
}
.TextStyle02 {
	color: #005c87;
	font-style: normal;
}
	.TextStyle02 a:link,
	.TextStyle02 a:visited {
		color: #005c87;
	}
	.TextStyle02 a:hover {
		text-decoration: underline;
	}
address.TextStyle02 {
	margin-bottom: 16px;
}
#contact {
	width: 100%;
}
.ContactUs .Show {
		display: inline;
	}
.ContactForm {
	float: left;
	width: 446px;
	font-size: 1.2em;
	color: #808080;
}
	.ContactForm .Required {
		text-align: right;
		margin-bottom: 5px;
	}
	.ContactForm .Field {		
		width: 100%;
		margin-bottom: 5px;
		height: auto;
		overflow: hidden;
	}	
	.ContactForm .Field .Label{
		float: left;
		width: 160px;
		padding: 2px 0px 0px;
	}
	.ContactForm .Field .Form {
		float: right;
		width: 283px;
	}
	.ContactForm .Field .Form .InputStyle {
		border: 1px solid #a5acb2;
		color: #000;
		width: 278px;
		font-size: 1em;
	}
	.ContactForm .Field .Form .SelectStyle {
		width: 280px
	}
	.ContactForm .Field .Form .RadioStyle {
		margin-right: 7px !important;
	}
	.ContactForm .Field .Form label {
		margin-right: 18px;
	}
	.ContactForm .BtnField {	
		text-align: right;	
		padding: 8px 0px 4px;
	}	
	
.LocationBox {
	float: right;
	width: 215px;
	background: #e9e9e9;
	padding: 6px 12px 5px;
	margin: 20px 28px 0px 0px;
	display: none;
}
	.LocationBox h3 {
		color: #6dc067;
		font-size: 1.2em;
		margin-bottom: 18px;
	}
	.LocationBox .Field {
		font-size: 1.1em;
		color: #808080;
		width: 100%;
		margin-bottom: 4px;
		height: auto;
		overflow: hidden;
	}
		.LocationBox .Field .Label{
			float: left;
			width: 72px;
		}
		.LocationBox .Field address{
			float: right;
			width: 142px;
			font-style: normal; 
		}
		.LocationBox .Field address a:link,
		.LocationBox .Field address a:hover {
			color: #808080;
		}
.Privacy {
	margin-left: 340px;
	font-size: 1.1em;
	color: #005c87;
	clear: both;
}
	.Privacy a:link,
	.Privacy a:visited {
		color: #005c87;
	}
	.Privacy a:hover {
		text-decoration: underline;
	}
.RadioStyle {
	vertical-align: middle;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
}


/* Client Login Landing*/
.BoxContent01 {
	margin-top: 20px;
	font-size: 1.2em;
	color: #808080;
	clear: both;
}	
	.BoxContent01 ul {
		padding-top: 5px;
	}
	.BoxContent01 ul li {			
		width: 520px;
		color: #808080;
		background:  url(../images/online-services/bullet.gif) left 6px no-repeat;
		padding: 0px 0px 10px 10px;
	}
	.BoxContent01 .BtnLogin {
		text-align: right;
		margin-top: 30px;
	}
		

/*  Online Banking Login */	
.LoginBox {
	background: url(../images/online-services/login/bg-user-box.jpg) left top no-repeat                !important;
	width: 600px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
	.LoginBox .Register,
	.LoginBox .User {
		float: left;
		width: 236px;
		padding: 19px 15px 19px 14px;
	}
	.LoginBox .Register p,
	.LoginBox .User p {
		color: #FFF;
		font-size: 1.8em;
		font-style: normal !important;
	}
	.LoginBox .User{
		padding: 19px 15px 19px 12px;
		width: 239px;
	}
	.LoginBox .TextStyle {
		font-size: 1.2em !important;
	}
	.LoginBox a:link,
	.LoginBox a:visited {
		font-size: 1em !important;
		color: #FFF !important;
		background: url(../images/online-services/bullet01.gif) right 5px no-repeat;
		padding-right: 7px;
	}
	.LoginBox .User a:link,
	.LoginBox .User a:visited {		
		background-image: url(../images/online-services/bullet02.gif);
	}		
	.LoginBox .SubmitButtom {
		float: right;
		margin: 0px 0px 40px;
		background: url(../images/online-services/login/btn-go.png) left top no-repeat;
		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 {
			margin: 0px 0px 32px;
		}

/*  Take A Tour */	
/*  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/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/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/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/online-services/take-a-tour/btn-01.gif) left top no-repeat;
		}
		.Tour .Content a.Num01:hover,
		.Tour .Content .Active01 {
			background:url(../images/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/online-services/take-a-tour/num02.gif) no-repeat 53px top;
		}
		.Tour .Bottom .Num03 {
			background: url(../images/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 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/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 .BoxContentInner {
		margin: 12px 0px 20px;
		padding: 22px 25px 30px 0px;
	}
	.RegisterPage .BoxContentInner h4 {
		margin-bottom: 18px;
	}
	.RegisterPage .BoxContentInner ul {
		padding-bottom: 45px;
	}
	.RegisterPage .BoxContentInner ul li {
		padding: 2px 0px;
	}

/*  Global   */	
.GlobalContent {
	margin-top: 15px;
}
	.GlobalContent .SubBanner {
		padding-bottom: 15px;
		float: left;
	}
	.GlobalContent p {	
		margin-bottom: 17px;
	}
	.GlobalContent h3 {
		clear: both;
		font-size: 1.2em;
		color: #808080;
	}	
	
	.CeoMsg {}
	.CeoMsg .ImgCeo {
		float: left;
		width: 154px;
	}
	.CeoMsg .ImgCeo span {
		font-size: 0.8em;
		font-style: italic;
	}
	.CeoMsg .Message {
		color: #6dc067;
		font-size: 1.8em;
		font-style: italic;
		
		padding-top:50px;
	}
	.CeoMsg .VideoFlash {
		padding-top: 20px;
		padding-left: 25px;
		clear: both;
		width: 480px;
	}
	.CeoMsg .Letter {
		padding-top:10px;
		line-height:16px;
		margin-bottom:30px;
	}
	.CeoMsg .Letter span {
		background:url(../images/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;
}
			
/* Asset Allocation */

#assetContent {
	font-size: 1em;
	margin: 0px;
    padding: 0px;
}
#assetContent  .AssetContentInner{
	font-size: 1.2em;
	margin: 0px;
    padding: 0px;
}
#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;
	}


#flashcontent1,
#flashcontent2,
#FlashWorking,
#FlashDisc,
#flashMap,
#largeMap,
#mapOverlay,
ul.SubTemp,
#enlargeBoxOuter { 
	display:none;
}
#report p.TextStyle {
	padding-top: 20px;
	clear: both;
}
.ViewReport {}
	.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;
	}
	
/*About you*/	
.Wrapper {
	overflow: visible;
	height: 1%;
}
html>body .Wrapper {
	overflow: hidden;
	height: auto;
}
.IntroYou {
	padding: 8px 25px 28px 0px;
}
.AbYouItems {
	width: 715px;
	padding-top: 30px;
	margin-bottom: 30px;
	background: url(../images/welcome/about-you/bg-dot01.gif) repeat-x left top; 
	clear: both;
	height: auto;
}
	.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/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/welcome/about-you/icon-viewcase.gif) no-repeat right 5px;
				padding-right: 8px;
			}
			.Study a:hover {
				text-decoration: underline;
			}


/*Where are where*/

.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/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;
}
