/* Note - CSS Properties are in alphabetical order */
/* Note - Selectors and Pseudo Classes will not appear in the HTML markup. They are dynamically written into every element by the JS called "offspring.js". */
/* Usable Pseudo Classes : "first-child", "last-child", "nth-child-#", "nth-child-odd", "nth-child-even", and "only-child". */



html {
  filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

/* HTML ELEMENTS */
* {
	margin: 0;
	padding: 0;
	}

body { 
	background: #fff;
	color: #000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	width: 100%;
	}

h2, h3, h4, h5 {
	font-weight: normal;
	margin-bottom: 15px;
	margin-top: 0px;
	padding-top: 0px;
	}

p, ul, ol, dl, table {
	margin-bottom: 7px;
	line-height: 1.4em;
	}

#services-top-container {
	margin-bottom: 0px;
	}
	
ul {
	padding: 0 0 0 0px;
	margin-top:13px;
	color:#003366;
	font-style: italic;
	}
	
ul li {
	padding: 0 0 5px 0px;
	}
	
ul li span {
	color:#000;
	font-style:normal;}

table { 
	border-collapse: collapse; 
	border-spacing: 0;
	}

table tr td { 
	font-family: verdana, arial, san-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top; 
	}

acronym {
	background: #FFFBCF;
	border: 0;
	cursor: help;
	}

img {
	border: 0;
	}

a { 
	color: #06c;
	text-decoration: none;
	}
	
a:hover { 
	color: #06c;
	text-decoration: underline;
	}

a:focus {
	outline: none;
	}





/* PAGE STRUCTURE */
#page-container {
	margin: -8px auto 0px auto;
	position: relative;
	width: 900px;
	z-index: 1;
	}

.sub-container {
	width: 520px;
	}
	
#page-header {
	padding-bottom: 5px;
	}
	
#page-logo {
	padding: 35px 0 0 35px;
	}

#page-logo h1 a {
	background: url(/images/logo_evercore.gif) no-repeat;
	cursor: pointer;
	display: block;
	height: 68px;
	width: 324px;
	}
	
#page-logo h1 a span {
	display: none;
	}
	
#page-new-standard {
	float:right;
	margin-top:67px;}
	
#page-nav-top * {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#page-nav-top ul li {
	float: left;
	}
	
#page-nav-top ul li a {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 29px;
	}
	
#page-nav-top ul li a:hover, #page-nav-top ul li a.on {
	background-position: 0 -29px;
	}
	
#page-nav-top ul li a span {
	display: none;
	}
	



	
#page-subhead {
	background: url(/images/bg_gradient_brownblue.gif) repeat-y;
	font-size: 1px;
	height: 10px;
	line-height: 1px;
	}

#page-content {
	background: url(/images/bg_line_dotted_vert.gif) 178px 0px repeat-y;
	}

	
#page-column-aside {
	float: left;
	width: 179px;
	}
	
#page-column-content {
	float: right;
	width: 721px;
	}

#page-nav-side * {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	}
	
#page-nav-side ul li a {
	background-color: transparent;
	background-position: 0px -1px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 24px;
	width: 178px;
	}
	
#page-nav-side ul li a:hover, #page-nav-side ul li a.on {
	background-position: 0px -25px;
	}
	
#page-nav-side ul li a span {
	display: none; 
	}
	
	
	
#page-nav-side-two * {
	list-style: none;
	margin: 0px;
	padding: 0px;
	line-height: 1px;
	font-size: 1px;
	}
	
#page-nav-side-two ul li a {
	background-color: transparent;
	background-position: 0px -1px;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 33px;
	width: 178px;
	margin-top:10px;
	}
	
#page-nav-side-two ul li a:hover, #page-nav-side-two ul li a.on {
	background-position: 0px -34px;
	}
	
#page-nav-side-two ul li a span {
	display: none; 
	}

#nav-newsletter {
	margin:10px 0px 0px 0px;}
	
/* SIDE NAV IMAGES */
#nav-independent-advice a {
	background-image: url(/images/nav_independent_advice.gif);
	border-bottom:1px dotted #000;
	margin-top:1px;}
	
#nav-accumulating-wealth a {
	background-image: url(/images/nav_accumulating.gif);}
	
#nav-preserving-wealth a {
	background-image: url(/images/nav_preserving.gif);}
	
#nav-building-legacy a {
	background-image: url(/images/nav_building_a_legacy.gif);}
	
#nav-undiluted_investment_expertise a {
	background-image: url(/images/nav_undiluted_investment_expertise.gif);
	border-bottom:1px dotted #000;
	margin-top:19px;}
	
#nav-goals-based-approach a {
	background-image: url(/images/nav_goals_based_approach.gif);}
	
#nav-global-asset-allocation a {
	background-image: url(/images/nav_global_asset_allocation.gif);}

#nav-investment-management a {
	background-image: url(/images/nav_investment_management.gif);}	

#nav-sustainable-performance a {
	background-image: url(/images/nav_sustainable_performance.gif);}	
	
#nav-the-value-of-partnership a {
	background-image: url(/images/nav_the_value_of_partnership.gif);
	border-bottom:1px dotted #000;
	margin-top:20px;}

#nav-history a {
	background-image: url(/images/nav_history.gif);}
	
#nav-team a {
	background-image: url(/images/nav_team.gif);}
	
#nav-evercore-partners a {
	background-image: url(/images/nav_evercore_partners.gif);}
	
#nav-evercore-trust a {
	background-image: url(/images/nav_evercore_trust.gif);}
	
#nav-becoming-a-client a {
	background-image: url(/images/nav_becoming_a_client.gif);
	border-bottom:1px dotted #000;
	margin-top:20px;}
	
#nav-questions-answers a {
	background-image: url(/images/nav_question_answers.gif);}
	
#nav-newsletter a {
	background-image: url(/images/nav_newsletter.gif);}
	
#nav-investment-objectives a {
	background-image: url(/images/nav_investment_objectives.gif);}	
	
#nav-asset-classes a {
	background-image: url(/images/nav_asset_classes.gif);}
	
#nav-fixed-income-investment a {
	background-image: url(/images/nav_fixed_income.gif);}
	
#nav-equity-investment a {
	background-image: url(/images/nav_equity_investment.gif);}
	
#nav-non-proprietary-investment a {
	background-image: url(/images/nav_non_proprietary_investments.gif);}
	
/* HEADER NAV IMAGES */
#nav-home a {
	background-image: url(/images/nav_home.gif);
	width:83px;
	}	
	
#nav-about a {
	background-image: url(/images/nav_about.gif);
	width: 81px;
	}
	
#nav-news a {
	background-image: url(/images/nav_news.gif);
	width: 144px;
	}
	
#nav-contact a {
	background-image: url(/images/nav_contact.gif);
	width: 92px;
	}
	
#nav-login a {
	background-image: url(/images/nav_client.gif);
	width: 104px;
	}	
	
	
	
	
	
	
	
	
	
#nav-strength a {
	background-image: url(/images/nav_strength.gif);
	}
	
#nav-reputation a {
	background-image: url(/images/nav_reputation.gif);
	}
	
#nav-independence a {
	background-image: url(/images/nav_independence.gif);
	}

#nav-market a {
	background-image: url(/images/nav_market.gif);
	}	
	
#nav-philosophy a {
	background-image: url(/images/nav_philosophy.gif);
	}	
	

	
#nav-space {
	height:20px;
	border-bottom:1px dotted #000;
	margin:0px;
	padding:0px;
	}
	
#nav-partners a {
	background-image: url(/images/nav_partners.gif);
	}

#nav-asset a {
	background-image: url(/images/nav_asset.gif);
	}
	
#nav-services a {
	background-image: url(/images/nav_services.gif);
	}
	
#nav-strategies a {
	background-image: url(/images/nav_strategies.gif);
	}	
	
#nav-faqs a {
	background-image: url(/images/nav_faqs.gif);
	}
	
#nav-equity a {
	background-image: url(/images/nav_equity.gif);
	}
	
#nav-fixed-income-investing a {
	background-image: url(/images/nav_fixed_income_investing.gif);
	}
	
#nav-non-proprietary a {
	background-image: url(/images/nav_nonproprietary.gif);
	}
	
#nav-process a {
	background-image: url(/images/nav_process.gif);
	}
	
#nav-representative-portfolio a {
	background-image: url(/images/nav_representative_portfolio.gif);
	}
	
#nav-equity-investing a {
	background-image: url(/images/nav_equity_investing.gif);
	width:238px;
	}
	
#nav-criteria-characteristics a {
	background-image: url(/images/nav_process.gif);
	width:238px;
	}
	
#nav-representative-holdings a {
	background-image: url(/images/nav_representative_holdings.gif);
	width:238px;
	}
	
#nav-accumulating a {
	background-image: url(/images/nav_accumulating.gif);
	margin-top: 30px;
	border-top: 1px dotted #000;
	}
	
#nav-preserving a {
	background-image: url(/images/nav_preserving.gif);
	}
	
#nav-preparing a {
	background-image: url(/images/nav_preparing.gif);
	}
	
#nav-investment-options a {
	background-image: url(/images/nav_investment_options.gif);
	width:238px;
	}
	
#nav-asset-classes a {
	background-image: url(/images/nav_asset_classes.gif);
	width:238px;
	}
	
#nav-asset-allocation a {
	background-image: url(/images/nav_asset_allocation.gif);
	width:238px;
	}
	
#nav-active-management a {
	background-image: url(/images/nav_active_management.gif);
	width:238px;
	}
	
#nav-advantages a {
	background-image: url(/images/nav_advantages.gif);
	width:238px;
	}
	
#nav-fixed-income a {
	background-image: url(/images/nav_fixed_income.gif);
	width:238px;
	}
	
#nav-non-proprietary-investing a {
	background-image: url(/images/nav_non_proprietary_investing.gif);
	width:238px;
	}
	
#nav-process a {
	background-image: url(/images/nav_process.gif);
	width:238px;
	}
	
#nav-representative-portfolio a {
	background-image: url(/images/nav_representative_portfolio.gif);
	width:238px;
	}
	
#nav-representative-portfolio-alt a {
	background-image: url(/images/nav_representative_portfolio_alt.gif);
	width:238px;
	}

	
	
#page-footer {
	border-top: 1px dotted #000;
	color: #666;
	font-family: "Lucida Sans", Georgia, serif;
	font-size: 10px;
	padding-top: 10px;
	}
	
#page-footer p {
	font-family:georgia, sans-serif;}
	
#page-footer a, #page-footer a:hover {
	color: #666;
	}

/* Sub Page Nav */
#sub-page-nav {
	border-bottom:1px dotted #000;
	height:29px;
	margin:0px 2px 0px 0px;}

#sub-page-nav * {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#sub-page-nav ul li {
	float: left;
	}
	
#sub-page-nav ul li a {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	height: 27px;
	}
	
#sub-page-nav ul li a:hover, #sub-page-nav ul li a.on {
	background-position: 0 -27px;
	}
	
#sub-page-nav ul li a span {
	display: none;
	}

/* LAYOUTS (681px of width to play with) */
.layout-two-col-content {
	background: url(/images/bg_line_dotted_vert.gif) 100% 0 repeat-y;
	float: left;
	padding-right: 40px;
	width: 490px;
	}
	
.layout-two-col-sidebar {
	background: #fff;
	float: right;
	padding-left: 15px;
	width: 136px;
	}

	/* Terms and Conditions Page */
.terms {
	padding: 10px;
	}
	
.terms h1 {
	color: navy;
	}

.terms h2 {
	color: red;
	}
	
.terms h3, h4{
	font-weight: bold;
	}
	
	


/* TABLE - DATA INPUT */
.table-data-input tr td {
	padding-bottom: 10px;
	padding-right: 5px;
	}
	
.table-data-input tr td.col-label {
	text-align: right;
	}


.sub-page {
	margin:13px 0px 0px 0px;}


/* TABLE - SELECT */
.table-select tr td {
	padding-bottom: 10px;
	}
	
.table-select tr td.first-child {
	padding-right: 10px;
	text-align: right;
	}





/* FORMS */
.form-text {
	border: 0;
	color: #555;
	font-size: 12px;
	padding: 0 10px;
	}
	
.form-select {
	color: #555;
	}

.form-select-multiple {
	border: 1px solid #ccc;
	color: #555;
	height: 170px;
	overflow: visible;
	padding: 2px;
	width: 100%;
	}

.form-radio, .form-check {
	vertical-align: middle;
	}





/* BUTTONS */
.buttons {
	padding-top: 10px;
	}
	
.button-purple {
	background: url(/images/bg_button_purple.gif) no-repeat;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: 24px;
	margin: 0 auto;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 151px;
	}
	
a.button-purple span {
	position: relative;
	top: 3px;
	}





/* LISTS */
.list-no-bullets {
	padding: 0;
	}
	
.list-no-bullets li {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
.black-bullet {
	color:#000;
	margin-top:-5px;}





/* LINES */
.line-dotted {
	border-top: 1px dotted #000;
	font-size: 1px;
	height: 1px;
	line-height: 1px;
	}
	
.bg-line-dotted-01 {
	background: url(/images/bg_line_dotted_horiz.gif) 0 29px repeat-x;
	}
	
.bg-line-dotted-02 {
	background: url(/images/bg_line_dotted_horiz.gif) 0 113px repeat-x;
	}
	
.bg-line-dotted-03 {
	background: url(/images/bg_line_dotted_horiz.gif) 0 239px repeat-x;
	}
	
.bg-line-dotted-04{
	background: url(/images/bg_line_dotted_horiz.gif) 0 265px repeat-x;
	}

.bg-line-dotted-05 {
	background: url(/images/bg_line_dotted_horiz.gif) 0 135px repeat-x;
	}
	
.bg-line-dotted-06 {
	background: url(/images/bg_line_dotted_horiz.gif) 0 86px repeat-x;
	}
	
.bg-line-dotted-07 {
	background: url(/images/bg_line_dotted_horiz.gif) 0 0px repeat-x;
	}
	
.bg-line-dotted-08 {
	background: url(/images/bg_line_dotted_horiz.gif) 0 116px repeat-x;
	}
	
.bg-line-dotted-09 {
	background: url(/images/bg_line_dotted_horiz.gif) 0 115px repeat-x;
	}
	
.bg-line-dotted-10 {
	background: url(/images/bg_line_dotted_horiz.gif) 0 57px repeat-x;
	}
	
.bg-line-dotted-vertical {
	background: url(/images/bg_line_dotted_vert.gif) 0px 0px repeat-y;
	}






/* SPACE */
.space-left {
	padding-left: 40px;
	}





/* HEADS */
.head-graphic-01, .head-graphic-02 {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 11px;
	width: 100%;
	}
	
.head-graphic-01 {
	margin-bottom: 45px;
	}
	
.head-graphic-02 {
	margin-bottom: 15px;
	}
	
.head-graphic-01 span, .head-graphic-02 span {
	display: none;
	}
	
/* PAGE HEAD GRAPHICS */	
#head-independent-advice {
	background-image: url(/images/head_independent_advice.gif);}	
	
#head-news {
	background-image: url(/images/head_news.gif);}
	
#head-about {
	background-image: url(/images/head_about.gif);}
	
#head-contact {
	background-image: url(/images/head_contact.gif);}
	
#head-partners {
	background-image: url(/images/head_partners.gif);	}
	
#head-philosophy {
	background-image: url(/images/head_philosophy.gif);}	
	
#head-ourteam {
	background-image: url(/images/head_ourteam.gif);}
	
#head-marketperspectives {
	background-image: url(/images/head_perspectives.gif);
	border-bottom:1px dotted #000000;
	margin-bottom:13px;
	height:115px;}
	
#head-faqs {
	background: url(/images/head_faqs.gif) 0 0 no-repeat;
	padding-left: 130px;
	text-transform: uppercase;
	margin-top: 30px;
	height: 65px;
	letter-spacing: 0.1em;}

#head-accumulating {
	background-image: url(/images/head_accumulating.gif);}
	
#head-accumulating-case-study {
	background-image: url(/images/head_case_study_accumulating_wealth.gif);}
	
#head-building-a-legacy {
	background-image: url(/images/head_building_a_legacy.gif);}
	
#head-building-a-legacy-case-study {
	background-image: url(/images/head_case_study_building_a_legacy.gif);}

#head-preserving {
	background-image: url(/images/head_preserving.gif);}
	
#head-preserving-wealth-case-study {
	background-image: url(/images/head_case_study_preserving_wealth.gif);}
	
#head-undiluted-investment-expertise {
	background-image: url(/images/head_undiluted_investment_expertise.gif);}
	
#head-goals-based-approach {
	background-image: url(/images/head_goals_based_approach.gif);}
	
#head-goals-investment-objectives {
	background-image: url(/images/head_goals_investment_objectives.gif);}
	
#head-goals-asset-classes {
	background-image: url(/images/head_goals_asset_classes.gif);}
	
#head-goals-asset-allocation {
	background-image: url(/images/head_goals_asset_allocation.gif);}
	
#head-global-asset-allocation {
	background-image: url(/images/head_global_asset_allocation.gif);}
	
#head-investment-management {
	background-image: url(/images/head_investment_management.gif);}
	
#head-investment-fixed-income-investment {	
	background-image: url(/images/head_investment_fixed_income.gif);}
	
	#head-active-management {
		background-image: url(/images/head_fi_active_management.gif);}
			
	#head-active-portfolio {
		background-image: url(/images/head_fi_active_portfolio.gif);}
		
	#head-working-with-us {
		background-image: url(/images/head_fi_working_with_us.gif);}
		
	#head-tax-exempt {
		background-image: url(/images/head_fi_tax_exempt.gif);}	
		
	#head-taxable {
		background-image: url(/images/head_fi_taxable.gif);}
		
	#head-cash-management {
		background-image: url(/images/head_fi_cash_management.gif);}	
	
#head-investment-equity-investment {	
	background-image: url(/images/head_investment_equity_investment.gif);}
	
	#head-portfolio-construction {
		background-image: url(/images/head_ei_portfolio_construction.gif);}
	
	#head-top-ten {
		background-image: url(/images/head_ei_top_10.gif);}
	
	#head-global-core {
		background-image: url(/images/head_ei_global_core.gif);}
	
#head-investment-non-proprietary-investments {	
	background-image: url(/images/head_investment_non_proprietary.gif);}
	
	#head-solutions {
		background-image: url(/images/head_np_solutions.gif);}
	
	#head-client-process {
		background-image: url(/images/head_np_client_process.gif);}
	
#head-sustainable-performance {
	background-image: url(/images/head_sustainable_performance.gif);}

#head-value-of-partnership {
	background-image: url(/images/head_value_of_partnership.gif);}

#head-undiluted-investment-expertise {
	background-image: url(/images/head_undiluted_investment_expertise.gif);}	

#head-becoming-a-client{
	background-image: url(/images/head_becoming_a_client.gif);}
	
#head-history {
	background-image: url(/images/head_history.gif);}
	
#head-team {
	background-image: url(/images/head_team.gif);}
	
#head-evercore-partners{
	background-image: url(/images/head_evercore_partners.gif);}
	
#head-evercore-trust{
	background-image: url(/images/head_evercore_trust.gif);}
	
	

#head-preparing {
	background-image: url(/images/head_preparing.gif);
	}

#head-terms {
	background-image: url(/images/head_terms.gif);
	}
	
#head-privacy {
	background-image: url(/images/head_privacy.gif);
	}

#head-asset-allocation {
	background-image: url(/images/head_asset_allocation.gif);
	height:115px;
	}
	
#head-equity-investing {
	background-image: url(/images/head_equity_investing.gif);
	height:115px;
	}
	
#head-fixed-income {
	background-image: url(/images/head_fixed_income.gif);
	height:115px;
	}
	
#head-non-proprietary {
	background-image: url(/images/head_non_proprietary.gif);
	height:115px;
	}
	
#head-representative-portfolio {
	background-image: url(/images/head_representative_portfolio.gif);
	height:115px;
	}
	
#head-non-proprietary-investing {
	background-image: url(/images/head_non_proprietary.gif);
	height:115px;
	}
	
#head-investment-strategies {
	background-image: url(/images/head_investment_strategies.gif);
	height:115px;
	}
	
#head-wealth-management {
	background-image: url(/images/head_wealth_management.gif);
	height:115px;}
	
	
/* HEAD -  LARGE GRAPHICS */
.head-graphic-03 {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom:1px dotted #000;
	height: 137px;
	position: relative;
	width: 719px;
	z-index: 3;
	margin:0px;
	}
	
.head-graphic-03 span {
	display: none;
	}
	
.head-graphic-04 {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom:1px dotted #000;
	position: relative;
	width: 719px;
	height:115px;
	z-index: 3;
	margin:0px 0px 0px -50px;
	}	
	
.head-graphic-04 span {
	display: none;
	}
	
.head-graphic-05 {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	border-bottom:1px dotted #000;
	position: relative;
	height:47px;
	width: 719px;
	z-index: 3;
	margin:0px 0px 0px -50px;
	}	
	
.head-graphic-05 span {
	display: none;
	}
	
#head-strength {
	background-image: url(/images/head_strength.jpg);
	}
	
#head-reputation {
	background-image: url(/images/head_reputation.jpg);
	}
	
#head-independence {
	background-image: url(/images/head_independence.jpg);
	}
	
#head-philosophy {
	background-image: url(/images/head_philosophy.jpg);
	height:137px;
	}
	
#head-services{
	background-image: url(/images/head_services.gif);
	}
	
#head-intservices{
	background-image: url(/images/head_intservices.gif);
	}

#head-partners {
	background-image: url(/images/head_partners.jpg);
	border-bottom: 1px dotted #000;
	}
	

	
.home-main-01 {
	background-image: url(/images/main-image.png);
	height: 225px;
	}

/* SUBHEADS */
.subhead-graphic-01 {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	height: 21px;
	margin-top:29px;
	width: 100%;
	}
	
.subhead-graphic-01 span {
	display: none;
	}
	
#subhead-accumulation {
	background-image: url(/images/subhead_accumulation.gif);
	}
	
	
#subhead-preservation {
	background-image: url(/images/subhead_preservation.gif);
	}
	
#subhead-legacy {
	background-image: url(/images/subhead_legacy.gif);
	}
	
#subhead-accumulation-colored {
	background-image: url(/images/subhead_accumulation_colored.gif);
	}
	
#subhead-preservation-colored {
	background-image: url(/images/subhead_preservation_colored.gif);
	}
	
#subhead-market-perspectives {
	background-image: url(/images/main_page_mp.gif);
	height:20px;
	margin-top:5px;
	}	
	
#subhead-news{
	background-image: url(/images/subhead_perspectives_news.gif);
	height:16px;
	margin-top:16px;
	}
	
#subhead-legacy-colored {
	background-image: url(/images/subhead_legacy_colored.gif);
	width: 193px;
	}
	
#subhead-three-core-priciples {
	background-image: url(/images/subhead_three_core_principles.gif);
	width: 207px;}
	






/* BOX CALLOUTS */
.box-callout {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	float: left;
	height: 337px;
	margin: 19px 5px 0 0;
	padding: 20px 10px 0 10px;
	width: 194px;
	}
	
.box-callout ul {
	padding-left: 10px;
}
	
.box-callout h3 {
	margin-bottom: 25px;
	}
	
.bg-callout-green {
	background-image: url(/images/bg_callout_green.gif);
	}
	
.bg-callout-brown {
	background-image: url(/images/bg_callout_brown.gif);
	}
	
.bg-callout-orange {
	background-image: url(/images/bg_callout_orange.gif);
	}	
	


.box-partner-contact {
	float: left;
	padding: 0px 8px 20px 0px;
	width:190px;
	margin-top: 10px;
}
	
	
	



/* FAQ  - SELECT */
#faq-select {
	padding-top: 8px;
	}
	
.faq-belownav-download {
	background-image: url(/images/faq_download_pdf_button.gif);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	padding: 4px 16px 10px 30px;
	font-style: italic;
	float: right;
	cursor: pointer;
}
	
.faq-row {
	border-bottom: 1px dotted #000;
	padding-bottom:2px;}
	
.faq-row .faq-column {
	border-right: 1px dotted #000;
	float: left;
	padding: 3px;
	padding-right: 0;
	width: 175px;
	}
	
.faq-row .faq-column.nth-child-4 {
	border-right: 1px;
	}
	
.faq-row-bottom .faq-column {
	float: left;
	pading: 3px;
	width: 360px;
	}
	
.faq-style-01, .faq-style-02, .faq-style-03 {
	background-color: transparent;
	background-repeat: no-repeat;
	color: #000;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-style: italic;
	letter-spacing: .07em;}
	
.faq-style-01 {
	background-position: 11px 8px;
	height: 117px;
	padding: 40px 11px 0 11px;
	width: 151px;}
	
.faq-style-01:hover {
	background-position: 0 0;
	color: #fff;
	text-decoration: none;}
	
#faq-01 {
	background-image: url(/images/faq_01.gif);}
	
#faq-02 {
	background-image: url(/images/faq_02.gif);}
	
#faq-03 {
	background-image: url(/images/faq_03.gif);}
	
#faq-04 {
	background-image: url(/images/faq_04.gif);}
	
#faq-05 {
	background-image: url(/images/faq_05.gif);}
	
#faq-06 {
	background-image: url(/images/faq_06.gif);}
	
#faq-07 {
	background-image: url(/images/faq_07.gif);}
	
#faq-08 {
	background-image: url(/images/faq_08.gif);}
	
#faq-09 {
	background-image: url(/images/faq_09.gif);}

#faq-10 {
	background-image: url(/images/faq_10.gif);}
	
#faq-11 {
	background-image: url(/images/faq_11.gif);}
	
#faq-12 {
	background-image: url(/images/faq_12.gif);}
	
#faq-01:hover {
	background-image: url(/images/faq_blue_01.gif);}
	
#faq-02:hover {
	background-image: url(/images/faq_blue_02.gif);}
	
#faq-03:hover {
	background-image: url(/images/faq_blue_03.gif);}
	
#faq-04:hover {
	background-image: url(/images/faq_blue_04.gif);}
	
#faq-05:hover {
	background-image: url(/images/faq_blue_05.gif);}
	
#faq-06:hover {
	background-image: url(/images/faq_blue_06.gif);}
	
#faq-07:hover {
	background-image: url(/images/faq_blue_07.gif);}
	
#faq-08:hover {
	background-image: url(/images/faq_blue_08.gif);}
	
#faq-09:hover {
	background-image: url(/images/faq_blue_09.gif);}

#faq-10:hover {
	background-image: url(/images/faq_blue_10.gif);}
		
#faq-11:hover {
	background-image: url(/images/faq_blue_11.gif);}

#faq-12:hover {
	background-image: url(/images/faq_blue_12.gif);}



/* FAQ - ANSWERS */
.head-answer {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #036;
	font-size: 16px;
	height: 88px;
	margin-bottom: 15px;	
	padding: 20px 0 0 135px;
	text-transform: uppercase;
	}
	
#head-answer-01 {
	background-image: url(/images/head_answer_01.gif);
	}
	
#head-answer-02 {
	background-image: url(/images/head_answer_02.gif);
	}
	
#head-answer-03 {
	background-image: url(/images/head_answer_03.gif);
	}
	
#head-answer-04 {
	background-image: url(/images/head_answer_04.gif);
	}
	
#head-answer-05 {
	background-image: url(/images/head_answer_05.gif);
	}
	
#head-answer-06 {
	background-image: url(/images/head_answer_06.gif);
	}
	
#head-answer-07 {
	background-image: url(/images/head_answer_07.gif);
	}
	
#head-answer-08 {
	background-image: url(/images/head_answer_08.gif);
	}
	
#head-answer-09 {
	background-image: url(/images/head_answer_09.gif);
	}
	
#head-answer-10 {
	background-image: url(/images/head_answer_10.gif);
	}
	
#head-answer-11 {
	background-image: url(/images/head_answer_11.gif);
	}
	
#head-answer-12{
	background-image: url(/images/head_answer_12.gif);
	}





/* PAGINATION */
.pagination {
	text-align: right;
	padding-bottom: 7px;
	font-size:10px;}
	
.pagination p {
	margin: 0;
	padding: 0;
	}
	
.pagination a {
	font-style: italic;
	}






/* LOGOS */
.logo span {
	display: none;
	}





/* ICONS */
.icon-arrow-blue {
	background: url(/images/icon_arrow_blue.gif) 0 50% no-repeat;
	padding: 5px 20px 7px 22px;
	}
	
.icon-arrow-orange {
	background: url(/images/icon_arrow_orange.gif) 0 50% no-repeat;
	padding: 4px 20px 7px 22px;
	}





/* COLUMNS */
.column-left {
	float: left;
	}

.column-right {
	float: right;
	}

.column-left-half {
	float: left;
	border-right:1px dotted #000;
	padding:0px 0px 0px 50px;
	width:300px;
	}

.column-right-half {
	float: left;
	width:300px;
	padding:0px 0px 0px 50px;
	}

.column-tri-left {
	float: left;
	padding: 0px 5px 0px 20px;
	width: 204px;
	}
	
.column-tri-middle {
	border-left: 1px dotted #000;
	border-right: 1px dotted #000;
	float: left;
	padding: 0px 16px 80px 21px;
	width: 204px;
	}

.column-tri-right {
	float: left;
	padding: 0px 10px 0px 30px;
	width: 204px;
	}

.mainpage-news-container {
	width:250px;}

.mainpage-news-container a {
	color:#000;}
	
.mainpage-news-container a:hover {
	text-decoration:none;}
	
	.mainpage-news-container a img {
	margin-left:4px;}
	
.mainpage-news-container span {
	font-size:11px;}

.mainpage-links {
	margin-top:13px;}
	
.mainpage-links a {
	margin-bottom:5px;}
	
.mainpage-links a:hover {
	text-decoration:underline;}

/* BREADCRUMBS */
.breadcrumbs {
	border-bottom:1px dotted #000;
	color:#333333;
	font-size:9px;
	height:18px;
	margin-left:-50px;
	padding:7px 0px 0px 48px;}
	
.breadcrumbs a {
	color:#333333;
	text-decoration:none;}
	
.breadcrumbs a:hover {
	text-decoration:underline;}
	
/* PAGE LINKS */
.page-links {
	margin-top:15px;}

.page-links a {
	display:block;
	padding:0px;
	margin:0px 0px -5px 0px;}

/* ALIGNMENT */
.align-left {
	text-align: left !important;
	}

.align-center {
	text-align: center !important;
	}

.align-right {
	text-align: right !important;
	}
	
.valign-top {
	vertical-align: top !important;
	}

.valign-middle {
	vertical-align: top !important;
	}

.valign-bottom {
	vertical-align: top !important;
	}
	
	




/* FLOATS / CLEARS */
.clear {
	clear: both;
	margin:0px;
	padding:0px;
	}

.float-left {
	float: left;
	}

.float-right {
	float: right;
	}





/* FONTS */
.font-verdana {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
.font-arial {
	font-family: Arial, Helvetica, sans-serif;
	}
	
.font-georgia {
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
.font-lucida {
	font-family: "Lucida Sans", Georgia, serif;
	}






/* FONT SIZE */
.font-size-small {
	font-size: 11px;
	}
	
.font-size-normal {
	font-size: 12px;
	}
	
.font-size-medium {
	font-size: 14px;
	color:#000000;
	}
	
.font-size-large {
	font-size: 16px;
	line-height: 1.5em;
	}
	
.font-size-hlarge {
	font-size: 20px;
	margin-left: 10px;
	margin-top: 1px;
	line-height: 1.4em;
	padding: 0px;
	}
	
.font-size-xlarge {
	font-size: 22px;
	}

.font-size-xxlarge {
	font-size: 26px;
	}
	
.font-size-xxhlarge {
	font-size: 28px;
	}
	
.font-size-xxxlarge {
	font-size: 33px;
	}

	




/* COLORS */
.color-white, color-white:hover {
	color: #fff !important;
	}
	
.color-gray, color-gray:hover {
	color: #666 !important;
	}
	
.color-black, color-black:hover {
	color: #000 !important;
	}
	
.color-brown, color-brown:hover {
	color: #630 !important;
	}
	
.color-gold, color-gold:hover {
	color: #b47010 !important;
	}
	
.color-green, color-green:hover {
	color: #060 !important;
	}
	
.color-blue, color-blue:hover {
	color: #06c !important;
	}
	
.color-blue-dark, color-blue-dark:hover {
	color: #036 !important;
	}
	
.color-navy, color-navy:hover {
	color: #669 !important;
	}
	
.color-green, color-green:hover {
	color: #007c00 !important;
	}
	
.color-maroon, color-maroon:hover {
	color:maroon !important;
	}
	
.color-red, color-red:hover {
	color:red !important;
	}





/* Investment Philosophy CLASSES */

.content-wrapper-philosophy-fixed {
	padding: 0px 0px 0px 0px;
	width: 649px;
	}
	
.content-leading	{
	line-height: 2.5em;
	}
	
.philosophy-head-p {
	margin:0px;
}

.bg_callout_fixed {
	background-image: url(/images/bg_callout_fixed.gif);
	background-repeat: no-repeat;
	width:555px;
	padding: 50px 80px 20px 20px;
	margin: 30px 0px 0px 0px;
	font-size:13px;
	font-style:italic;
	line-height: 1.5em;
	}	
	
		
.bg_callout_equity {
	background-image: url(/images/bg_callout_equity.gif);
	background-repeat: no-repeat;
	width:555px;
	padding: 50px 80px 20px 20px;
	margin: 10px 0px 20px 0px;
	font-size:13px;
	font-style:italic;
	line-height: 1.5em;
	}


.bg_callout_equity  ul li{
	list-style: none;
	}
	
.bg_callout_fixed ul li{
	list-style:none;
	}



/* CUSTOM CLASSES */
.content-wrapper {
	padding: 0px 0px 0px 50px;
	margin:0px;
	clear:both;}

.content-wrapper2 {
	padding: 0px 0px 0px 40px;
	margin:0px;}
	
.content-wrapper-fixed {
	width: 630px;
	}

.header-blue {
	font-style:italic;
	color: #06c;
	font-size:14px;
	font-weight: normal;
	margin-top:15px;
	margin-bottom:5px;
}

.vert-bar {
	background-image: url(/images/vert_bar.gif);
	background-repeat: repeat-y;
	padding: 0px;
	margin: 0px;
	}
	
.vert-bar h3 {
	padding: 0px;
	margin-top: 0px;
	line-height: 22px;
}
	
/* Press Release Typography*/
.pr-type {
	width: 650px;
	}

.pr-type p {
	margin: 15px 0 15px 0;
	line-height: 1.6em;
	}

.pr-type h1 {
	color: #369;
	margin: 15px 0px 10px 0px;
	font-size: 24px;
	font-weight: normal;
	}
	
.pr-type h2 {
	color: #666;
	font-size: 16px;
	}
	
.pr-type h3 {
	font-size: 16px;
	font-style: italic;
	color: #036 !important;
	}


/* Market Perspectives Typography*/
.article-sub {
	margin:0px 20px 0px 20px;}
	
.article-sub p {
	padding:0px 0px 0px 9px;}
	
.badge {
	display:block;
	float:left;
	margin:5px 10px 0px 0px;}
	
.badge-article {
	display:block;
	float:left;
	margin:2px 10px 0px 0px;}

.mp-type {
	width: 550px;
	}

.mp-type p {
	margin: 15px 0 15px 0;
	line-height: 1.6em;
	}

.mp-type h1 {
	color: #369;
	margin:15px 0px 10px 0px;
	font-size: 24px;
	font-weight: normal;
	}
	
.mp-type h2 {
	color: #666;
	font-size: 16px;
	}
	
.mp-type h3 {
	font-size: 16px;
	font-style: italic;
	color: #036 !important;
	}
	
.mp-type h4 {
	color: #666;
	font-weight:normal;
	font-size: 15px;
	}
	
.mp-type h4 span {
	font-weight:bold;}
	
/* Partners Pages */
.partner-nav	{
	margin-right:0px;
	padding-right:10px;
	color: #003366;
	}

.partner-nav ul{
	list-style: none;
	float: left;
	font-family: "Times New Roman", Verdana, Arial, serif;
	}
	
.partner-nav a {
	color: #b47010 !important;
	font-style: normal;
	}

a.on	{
	text-decoration:underline;
	}
	
.partner {
	float: right;
	width: 450px;
	min-height:600px;
	margin-top: 15px;
	}
	
.partner h1{
		color: #663300;
		font-weight:normal;
		font-size: 20px;
		}
		
.partner h2{
		color: #000000;
		font-style: italic;
		font-size: 13px;
		font-weight: normal;
		}

.partner h3{
		color: #999999;
		margin-top: -11px;
		font-weight: normal;
		font-size: 11px;}

.partner p	{
		margin-right: 40px;
		}
		
.partner img	{
		float: left;		
		padding-right: 12px;
		padding-bottom: 4px;}
		
/* CONTACT PAGE */
#contact-left	{
		font-size:12px;
		float:left;
		width:200px;
		margin-bottom:25px;}
		
#contact-right	{
		font-size:12px;
		float:left;}
		
#contact-right p	{
		margin-bottom:15px;}		

#contact-col-1	{
		float:left;
		margin-left:7px;
		width:400px;}
	
#contact-col-2	{
		float:left;
		margin-left:20px;
		width:150px;}

#contact-col-3	{
		float:left;
		margin-left:25px;}
		
		
#contact_form {
	margin:30px 0px 20px 0px;}
	
#contact_form input {
	border:1px solid #707070;
	height:18px;
	padding:1px 0px 1px 2px;
	width:308px;}
	
#contact_form label {
	width:60px;}
	


/* Market Perspectives Page */
.content-wrapper-mp h2 {
		color:#591f00;
		font-size:16px;
		margin:23px 0px 0px 0px;
		padding:0px;}
		
.content-wrapper-mp h3 {
		color:#0066cc;
		font-size:16px;
		margin:4px 0px 4px 0px;
		padding:0px;}
	
.content-wrapper-mp p {
		color:#000000;
		font-size:12px;
		margin:0px;
		padding:0px;
		width:650px;}

/* SPEEDBUMP */
#speedbump_wrapper {
		border-left:1px dotted #000;
		font-family:Georgia,"Times New Roman",Times,serif;
		font-weight:bold;
		margin:200px auto 0px auto;
		padding-left:40px;
		text-align:left;
		width:625px;}
		
#speedbump_wrapper h1 {
		font-size:17pt;}

#speedbump_wrapper p {
		color:#1a5786;
		font-style:italic;
		font-size:11pt;}

#speedbump_wrapper ul {
		font-size:11pt;
		padding:0px;}

#speedbump_wrapper li {
		background:url(/images/icon_arrow_red.gif) 0px 2px no-repeat;
		padding:0px 0px 0px 23px;
		list-style:none;}

/* INDENT */
.indent { padding:0px 25px; }

.indent-list { padding:0px 15px; }

/* POP UP WINDOWS */
#pop-up {
	background:url(/images/case_study_bg.gif) 10px 10px no-repeat;}
	
#pop-up-close {
	float:right;
	padding:10px 10px 0px 0px}

#pop-up-wrapper  {
	margin:30px 25px 0px 0px;
	width:645px;
	float:right;}

/* Newsletter Sign up */
.first_name {
	font-family:georgia, "Times New Roman", Times, serif;
	float:left;
	line-height:18px;}
	
.first_name input {
	border: 1px solid #000;
	font-size:14px;
	height:18px;
	margin:0px 10px 0px 5px;
	padding:2px 1px 1px 1px;
	width:150px;}
	
.last_name {
	font-family:georgia, "Times New Roman", Times, serif;
	float:left;}
	
.last_name input {
	border: 1px solid #000;
	font-size:14px;
	height:18px;
	margin:0px 10px 0px 5px;
	padding:2px 1px 1px 1px;
	width:150px;}
	
	
.newsletter_email {
	border: 1px solid #000;
	clear:both;
	font-size:14px;
	float:left;
	height:18px;
	margin:18px 10px 0px 0px;
	padding:2px 1px 1px 1px;
	width:274px;}
	
.radio {
	clear:both;
	margin:10px 0px 0px 0px;
	display:block;
	vertical-align:middle;}
	
.radio input {
	margin-right:5px;
	vertical-align:middle;}
	
.newsletter_submit {
	margin:18px 0px 0px 0px;}
	
.newsletter-sign-up {
	margin:10px 6px 0px 0px;}
	
.newsletter-sign-up a img {
	float:right;}
	
.faq-download {
	clear:both;
	margin:10px 0px 0px 0px;}
	
/* sub-page content */
#sub-page-content {
	padding:0px 0px 0px 32px;}

#sub-page-content h2 {
	color:#591f00;
	font-family:Georgia, serif;
	font-size:17px;
	margin:20px 0px 0px 0px;}
	
#sub-page-content ul {
	color:#003399;
	font-size:12px;
	font-style:normal;
	margin-bottom:30px;}
	
#sub-page-content ul li {
	margin:3px 0px;
	padding:0px;}
	
#sub-page-content ul li span {
	color:#030303;}

#sub-page-content ul li ul {
	color:#696969;
	list-style:none;
	margin:0px;
	padding:0px;}
	
#sub-page-content ul li ul li {
	margin:0px;
	padding:0px 0px 0px 10px;}
	
/* ASSET ALLOCATION */
.asset-allocation-list {
	color:#000;
	font-style:normal;
	list-style:none;
	padding-top:10px;}
	
.asset-allocation-list li {
	padding-left:20px;}	



	
	
/* FIXED INCOME INVESTING */
.fixed-income-investing table {
	margin:0px auto;
	width:675px;}

.fixed-income-investing table  tr td {
	font-family: Georgia, "Times New Roman", Times, serif;.
	vertical-align:middle;}
	
ul.fixed-income-investing {
	padding-left:25px;}

.table-left {
	text-align:right;}
	
.table-middle {
	color:#630;
	font-size:16px;
	text-align:center;
	vertical-align:middle;
	width:36px;}
	
.table-right {
	text-align:left;}

/* PERSPECTIVES & NEWS SELECTOR */
.article-selector {
	float:right;
	font-style:normal;
	list-style:none;
	margin:-10px 0px 0px 0px;}

.article-selector li{
	float:left;
	margin-left:30px;}



	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	