<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: "KlavikaWebBasicBold";
	src: url("/abcom/Web/sites/fonts/KlavikaWebBasicBold.eot?#iefix") format("embedded-opentype"), url("/abcom/Web/sites/fonts/KlavikaWebBasicBold.woff") format("woff");
}
@font-face {
	font-family: "KlavikaWebBasicLight";
	src: url("/abcom/Web/sites/fonts/KlavikaWebBasicLight.eot?#iefix") format("embedded-opentype"), url("/abcom/Web/sites/fonts/KlavikaWebBasicLight.woff") format("woff");
}
/* ============= MASTHEAD ============= */
#masthead {
	background: #000000;
	/*width: 952px;  panel width +2px to prevent 1px white line */
	margin: 0px;
	padding: 0px;
	width: 100% !important;
}
#masthead #mastheadContent {
	width: 966px;
	margin-left: auto;/* center it*/
	margin-right: auto;/* center it*/
}
/* ============= COMMON NAVIGATION ============= */
#commonNav table {
	background: url(../images/bg/bg_mastheadBar.gif) repeat-x left top;
}
#clientViewBar table {
/*	background: url(../images/bg/bg_commonNav_clientView.gif) repeat-x left top #000;*/
}
#employeeViewBar table {
/*	background: url(../images/bg/bg_commonNav_employeeView.gif) repeat-x left top #000;*/

}
#commonNav {
	height: 32px;
	width: 100%;
	font-size: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
}
#mastheadLeft {
	float: left;
/*	width: 706px;*/
width:auto;
}
#mastheadRight {
	float: right;
	width: 250px;
}
#commonNav ol {
	margin: 0;
	padding: 0;
}
#commonNav #mastheadRight ol li {
	float: right;
}
#commonNav ol li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
	display: block;
}
#commonNav ol li a {
	color: #CCC;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #696F73;

	font-size: 10px;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
#commonNav ol li.active {
	color: #FFF;
	margin-bottom: 10px;
	margin-top: 11px;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #696F73;
}
#commonNav ol li a:hover {
	color: #FFF;
}
#commonNav ol li.noBorderRight a {
	border-right: none;
}
#commonNav ol li.setStartPage a {
	color: #A6B646;
	padding-left: 0px;
}
#commonNav ol li span.startPage_inactive {
	color: #CCC;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
#commonNav ol li.changeSite {
}
#commonNav ol li.changeSite a {
	background: url(../images/btn/btn_bg_masthead_changeSite.gif) no-repeat right top;
	margin: 0;
	padding: 0;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 23px;
	padding-left: 12px;
	border: none;
}
#commonNav ol li.changeSite a:hover {
	background-position: right -42px;
}
/* ============= EMPLOYEE VIEW BAR appears on top of COMMON NAVIGATION ============= */

#employeeViewBar {
	height: 29px;
	width: 100%;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.images-off #employeeViewBar {
	height: 29px;
	width: 100%;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 1px solid #666;
}
#employeeViewBar ol {
	margin: 0;
	padding: 0;
}
#employeeViewBar #mastheadRight ol li {
	float: right;
}
#employeeViewBar ol li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
	display: block;
	padding-bottom: 8px;
	padding-top: 6px;
}
#employeeViewBar ol li a {
	color: #F7EAE0;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #E0A366;
}
#employeeViewBar ol li.active {
	color: #FFF;
}
#employeeViewBar ol li a:hover {
	color: #FFF;
}
#employeeViewBar ol li.noBorderRight a {
	border-right: none;
}
#employeeViewBar ol li.dropDown {
	border-right: none;
	padding: 6px 0 8px 0;
}
#employeeViewBar ol li.viewAs {
	padding-bottom: 8px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/bg/bg_btn_employeeView.gif) repeat-x right top;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
}
#employeeToolsList {
	font-size: 14px;
	width: 150px;
	margin-left: 12px;
}
/* ============= CLIENT VIEW BAR appears on top of COMMON NAVIGATION ============= */

#clientViewBar {
	height: 29px;
	width: 100%;
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#clientViewBar ol {
	margin: 0;
	padding: 0;
}
#clientViewBar #mastheadRight ol li {
	float: right;
}
#clientViewBar ol li {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #FFF;
	display: block;
	padding-bottom: 8px;
	padding-top: 6px;
}
#clientViewBar ol li a {
	color: #DFE5C4;
	text-decoration: none;
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	border-right: 1px solid #B2BF71;
	white-space: nowrap;
}
#clientViewBar ol li.active a {
	color: #FFF;
}
#clientViewBar ol li a:hover {
	color: #FFF;
}
#clientViewBar ol li.noBorderRight a {
	border-right: none;
}
#clientViewBar ol li.viewAs {
	padding-bottom: 8px;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	background: url(../images/bg/bg_btn_clientView.gif) repeat-x right top;
	border: none;
	text-transform: uppercase;
	font-size: 10px;
}
#clientViewBar input.enableView {
	float: left;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
	border: none;
}
/*Rule for SEO hidden H*s*/
.seo {
	line-height: 0 !important;
	margin: 0!important;
	padding: 0!important;
	text-indent: -100%;
	font-size: 1px!important;
}
/*#commonNav ol li.search{
	padding-left:18px;
}

input.searchField{
	background:#4D5561;
	border:none;
	border-bottom:1px solid #737981;
	border-right:1px solid #737981;
	float:left;
	display:block;
	width:170px;
	height:16px;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	word-spacing:2px;
}

input.searchField:hover,
input.searchField:focus,
input.searchField:active{
	background:#747A84;
}

input.btn_search{
	display:block;
	padding-left:9px;
	margin-left:12px;
	width:9px;
	height:16px;
	background:url(../images/btn/btn_commonNav_goArrow.gif) no-repeat left 1px;
	border:0;
	float:left;
	text-indent:-10000px;
	cursor:pointer;
}
*/


/* ============= LEFT SIDE OF MASTHEAD (below common nav) ============= */

#masthead_leftNav {
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
	margin-top: 50px;
	width: 650px;
}
#masthead_leftNav h1 {
	display: block;
	clear: both;
	float: left;
	text-indent: -10000px;/*for screenreaders and blackberries.*/
}
.images-off #masthead_leftNav h1 {
	display: block;
	clear: both;
	float: left;
	text-indent: 0px;
	width: 127px;
	margin-left: 11px;
	margin-bottom: 50px;
	padding-top: 5px;
	color: #FFF;
	font-size: 16px;
}
h1#logo_masthead {
	background: url(../images/branding/ABlogo_masthead.jpg) no-repeat left 4px;
	width: 172px;
	height: 44px;
	margin-left: 11px;
	margin-bottom: 50px;
}

div#logo_masthead {
	background: url(../images/branding/ABlogo_masthead.jpg) no-repeat left 4px;
	height: 64px;
	margin-bottom: 50px;
	margin-left: 11px;
	width: 172px;
	clear: both;
	display: block;
	float: left;
	text-indent: -10000px;
}
div#logo_masthead_wireframe {
	background: url(../images/branding/ab-logo_masthead_wireframe.jpg) no-repeat left 4px;
	height: 64px;
	margin-bottom: 50px;
	margin-left: 11px;
	width: 172px;
	clear: both;
	display: block;
	float: left;
	text-indent: -10000px;
}
.images-off div#logo_masthead {
	display: block;
	clear: both;
	float: left;
	text-indent: 0px;
	width: 127px;
	margin-left: 11px;
	margin-bottom: 50px;
	padding-top: 5px;
	color: #FFF;
	font-size: 16px;
}
div#logo_masthead_bernstein {
	background: url(../images/branding/ABBernsteinLogo_masthead.jpg) no-repeat left top;
	width: 113px;
	height: 44px;
	margin-left: 11px;
	margin-bottom: 50px;
	clear: both;
	display: block;
	float: left;
	text-indent: -10000px;
}
.images-off div#logo_masthead_bernstein {
	display: block;
	clear: both;
	float: left;
	text-indent: 0px;
	width: 127px;
	margin-left: 11px;
	margin-bottom: 50px;
	padding-top: 5px;
	color: #FFF;
	font-size: 16px;
}
h1#logo_masthead_errorPage {
	background: url(../images/branding/ABlogo_masthead.jpg) no-repeat left top;
	height: 80px;
	margin-bottom: 82px;
	margin-left: 11px;
	width: 172px;
}
/*
This css can be used if link is required for the logo*/
h1#logo_masthead a {
	display: block;
	width: 172px;
	height: 44px;
	text-decoration: none;
}
h1#logo_masthead_bernstein {
	background: url(../images/branding/ABBernsteinLogo_masthead.jpg) no-repeat left top;
	width: 113px;
	height: 44px;
	margin-left: 11px;
	margin-bottom: 50px;
}
/*
This css can be used if link is required for the logo*/
h1#logo_masthead_bernstein a {
	display: block;
	width: 113px;
	height: 44px;
	text-decoration: none;
}
#masthead_leftNav h2 {
	margin: 0;
	padding: 0;
	margin-top: 27px;
	margin-left: 16px;
	font-size: 12px;
	font-weight: bold;
	height: 19px;
	text-indent: -10000px;
	float: left;
}
.images-off #masthead_leftNav h2 {
	margin: 0;
	padding: 0;
	margin-top: 7px;
	margin-left: 16px;
	padding-left: 16px;
	border-left: 1px solid #666;
	font-size: 13px;
	font-weight: bold;
	text-indent: 0px;
	float: left;
	color: #666;
	width: 300px;
	height: 14px;
}
#masthead_leftNav h2 a {
	display: block;
	height: 27px;
	text-decoration: none;
}
#masthead_leftNav .mainNavSpacer {
	display: block;
	width: 10px;
	height: 30px;
}
/*______________________________________________________________
													  SITENAMES*/

h2#SiteName_pensionsDefinedBenefit {
	width: 236px;
	background: url(../images/titles/title_siteName_PensionsDefinedBenefit.jpg) no-repeat left top;
}
h2#SiteName_pensionsDefinedBenefit a {
	width: 236px;
}
h2#SiteName_definedBenefit {
	width: 154px;
	background: url(../images/titles/title_siteName_DefinedBenefit.jpg) no-repeat left top;
}
h2#SiteName_instUS {
	width: 154px;
	color: White;
	text-indent: 0px;
}
h2#SiteName_definedBenefit a {
	width: 154px;
}
h2#SiteName_ourFirm {
	width: 154px;
	background: url(../images/titles/title_siteName_ourFirm.jpg) no-repeat left 1px;
}
h2#SiteName_ourFirm a {
	width: 154px;
}
h2#SiteName_privateClients {
	margin: 0;
	padding: 0;
	margin-top: 27px;
	margin-left: 16px;
	width: 154px;
	background: url(../images/titles/title_siteName_privateClients.jpg) no-repeat left top;
}
h2#SiteName_privateClients a {
	width: 154px;
}
h2#SiteName_definedContribution {
	width: 180px;
	background: url('../images/titles/title_siteName_definedContribution.jpg') no-repeat left top;
}
h2#SiteName_definedContribution a {
	width: 180px;
}
h2#SiteName_superannuation {
	width: 203px;
	background: url('../images/titles/title_siteName_superannuation.jpg') no-repeat left top;
}
h2#SiteName_superannuation a {
	width: 203px;
}
h2#SiteName_endowmentsFoundations {
	width: 306px;
	background: url('../images/titles/title_siteName_endowmentsFoundations.jpg') no-repeat left top;
}
h2#SiteName_endowmentsFoundations a {
	width: 306px;
}
h2#SiteName_sovereignWealthFunds {
	width: 327px;
	height: 21px;
	background: url('../images/titles/title_siteName_sovereignWealthFunds.jpg') no-repeat left top;
}
h2#SiteName_sovereignWealthFunds a {
	width: 327px;
	height: 21px;
}
h2#SiteName_financialServices {
	width: 275px;
	height: 21px;
	background: url('../images/titles/title_siteName_financialServices.jpg') no-repeat left top;
}
h2#SiteName_financialServices a {
	width: 275px;
	height: 21px;
}
h2#SiteName_insuranceCompanies {
	width: 179px;
	height: 21px;
	background: url('../images/titles/title_siteName_insuranceCompanies.jpg') no-repeat left top;
}
h2#SiteName_insuranceCompanies a {
	width: 179px;
	height: 21px;
}
h2#SiteName_financialAdvisors {
	width: 153px;
	background: url('../images/titles/title_siteName_financialAdvisors.jpg') no-repeat left top;
}
h2#SiteName_financialAdvisors a {
	width: 153px;
}
h2#SiteName_investmentConsultants {
	width: 195px;
	background: url('../images/titles/title_siteName_investmentConsultants.jpg') no-repeat left top;
}
h2#SiteName_investmentConsultants a {
	width: 195px;
}
h2#SiteName_ABFundInvestors {
	width: 160px;
	background: url('../images/titles/title_siteName_ABFundInvestors.jpg') no-repeat left top;
}
h2#SiteName_ABFundInvestors a {
	width: 160px;
}
h2#SiteName_researchClients {
	width: 309px;
	background: url('../images/titles/title_siteName_researchClients.jpg') no-repeat left top;
}
h2#SiteName_researchClients a {
	width: 309px;
}
h2#SiteName_subadvisory {
	background: url('../images/titles/title_siteName_subadvisory.jpg') no-repeat left top;
	width: 120px;
}
h2#SiteName_subadvisory a {
	width: 120px;
}
/*_________________________________________________________*/

h2#viewAccount {
	margin: 0;
	padding: 0;
	font-size: 10px;
	background: url(../images/titles/title_masthead_viewAccount.gif) no-repeat left top;
	text-indent: -10000px;
	width: 100%;
	height: 22px;
	border-bottom: #333 1px solid;
}
/* ============= MASTHEAD - RIGHT SIDE (VIEW ACCOUNT) ============= */
#masthead_rightNav {
	margin: 0;
	padding: 0;
	float: right;
	width: 293px; /* changing this value moves this element in relevance to main content --Olga*/
	text-align: left;
	margin-top: 13px;
}
#masthead_rightNav #searchBox {
	padding-bottom: 44px;/*padding-bottom:33px;*/
}
#masthead_rightNav input.searchField {
	color: #333;
	font-size: 10px;
	background: #CCC;
	border: none;
	border-bottom: 1px solid #737C81;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	width: 224px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 4px;
	margin-right: 1px;
	margin-left: 0px;
	float: left;
}
#masthead_rightNav input.searchOver {
	background: #fff;
}
#masthead_rightNav input.searchActive {
	background: #fff;
}
#masthead_rightNav input.searchField_LogIn {
	color: #CCC;
	font-size: 10px;
	background: #000;
	border: none;
	border-bottom: 1px solid #65760E;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	width: 220px;
	padding-bottom: 3px;
	padding-top: 3px;
	padding-left: 1px;
	margin-right: 6px;
	margin-left: 2px;
	float: left;
}
#masthead_rightNav input.masthead_btnSearch {
	background: url(../images/btn/btn_mastheadSearch.jpg) no-repeat left top;
	width: 51px;
	height: 20px;
	display: block;
	padding-left: 51px;
	text-indent: -10000px;
	border: none;
	float: left;
	cursor: pointer;
}
.images-off #masthead_rightNav input.masthead_btnSearch {
	background-color: #7E9312;
	display: block;
	float: left;
	padding: 0px;
	width: 49px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 0;
	text-align: center;
	border: 1px solid #7E9312;
}
#masthead_rightNav input.masthead_btnLogin {
	background: url(../images/btn/btn_mastheadLogin.jpg) no-repeat left top;
	width: 51px;
	height: 20px;
	display: block;
	padding-left: 51px;
	text-indent: -10000px;
	border: none;
	float: left;
	cursor: pointer;
}
.images-off #masthead_rightNav input.masthead_btnLogin {
	background-color: #7E9312;
	display: block;
	float: left;
	padding: 0px;
	width: 49px;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 0;
	text-align: center;
	border: 1px solid #7E9312;
}
#masthead_rightNav input.masthead_btnLogin_v2 {
	background: url(../images/btn/btn_mastheadLogin_v2.jpg) no-repeat left top;
	width: 43px;
	height: 18px;
	display: block;
	padding-left: 43px;
	text-indent: -10000px;
	border: none;
	cursor: pointer;
	float: right;
	margin-right: 3px;
	margin-top: 2px;
}
.images-off #masthead_rightNav input.masthead_btnLogin_v2 {
	background-color: #7E9312;
	display: block;
	float: right;
	padding: 0px;
	width: 43px;
	height: 18px;
	font-family: Verdana, Geneva, sans-serif;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	text-indent: 0;
	text-align: center;
	border: 1px solid #7E9312;
	margin-right: 3px;
	margin-top: 2px;
}
/* -----Login Box masthead  Natalia */
#masthead_rightNav #loginBox {
	display: block;
	width: 293px;
}
#mastheadContent #loginBox_wrapper {
	width: 287px;
	margin: 0;
	padding: 7px 5px 0 0;
}
#mastheadContent .loginBoxWrapper_active {
	background-color: #434B50;
}
#masthead_rightNav #loginBox #trgSelectBox {
	display: block;
	width: 285px;
	height: 20px;
	cursor: pointer;
}
#masthead_rightNav #loginBox #strSelectBox {
	position: absolute;
	display: none;
	z-index: 2;
	margin-top: 1px;
}
#masthead_rightNav #loginBox #strSelectBox ul, #masthead_rightNav #loginBox #loginHelpBox ul, #masthead_rightNav #loginBox #loginHelpBox_v8 ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}
#masthead_rightNav #loginBox #strSelectBox li a {
	width: 276px;
	height: 20px;
	background-color: #F4F4F4;
	display: block;
	color: #000000;
	text-decoration: none;
	padding: 5px 3px 0 6px;
}
#masthead_rightNav #loginBox #strSelectBox li a:hover {
	width: 276px;
	height: 20px;
	background-color: #CCCCCC;
	display: block;
}
#masthead_rightNav #loginBox #loginHelpBox {
	background-color: #000000;
	height: 130px;
	width: 304px;
	position: absolute;
	margin-left: -10px;
	display: none;
	z-index: 1;
}
#masthead_rightNav #loginBox #loginHelpBox_v8 {
	background: #434B50;
	height: 110px;
	width: 285px;
	position: absolute;
	margin-left: -9px;
	display: none;
	z-index: 1;
}
#masthead_rightNav #loginBox #loginHelpBox_v8 .title_hr {
	clear: both;
	border-bottom: 1px solid #5B6469;
	margin-left: 10px;
	margin-right: 10px;
}
#masthead_rightNav #loginBox #loginHelpBox ul li, #masthead_rightNav #loginBox #loginHelpBox_v8 ul li {
	width: 265px;
	color: #e6e6e6;
	display: block;
	margin: 10px 0px 0px 14px;
	text-decoration: none;
	font-size: 11px;
}
#masthead_rightNav #loginBox #loginHelpBox ul li a, #masthead_rightNav #loginBox #loginHelpBox_v8 ul li a {
	width: 265px;
	color: #e6e6e6;
	text-decoration: none;
	font-size: 11px;
}
#masthead_rightNav #loginBox #loginHelpBox ul li a:hover, #masthead_rightNav #loginBox #loginHelpBox_v8 ul li a:hover {
	width: 265px;
	color: #e6e6e6;
	text-decoration: underline;
	font-size: 11px;
}
#masthead_rightNav #loginBox .loginHelp_checkBox, #masthead_rightNav #loginBox_v8 .loginHelp_checkBox {
	margin-right: 5px;
	margin-top: 10px;
}
/*  END Login Box masthead Natalia */


/* Edited based on new login block design
Olga, May 28,2010 */
#masthead_rightNav h2.title_login {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 13px;
	width: 40px;
	height: 16px;
	background: none;
	color: #CCC;
	padding-bottom: 5px;
	margin-top: 10px;
}
/*#masthead_rightNav .btn_register{
	float:right;
	display:block;
	font-size:13px;
	color:#A5B646;
	margin-right:4px;
}
#masthead_rightNav .btn_register a{
	background:url(../images/btn/btn_masthead_arrow.gif) no-repeat right 4px;
	color:#A5B646;
	text-decoration:none;
	padding-left:3px;
	padding-right:12px;
}

#masthead_rightNav .btn_register a:hover{
	text-decoration:underline;
}
*/
#masthead_rightNav .masthead_login_select {
	clear: float;
	display: block;
	background: #CCCCCC;
	width: 285px;
}
#masthead_rightNav .masthead_login_select .selectionText {
	float: left;
	padding-top: 3px;
	padding-left: 5px;
	font-size: 11px;
	color: #000000;
}
#masthead_rightNav .masthead_login_select .btn_dropDown {
	display: block;
	float: right;
	background: url(../images/btn/btn_masthead_dropDown_v2.gif) no-repeat right top #686C6F;
	margin: 0;
}
#masthead_rightNav .masthead_login_select .btn_dropDown a {
	display: block;
	width: 21px;
	height: 20px;
	text-indent: -10000px;
}
.images-off #masthead_rightNav .masthead_login_select .btn_dropDown a {
	display: block;
	width: 21px;
	height: 17px;
	text-indent: 7px;
	color: #FFF;
	font-weight: bold;
	padding-top: 3px;
	font-size: 12px;
}
#masthead_rightNav .masthead_loginInfo {
	display: block;
	padding-right: 10px;
	width: 160px;
	float: left;
	border-right: #404040 1px solid;
	padding-top: 1px;
}
#masthead_rightNav .masthead_loginInfo input.username, #masthead_rightNav .masthead_loginInfo input.password {
	background: #CCCCCC;
	font-size: 11px;
	color: #000000;
	width: 150px;
	border: none;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	/*
	padding:4px;
	padding-top:3px;
	padding-bottom:3px;
	*/
	padding: 3px 3px 3px 4px;
	float: left;
}
#masthead_rightNav .masthead_loginInfo .rememberMe_v2 {
	margin-top: 6px;
	clear: both;
	display: block;
	float: left;
	font-size: 11px;
	color: #CCC;
	vertical-align: text-top;
}
#masthead_rightNav .masthead_loginInfo .rememberMe_v2 table td.chk_rememberMe {
	width: 3px;
	padding-right: 3px;
}
#masthead_rightNav .masthead_loginInfo .rememberMe_v2 .txt_rememberMe {
	width: 91px;
}
#masthead_rightNav .masthead_loginInfo_right {
	display: block;
	width: 105px;
	padding-left: 10px;
	float: left;
	color: #FFF;
}
#masthead_rightNav .masthead_loginInfo_right .question_registered {
	font-style: italic;
	font-size: 11px;
	color: #CCCCCC;
	margin-bottom: 7px;
}
#masthead_rightNav .masthead_loginInfo_right .btn_register {
	display: block;
	font-size: 13px;
	color: #A5B646;
	margin-right: 4px;
	margin-bottom: 20px;
}
#masthead_rightNav .masthead_loginInfo_right .btn_register a {
	background: url(../images/btn/btn_masthead_arrow.gif) no-repeat right 4px;
	color: #A5B646;
	text-decoration: none;
	padding-right: 12px;
}
#masthead_rightNav .masthead_loginInfo_right .lnk_forgotPassword a {
	color: #A5B646;
	text-decoration: none;
}
#masthead_rightNav .masthead_loginInfo_right .btn_register a:hover, #masthead_rightNav .masthead_loginInfo_right .lnk_forgotPassword a:hover {
	text-decoration: underline;
}
#masthead_rightNav .rememberBox {
	clear: both;
	width: 280px;
	display: block;
	padding-bottom: 10px;
}
#masthead_rightNav .rememberBox table {
	margin: 0;
	padding: 0;
}
#masthead_rightNav .rememberBox table td {
	margin: 0;
	padding: 0;
	height: 24px;
	color: #CCC;
	font-size: 11px;
}
#masthead_rightNav .rememberBox table td.rememberMe {
	padding-right: 10px;
	color: #CCC;
}
#masthead_rightNav .rememberBox table td.rememberMe input {
	margin: 0;
	padding: 0;
	margin-right: 3px;
}
#masthead_rightNav .rememberBox table td.forgotPassword a {
	padding-left: 10px;
	border-left: 1px solid #666;
	color: #a5b646;
}
/* #masthead_rightNav ul{
	list-style:none;
	padding:0;
	margin:0;
	padding-top:9px;
}
#masthead_rightNav ul li{
	margin:0;
	padding:0;
	float:left;
}
#masthead_rightNav ul li a{
	display:block;
	height:11px;
	font-size:9px;
	text-indent:-10000px;
}
#masthead_rightNav ul li.myStartPage a{
	background:url(../images/btn/btn_masthead_myStartPage.gif) no-repeat left top;
	width:90px;
}
#masthead_rightNav ul li.myProfile a{
	background: url(../images/btn/btn_masthead_myProfile.gif) no-repeat left top;
	width:84px;
}
#masthead_rightNav ul li.logout a{
	background:url(../images/btn/btn_masthead_logout.gif) no-repeat left top;
	width:55px;
}
#masthead_rightNav .advisor{
	padding-top:2px;
}
#masthead_rightNav .advisor a{
	background: url(../images/btn/btn_masthead_advisor.gif) left 0px no-repeat;
	padding-left:22px;
	color:#9DA914;
	text-decoration:none;
	display:block;
	height:20px;
	font-size:12px;
}
*/

#masthead_rightNav #viewAccountBox {
	display: block;
	margin-top: 49px;
}
#masthead_rightNav #viewAccountBox h2.masthead_viewAccount {
	display: block;
	text-indent: 0px;
	font-size: 14px;
	height: 22px;
	width: 90px;
	color: #A5B646;
}
#masthead_rightNav #viewAccountBox h2.masthead_viewAccount a {
	text-indent: 0px;
	font-size: 14px;
	display: block;
	height: 20px;
	width: 90px;
	color: #A5B646;
}
#masthead_rightNav #viewAccountBox h2.masthead_Logout a {
	background: url(../images/btn/btn_masthead_arrow_v2.gif) no-repeat right 4px;
	color: #A5B646;
	font-size: 11px;
	display: block;
	height: 16px;
	width: 49px;
	float: right;
	padding-right: 6px;
	margin-right: 7px;
	margin-top: 3px;
}
#masthead_rightNav #viewAccountBox h2.masthead_Login a {
	background: url(../images/btn/btn_masthead_login_v2.gif) no-repeat left 3px;
	text-indent: -10000px;
	font-size: 9px;
	display: block;
	height: 20px;
	width: 47px;
	float: right;
	padding-right: 2px;
}
#masthead_rightNav #viewAccountBox .account_hr {
	background: url(../images/common/hr_masthead.gif) left top repeat-x;
	display: block;
	height: 1px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-size: 1px;
	line-height: 1px;
}
#masthead_rightNav #viewAccountBox .advisorDropdownPlaceholder {
	color: #FFF;
	font-size: 13px;
}
#masthead_rightNav #trgYourAdvisor a {
	background: url(../images/btn/icon_advisorSlider.gif) left top no-repeat;
	color: #ffffff;
	font-size: 12px;
	text-decoration: none;
	padding: 0;
	margin: 0;
	padding-left: 23px;
	width: 100px;
	height: 20px;
}
#masthead_rightNav #trgYourAdvisor a.trgYourAdvisorActive {
	background-position: left -15px;
}
#masthead_rightNav #strAdvisorSlider {
	visibility: hidden;
	position: absolute;
	background-color: #000;
	width: 285px;
	padding: 0 10px 8px 17px;
	margin-left: -15px;
	color: #fff;
}
#masthead_rightNav .strAdvisorSliderInner {
	background: url(../images/bg/strAdvisorSlider_bottom.gif) no-repeat left bottom;
	z-index: 7;
}
#masthead_rightNav #strAdvisorSlider span {
	padding: 0;
	margin: 0 5px 0 0;
	color: #b2b2b2;
}
#masthead_rightNav #strAdvisorSlider .advisorAssotiatesHeader {
	color: #ccc;
	text-transform: uppercase;
	font-size: 10px;
	margin: 25px 0 5px 0;
}
#masthead_rightNav #strAdvisorSlider .advisorAssotiatesBox {
	/*margin: 20px 0px;*/
	padding: 10px 0 8px 0;
}
#masthead_rightNav #strAdvisorSlider .advisorAssotiatesBox a {
	color: #A5B646;
	display: block;
	text-decoration: none;
	margin: 7px 0 0 0;/* background:url(../images/btn/btn_lsb_arrow.gif) 153px 4px no-repeat;*/
}
#masthead_rightNav #strAdvisorSlider .advisorAssotiatesBox a:hover {
	text-decoration: underline;
}
#masthead_rightNav #strAdvisorSlider .advisorAssotiatesBox a img {
	margin-left: 3px;
}
#masthead_rightNav #strAdvisorSlider .advisorAssotiatesBox p.a_name {
	margin: 0 0 8px 0;
	font-size: 13px;
}
/*  END View Account masthead Natalia */


/* ============= Change Site MAIN NAVIGATION DROPDOWN ============= */

#wrapperMenu_changeSite {
	position: absolute;
	z-index: 1000;
	width: 950px;
	height: 426px;
	display: none;
	background: #192B32 url(../images/bg/bg_Sgmnt_slideDown.jpg) repeat-x left top;
	text-align: left;
	border: 2px solid #000000;
	margin-left: 10px;
}
#mainNav_dropDown_changeSite {
	width: 950px;
	height: 226px;
	display: block;
	/*background:url(../images/bg/hr_headers_rs.gif) repeat-x left 45px; removed by David on 02072011*/
	margin-left: 15px;
}
#mainNav_dropDown_changeSite .mainNav_col2_changeSite, #mainNav_dropDown_changeSite .mainNav_col3_changeSite, #mainNav_dropDown_changeSite .mainNav_col4_changeSite, #mainNav_dropDown_changeSite .mainNav_col5_changeSite {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 10px;
}
#mainNav_dropDown_changeSite .mainNav_col1_changeSite {
	float: left;
	padding-left: 0;
	padding-right: 0;
	margin-top: 10px;
	width: 186px;
}
#mainNav_dropDown_changeSite .mainNav_col2_changeSite {
	width: 190px;
	margin-top: 10px;
	height: 223px;
	margin-left: 15px;
}
#mainNav_dropDown_changeSite .mainNav_col3_changeSite {
	width: 161px;
	background: url(../images/bg/vr_v3_rs.gif) no-repeat left 10px;
}
#mainNav_dropDown_changeSite .mainNav_col4_changeSite {
	width: 130px;
	background: url(../images/bg/vr_v3_rs.gif) no-repeat left 10px;
}
#mainNav_dropDown_changeSite .mainNav_col5_changeSite {
	width: 145px;
	background: url(../images/bg/vr_v3_rs.gif) no-repeat left 10px;
}
#mainNav_dropDown_changeSite h3 {
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
	height: 34px;
}
.images-off #mainNav_dropDown_changeSite h3 {
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 0px;
	height: 20px;
	padding-top: 14px;
	font-size: 10px;
	text-transform: uppercase;
	color: #CCC;
	border-bottom: 1px solid #4B5157;
}
#mainNav_dropDown_changeSite h3.institutions {
	background: url(../images/titles/title_mainNav_institutions_rs.gif) no-repeat center left;
	width: 183px;
}
#mainNav_dropDown_changeSite h3.advisors {
	background: url(../images/titles/title_mainNav_advisorsConsultants_rs.gif) no-repeat center left;
	width: 159px;
}
#mainNav_dropDown_changeSite h3.individuals {
	background: url(../images/titles/title_mainNav_individuals_rs.gif) no-repeat center left;
	width: 130px;
}
/** replaced by h3.sellsideClients  _Uwe 2/10/10
#mainNav_dropDown_changeSite h3.researchClients{
	background: url(../images/titles/title_mainNav_researchClients_rs.gif) no-repeat center left;
	width:100px;
}
**/

#mainNav_dropDown_changeSite h3.sellsideClients {
	background: url(../images/titles/title_mainNav_sellsideClients_rs.gif) no-repeat center left;
	width: 115px;
}
#mainNav_dropDown_changeSite ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 12px;
	margin-top: 6px;
}
#mainNav_dropDown_changeSite ul li {
	border-bottom: #4B5157 1px solid;
	padding-top: 10px;
	padding-bottom: 12px;
}
#mainNav_dropDown_changeSite ul li.last {
	border-bottom: none;
}
#mainNav_dropDown_changeSite ul li a {
	text-decoration: none;
	color: #B6B6B7;
	display: block;
}
#mainNav_dropDown_changeSite ul li a:hover {
	text-decoration: none;
	color: #9DA914;
}
#mainNav_dropDown_changeSite ul li a.anchor_menuTitles:hover {
	text-decoration: none;
	color: #B6B6B7;
}
#mainNav_dropDown_changeSite .subnav a {
	font-size: 11px;
	padding-right: 7px;
	padding-left: 7px;
	float: left;
	display: block;
	color: #A6B646;
	background: url(../images/bg/vr_v4_rs.gif) no-repeat right bottom;
	white-space: nowrap;
	padding-top: 10px;
}
#mainNav_dropDown_changeSite .subnav a.first {
	padding-left: 0px;
}
#mainNav_dropDown_changeSite .subnav a.last {
	padding-right: 0px;
	background: none;
}
#mainNav_dropDown_changeSite .subnav a.alone {
	padding-right: 0px;
	padding-left: 0px;
	background: none;
	float: none;
	display: block;
}
#wrapperMenu_changeSite #trgMainMenuClose {
	background: url(../images/btn/btn_close_MainNav_changeSite.jpg) no-repeat right top;
	height: 32px;
	width: 78px;
	float: right;
	margin: 0;
	padding: 0;
}
#wrapperMenu_changeSite #trgMainMenuClose a {
	height: 33px;
	width: 82px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: -10000px;
}
.images-off #wrapperMenu_changeSite #trgMainMenuClose a {
	height: 33px;
	width: 82px;
	margin: 0;
	padding: 0;
	display: block;
	text-indent: 0px;
	color: #fff;
	padding: 15px 0 0 0;
	font-size: 12px;
}
/* ============= Change Site Header AB monogram + CHANGING TEXT ============= */

#mainNav_Header_changeSite {
	padding-top: -10px;
	padding-left: 20px;
	clear: both;
}
#mainNav_Header_changeSite #monogram {
	float: left;
	padding-bottom: 10px;
	color: #fff;
	font-size: 21px;
}
#mainNav_Header_changeSite .mastheadTitle {
	float: left;
	background: url(../images/bg/vr_v2_rs.gif) left 10px no-repeat;
	padding-left: 30px;
	margin-left: 15px;
	height: 110px;
	width: 620px;
}
#mainNav_Header_changeSite h2 {
	margin: 0;
	padding: 0;
	text-indent: -10000px;
}
.images-off #mainNav_Header_changeSite h2 {
	margin: 0;
	padding: 0;
	color: #CCCCCC;
	font-size: 23px;
	font-weight: normal;
	text-indent: 0;
}
#mainNav_Header_changeSite .title_wrapper {
	position: absolute;
	width: 630px;
	visibility: hidden;
}
#mainNav_Header_changeSite .title_wrapper_first {
	position: absolute;
	width: 620px;
}
#mainNav_Header_changeSite h2 {
	margin-top: 9px;
	height: 29px;
	width: 620px;
}
#mainNav_Header_changeSite h2.login {
	background: url(../images/titles/title_h2_login.gif) no-repeat left top;
}
/*#mainNav_Header_changeSite h2.title1 {
	background:url(../images/bnr/title1_rs.gif) no-repeat left top;
	margin-top:17px;
	height:70px;
}
#mainNav_Header_changeSite h2.title2 {
	background:url(../images/bnr/title2_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title3 {
	background:url(../images/bnr/title3_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title4 {
	background:url(../images/bnr/title4_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title5 {
	background:url(../images/bnr/title5_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title6 {
	background:url(../images/bnr/title6_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title7 {
	background:url(../images/bnr/title7_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title8 {
	background:url(../images/bnr/title8_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title9 {
	background:url(../images/bnr/title9_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title10 {
	background:url(../images/bnr/title10_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title11 {
	background:url(../images/bnr/title11_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title12 {
	background:url(../images/bnr/title12_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title13 {
	background:url(../images/bnr/title13_rs.gif) no-repeat left top;
}
#mainNav_Header_changeSite h2.title14 {
	background:url(../images/bnr/title14_rs.gif) no-repeat left top;
}*/



#mainNav_Header_changeSite h2 {
	color: #cccccc;
	font-family: 'KlavikaWebBasicLight', Arial, Helvetica, sans-serif;
	font-size: 26px;
	text-indent: 0;
	background: none;
}
#mainNav_Header_changeSite h2.title1 {
	background: url(../images/bnr/title1_rs.gif) no-repeat left top;
	margin-top: 17px;
	height: 70px;
}
/*.images-off #mainNav_Header_changeSite h2.title1,
.images-off #mainNav_Header_changeSite h2.title2,
.images-off #mainNav_Header_changeSite h2.title3,
.images-off #mainNav_Header_changeSite h2.title4,
.images-off #mainNav_Header_changeSite h2.title5,
.images-off #mainNav_Header_changeSite h2.title6,
.images-off #mainNav_Header_changeSite h2.title7,
.images-off #mainNav_Header_changeSite h2.title8,
.images-off #mainNav_Header_changeSite h2.title9,
.images-off #mainNav_Header_changeSite h2.title10,
.images-off #mainNav_Header_changeSite h2.title11,
.images-off #mainNav_Header_changeSite h2.title12,
.images-off #mainNav_Header_changeSite h2.title13{
	color:#CCCCCC;
	font-size:23px;
	font-weight:normal;
	text-indent:0;
}*/

#mainNav_Header_changeSite .title_wrapper_first p {
	margin: 0;
	padding: 0;
	margin-top: 7px;
	margin-left: 3px;
	color: #AFB8BC;
	font-size: 12px;
	font-style: italic;
}
#mainNav_Header_changeSite p {
	margin: 0;
	padding: 0;
	margin-top: 7px;
	margin-left: 0px;
	color: #AFB8BC;
	font-size: 12px;
	font-style: italic;
}
#commonNav #changeSiteOverlay {
	position: absolute;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#commonNav .hd {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
/* ============= GENERIC STYLES ============= */

.clearFloat {
	clear: both;
	margin: 0;
	padding: 0;
	line-height: 1px;
	font-size: 1px;
}
/*---1_28_10---*/
#employeeViewBar table td #mastheadLeft ol li.noBorderRight {
	text-align: left;
	border-right: none!important;
}
#employeeViewBar table td #mastheadLeft ol li.noBorderRight input.enableView {
	display: block;
	float: left;
	margin: 0px 0px 0px 10px;
}
#employeeViewBar table td #mastheadLeft ol li.noBorderRight a {
	float: left;
}
*html #employeeViewBar table td #mastheadLeft ol li.noBorderRight {
	text-align: left;
}
*html #employeeViewBar table td #mastheadLeft ol li.noBorderRight input.enableView {
	display: block;
	float: left;
	margin: -4px -3px 0px 3px!important;
}
*html #employeeViewBar table td #mastheadLeft ol li.noBorderRight a {
	float: left;
}
/* added 2.24.10 - brett - corrects masthead h2 spacing issue on pc uk
h2#SiteName_privateClients {margin: 23px 0 0 16px;}*/


/* Custom classes ChangeSiteOverlay_new JQuery Natalia 040911
------------------------------------------------------------   */
#changeSiteOverlay_new {
	background-color: #ffffff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 999;
}
.hide_changeSiteOverlay_new {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	display: none;
}
/*___________________________________New CHANGE SITE OVERWRITE*/
#mainNav_dropDown_changeSite {
	display: block;
	height: 286px;
	margin-left: 54px;
	width: 850px;
}
#mainNav_dropDown_changeSite .subnav a {
	padding-top: 8px;
}
#mainNav_dropDown_changeSite ul li a {
	color: #A6B646;
	display: block;
	text-decoration: none;
}
#mainNav_dropDown_changeSite ul li a.anchor_menuTitles {
	color: #B6B6B7;
	display: block;
	text-decoration: none;
}
</pre></body></html>