@charset "UTF-8";
/* CSS Document */

* {margin:0; padding:0}
img {border:none;}

.clear {clear:both;}
.center {text-align:center}
.i {font-style:italic;}

body {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:12px;
	color:#3d3d3d;
}

div#wrapper {
	margin:0 auto;
	width:900px;
}

div#container {
	border:1px solid #000;
	background: url(../images/tree.gif) top right no-repeat;
	margin-top:10px;
}

div#header {
}

div#logo {
	margin:40px 0 35px 24px;
}

div#nav {
	height:31px;
}

div#nav ul {
	list-style:none;
}

div#nav ul li {
	float:left;
}

div#nav a {
	display:block;
}

div#nav a span {
	display:none;
}

div#nav a#navAbout {
	width:148px;
	height:31px;
	background: url(../images/navAbout.gif) no-repeat 0 0;
}
div#nav a#navAbout:hover {
	background-position: 0 -31px;
}

div#nav a#navTeam {
	width:150px;
	height:31px;
	background: url(../images/navTeam.gif) no-repeat 0 0;
}
div#nav a#navTeam:hover {
	background-position: 0 -31px;
}

div#nav a#navPortfolio {
	width:150px;
	height:31px;
	background: url(../images/navPortfolio.gif) no-repeat 0 0;
}
div#nav a#navPortfolio:hover {
	background-position: 0 -31px;
}

div#nav a#navNews {
	width:150px;
	height:31px;
	background: url(../images/navNews.gif) no-repeat 0 0;
}
div#nav a#navNews:hover {
	background-position: 0 -31px;
}

div#nav a#navInvestors {
	width:150px;
	height:31px;
	background: url(../images/navInvestors.gif) no-repeat 0 0;
}
div#nav a#navInvestors:hover {
	background-position: 0 -31px;
}

div#nav a#navContact {
	width:150px;
	height:31px;
	background: url(../images/navContact.gif) no-repeat 0 0;
}
div#nav a#navContact:hover {
	background-position: 0 -31px;
}

body#about a#navAbout, body#team a#navTeam, body#portfolio a#navPortfolio, body#news a#navNews, body#investors a#navInvestors, body#contact a#navContact {
	background-position: 0 -31px;
}

div#main {
	margin:45px 0 30px 0;
}

div#main h1 {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:17px;
	font-weight:normal;
	color:#eb2e3b;
	text-transform:uppercase;
	margin: 0 0 18px 0;
}

div#main h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:normal;
	color:#eb2e3b;
	text-transform:uppercase;
	margin: 0 0 10px 0;
}

div#main h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#eb2e3b;
	text-transform:uppercase;
	margin:0 0 10px 0;
}

div#sidebar {
	width:175px;
	float:left;
	margin:0 0 0 24px;
	padding:28px 0 0 0;
}

div#sidebar ul.news {
	list-style:none;
	width:145px;
	font-family:Arial, Helvetica, sans-serif;
}

div#sidebar ul.news li {
	margin-bottom:15px;
	line-height:18px;
}

div#sidebar ul.news li span {
	font-weight:bold;
}

div#sidebar ul.news li a {
	text-decoration:none;
	color:#3d3d3d;
}

div#sidebar ul.news li a:hover {
	color:#eb2e3b;
}

div#sidebar ul#subnav {
	list-style:none;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#333333;
}

div#sidebar ul#subnav li {
	line-height:16px;
	margin-bottom:8px;
}

div#sidebar ul#subnav li a {
	color:#333333;
	text-decoration:none;
	text-transform:uppercase;
	padding:5px 0 5px 10px;
	width:140px;
	display:block;
}

div#sidebar ul#subnav li a:hover {
	background-color:#dfdede;
}

body.team-general a#team-general, body.team-venture a#team-venture, body.team-associate-venture a#team-associate-venture, body.team-administration a#team-administration, body.team-strategic a#team-strategic,
body.portfolio-current a#portfolio-current, body.portfolio-exits a#portfolio-exits {
	background-color:#dfdede;
}

div#content-wrapper {
	float:left;
	width:651px;
	border-left:1px solid #000;
	padding:22px 0 22px 24px;
}

div#content {
	float:left;
}

div.prop {
	height:430px;
	float:right;
	width:1px;
}

body#team div.prop {
	height:300px;
}

div#content p.intro {
	font-size:17px;
	width:620px;
	margin: 0 0 40px 0;
	line-height:34px;
	float:left;
}

div#content div#current-portfolio {
	height:132px;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	width:625px;
	float:left;
}

div#content div#current-portfolio ul {
	list-style:none;
	margin-top:14px;
}

div#content div#current-portfolio ul li {
	float:left;
	border-right:1px solid #000;
	width:185px;
	text-align:center;
}

div#content div#current-portfolio ul li.first {
	width:144px;
	text-align:left;
}

div#content div#current-portfolio ul li.last {
	border:none;
	width:108px;
	text-align:right;
}

div#content div#current-portfolio ul li.last img {
	margin-right:8px;
}

div#content .title {
	font-weight:bold;
}

div#content .company {
	font-weight:bold;
	text-transform:uppercase;
}

div#content p {
	margin:15px 0;
	line-height:22px;
	width:600px;
}

body.funds div#content p {
	width:auto;
}

div#content a {
	text-decoration:none;
	color:#3d3d3d;
}

div#content a:hover {
	color:#eb2e3b;
}

div#content div.rule {
	width:600px;
	border-bottom:1px solid #000;
	height:1px;
}

table#news-table {
	width:600px;
}

table#news-table td {
	vertical-align:top;
}

table#news-table td.image {
	width:140px;
}

table#news-table td.break {
	height:20px;
}

table#news-table td p {
	line-height:normal;
	margin:0 0 10px 0;
	width:auto;
}

table#portfolio-table {
	width:600px;
}

table#portfolio-table td {
	vertical-align:top;
}

table#portfolio-table td.image {
	width:180px;
}

table#portfolio-table td.break {
	height:20px;
	border-top:1px solid #000;
}

table#portfolio-table td p {
	line-height:normal;
	margin:0 0 10px 0;
	width:auto;
}

ol {
	margin-left:20px;
	width:600px;
}

div#footer {
	margin:12px 0 20px 24px;
	font-family:Arial, Helvetica, sans-serif;
}

div#footer ul {
	list-style:none;
	margin: 0 0 12px 0;
}

div#footer ul li {
	display:inline;
}

div#footer ul li.bar {
	margin: 0 5px;
	color:#333333;
}

div#footer ul li a {
	color:#333333;
	text-decoration:none;
}

div#footer ul li a:hover {
	text-decoration:underline;
}

div#footer span#copy {
	color:#7c7c7c;
}