	body {
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: arial, sans-serif;
		font-size: 12px;
		background: #99928C;
	}
	
	p {
		margin: 0;
		padding: 0;
	}
	
	.space {
		line-height: 16px;
	}

	.spaceAfter {
		line-height: 16px;
		margin-bottom: 12px;
	}
	
	.spaceAfterTight {
		line-height: 16px;
		margin-bottom: 6px;
	}

	.title {
		font-family: georgia, times, serif;
		font-size: 18px;
		margin-bottom: 14px;
	}
	
	#caseStudy {
		border: 0;
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		line-height: 16px;
		text-align: left;
	}

	#caseStudy td {
		border: 0;
		margin: 0px;
		padding: 0px 0px 0px 0px;
	}

	#caseStudy td.right{
		border: 0;
		margin: 0px;
		padding: 0px 0px 0px 20px;
	}
		
	a
	{
	text-decoration:underline;
	}
	
	a:link
	{
	color:#DE8B2E;
	}
	
	a:visited
	{
	color:#DE8B2E;
	}
	
	a:active
	{
	color:#DE8B2E;
	}
	
	a:hover
	{
	text-decoration:underline;
	background: #F0CF9A;
	}

	
	#framework {
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
		background: url(images_nav/background.gif) repeat-y;
		text-align: left;
		}
		
	#frameworkLeft {
		float: left;
		left: 0px;
		width: 10px;
		background: #99928C url(images_nav/background_left.gif) repeat-y 50% 0;
	}

	#frameworkRight {
		float: right;
		left: 710px;
		width: 10px;
		background: #99928C url(images_nav/background_right.gif) repeat-y 50% 0;
	}
	
	#logoStack {
		width: 720px;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
		
	#navBar {
		width: 700px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		background: #CC0000;
		border-bottom: 1px solid #cccccc;
	}
	
	#navBar700 {
		float: left;
		display: inline;
		width: 700px;
		margin: 0 0 0 10px;
		padding: 0 0 0 0;
		text-align: center;
		background: #DE8B2E;
		border-bottom: 1px solid #cccccc;
	}
	
	#navLinksBox {
	float: none; 
	width: auto; 
	background: #DE8B2E;
	}

	.navLinksBox {
	float: none; 
	width: auto; 
	background: #DE8B2E;
	}	
	
	.navLinksBoxAll {
	border-bottom: 1px solid #CCCCCC; /* AB border around lists */
	}

	#navLinks {
		z-index: 1000;
		position: relative;
		width: 700px;
		height: 21px; /* AB remember to change height if text changes */
		margin: 0;
		margin-left: 10px;
		padding: 0;
		list-style: none;
		line-height: 14px;
		background: #DE8B2E;
		border-bottom: 1px solid #FFFFFF; /* AB border around lists */
	}

#navLinks ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	text-align: left;
}

#navLinks a {
	display: block;
	width: auto;
	margin: 0;
	padding: 2px 8px 3px 8px;
	font-weight: bold;
	text-decoration: none;
	line-height: 14px;
	font-size: 11px;
	color: #000;
	background: #DE8B2E;
	border: 1px solid #DE8B2E; 
}

	#navLinks a.active, #navLinks a:hover {
	color: #000;
	background: #F0CF9A;
	border: 1px solid #CCCCCC; /* AB border around lists */
}

.first {
	margin-left: 10px;
}

#navLinks li { /* all list items */
	text-align: left;
	display: inline;
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#navLinks li ul { /* second-level lists */
	position: absolute;
	width: auto;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

	#navLinks li ul li { /* AB need to spec this level since list widths are auto - now menus will stack */
	float: none;
	display: inline;
	padding: 0;
	margin: 0;
	text-align: left;
	}

#navLinks li ul ul { /* third-and-above-level lists */
	left: auto;
	position: absolute;
	margin: -1.5em 0 0 10em;
	width: 120px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
}

#navLinks li:hover ul ul, #navLinks li.sfhover ul ul {
	left: -999em;
}

#navLinks li:hover ul, #navLinks li li:hover ul, #navLinks li.sfhover ul, #navLinks li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
	background: #DE8B2E;
}

body#history #historyMenu #highlight, 
body#investment #investmentMenu #highlight, 
body#portfolio #portfolioMenu #highlight, 
body#team #teamMenu #highlight, 
body#case #caseMenu #highlight, 
body#contact #contactMenu #highlight 
{
	background: #FFE6BE;
	border-left: 1px solid #FFE6BE; /* AB border around lists */
	border-right: 1px solid #FFE6BE; /* AB border around lists */
	border-top: 1px solid #FFE6BE; /* AB border around lists */
	border-bottom: 1px solid #FFE6BE; /* AB border around lists */
}

body#history #historyMenu #highlight:active, body#history #historyMenu #highlight:hover, 
body#investment #investmentMenu #highlight:active, body#investment #investmentMenu #highlight:hover, 
body#portfolio #portfolioMenu #highlight:active, body#portfolio #portfolioMenu #highlight:hover, 
body#case #caseMenu #highlight:active, body#case #caseMenu #highlight:hover, 
body#team #teamMenu #highlight:hover, 
body#contact #contactMenu #highlight:active, body#contact #contactMenu #highlight:hover 
{
	border: 1px solid #CCCCCC; /* AB border around lists */
}



	.contentSpacer {
		clear: both;
		width: 720px;
		height: 25px;
/*		text-align: center; */
		}

	.contentSpacerShort {
		display: block;
		width: 720px;
		clear: both;
		height: 25px;
/*		text-align: center; */
		}

	.contentSpacerWhite {
		clear: both;
		width: 700px;
		height: 25px;
		margin: 0px 0px 0px 10px;
/*		text-align: center; */
		background: #FFFFFF;
		}

	.contentLeft {
		width: 224px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: left;
		}
		
	.contentLeftArea {
		margin: 0px 0px 0px 10px;
		padding: 0px 18px;
		text-align: left;
		}

	.contentLeftArea img {
/*		margin-bottom: 5px; */
	}


	.center {
		text-align: center;
	}
		
	.padded {
/*		padding-bottom: 16px; */
		margin-bottom: 16px;
		}
	
	.nospace {
		margin-bottom: 0;
	}
	

	.contentRight { /* AB size tweaked down for PC IE printing */
		width: 444px;
/*		float: right; */
		float: left;
		margin: 0;
		padding: 0;
		text-align: left;
		}
	
	.contentRightArea {
		margin: 0px 10px 0px 0px;
		padding: 0px 18px;
		}
	
	#textIndexRight {
		text-align: left;
		font-family: georgia, serif;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 12px; /* 070815 */
		}


