@charset "utf-8";
/* CSS Document */

/*general stuff ******************************************/

body {
	margin:0px;
	padding:0px;
	background:#9b9c9e;
}

h1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	margin: 20px 0 15px 0;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	margin: 30px 0 17px 10px;
	color:#007299;
	text-transform:uppercase;
}


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	line-height: 22px;
	margin: 0px 40px 25px 0;
}
p.about{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	line-height: 18px;
	margin: 0px 20px 25px 0;
}
p.manage{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	line-height: 18px;
	margin: 0px 20px 40px 0;
}
p.faq{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	line-height: 18px;
	margin: 30px 20px -10px 0;
}
p.careers{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	line-height: 18px;
	margin: 0px 20px 20px 0;
}
p.acqui{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	line-height: 18px;
	margin: 0px 20px 18px 0;
}
p.acqui2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #363636;
	line-height: 18px;
	margin: 0px 20px 13px 0;
}
p.acqui4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #363636;
	line-height: 18px;
	margin: 0px 20px 18px 0;
}
.acqui3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 18px;
	margin: 0px 20px 20px 0;
	color:#0084a9;
	font-weight:bold;
}
ul.acqui li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #363636;
	line-height: 23px;
	margin: 0px 0px 0px 0;
}

ul.acqui li .smaller{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	line-height:15px;
}

p.acqui .blue{
	color:#0084a9;
	font-weight:bold;
}
p.acqui2 .blue{
	color:#0084a9;
	font-weight:bold;
}

p .blue {
	color:#0084a9;
}




li .blue {
	color:#0084a9;
}

p.small {
	font-size: 12px;
	line-height: 15px;
	margin-right: 60px;
}
p.small a {
	color:#363636;
}
p.green a {
	color:#abc338;
	font-size: 12px;
	margin: -10px 0 0 10px; 
}
p.green2 a {
	color:#abc338;
	font-size: 12px;
	margin: -10px 0 0 5px; 
}
p.greenFAQ a {
	color:#abc338;
	font-size: 12px;
	margin: 30px 0 0 0px; 
}

a:link, a:visited{
	color:#333333;
	text-decoration:underline;
}
a:hover, a:active{
	color: #06F;
	text-decoration:none;
}


#pageCont {
	margin: 0 auto 22px auto;
	padding-bottom: 100px;
	width: 844px;
	background-image:url(img/page-bg.gif);
	background-repeat:repeat-y;
}
#mainCont {
	margin: 0 auto;
	width:793px;
	overflow:auto;
}


/*nav ******************************************/

#navCont{
	position:relative;
	z-index:300;
	}

#nav{
	position:relative;
	z-index: 2;
	padding: 0;
	margin: 0 0 0 26px;
	list-style: none;
	height: 30px;
	width: 792px;
}
#nav li{
	float:left;
	position:relative;
	padding:0;
	background-image:url(images/nav-divider.gif);
	background-repeat:no-repeat;
}
#nav li a{
	float:left;
	text-indent:-3000px;
	overflow:hidden;
	position:relative;
	border:0;
}

#nav a.home{
	height: 30px;
	width: 93px;
	background:url(img/nav-01-home.gif) no-repeat;
}
#nav a.about {
	height:30px;
	width: 106px;
	background:url(img/nav-02-about.gif) no-repeat;	
}

#nav a.manage{
	height:30px;
	width: 212px;
	background: url(img/nav-03-manage.gif) no-repeat;	
}
#nav a.invest {
	height:30px;
	width: 133px;
	background: url(img/nav-04-invest.gif) no-repeat;	
}
#nav a.communities {
	height:30px;
	width: 94px;
	background: url(img/nav-05-commun.gif) no-repeat;	
}
#nav a.news {
	height:30px;
	width: 117px;
	background: url(img/nav-06-news.gif) no-repeat;	
}
#nav a.careers {
	height:30px;
	width: 101px;
	background: url(img/nav-07-careers.gif) no-repeat;	
}
#nav a.contact {
	height:30px;
	width: 147px;
	background: url(img/nav-08-contact.gif) no-repeat;	
}


/*main nav items active and hover states*/
#nav li a:hover {
background-position:0 50%;
}



/*main nav page states*/
body#home-page #nav li a.home{
	background-position: 0 bottom;
}
body#about-page #nav li a.about{
	background-position: 0 bottom;
}
body#manage-page #nav li a.manage{
	background-position: 0 bottom;
}
body#invest-page #nav li a.invest{
	background-position: 0 bottom;
}
body#communities-page #nav li a.communities{
	background-position: 0 bottom;
}
body#news-page #nav li a.news{
	background-position: 0 bottom;
}
body#careers-page #nav li a.careers{
	background-position: 0 bottom;
}
body#contact-page #nav li a.contact{
	background-position: 0 bottom;
}



/*sub nav dropdown items*/

#nav li:hover div,
#nav li.hover div{
	display:block;
	position:absolute;
	top:30px;
	left:10px;
	z-index:100;
	padding: 0;
	margin: 0;
}



#nav div#subAbout ul{
	list-style:none;
	margin:0;
	padding:0;
	width:260px;

}
#nav div#subInvest ul{
	list-style:none;
	margin:0;
	padding:0;
	width:370px;
}
#nav div#subCareer ul{
	list-style:none;
	margin:0 0 0 0px;
	padding:0;
	width:250px;
}

#subAbout, #subInvest, #subCareer{
	display:none;
}


#nav li #subAbout ul li#subMission a{
	float:left;
	background-image:url(img/subnav-02a.gif);
	background-repeat:no-repeat;
	text-indent:-3333px;
	height:27px;
	width: 74px;
	overflow:hidden;
}
#nav li #subAbout ul li#subTeam a{
	float:left;
	background-image:url(img/subnav-02b.gif);
	background-repeat:no-repeat;
	text-indent:-3333px;
	height:27px;
	width: 146px;
	overflow:hidden;
}
#nav li #subInvest ul li#subInvestments a{
	float:left;
	background-image:url(img/subnav-04a.gif);
	background-repeat:no-repeat;
	text-indent:-3333px;
	height:27px;
	width: 191px;
	overflow:hidden;
}
#nav li #subInvest ul li#subCriteria a{
	float:left;
	background-image:url(img/subnav-04b.gif);
	background-repeat:no-repeat;
	text-indent:-3333px;
	height:27px;
	width: 167px;
	overflow:hidden;
}
#nav li #subCareer ul li#subCareers a{
	float:left;
	background-image:url(img/subnav-07a.gif);
	background-repeat:no-repeat;
	text-indent:-3333px;
	height:27px;
	width: 126px;
	overflow:hidden;
}
#nav li #subCareer ul li#subPositions a{
	float:left;
	background-image:url(img/subnav-07b.gif);
	background-repeat:no-repeat;
	text-indent:-3333px;
	height:27px;
	width: 98px;
	overflow:hidden;
}

#nav li ul li a:hover{
	background-position: 0 bottom;
}


/*home ******************************************/

.homeLeft{
	margin:0;
	padding:0;
	float:left;
	width: 520px;
	_width: 510px;
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
	min-height:500px;  
	height:500px;/*Should have the same value as the min height above*/ 
	position:relative;
	z-index: 1;
}

.homeLeft p{
	margin-left: 32px;
}

.homeRight{
	float:left;
	width: 272px;
	overflow:hidden;
	background-image:url(img/home-news-bg.gif);
	background-repeat:no-repeat;
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
	min-height:500px;  
	height:500px;/*Should have the same value as the min height above*/  
}

.homeNews {
	margin: 75px 80px 15px 21px;
}

.homeNews p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #7d7d7d;
	line-height: 18px;
	margin: 0px; 
}
.homeNews p .small{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #363636;
	line-height: 18px;
	margin: 0px; 
}
.homeNews p .blue {
	font-weight:bold;
}


.homeNews42111
{
	TEXT-DECORATION: none;
	color: #FFFFFF;
	border: #FFFFFF;
MARGIN: 0px 0px 10px 0px;

}


.homeNews42111 P
{
    LINE-HEIGHT: 18px;
    MARGIN: 0px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #7d7d7d;
    FONT-SIZE: 11px
}
.homeNews42111 P .small
{
    LINE-HEIGHT: 18px;
    MARGIN: 0px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #363636;
    FONT-SIZE: 10px
}
.homeNews42111 P .blue
{
    FONT-WEIGHT: bold
}


#homeFooter{
	background-image:url(img/home-footer.gif);
	background-repeat:no-repeat;
	background-position: 26px 0;
	clear: both;
	width: 790px;
	height: 178px;
	position:relative;
	z-index: 0;
	top: -268px;
	margin: 0 auto -278px auto;
	*top: -280px;
	*margin: 0 auto -290px auto;
}


/*sub pages******************************************/

.subLeft{
	position:relative;
	overflow-x:hidden;
	z-index: 200;
	margin:0;
	padding:0;
	float:left;
	width: 500px;
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
	min-height:530px;  
	height:530px;/*Should have the same value as the min height above*/ 
}

.subLeft p{
	margin-left: 34px;
	
}

.subLeft ul.blue {
	color:#0084a9;
	size: 8px;
}

.subLeft li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	line-height: 18px;
	margin: 0px 10px 12px 10px;
}
.subLeft li.careers {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	line-height: 18px;
	margin: 0px 10px 12px 10px;
}
.subLeft li.blue {
	color:#0084a9;
}
.subLeft ul.greenB{
	background-image:url(img/green-square-bullet.gif);
	background-repeat:no-repeat;
	background-position:2px 6px;
	margin: 25px 0 0 10px;
}
.subLeft li.greenB{
	list-style:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #363636;
	line-height: 22px;
	margin: 0px 40px 25px -16px;
	*margin: 0px 40px 25px 16px;
}
.subRight{
	overflow-x:hidden;
	float:left;
	margin: 20px 0 0 5px;
	width: 282px;
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
	min-height:530px;  
	height:530px;/*Should have the same value as the min height above*/  
}
.subRightBox{
	overflow-x:hidden;
	width: 282px;
	border: 2px solid #c7d96f;
	height:auto !important;/*all browsers except ie6 will respect the !important flag*/  
	min-height:300px;  
	height:300px;/*Should have the same value as the min height above*/  
}
.subRightText {
	margin: 0 0 15px 10px;
}
.subRightText p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	line-height: 18px;
	margin: 45px 0 45px 0; 
}
.subRightText p.invest{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	line-height: 18px;
	margin: 60px 0 60px 0; 
}
.subRightText p.acqui{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	line-height: 18px;
	margin: 25px 0 25px 0; 
}
.subRightText p.acquiLinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #363636;
	line-height: 18px;
	margin: 25px 0 10px 0; 
}
.subRightText p.acquiLinks a{
	text-decoration:none; 
}
.subRightText li {
	margin: 0 10px 15px -25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #363636;
	line-height: 15px;
}
.subRightText li .small {
	font-size: 11px;
	line-height: 13px;
}

#subFooter{
	background-image:url(img/sub-footer.png);
	background-repeat:no-repeat;
	clear: both;
	width: 844px;
	height: 177px;
	position:relative;
	top: -268px;
	margin: 0 auto -278px auto;
	*top: -280px;
	*margin: 0 auto -290px auto;
}

/*our team******************************************/

.subLeftFull{
	margin:0;
	padding:0;
	clear:both;
	width: 785px;
	position:relative;
	z-index: 1;
}
.subLeftFull p{
	margin-left: 20px;
}
.subLeftFull li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7d7d7d;
	line-height: 15px;
	margin: 0px 40px 15px -5px;
}
.subLeftPic {
	margin: 10px 15px 0 20px;
	float:left;
}
#teamHead {
	margin: 10px 0 5px 0;
	text-indent: -3333px;
	width:660px;
	_width:640px;
	height: 30px;
	float:left;
}
#teamHead.Ed {
	background-image:url(img/team-head-ed.gif);
	background-repeat:no-repeat;
}
#teamHead.Sam {
	background-image:url(img/team-head-sam.gif);
	background-repeat:no-repeat;
}
#teamHead.Amy {
	background-image:url(img/team-head-amy.gif);
	background-repeat:no-repeat;
	width:645px;
	height:30px;
}
#teamHead.Sher {
	background-image:url(img/team-head-sher.gif);
	background-repeat:no-repeat;
	width:645px;
	height:30px;
}

.teamText {
	float:left;
	width: 640px;
}

.teamText p{
	font-size:13px;
	line-height: 18px;
	margin: 0px 40px 15px 15px;
}
.teamText p .blue{
	font-size:13px;
	line-height: 18px;
	font-weight:bold;
}

.teamText li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #7d7d7d;
	line-height: 15px;
	margin: 0px 40px 15px -5px;
}

/*footer******************************************/

#footerText{
	margin: 0 auto 78px auto;
	*margin: 0 auto 28px auto;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #363636;
}
#footerText a{
	color: #363636;
	text-decoration:none;
}

.footerTextLeft{
	float:left;
	margin: 10px 30px 0 30px;
	_margin: 10px 30px 0 40px;

}
.footerTextRight{
	float:right;
	margin: 10px 100px 0 0;
}
.footerTextRightHome{
	float:right;
	margin: 10px 200px 0 0;
}

#footerBar{
	margin: 0 auto 15px auto;
	padding: 0;
	background-color: #c6c8ca;
	height: 9px;
	width: 812px;
	clear: both;
	line-height:2px;
}

#footerUnder{
	margin: 0 auto 68px auto;
	*margin: 0 auto 18px auto;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	line-height: 22px;
}
	
#footerUnder a:link, #footerUnder a:visited{
	color: #363636;
	text-decoration:none;
}
#footerUnder a:hover, #footerUnder a:active{
	color: #fff;
	text-decoration:underline;
}

/*Career Stuff ******************************************/

#positionTableHead{
	width:90%;
	margin:10px 0 0 20px;
}
.footerTextRightHome{
	float:right;
	margin: 10px 135px 0 0;
}

#footerBar{
	margin: 0 auto 15px auto;
	padding: 0;
	background-color: #c6c8ca;
	height: 9px;
	width: 812px;
	clear: both;
	line-height:2px;
}

#footerUnder{
	margin: 0 auto 68px auto;
	*margin: 0 auto 18px auto;
	width: 790px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:center;
	line-height: 22px;
}
	
#footerUnder a:link, #footerUnder a:visited{
	color: #363636;
	text-decoration:none;
}
#footerUnder a:hover, #footerUnder a:active{
	color: #fff;
	text-decoration:underline;
}

/*misc crap ******************************************/

#header-spacer{
	margin:0;
	padding:0;
	width: 100px;
	background-image:url(img/header-spacer.gif);
	background-repeat:no-repeat;
}

