/* General
*******************************************************************************/

* {
	list-style:square url(images/bullet.gif);
	list-style-image:url(images/bullet.gif);
	margin: 0;
	padding: 0;
}
body {
	background:#008CD0;
	background-repeat:repeat-xy; 
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	min-width: 710px;
	position: relative;
	height:100%;
}
html,body{
height:100%;
}

a {
	text-decoration: none;
}

#sidebar a:hover{  
	background:url(images/menu_bullet.gif) left no-repeat;
	padding-left:15px;
	margin-left:2px;
	font-weight:bold;
}

#main-content a, 
#footer a {
	border-bottom: 1px solid #8BCBEA;
	color: #219BD6;
	padding: 1px;
}
#main-content a:hover,
#footer a:hover {
	border-bottom: 1px solid #8BCBEA;
	color: #8BCBEA;
}
h1, h2, h3, h4, p, {
	font-size: 1em;
	margin: 1em 0;
}
hr {
	display: none;
}
img {
	border: none;
}
.access {
	position: absolute;
	left: -9999px;
}



/* Layout
*******************************************************************************/

#main {
	margin: 0;
	padding: 0;
	float:left;
	position: relative;
	margin:0;
	height:100%;

}

#main-inner {
	margin: 0px;
	padding: 1px;
	position: relative;
		height:100%;
}

#content {
    background:#008CD0 url(images/bg.gif) bottom right no-repeat;
	float: left;
	width: 100%;
	padding:0;
	height:100%;
}
#main-content {
	float: right;
	margin: 0 0 0 -196px;
	padding: 0;
	width: 100%;
	height:100%;
}
#main-content-inner {
background:#fff;
	margin: 0 0 0 125px;
	min-height: 450px;
	width:640px;
	border-right:1px solid #fff;
	height:100%;
}

#sidebar {
background:#008CD0 url(images/lfbg.gif) repeat-x;
	color: #fff;
	float: left;
	font-size: .9em;
	width: 125px;
	min-height:600px;
}

div#sidebar{
height:100%;
}

#left-logo{
	background:url(images/lflogo.gif) bottom right no-repeat;
	margin-right:30px;
	widdth:56px;
	margin-bottom:0px;
	height:218px;
	display:block;

	}


/* Footer
*******************************************************************************/
#footer {
background:#fff;
padding:10px 0px 10px 0px;
width:600px;
margin-left:15px;
margin-top:10px;
border-top:1px solid #ccc;
text-align:center;
float:left;
display:block;
}

html>body #footer {
position:relative;
bottom:10px;
}

#footer ul#contactOptions {
padding:0;
margin:0;
}

#footer ul#contactOptions li {
display:inline;
font-weight:bold;
margin-left:10px;
padding-left:25px;
font-size:10px;
color:#008CD0;
}

#footer ul#contactOptions #phone {
background:url(images/phoneIcn.gif) left no-repeat;
padding-left:20px;
}

#footer ul#contactOptions #fax {
background:url(images/faxIcn.gif) left no-repeat;
}


#footer ul#contactOptions #email {
background:url(images/emailIcn.gif) left no-repeat;
margin-right:10px;
}


/* Content
*******************************************************************************/
h1{
background:#fff;
text-align:left;
padding:0;
margin:0;
}

h2 {
	background:#fff url(images/h4bg.gif) bottom left no-repeat;
	color:#008CD0;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:1.6em;
	font-weight:bold;
	min-height:31px;
	line-height:31px;
	text-align:left;
	margin:5px 10px 0 15px;
	padding:0 0 5px 0;

}
h3 {
    color:#008CD0;
	font-size:11px;
	font-weight:bold;
	padding:0px;
	margin-bottom:0px;
	margin-left:15px;
}

h4 {
    color: #fff;
	font: bold 1.1em Arial, Helvetica, sans-serif;
	margin-left:20px;
	padding:0;
}

#main-content-inner .blurb{
text-align:center;
margin:15px 0 0 40px;
}
	
#main-content p,
#main-content ul {
	line-height: 1.5em;
	margin: 1em 15px;
    color: #000;
}

#main-content ul ul {
	margin: 0 15px;
}

.thumbnail {
background:#fff;
display:inline;
float:right;
margin:15px 20px 11px 11px;
padding:0px;
border:1px solid #000;
}

.venture-logos,
.press-logos{
margin:3px 5px 15px 25px;
padding:2px;
width:198px;
text-align:left;
float:left;

}

.peopleThumbnail{
display:inline;
float:left;
margin:3px 11px 15px 20px;
padding:2px;

}
#venture,
#press{
display:block;
float:left;
margin-bottom:10px;
width:630px;

}
#venture p,
#press p{
margin-top:10px;
text-align:justify;
color:#333;
float:left;
display:inline;
}

.venture-text,
.press-text{
float:right;
display:inline;
width:368px;
margin:0;
}

#people p,{
margin-top:20px;
text-align:justify;
color:#333;
}

#people{
display:block;
float:left;
margin-bottom:10px;
}


/* Sidebar content
*******************************************************************************/
#sidebar #menu ul {
	margin:70px 0px 20px 7px;
}
#menu li {
	list-style:none;
	background:url(images/menubg.gif) right no-repeat;
	margin:0;
	padding: 5px 0px 5px 7px;
}

#menu a {
	color: #fff;
	padding-left:15px;
	font-size:11px;
}


/* Home
*******************************************************************************/
#body {
	float: left;
	width: 100%;
	background:#fff;
}
#body p {
	margin-left:25px;
	margin-right:20px;
	display:relative;
	padding:0px;
	text-align:justify;

}

#main-content-inner li{
	line-height: 1.7em;
	padding: 0px 10px 2px 5px;
	margin-left:45px;
}