	body {
		margin: 0;
		padding: 0;
		text-align: center;
		font-family: arial, sans-serif;
		font-size: 12px;
		background: #FFFFFF;
	}
	
	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:none;
	}
	
	a:link
	{
	color:#2b5eae;
	text-decoration: underline;
	}
	
	a:visited
	{
	color:#2b5eae;
	text-decoration: underline;
	}
	
	a:active
	{
	color:#2b5eae;
	text-decoration: underline;
	}
	
	a:hover

	{
	background: #fff;
	text-decoration: none;
	color: #aab732;
	text-decoration: none;
	}

	
	#framework {
		position: relative;
		width: 830px;
		margin: 0 auto;
		padding: 0;
		background: url(images_nav/background800.gif) repeat-y;
		text-align: left;
		}
		
	#frameworkLeft {
		float: left;
		left: 0px;
		width: 10px;
		background: #A6CD2B url(images_nav/background_left.gif) repeat-y 50% 0;
	}

	#frameworkRight {
		float: right;
		left: 830px;
		width: 10px;
		background: #99928C url(images_nav/background_right.gif) repeat-y 50% 0;
	}
	
	#logoStack {
		width: 830px;
		margin: 0px;
		padding: 0px;
		text-align: center;
	}
		
	#navBar {
		width: 830px;
		margin: 0px;
		padding: 0px;
		text-align: center;
		background: #2B5EAE;;
		border-bottom: 1px solid #A6CD2B;;
	}
	
	#navBar700 {
		float: left;
		display: inline;
		width: 830px;
		margin: 0 0 0 10px;
		padding: 0 0 0 0;
		text-align: center;
		background: #2B5EAE;;
		border-bottom: 1px solid #2B5EAE;;
	}
	
	#navLinksBox {
	float: none; 
	width: auto; 
	background: #2B5EAE;;
	}

	.navLinksBox {
	float: none; 
	width: auto; 
	background: #2B5EAE;;
	}	
	
	.navLinksBoxAll {
	border-bottom: 1px solid #2B5EAE;; /* AB border around lists */
	}

	#navLinks {
		z-index: 1000;
		position: relative;
		width: 810px;
		height: 22px; /* AB remember to change height if text changes */
		margin: 0;
		margin-left: 10px;
		padding: 0;
		list-style: none;
		line-height: 14px;
		background: #2B5EAE;;
		border-bottom: 1px solid #2B5EAE; /* 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-left: 25px;
	padding: 2px 8px 3px 8px;
	font-weight: bold;
	text-decoration: none;
	line-height: 16px;
	font-size: 12px;
	color: #FFF;
	background: #2B5EAE;;
	border: 1px solid #2B5EAE;; 
}

	#navLinks a.active, #navLinks a:hover {
	background: #399BCC;;
	color: #FFFFFF;
	border: 1px solid #2B5EAE; /* 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: -2.0em 0 0 7em;
	width: 150px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
}

#navLinks li ul ul ul { /* third-and-above-level lists */
	left: auto;
	position: absolute;
	margin: -0.2em 0 0 4em;
	width: 120px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
}
#navLinks li ul ul ul ul { /* third-and-above-level lists */
	left: auto;
	position: absolute;
	margin: -0.2em 0 0 -0.25em;
	width: 120px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
}
#navLinks li ul ul ul ul ul { /* third-and-above-level lists */
	left: auto;
	position: absolute;
	margin: 0.5em 0 0 -0.2em;
	width: 200px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
}
#navLinks li ul ul ul ul ul ul { /* third-and-above-level lists */
	left: auto;
	position: absolute;
	margin: 0.05em 0 0 0.25em;
	width: 120px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
}
#navLinks li ul ul ul ul ul ul ul { /* third-and-above-level lists */
	left: auto;
	position: absolute;
	margin: -0.2em 0 0 0.25em;
	width: 120px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
}
#navLinks li ul ul ul ul ul ul ul ul { /* third-and-above-level lists */
	left: auto;
	position: absolute;
	margin: 0.2em 0 0 -0.1em;
	width: 120px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
}
#navLinks li ul ul ul ul ul ul ul ul ul { /* third-and-above-level lists */
	left: auto;
	position: absolute;
	margin: -0.1em 0 0 -0.1em;
	width: 120px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
}
#navLinks li ul ul ul ul ul ul ul ul ul ul { /* third-and-above-level lists */
	left: auto;
	position: absolute;
	margin: 0em 0 0 -0.1em;
	width: 120px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
}
#navLinks li ul ul ul ul ul ul ul ul ul ul ul { /* third-and-above-level lists */
	left: auto;
	position: absolute;
	margin: 0em 0 0 -0.1em;
	width: 190px; /* AB - spec width to work with ALL lists at this level - generate widths for other 3rd level lists as needed */
}
#navLinks li ul ul ul ul ul ul ul ul ul ul ul ul { /* third-and-above-level lists */
	left: auto;
	position: absolute;
	margin: 0em 0 0 -0.1em;
	width: 190px; /* 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: #2B5EAE;
}

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 #A6CD2B; /* AB border around lists */
	border-right: 1px solid #A6CD2B; /* AB border around lists */
	border-top: 1px solid #A6CD2B; /* AB border around lists */
	border-bottom: 1px solid #A6CD2B; /* 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: 830px;
		height: 25px;
		text-align: center;
		}

	#contentSpacerShort {
		clear: both;
		width: 830px;
		height: 1px;
		text-align: center;
		}

	#contentSpacerWhite {
		clear: both;
		width: 810px;
		height: 30px;
		margin: -15px 0px 0px 10px;
		text-align: center;
		background: #FFFFFF;
		}

	#contentHistory {
		clear: both;
		width: 810px;
		height: 240px;
		text-align: center;
		}

	#contentLeft {
		width: 244px;
		float: left;
		margin: 0;
		padding: 0;
		text-align: left;
		/*background: #00CC00;*/
		}
		
	#contentLeftArea {
		margin: 0px 0px 0px 10px;
		padding: 0px 18px;
		/*background: #CCCCCC;*/
		}

	#contentLeftAreaCenter {
		margin: 0px 0px 0px 10px;
		padding: 0px 18px;
		text-align: center;
		/*background: #CCCCCC;*/
		}

	#contentLeftAreaCenterPadded {
		margin: 0px 0px 12px 10px;
		padding: 0px 18px;
		text-align: center;
		/*background: #CCCCCC;*/
		}
	
	#contentRight {
		width: 555px;
		float: right;
		margin-left: 0px;
		padding-right: 10;
		text-align: left;
		/*background: #00CC00;*/
		}
	
	#contentRightArea {
		margin: 0px 10px 0px 0px;
		padding: 0px 18px;
		/*background: #0000CC;*/
		}
	
	#textIndexRight {
		tex-align: left;
		font-family: georgia, serif;
		font-size: 20px;
		line-height: 24px;
		}


        .shadow
        {
            position: relative; 
            display: block;
        }

        .infoArea
        {
            height: 5em;
        }
                
        .information
        {
            width: 449px;
            display: none;
            padding: 0;
            margin: 0;
            position: absolute;
            /*background: #CC0000;*/
        }
		
		
		#twitter_header {
		background: url(images/right2_twitter.jpg) no-repeat #fff;
		height: 60px;
		padding: 10px 10px;
		margin-bottom: 10px;
		margin-top: 0px;
	}