	html, body {
		margin: 0;
		padding: 0;
		font-family: arial, sans-serif;
		font-size: 12px;
		background: #fff url(images_nav/background.gif) repeat-y center top; 
		height: 100%;
	}

	body {
		text-align: center;
	}

	
	p {
		margin: 0;
		padding: 0;
	}
	
	.space {
		line-height: 16px;
	}

	.spaceAfter {
		line-height: 16px;
		margin-bottom: 12px;
	}
	
	.spaceAfterTight {
		line-height: 16px;
		margin-bottom: 6px;
	}
	
	.ruleAbove {
		line-height: 16px;
		padding-top: 12px;
		margin-bottom: 12px;
		border-top: 1px solid #ccc;
	}

	.title {
		font-family: georgia, times, serif;
		font-size: 18px;
		margin-bottom: 14px;
	}
	
	.titleHistory {
		font-family: georgia, times, serif;
		font-size: 18px;
		margin-bottom: 6px;
		text-align: right;
		color: #DE8B2E;
	}

	.titleNospace {
		font-family: georgia, times, serif;
		font-size: 18px;
		margin-bottom: 2px;
	}

	#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;

		min-height: 100%;
		height: auto !important;
		height: 100%;
		
		width: 720px;
		margin: 0 auto;
		padding: 0;
		background: #fff url(images_nav/background.gif) repeat-y center top; 
		text-align: left;

		display: table;

	}
	
	#frameworkFix {
		position: relative;
		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 {
	z-index: 1000;
	position: relative;
	width: 700px;
	height: 35px;
	margin: 0;
	margin-left: 10px;
	padding: 0;
	list-style: none;
	line-height: 14px;
	background: #DE8B2E;
	border-bottom: 1px solid #FFFFFF;
	}

	/* */
	
	/* IE Mac hack above */

	

#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 {
	display: block;
	width: 60px;
	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; 
	}

	/* */
	
	/* IE Mac hack above */



	#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 { 
	position: absolute;
	width: 120px;
	left: -999em; 
	}
	/* */
	
	/* IE Mac hack above */



	#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 li {
	float: none;
	display: inline;
	width: 120px;
	padding: 0;
	margin: 0;
	text-align: left;
	}
	
		#navLinks li ul li a {
		width: 120px;
	}

	
	
	/* */
	
	/* IE Mac hack above */

	
#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#news #newsMenu #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#news #newsMenu #highlight:active, body#news #newsMenu #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 {
		clear: both;
		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: center; */
		text-align: left;
		}

	.contentLeftArea img {
/*		margin-bottom: 5px; */
	}


	.center {
		text-align: center;
	}
		
	.padded {
/*		padding-bottom: 16px; */
		margin-bottom: 16px;
		}
	
	.contentRight {
		width: 494px;
		float: right;
		margin: 0;
		padding: 0;
		text-align: left;
		}
	
	.contentRightArea {
		margin: 0px 10px 30px 0px;
		padding: 0px 18px;
		}
		
	.nospace {
		margin-bottom: 0;
	}
	
	.contentRightArea fieldset {
		padding: 5px;
		margin-bottom: 10px;
	}
	
	.contentRightArea legend {
		margin-bottom: 10px;
		color: #000;
		font-weight: bold;
	}

	.contentRightArea input {
		/* display: block; */
		width: 300px;
		float: left;
		margin-bottom: 5px;
	}
	
	.contentRightArea p input {
		display: inline;
		float: none;
		margin: 0;
		width: auto;
	}
	
	.contentRightArea label {
		/* display: block; */
		float: left;
		width: 100px;
		margin-bottom: 5px;
		padding-right: 5px;
		text-align: left;
	}
	
	.contentRightArea select {
		/* display: block; */
		float: left;
		width: 40px;
		margin-bottom: 5px;
	}
	
	.contentRightArea br {
		clear: left;
	}
	
	.contentRightArea .short {
		width: 150px;
	}


	
	#textIndexRight {
		text-align: left;
		font-family: georgia, serif;
		font-size: 20px;
		line-height: 24px;
		margin-bottom: 12px; /* 070815 */
		}

ul.spaceAfter {
	margin: 0 0 12px 0;
	padding: 0;
	list-style: none;
}

ul.spaceAfter li {

}