@charset "UTF-8";

/*------------------------------------------------------------------
[Master Stylesheet]
Project:	New South
Version:	2.0
Last change:	12 02 08 
-------------------------------------------------------------------*/
@import "reset.css";


html {overflow-y:scroll;}
a:focus {outline:none;}
a {color:#000;}

body  {
	font: 100% Helvetica, Arial, Verdana, sans-serif;
	background: #000;
	margin: 0;
	padding: 0;
	text-align: center;
	color:#000;}

#container { 
	width: 895px;
	margin: 5px auto 0;
	padding:0;
	text-align: left;
	position:relative;}

#header { 
	background:url(images/header_bkgd.png) top left repeat-x; 
	margin:0;
	padding:0;
	/*height:508px;*/}

#header h1 {
	margin:0;
	padding:0;
	border:1px solid #e2e2e2;}
	#header h1 a {
		display:block;
		width:357px;
		height:44px;
		position:relative;
		top:25px;
		left:20px;
		text-indent:-999px;
		background:url(images/logo.png) top left no-repeat;}

#rotatingMotivation {
	float:right;
	position:absolute;
	right:160px;}

/* - - - - - - - - - - - - - Navigation - - - - - - - - - - - - - */
ul#nav {
	position:absolute;
	top:104px;
	left:0;
	width:100%;
    margin:0;
	padding:0;
	list-style:none;
	color:black;}
#nav li {
	float:left;}
#nav a {
	font-size:10px;
	display:block;
	height:43px;
	color:#FF6;}

a#ourTeam {width:184px; background:url(images/navigation.png) no-repeat left top;text-indent:-9999px;}
a#ourTeam:hover {background-position:0px bottom;}

a#investing {width:179px; background:url(images/navigation.png) no-repeat -183px top;text-indent:-9999px;}
a#investing:hover {background:url(images/navigation.png) no-repeat -183px bottom;}

a#mandates {width:180px; background:url(images/navigation.png) no-repeat -362px top;text-indent:-9999px;}
a#mandates:hover {background:url(images/navigation.png) no-repeat -362px bottom;}

a#whyNewSouth {width:180px; background:url(images/navigation.png) no-repeat -542px top;text-indent:-9999px;}
a#whyNewSouth:hover {background:url(images/navigation.png) no-repeat -542px bottom;}

a#contact {width:172px; background:url(images/navigation.png) no-repeat -722px top;text-indent:-9999px;}
a#contact:hover {background:url(images/navigation.png) no-repeat -722px bottom;}

	#nav, #nav ul { list-style: none; }
	#nav, #nav * { padding: 0; margin: 0; }
	
	/* Head links */
	#nav li#headLinkOurTeam {width: 184px;}
	#nav li#headLinkInvesting {width: 179px;}
	#nav li.headlink { width: 220px; float: left; margin-left: -1px; text-align: center; }
	.sub {}
	#nav li.headlink a { display: block;}
	#nav li.headlink ul.sub li a {background:none;}

	/* Child lists and links */
	#nav li.headlink ul { display: none; text-align: left; padding-top:20px; }
	#nav li.headlink:hover ul { display: block; }
	#nav li.headlink ul li a { padding: 5px 30px 5px 5px; height: 16px; width:145px; display:block; margin:0 0 0 1px; text-indent:-9999px;}
	#nav li.headlink ul li a:hover {}
	
	/* Pretty styling */
	#nav a { color: green; } 
	#nav ul li a:hover { text-decoration: none;}
	#nav li.headlink {}
	#nav li.headlink ul {width:189px; _width:179px; height:165px; background:url(images/drop_box.png) top left no-repeat; z-index:1000;}
		
	#nav li.headlink ul li a#dropTeam {background:url(images/drop_our_team.gif) bottom left no-repeat;}
	#nav li.headlink ul li a#dropProfessionals {background:url(images/drop_investment_professionals.gif) bottom left no-repeat;}
	#nav li.headlink ul li a#dropOrganization {background:url(images/drop_organization.gif) bottom left no-repeat;}
	#nav li.headlink ul li a#dropPhilosophy {background:url(images/drop_investment_philosophy.gif) bottom left no-repeat;}
	#nav li.headlink ul li a#dropCriteria {background:url(images/drop_eq_selection_criteria.gif) bottom left no-repeat;}
	#nav li.headlink ul li a#dropProcess {background:url(images/drop_eq_selection_process.gif) bottom left no-repeat;}
	#nav li.headlink ul li a#dropControl {background:url(images/drop_risk_control.gif) bottom left no-repeat;}
	#nav li.headlink ul li a#dropDiscipline {background:url(images/drop_sell_disipline.gif) bottom left no-repeat;}

/* - - - - - - - - - - - - - End Navigation - - - - - - - - - - - - - */

#sidebar1 {
	float: right;
	width: 200px;
	background: #EBEBEB;
	padding: 15px 10px;}

#mainContent { 
	margin: 0 250px 0 0;
	padding: 0 20px 20px;}

.products #container, 
.income #container, 
.process #container, 
.criteria #container, 
.philosophy #container,
.contact #container {.background:#fff url(images/investment_phil_bkgd.png) 147PX left repeat-x;}

#contentWrapper {
	background:#fff url(images/content_wrapper_bkgd) top left repeat-x;
	.background:none;
	margin-top:-2px;}
/* .staff #contentWrapper {margin-top:-24px;} */

#leftContent {
	margin:0 446px 0 0;
	padding:40px 0 0 60px;
	border:none;
	font-size:15px;
	color:#000;}
	
#rightContent {
	float:right;
	width:355px;
	margin:-1px 0 0 0;
	padding:40px 58px 0 0;
	font-size:15px;
	display:inline;
	overflow:hidden;
	color:#000;}
 #leftContent p, #rightContent p {font-size:13px;}

#footer { 
	margin: 10px 0 10px 0;
	.top:15px;
	color:#fff;
	position:relative;}
	#footer p {
		margin:0 00;
		padding:0;
		font-size:.8em;
		float:left;
		display:inline;}
	#footer a {color:#fff; padding-bottom:3px; text-decoration:none;}
	#footer img[alt="Email Us"] {margin-right:5px;}
	#bottomNav {
	position:absolute;
	left:0;
	padding-left:40px;
	width: 319px;
}
.home #footer {.top:0;}
	#info {
	position:absolute;
	right:0;
	top: 5px;}
/* - - - - - - - - - - - - - End Layout - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - Element Styles - - - - - - - - - - - - - */
.philosophy .title {
	width:264px;
	height:17px;
	margin-bottom:0;
	background:url(images/h1_investment_philosophy.png) top left no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-9999px;}
.process .title {
	width:264px;
	height:17px;
	margin-bottom:0;
	background:url(images/h1_investment_process.png) top left no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-9999px;}
.contact .title {
	width:99px;
	height:17px;
	margin-bottom:0;
	background:url(images/h1_contact.png) top left no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-9999px;}
.criteria .title {
	width:264px;
	height:17px;
	margin-bottom:0;
	background:url(images/h1_investment_criteria.png) top left no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-9999px;}
.products .title {
	width:264px;
	height:17px;
	margin-bottom:0;
	background:url(images/h1_investment_products.png) top left no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-9999px;}
.income  .title {
	width:147px;
	height:17px;
	margin-bottom:0;
	background:url(images/h1_fixed_income.png) top left no-repeat;
	behavior:url(iepngfix.htc);
	text-indent:-9999px;}

/* - - - - - - - - - - - - - End Element Styles - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - Home Page - - - - - - - - - - - - - */
.home #openingHeader {
	width:100%;
	height:355px;
	margin:103px 0 0;
	border-bottom:6px solid #000;}
.home #homeContent {
	background-color:transparent;
	background:url(images/homecontent_bkgd.png) top left repeat-x;
	width:895px;}
	.home #homeContent p, .home #homeContent ul {
		margin:0 20px;
		padding:40px 0;
		line-height:24px;
		font-size:.8em;
		text-align:justify;
		list-style:disc;}
		.home #homeContent ul {margin:0 20px 0 150px;}
	#homeContent li {
		line-height:20px;
		font:16px;}
	#homeContent li a {
		color:#000;
		text-decoration:none;
		font-size:14px;}
/* - - - - - - - - - - - - - End Home Page - - - - - - - - - - - - - */



/* - - - - - - - - - - - - - Bio  & Related Page - - - - - - - - - - - - - */
.bio #header, 
.twoPresidents #header, 
.staff #header {
	padding-bottom:105px;}

.bio #contentWrapper, 
.twoPresidents #contentWrapper, 
.staff #contentWrapper {
	background:#eee url(images/team_content_wrapper_bkgd.png) top left repeat-x;}
	
.bio h3, 
.twoPresidents h3, 
.staff h3 {
	font-weight:normal;
	color:#000;}
	
.bio h4, 
.twoPresidents h4, 
.staff h4 {
	color:#6d6f71;
	font-size:12px;
	margin:0 0 20px;}

.bio p, 
.twoPresidents p, 
.staff p, .staff ul li {
	color:#000;
	line-height:15px;
	margin:0 0 20px;
	text-align:left;
	font-size:13px;
	letter-spacing:1px;}

#teamNav {
	width:100%;
	height:97px;
	margin:0 0 0px;
	border-bottom:2px solid #fff;
	text-align:center;}
	#teamNav ul {
		font-size:10px;
		list-style:none;
		position:relative;}
	#teamNav1, #teamNav2, #teamNav3, #teamNav4 {
		float:left;
		width:130px;
		margin:33px 0 0 75px;
		display:inline;}
		#teamNav1 li a, #teamNav2 li a , #teamNav3 li a, #teamNav4 li a {
			margin:0 auto 5px;
			height:17px;
			display:block;}
		a#patrick {
			width:101px;
			text-indent:-9999px;
			background:url(images/team_name_patrick.png) top left no-repeat;}
		a#alexander {
			width:117px;
			text-indent:-9999px;
			background:url(images/team_name_alexander.png) top left no-repeat;}
		a#samuel {
			width:119px;
			text-indent:-9999px;
			background:url(images/team_name_samuel.png) top left no-repeat;}
		a#brooke {
			width:103px;
			text-indent:-9999px;
			background:url(images/team_name_brooke.png) top left no-repeat;}
		a#andrew {
			width:121px;
			text-indent:-9999px;
			background:url(images/team_name_andrew.png) top left no-repeat;}
		a#trowbridge {
			width:144px;
			text-indent:-9999px;
			background:url(images/team_name_trowbridge.png) top left no-repeat;}
		a#jeffrey {
			width:95px;
			text-indent:-9999px;
			background:url(images/team_name_jeffery.png) top left no-repeat;}
		a#stephen {
			width:111px;
			text-indent:-9999px;
			background:url(images/team_name_morrow.png) top left no-repeat;}
	/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  B I O Below - - - */
		.bio a#patrick {
			width:101px;
			text-indent:-9999px;
			background:url(images/bottom_team_name_patrick.png) top left no-repeat;}
		.bio a#alexander {
			width:117px;
			text-indent:-9999px;
			background:url(images/bottom_team_name_alexander.png) top left no-repeat;}
		.bio a#samuel {
			width:120px;
			text-indent:-9999px;
			background:url(images/bottom_team_name_samuel.png) top left no-repeat;}
		.bio a#brooke {
			width:103px;
			text-indent:-9999px;
			background:url(images/bottom_team_name_brooke.png) top left no-repeat;}
		.bio a#andrew {
			width:121px;
			text-indent:-9999px;
			background:url(images/bottom_team_name_andrew.png) top left no-repeat;}
		.bio a#trowbridge {
			width:144px;
			text-indent:-9999px;
			background:url(images/bottom_team_name_trowbridge.png) top left no-repeat;}
		.bio a#jeffrey {
			width:95px;
			text-indent:-9999px;
			background:url(images/bottom_team_name_jeffrey.png) top left no-repeat;}
		.bio a#stephen {
			width:111px;
			text-indent:-9999px;
			background:url(images/bottom_team_name_stephen.png) top left no-repeat;}




.besideThumbnail {float:left; margin:15px 57px 50px 5px; left:10px;}
.topSpace {padding:30px 0 0;}

.profileDiv {width:100%; margin:20px 0 30px;}
.profileDiv img {float:left; margin:0 0 0 70px; _width:137px; _height:175px; behavior:url(iepngfix.htc);}
.profileDiv h1 { font-size:14px;}
.profileDiv h2 { font-size:11px;}
.profileDiv p {font-size:10px; margin:5px 0 0;}
.profileDiv ul {
	font-size:12px;
	list-style:disc;
	margin:0 0 0 450px;
	padding-right:70px;
	position:relative;
	top:15px;
	line-height:13px;}
.profileDiv ul li {
	margin:0 0 10px 0;
	font-size:10px}

.stephenDiv {height:175px;}



.besideThumbnail {float:left; margin:15px 50px 80px 5px; width:200px;}

.staffProfileDiv {width:340px; float:left; margin:30px 0 0 70px; _margin-left:35px;}
.staffProfileDiv img {float:left; /* margin-right:15px; */ margin-right: 2px; margin-bottom:20px; behavior:url(iepngfix.htc); _width:137px; _height:175px;}
.staffProfileDiv h1 {font-size:14px; margin:17px 0 0;}
.staffProfileDiv h2 {font-size:11px;}
.staffProfileDiv p {font-size:10px;}
.staffProfileDiv ul {
	font-size:10px;
	line-height:12px;
	list-style:disc;
	margin:-20px 0 50px 150px;
	position:relative;
	top:15px;
	list-style-position:inside;}
.staffProfileDiv ul li {
	margin:0 0 10px 0;}
#lastProfilePerson {margin-bottom:30px; overflow:visible;}


img#headInvestmentProfessionals {margin:60px 0 15px 50px;}
#investProfs {margin:10px 0 130px 80px;}
	#investProfs li {
		line-height:20px;
		font:16px;}
	#investProfs li a {
		color:#000;
		text-decoration:none;
		font-size:14px;}


#orgChart {
	position:relative;
	top:50px;
	margin:0 0 50px 70px;}

/* - - - - - - - - - - - - - End Bio & Related Page - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - Philosophy Page - - - - - - - - - - - - - */
.philosophy #header {padding-bottom:105px; }
 {.background:#fff url(images/investment_phil_bkgd.png) 147PX left repeat-x;}

.philosophy h1.title {
	color:#171919;
	font-size:20px;
	letter-spacing:1px;
	line-height:18px;
	margin:2px 0px;
}
	
.philosophy #mainContent {
	margin:0 400px 0 0;
	padding:40px 0 0 30px;
	border:none;
	color:#ccc;}
/*	.philosophy #mainContent h1 {
		background:url(images/investment_philosophy.png) top left no-repeat;
		margin:0;
		padding: 2px 20px;
		text-indent:-9999px;}
*/
	.philosophy p {
		color:#6d6f71;
		font-size:10px;
		letter-spacing:1px;
		line-height:18px;
		margin:15px 0 15px;}

.philosophy #sideBar {
	float:right;
	background:url(images/sidebar_bkgd.png) top left no-repeat;
	width:257px;
	height:530px;
	margin:3px 0 0 40px;
	padding:40px 38px 0 41px;
	color:#000;
	font-size:12px;
	display:inline;
	overflow:hidden;}
	.philosophy #sideBar h2 {
		background:url(images/investment_principles.png) top left no-repeat;
		text-indent:-9999px;
		margin:0px 0 0 0;}
	.philosophy #sideBar p {
		color:#000;
		font-size:10px;
		letter-spacing:1px;
		line-height:18px;
		margin:15px 0 15px;}
	.philosophy #sideBar ul li {
		list-style:disc;
		margin:7px 0;
		font-size:12px;
		.font-size:11px;}
/* - - - - - - - - - - - - - End Philosophy Page - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - criteria Page - - - - - - - - - - - - - */
.criteria #header {padding-bottom:105px; }
 /*{.background:#fff url(images/investment_phil_bkgd.png) 147PX left repeat-x;}*/
	
/*.criteria h1 {
	background:url(images/bg_h1_criteria.png) top left no-repeat;
	margin:0;
	padding: 2px 20px;
	text-indent:-9999px;}*/
.criteria h1.title {
	color:#171919;
	font-size:20px;
	letter-spacing:1px;
	line-height:18px;
	margin:2px 0px;}
.criteria h3 {
	text-transform: uppercase;	
	font-weight:normal;
	color:#000;
	text-decoration:underline;}
.criteria h4 {
	color:#6d6f71;
	font-size:12px;
/*	margin:0 0 20px; */
	letter-spacing:1px;
	line-height:18px;
	margin:15px 0 15px;}
.criteria  p {
	color:#000;
	font-size:10px;
	letter-spacing:1px;
	line-height:18px;
	margin:15px 0 15px;
	/*color:#6d6f71;
	line-height:11px;
	line-height:15px;
	margin:0 0 20px;
	text-align:justify*/}
	
	.criteria img[alt="Equity Selection Criteria"] {margin:40px 0 0 100px;}
	
/* - - - - - - - - - - - - - End criteria Page - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - Process Page - - - - - - - - - - - - - */
.criteria [alt="Risk Control"] {
	position:relative;
	left:200px;
	top:20px;}
.li {
	margin:4px 0;
	list-style:disc;}

.process img[alt="Equity Selection Process"] {margin:30px 0 0 110px;}
.process img[alt="Equity Selection Process Decision Flow"] {margin:10px 0 0 125px;}
/* - - - - - - - - - - - - - End Process Page - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - Sell Discipline - - - - - - - - - - - - - */
.criteria [alt="Sell Discipline"] {
	position:relative;
	left:330px;
	top:20px;}
#riskUlMargin { margin-bottom:0; .margin-bottom:60px;position:relative;}
.riskCont li {
	margin:4px 0;
	list-style:disc;
	text-align:left;
	font-size:15px;}
/* - - - - - - - - - - - - - End Sell Discipline - - - - - - - - - - - - - */


/* - - - - - - - - - - - - - Process Page - - - - - - - - - - - - - */
.process #header {padding-bottom:105px;}

.process h1.title {
	color:#171919;
	font-size:20px;
	letter-spacing:1px;
	line-height:18px;
	margin:2px 0px;}
	
.process h3 {
	text-transform: uppercase;
	font-weight:normal;
	color:#000;}
.process h4 {
	color:#6d6f71;
	font-size:12px;
	/*margin:0 0 20px;*/
	letter-spacing:1px;
	line-height:18px;
	margin:15px 0 15px;}

.process  p {
	color:#000;
	font-size:10px;
	letter-spacing:1px;
	line-height:18px;
	margin:15px 0 15px;}
/* - - - - - - - - - - - - - End Process Page - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - Income Page - - - - - - - - - - - - - */
.income #header {padding-bottom:105px; }

.income h1.title {
	color:#171919;
	font-size:20px;
	letter-spacing:1px;
	line-height:18px;
	margin:2px 0px;}
	
.income h3 {
	text-transform: uppercase;
	font-weight:normal;
	color:#000;}
.income h4 {
	color:#6d6f71;
	font-size:12px;
	/*margin:0 0 20px;*/
	letter-spacing:1px;
	line-height:18px;
	margin:15px 0 15px;}

.income  p {
	color:#6d6f71;
	font-size:10px;
	letter-spacing:1px;
	line-height:18px;
	margin:15px 0 15px;
	/*color:#6d6f71;
	line-height:11px;
	line-height:15px;
	margin:0 0 20px;
	text-align:justify*/}
/* - - - - - - - - - - - - - End Income Page - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - Products Page - - - - - - - - - - - - - */
.products #header {padding-bottom:105px; }

.products h1.title {
	color:#171919;
	font-size:20px;
	letter-spacing:1px;
	line-height:18px;
	margin:2px 0px;}
	
.products h3 {
	text-transform: uppercase;
	font-weight:normal;
	color:#000;}
.products h4 {
	color:#6d6f71;
	font-size:12px;
	/*margin:0 0 20px;*/
	letter-spacing:1px;
	line-height:18px;
	margin:15px 0 15px;}
.products  p {
	color:#6d6f71;
	font-size:10px;
	letter-spacing:1px;
	line-height:18px;
	margin:15px 0 15px;}
/* - - - - - - - - - - - - - End Products Page - - - - - - - - - - - - - */

/* - - - - - - - - - - - - - Contact Page - - - - - - - - - - - - - */
.contact #header {padding-bottom:105px; }

.contact h1.title {
	color:#171919;
	font-size:20px;
	letter-spacing:1px;
	line-height:18px;
	margin:2px 0px;}
	
.contact h3 {
	text-transform: uppercase;
	font-weight:normal;
	color:#000;}
.contact h4 {
	color:#6d6f71;
	font-size:12px;
	/*margin:0 0 20px;*/
	letter-spacing:1px;
	line-height:18px;
	margin:15px 0 15px;}
.contact  p {
	color:#000;
	font-size:10px;
	letter-spacing:1px;
	line-height:18px;
	margin:15px 0 15px;}

.contact p a {color:#000000;}
/* - - - - - - - - - - - - - End Contact Page - - - - - - - - - - - - - */
.fltrt {float: right; margin-left: 8px;}
.fltlft {float: left; margin-right: 8px;}
.clearfloat {clear:both; height:0; font-size: 1px; line-height: 0px;}


/* - - - - - - - - - - - - - New Stuff With No Home - - - - - - - - - - - - - */
.staff p {color:#000;}
#imgInvestmentMandates {margin:50px 0 0 180px;}
img#imgWhyNewSouth {margin:50px 0 0 190px;}
.staff img[alt="Why New South List"] {margin:10px 0 0 280px;}
.staff img[alt="Risk Control"] {margin:40px 0 0 230px;}
.staff img[alt="Full Organization Chart"] {margin:50px 0 0 70px;}
.staff img[alt="Investment Philosophy"] {margin:50px 0 0 280px;}
.criteria img[alt="Investment Criteria"] {margin:30px 0 0 120px;}
#imgTeamPhoto {float:right; margin:110px 40px 0 0; /*_position:absolute; _right:40px; _top:110px;*/ padding:0;}
#whyUl {margin:45px 250px 0 270px;}
#whyUl li {color:#000; font-size:15px; letter-spacing:1px; line-height:18px; margin:10px 0; list-style:disc;}
.staff img[alt="Sell Discipline"] {margin:50px 0 0 350px;}
.staff #disciplinePushRight {margin:10px 0 0 200px;}
.staff #disciplinePushRight h4 {color:#00543d; font-size:18px; font-weight:normal; margin:0;}
.staff #disciplineFirstUl {margin:0 0 30px; }
.staff #disciplineFirstUl li {list-style:disc; padding:0; color:#000; font-size:13px;margin:10px 0 0 30px;}
.staff #disciplineTable {margin:0px 0 0 15px; .margin-left:3px;}
.staff #disciplinePushRight .disciplineUl {margin:10px 0 15px 0;}
.staff #disciplinePushRight .disciplineUl li {list-style:square; margin:0; .margin-left:15px; font-size:15px; color:#00543d;}
.staff #disciplinePushRight .disciplineSubUl {margin:0 0 -10px 15px; .margin:0; .margin-left:30px; padding:0;}
.staff #disciplinePushRight .disciplineSubUl li {list-style:disc; margin-left:0; padding:0; color:#000; font-size:13px;}
.staff #leftContent[title="Risk Control"] {margin:20px 0 0 100px; text-align:left; line-height:20px;}
	.staff #leftContent[title="Risk Control"] h4 {color:#000; margin:0 0 0 -15px; padding:0; font-size:15px; font-weight:normal;}
	.staff #leftContent[title="Risk Control"] h4.first {font-size:15px; margin:0 0 10px -15px;}
.staff #rightContent[title="Risk Control"] {margin:18px 0 20px 20px; text-align:left; line-height:20px;}
	.staff #rightContent[title="Risk Control"] h4 {color:#000; padding:0; font-size:15px; font-weight:normal;}
	.staff #rightContent[title="Risk Control"] .riskCont {list-style:disc; margin:0 0 15px 15px;}
#footer p {color:#FFF;}
.home #footer #info{top:7px;}
.home #footer p {letter-spacing: 1px;}
.staff p {
	color:#000;
	font-size:10px;
	letter-spacing:1px;
	line-height:18px;
	margin:15px 0 15px;}

.staff #li {
	color:#000;
	font-size:13px;
	letter-spacing:1px;
	line-height:18px;}
.InvPhil #rightContent, .InvPhil #leftContent {width:350px; margin:20px 40px;}
/* .InvMand #rightContent {display:block; margin:40px 58px 0 0;padding:0;} */

.criteria #leftContent {margin-top:-2px;}
#criteriaH3PushDown {margin-top:31px;}

#riskControlH4Push {margin-top:30px; margin-bottom:0; .margin-top:70px;}


.dateRange {letter-spacing:0px;}
#mandatesH3PushDown {margin-top:15px;}
.riskCont {.margin-bottom:40px;}

.undln {text-decoration:underline;}