/*
Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.1
*/
/* base.css, part of YUI's CSS Foundation */
#doc {
	width: 960px;
	margin: 0 auto;
}
#yui-main {
	width: 960px;
}
h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	/*margin:1em;*/
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	/*margin-left:2em;*/
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: disc outside;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
	/*border:1px solid #000;*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
	line-height:1.4;
}
/* setting a consistent width, 160px; 
   control of type=file still not possible */
input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}
.menu {
	width:180px;
	margin-top:115px;
}
.yui-b {
	width:180px;
	margin-top:10px;
}
.menu a {
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
	display: block;
	width: 100%;
	line-height: 24px;
	text-align: right;
}
.menu li {
	float: left;
	width:175px;
	padding-right: 5px;
	list-style:none;
}

.vision_tab {
	background-color: #135786;
}
.vision_tab a:hover {
	background-color: #1b608f;
}
.who_is_tab {
	background-color: #19679d;
}
.who_is_tab a:hover {
	background-color: #216fa6;
}
.ventures_tab {
	background-color: #2274ac;
}
.ventures_tab a:hover {
	background-color: #2a7db5;
}
.gd_tab {
	background-color: #2c81ba;
}
.gd_tab a:hover {
	background-color: #368ac3;
}
.ideas_tab {
	background-color: #3a8ec6;
}
.ideas_tab a:hover {
	background-color: #4497ce;
}
.patents_tab {
	background-color: #489bd2;
}
.patents_tab a:hover {
	background-color: #53a4d9;
}
.awards_tab {
	background-color: #5aaadf;
}
.awards_tab a:hover {
	background-color: #66b2e4;
}
.events_tab {
	background-color: #63b1e3;
}
.events_tab a:hover {
	background-color: #6eb9ea;
}
/*
.press_tab {
	background-color: #6eb9ea;
}
.press_tab:hover {
	background-color: #7ac2f0;
}
.contact_tab {
	background-color: #81c7f4;
}
.contact_tab:hover {
	background-color: #8dcef7;
}
*/
.contact_tab {
	background-color: #6eb9ea;
}
.contact_tab a:hover {
	background-color: #7ac2f0;
}
.header {
	height:67px;
	border-bottom: 1px solid #e0e8ec;
	background-color:#FFFFFF;
	position: relative;
}
.tagline {
	color: #27556a;
	padding-top: 27px;
	height:40px;
	padding-left: 102px;
	_padding-left: 82px;
	margin: 0;
	float: left;
}
.social {
	color: #27556a;
	position: absolute;
	top: 28px;
	right: 20px;
	font-size: 11px;
}
.social img {
	vertical-align: bottom;
}
body {
	background-image:url(images/background.gif);
	background-repeat:repeat-x;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.title {
	padding-left: 20px;
	margin-top: 20px;
	font-size:22px;
	color: #3984a3;
	float:left;
	width:160px;
	
}
td.title {
	font-size:22px;
	color: #3984a3;
	margin: 0;
	width: auto;
	float: none;
}
.quotes {
	float: right;
	width:500px;
	margin-right: 20px;
	margin-top: 25px;
}
.quotes p {
	font-size:12px;
	font-style:italic;
	color:#81a7b7; 
}
.holder {
	background-color: white;
}
.mainlist {
	display:block;
	margin-left: 20px;
	margin-top: 30px;
	font-size: 12px;
}
.mainlist li {
	margin-bottom: 5px;
	border-bottom: solid 1px #e0e8ec;
	padding-bottom: 5px;
	margin-right: 40px;
	list-style:none;
}
.mainlist ol li {
	margin-bottom: 5px;
	/*border-bottom: solid 1px #e0e8ec;*/
	border:none !important;
	padding-bottom: 5px;
	margin-right: 40px;
	margin-left: 20px;
	list-style:decimal!important;
}
.mainlist ul {
	margin-top: 20px;
	margin-bottom: 10px;
}
.mainlist ol {
	margin-top: 20px;
	margin-bottom: 10px;
}
.mainlist a {
	text-decoration:none;
	font-size: 12px;
	color:#3984a3;
}
.mainlist a:hover {
	text-decoration:underline;
	font-size: 12px;

}
.mainlist img {
	/*display:block;*/
}
.mainlist p {
	margin-top: 5px;
	margin-bottom: 10px;
}
.baseTxt a:hover {
	color:#999999;
}
.last_list {
	border-bottom:none !important;
}
.article {
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 40px;
	font-size:12px;
}
.alex_pic {
	float:left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.article_title {
	font-size:16px;
	color: #3984a3;
	font-weight:bold;
	margin-bottom: 15px;
}
.article_signature {
	font-style:italic;
	margin-top: 20px;
}
.footer a {
	
	text-decoration: underline;
	color:#3984a3;
}
.team_title {
	font-style:italic;
	font-size:11px;
}
.footer p {
	font-size:11px;
}
.footer {
	margin-top: 40px;
	margin-bottom: 20px;
}
.venturesTable {
	/*margin-left: 10px;*/
	font-size:13px;
	margin-top: 20px;
}
.venturesTable h2 a {
	font-size:20px!important;
	color:#3984a3;
	text-decoration:none;
}
.press_txt {
	margin-right: 20px;
}
.contact {
	margin-bottom: 300px !important;
	margin-top: 30px !important;
}
.missed_o {
	list-style:inside;
}
.missed_o li {
	margin-bottom: 10px;
}
.failures p {
	margin-bottom: 10px;
}
.article h2 a {
	color:#3984A3;
	font-size:16px;
	font-weight:bold;
	margin-bottom: 10px;
}
h2 {
	margin-bottom: 20px;
}
.signature {
	color: #06273a !important;
}
