/* --------------------- GENERAL TAGS --------------------------------- */

* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

html {
	overflow-y: scroll;
}

body {
	background-color: #216eaa;
	background-image: url(images/bg_body.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #3c3c3c;
}

body#frame_bios {
	width: 400px;
	background-color: #fff;
	background-image: none;
	text-align: left;
}

body#frame_bios p {
	text-align: justify;
	margin-bottom: 6px;
}

/* Links */
a {
	color: #206da8;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a span {
	display: none;
}


/* Headers */
h1 span, h2 span {
	display: none;
}

h2.header_admin {
	font-size: 18px;
	color: #206da8;
}

h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

h4 {
	font-size: 12px;
	color: #206da8;
	margin-bottom: 8px;
}

h5 {
	font-size: 12px;
	color: #206da8;
}

h6 {
	font-size: 11px;
	color: #206da8;
	margin-bottom: 6px;
}

.BlueText {
	color: #206da8;
}

/* Paragraphs */
p {
	margin-bottom: 16px;
}
p.footnote {
	font-size: 11px;
	color: #727272;
	padding-right: 30px;
}

p.disclaimer {
	color: #727272;
	font-size: 9px;
	word-spacing: -1px;
	line-height: 10px;
	text-align: justify;
}

/* Lists */
ul {
	list-style: none;
}

ul.bullet {
	margin-bottom: 15px;
	margin-left: 2px;
}
ul.bullet li {
	margin-bottom: 3px;
	padding-left: 10px;
	background-image: url(images/bullet_blueSquare.gif);
	background-position: 0 5px;
	background-repeat: no-repeat;
}

ul.arrow {
	margin-bottom: 10px;
	margin-left: 5px;
}
ul.arrow li {
	margin-bottom: 3px;
	padding-left: 10px;
	background-image: url(images/bullet_blueArrow_02.gif);
	background-position: 0 4px;
	background-repeat: no-repeat;
}

ul.iconList li {
	margin-bottom: 5px;
}
ul.iconList li img {
	display: block;
	float: left;
	margin-right: 5px;
}
ul.iconList li span {
	float: left;
	display: inline;
}

/* --------- MAIN NAVIGATION (TOP TEXT LINKS AND PRIMARY TABS --------- */
#navMain {
	float: left;
	width: 707px;
	height: 118px;
}
#navMain ul li {
	float: left;
}
#navMain a {
	color: #c9e0fc;
}

/* navTop ( top text links ) */
#navTop {
	width: 707px;
	height: 69px;
}
#navTop ul {
	float: right;
	padding-top: 14px;
	padding-right: 8px;
}
#navTop li {
	padding: 0 11px;
}
#navTop li a:hover {
	text-decoration: none;
	color: #fff;
}
#navTop li a.active {
	color: #f1ad5b;
}

/* navPri ( primary tab navigation ) */
#navPri {
	float: left;
	width: 707px;
	height: 49px;
}
#navPri ul {
	float: right;
}
#navPri li {
	display: block;
	float: left;
	height: 49px;
}
#navPri li a {
	display: block;
	height: 49px;
}
#navPri li a:hover {
	background-position: 0 -49px;
}
#navPri li a.active {
	background-position: 0 -98px;
}
#navPri li a.active:hover {
	background-position: 0 -98px;
}

li#aboutPermal {
	width: 121px;
	background-image: url(images/navPri_aboutPermal.gif);
}
li#aboutPermal a {
	width: 121px;
	background-image: url(images/navPri_aboutPermal.gif);
}
li#strategies {
	width: 105px;
	background-image: url(images/navPri_strategies.gif);
}
li#strategies a {
	width: 105px;
	background-image: url(images/navPri_strategies.gif);
}
li#MMIP {
	width: 274px;
	background-image: url(images/navPri_MMIP.gif);
}
li#MMIP a {
	width: 274px;
	background-image: url(images/navPri_MMIP.gif);
}
li#register {
	width: 93px;
	background-image: url(images/navPri_register.gif);
}
li#register a {
	width: 93px;
	background-image: url(images/navPri_register.gif);
}

li.line, li.lineEnd, li.activeLine {
	width: 1px;
}
li.line {
	background-image: url(images/navPri_line.gif);
}
li.lineEnd {
	background-image: url(images/navPri_lineEnd.gif);
}
li.activeLine {
	background-image: url(images/navPri_line.gif);
	background-position: 0px -98px;
}

/* ----------------- L3/L4 Navigation ------------------------------ */

/* L3 links (blue and orange arrows and gradient background) */
#nav_L3 ul {
	width: 230px;
	margin-left: 1px;
	background-repeat: repeat-y;
}
#nav_L3 li {
	display: block;
	float: left;
	width: 230px;
	background-color: #125284;
}
#nav_L3 li a {
	display: block;
	color: #d0dce6;
	padding: 7px 10px 7px 30px;
	background-image: url(images/bullet_nav_L3.gif);
	background-position: 9px 8px;
	background-repeat: no-repeat;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #1f6ca6;
}
#nav_L3 li a:hover {
	text-decoration: none;
	color: #fff;
}
#nav_L3 li.active {
	background-image: url(images/bg_nav_L3_active.gif);
	background-repeat: repeat-y;
}
#nav_L3 li.active a {
	color: #0d5187;
	background-image: url(images/bullet_nav_L3_active.gif);
	background-position: 9px 8px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #ccc;
}
#nav_L3 li.active a:hover {
	color: #0d5187;
}
#noL3Nav {
	float: left;
	width: 229px;
	height: 182px;
	background-image: url(images/bg_noL3Nav.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #4d8bbf;
}

/* L4 Links */
#nav_L3 ul.nav_L4 {
	margin-left: 0;
}
#nav_L3 ul.nav_L4 li {
	display: block;
	width: 229px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}
#nav_L3 ul.nav_L4 li a {
	width: 175px;
	height: 15px;
	padding: 2px 10px 2px 37px;
	font-size: 11px;
	font-weight: normal;
	color: #0c3b5f;
	background-image: url(images/arrow_blue.gif);
	background-position: 30px 7px;
	background-repeat: no-repeat;
	border: none;
}
#nav_L3 ul.nav_L4 li a:hover {
	color: #0c3b5f;
	text-decoration: underline;
}

/* ----------------- MAIN DIVS AND CONTENT AREAS ------------------- */


/* Home Page Specific */
#contentHome {
	display: inline;
	float: left; /*width: 951px; height: 471px;*/
	width: 951px;
	height: 575px;
	background-image: url(images/bg_contentHome.gif);
	background-repeat: repeat-x;
	overflow: hidden;
}

#flash {
	float: left; /*width: 685px; height: 471px;*/
	width: 726px;
	height: 500px;
}

#content_right_home {
	float: left; /*width: 266px;*/
	width: 224px;
	height: 575px; /*border-right: 1px solid #4d8bbf;*/
}

#rightBorder_home {
	float: left;
	width: 1px;
	height: 472px;
	background-color: #4d8bbf;
}

#promoHome {
	height: 270px;
	padding: 20px 25px 10px 0;
}
#promoHome a {
	color: #bce1ff;
}
#promoHome h3 {
	display: block;
	width: 211px;
	height: 30px;
	margin-bottom: 15px;
	background-image: url(images/header_promoHome.gif);
}
#promoHome h3 span {
	display: none;
}
#promoHome p {
	color: #fff;
	font-size: 11px;
	line-height: 16px;
	text-align: justify;
	margin-bottom: 0;
}

.promoInfo {
	padding: 50px 14px 10px 10px;
}

#loginHome {
	position: relative;
	padding: 25px 14px 0 0;
}
#loginHome h3 {
	width: 70px;
	height: 14px;
	background-image: url(images/header_loginHome.gif);
}
#loginHome h3 span {
	display: none;
}
#loginHome p {
	margin: 8px 0 3px 1px;
	color: #f1f1f1;
}
#loginHome input.box {
	float: left;
	width: 115px;
	height: 15px;
	padding: 1px 3px;
	color: #0c3b5f;
	font-size: 11px;
	border: none; /*background-color: #618bab;*/
	background-color: #afc7da;
}
#loginHome input.go {
	width: 23px;
	height: 17px;
	position: absolute;
	left: 127px;
}

#loginHome span.checkBox input {
	width: 11px;
	height: 11px;
	position: absolute;
	top: 136px;
	left: -1px;
}

/*#loginHome div#savePasswordLabel, #loginHome div#forgotPassword {
	float: left;
	margin-top: 4px;
	color: #f1f1f1;
	font-size: 11px;
}*/

#loginHome div#savePasswordLabel {
	position: absolute;
	top: 135px;
	left: 0px;
	color: #f1f1f1;
	font-size: 11px;
}

#loginHome div#forgotPassword {
	position: absolute;
	top: 135px;
	left: 115px;
	color: #f1f1f1;
	font-size: 11px;
}

#loginHome div#savePasswordLabel a, #loginHome div#forgotPassword a {
	color: #f1f1f1;
}

#loginHome div#savePasswordLabel {
	display: inline;
	margin-left: 16px;
}

#loginHome div#savePasswordLabel span {
	color: #6e8293;
}

#loginHome .errorMessage {
	position: absolute;
	left: 0px;
	top: 150px;
	color: #fb9838;
	font-size: 11px;
}

#HomePageAward {
	float: left;
	display: inline;
	width: 108px;
	height: 47px;
	margin-left: 50px;
	margin-top: 52px;
}

.homePageWelcome {
	padding-top: 12px;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}

.homePageWelcome ul {
	margin-top: 15px;
}

.homePageWelcome li {
	display: block;
	float: left;
	padding-right: 15px;
}

.homePageWelcome li a {
	color: #bce1ff;
}

/* L2 and L3 Pages */
#wrapperMain {
	/* contains all content */
	width: 952px;
	margin: 0 auto;
	text-align: left;
}

#wrapperTop {
	/* contains logo and top navigation areas */
	width: 952px;
	height: 118px;
}

#skipNav {
	display: none;
}

#logo {
	float: left;
	width: 245px;
	height: 118px;
}
#logo h1 a {
	display: block;
	width: 245px;
	height: 118px;
}
#logo h1 a span {
	display: none;
}

#content, #contentWide {
	display: inline;
	float: left;
	width: 935px;
	margin-left: 17px;
}

#content {
	background-image: url(images/bg_content.gif);
	background-repeat: repeat-y;
}

#contentWide {
	/* For no right content area (as in Contact Us page) */
	background-image: url(images/bg_contentWide.gif);
	background-repeat: repeat-y;
}

#content_left {
	float: left;
	width: 231px;
}

#content_main {
	float: left;
	width: 704px;
	min-height: 700px;
	height: auto !important;
	height: 700px;
	background-image: url(images/bg_content_main.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

#content_center {
	float: left;
	width: 468px;
	padding: 48px 0px 43px 36px;
}
#content_center p {
	padding-right: 25px;
}

#content_centerWide {
	/* For no right content area (as in Contact Us page) */
	float: left;
	width: 668px;
	padding: 48px 0px 43px 36px;
}
#content_centerWide p {
	padding-right: 36px;
}

#content_right {
	display: inline;
	float: left;
	width: 199px;
	margin-right: 1px;
	background-color: #fdfdfd;
}

.promoRight {
	width: 196px;
	height: 225px;
	margin-left: 3px;
}
.promoRight span {
	display: none;
}

#promo_Access {
	background-image: url(images/promo_Access.gif);
}

#promo_Advantage {
	background-image: url(images/promo_Advantage.gif);
}

#promo_Innovative {
	background-image: url(images/promo_Innovative.gif);
}

#promo_Trust {
	background-image: url(images/promo_Trust.gif);
}

#promo_Leadership {
	background-image: url(images/promo_Leadership.gif);
}

#promo_Knowledge {
	background-image: url(images/promo_Knowledge.gif);
}

#promo_Reach {
	background-image: url(images/promo_Reach.gif);
}

#promo_about {
	background-image: url(images/promo_about.gif);
}

#promo_history {
	background-image: url(images/promo_history.gif);
}

#promo_bios {
	background-image: url(images/promo_bios.gif);
}

#promo_permalAdvantage {
	background-image: url(images/promo_permalAdvantage.gif);
}

#promo_strategies {
	background-image: url(images/promo_strategies.gif);
}

#promo_offerings {
	background-image: url(images/promo_offerings.gif);
}

#promo_mmip {
	background-image: url(images/promo_mmip.gif);
}

#promo_managerSelection {
	background-image: url(images/promo_managerSelection.gif);
}

#promo_portfolioConstruction {
	background-image: url(images/promo_portfolioConstruction.gif);
}

#promo_riskManagement {
	background-image: url(images/promo_riskManagement.gif);
}

/* Main Images */
.mainImage {
	width: 231px;
	height: 193px;
}

#mainImage_aboutPermal {
	background-image: url(images/mainImage_aboutPermal.jpg);
}

#mainImage_contact {
	background-image: url(images/mainImage_contact.jpg);
}

#mainImage_changePW {
	background-image: url(images/mainImage_changePW.jpg);
}

#mainImage_editProfile {
	background-image: url(images/mainImage_register.jpg);
}

#mainImage_forgotPassword {
	background-image: url(images/mainImage_forgotPW.jpg);
}

#mainImage_strategies {
	background-image: url(images/mainImage_strategies.jpg);
}

#mainImage_strategiesVideos {
	background-image: url(images/mainImage_strategiesVideos.jpg);
}

#mainImage_mmip {
	background-image: url(images/mainImage_mmip.jpg);
}

#mainImage_register {
	background-image: url(images/mainImage_register.jpg);
}

#mainImage_recentNAVs {
	background-image: url(images/mainImage_aboutPermal.jpg);
}

#mainImage_legal {
	background-image: url(images/mainImage_legal.jpg);
}

#mainImage_logIn {
	background-image: url(images/mainImage_logIn.jpg);
}

#mainImage_MLLogIn {
	background-image: url(images/mainImage_MLLogIn.jpg);
}

#mainImage_news {
	background-image: url(images/mainImage_news.jpg);
}

#mainImage_siteMap {
	background-image: url(images/mainImage_sitemap.jpg);
}

#mainImage_privacyPolicy {
	background-image: url(images/mainImage_privacy.jpg);
}

/* Main Headers (alphabetical) */
#mainHeader {
	float: left;
	width: 703px;
	height: 103px;
	background-image: url(images/bg_mainHeader.gif);
	background-repeat: repeat-x;
}

#mainHeader_ML {
	float: left;
	width: 703px;
	height: 103px;
	background-image: url(images/bg_mainHeader_ML.jpg);
	background-repeat: no-repeat;
}

.mainHeader_h2 h2 {
	float: left;
	display: block;
	width: 450px;
	height: 39px;
	margin-top: 61px;
}

#mainHeader_aboutPermal {
	background-image: url(images/mainHeader_aboutPermal.gif);
}

#mainHeader_bios {
	background-image: url(images/mainHeader_bios.gif);
}
#mainHeader_careers {
	background-image: url(images/mainHeader_careers.gif);
}

#mainHeader_changePW {
	background-image: url(images/mainHeader_changePW.gif);
}

#mainHeader_constructionAllocation {
	background-image: url(images/mainHeader_constructionAllocation.gif);
}

#mainHeader_contactUs {
	background-image: url(images/mainHeader_contactUs.gif);
}

#mainHeader_editProfile {
	background-image: url(images/mainHeader_editProfile.gif);
}

#mainHeader_forgotPassword {
	background-image: url(images/mainHeader_forgotPassword.gif);
}

#mainHeader_history {
	background-image: url(images/mainHeader_history.gif);
}

#mainHeader_legal {
	background-image: url(images/mainHeader_legal.gif);
}

#mainHeader_regulatory_capital_exposure {
	background-image: url(images/regulatory_capital_exposure.gif);
}

#mainHeader_login {
	background-image: url(images/mainHeader_login.gif);
}

#mainHeader_long {
	background-image: url(images/mainHeader_long.gif);
}

#mainHeader_managerSelection {
	background-image: url(images/mainHeader_managerSelection.gif);
}

/*#mainHeader_merrillLynchLogIn {
    background-image: url(images/mainHeader_merrillLynchLogIn.gif);
}*/

#mainHeader_mmip {
	background-image: url(images/mainHeader_mmip.gif);
}

#mainHeader_multiManager {
	background-image: url(images/mainHeader_multiManager.gif);
}

#mainHeader_news {
	background-image: url(images/mainHeader_news.gif);
}

#mainHeader_offerings {
	background-image: url(images/mainHeader_offerings.gif);
}

#mainHeader_permalAdvantage {
	background-image: url(images/mainHeader_permalAdvantage.gif);
}

#mainHeader_permalBrochure {
	background-image: url(images/mainHeader_permalBrochure.gif);
}

#mainHeader_privacyPolicy {
	background-image: url(images/mainHeader_privacyPolicy.gif);
}

#mainHeader_recentNAVs {
	background-image: url(images/mainHeader_recentNAVs.gif);
}

#mainHeader_register {
	background-image: url(images/mainHeader_register.gif);
}

#mainHeader_riskManagement {
	background-image: url(images/mainHeader_riskManagement.gif);
}

#mainHeader_singleManager {
	background-image: url(images/mainHeader_singleManager.gif);
}

#mainHeader_siteMap {
	background-image: url(images/mainHeader_siteMap.gif);
}

#mainHeader_strategies {
	background-image: url(images/mainHeader_strategies.gif);
}

#mainHeader_multiMediaCenter {
	background-image: url(images/mainHeader_multiMediaCenter.gif);
}

#mainHeader_terms {
	background-image: url(images/mainHeader_terms.gif);
}

/* Multi-Manager Investment Process Navigation Arrows */
#mmipNav {
	width: 435px;
	height: 76px;
	margin-bottom: 15px;
}
#mmipNav ul {
	width: 435px;
	height: 76px;
}
#mmipNav li {
	float: left;
}
#mmipNav li a {
	display: block;
	height: 76px;
}

li#managerSelection a {
	width: 130px;
	background-image: url(images/mmipNav_managerSelection.gif);
}
li#managerSelection a.active {
	width: 130px;
	background-image: url(images/mmipNav_managerSelectionActive.gif);
}

li#portfolioConstruction a {
	width: 140px;
	background-image: url(images/mmipNav_portfolioConstruction.gif);
}
li#portfolioConstruction a.active {
	width: 140px;
	background-image: url(images/mmipNav_portfolioConstructionActive.gif);
}
li#portfolioConstruction a.activeLeft {
	width: 140px;
	background-image: url(images/mmipNav_portfolioConstructionActive_left.gif);
}

li#riskManagement a {
	width: 165px;
	background-image: url(images/mmipNav_riskManagement.gif);
}
li#riskManagement a.active {
	width: 165px;
	background-image: url(images/mmipNav_riskManagementActive.gif);
}
li#riskManagement a.activeLeft {
	width: 165px;
	background-image: url(images/mmipNav_riskManagementActive_left.gif);
}

#printBtn {
	float: right;
	margin-top: 13px;
	margin-right: 25px;
}

/* Contacts Map */
#contactMap {
	position: relative;
	margin-bottom: 10px;
}

#contactMap map area {
	cursor: pointer;
}

div#contactInformation div {
	position: absolute;
	padding: 5px;
	background-color: #ffffff;
	border: 2px solid #cccccc;
}

div#contactInformation div h4 {
	margin: 0;
	padding: 0;
}

#newYork {
	top: 125px;
	left: 130px;
}

#london {
	top: 80px;
	left: 350px;
}

#singapore {
	top: 142px;
	left: 408px;
}

#hongKong {
	top: 113px;
	left: 460px;
}

#dubai {
	top: 75px;
	left: 400px;
}

#japan {
	top: 65px;
	left: 386px;
}

#parisAffiliate {
	top: 100px;
	left: 340px;
}

#nassauAffiliate {
	top: 105px;
	left: 125px;
}

#bostonAffiliate {
	top: 70px;
	left: 135px;
}



/* ------------------------- FORMS ------------------------------ */
.formHolder {
	float: left;
	width: 380px;
	background-color: #fdfdfd;
	border-top: 5px solid #e5e5e5;
	border-bottom: 5px solid #e5e5e5;
	padding: 10px 25px 10px 25px;
	margin-bottom: 15px;
}
.formHolder table td {
	font-weight: bold;
	padding: 1px 0;
}
.formHolder table.fields {
	margin-bottom: 5px;
	text-align: left;
}

.formHolder table.selections td.submit {
	padding-top: 8px;
}

.formHolder tr.paragraph td {
	padding: 5px 0;
}

input.box, select.box {
	background-color: #e5e5e5;
	border: 1px solid #216eaa;
	font-size: 11px;
	color: #0c3b5f;
}

input.box {
	padding: 1px 3px;
	width: 175px;
	height: 15px;
}

select.box {
	padding: 0 3px;
	width: 183px;
	height: 20px;
	padding-right: 0;
}

table#login {
	margin-left: 20px;
}
table#login td {
	text-align: right;
	padding-bottom: 5px;
}
table#login td.field, table#login td.submit, table#login td.checkBox {
	text-align: left;
	padding-left: 20px;
}

table#login td.checkBox input {
	width: 13px;
	height: 13px;
}

table#login td.submit {
	padding-top: 15px;
}





/* ------------------------- FOOTER ----------------------------- */

#footer {
	float: left;
	width: 800px;
	padding: 10px 28px;
	font-size: 11px;
}

#footer p {
	float: left;
	color: #87b6da;
	padding: 0;
}

#footer a {
	color: #87b6da;
	text-decoration: underline;
}

#footer a.active {
	font-weight: bold;
	text-decoration: none;
	color: #c9e0fc;
}

#footer ul li {
	float: left;
	margin-left: 25px;
}

/* ---------------------------- CLASSES ----------------------------- */


.clear {
	clear: both;
	font-size: 0;
}

.columnWide {
	float: left;
	width: 334px;
}

.backToTop {
	margin-right: 10px;
	margin-bottom: 6px;
	text-align: right;
	font-size: 11px;
}

.errorMessage {
	color: #FF0000;
	font-weight: bold;
	margin-bottom: 15px;
}

.small {
	font-size: 10px;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.assetsRadioList td {
	width: 50%;
}
.assetsRadioList {
	width: 100%;
}

table.contentTable {
	width: 100%;
	margin-bottom: 16px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

table.contentTable th, table.contentTable td {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding: 3px 10px;
}

ul.footnote li {
	font-size: 11px;
	color: #727272;
}
/*Modal Popup*/
.modalBackground {
	background-color: #1c4465;
	filter: alpha(opacity=70);
	opacity: 0.7;
}

.modalPopup {
	background-color: #dfeaf3;
	border-width: 3px;
	border-style: solid;
	border-color: #36729e;
	padding: 10px;
	width: 400px;
	color: #222222;
	text-align: justify;
}
