#heading {
	background: #DEE1E4; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E6E9EC', endColorstr='#CBD5DE'); /* for IE */
	background: -moz-linear-gradient(center top , #E6E9EC, #CBD5DE) repeat scroll 0 0 transparent;
	background: -webkit-gradient(linear,left top, left bottom, from(#E6E9EC), to(#CBD5DE)); /* for webkit browsers */
    border-bottom: 1px solid #B1B6BA;
}

#heading h1 span{
	color: #7b91a8;
	font-weight: bold;
}

#intro{
	margin: 25px 0;
	font-family:sans-serif;
	font-size:17px;
	color: #858585;
/*	padding-right: 110px;*/
	line-height:24px;
}

#content #col_1 {
	background-color:#FFFFFF;
	float:left;
	margin-right:18px;
	padding-right:10px;
	width:458px;
}

#content #col_2 {
	float:left;
	width:330px;
	background-color:#FFFFFF;
	margin-bottom:20px;
}

#content #col_1 p {
	font-family:'Lucida Grande',Arial,'Lucida Sans','DejaVu Sans Condensed',sans-serif;
	font-size:16px;
	line-height:20px;
	color:rgb(133,133,133);
}

#col_2 p {
	float:left;
	font-family:'Lucida Grande',Arial,'Lucida Sans','DejaVu Sans Condensed',sans-serif;
	font-size:12px;
	margin:4px 0 6px;
	text-transform:uppercase;
}

#col_2 p span {
	clear:left;
	float:left;
	font-family:Georgia,Times New Roman,serif;
	font-style:italic;
	text-transform:none;
}

.investor_left {
	float:left;
	margin-right:15px;
	width:185px;
}

.investor_left img {
	clear:left;
	float:left;
	margin-bottom:8px;
	margin-right:6px;
}

.investor_left a {
	color:#333333;
	text-decoration:underline;
}

.investor_left a:hover {
	text-decoration:none;
}

.investor_right {
	float:left;
	width:130px;
}

.investor_right img {
	clear:right;
	margin-left:4px;
	margin-top:-4px;
	position:relative;
	top:3px;
}

.team_member {
cursor:pointer;
}

#tooltip{
position:absolute;
font-family:'Lucida Grande',Arial,'Lucida Sans','DejaVu Sans Condensed',sans-serif;
font-size:11px;
width:300px;
border:4px solid #DADDE3;
padding:8px;
background-color:#fff;
visibility:hidden;
z-index:100;
}

.float_right {
	float: right;
}
