body, ul, li, a, h1, h2, h3, h4, h5, h6, span, img,td {
	margin: 0px;
	padding: 0px;
}
body{
	margin-top:1em;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#fff /*url(../images/body_bg.jpg) repeat-x*/;
}

td p{
	margin:3px;
}

a{
color:#4a5f1d;
}

#wrapper{
	margin:0 auto;
	width:970px;
	background-color:transparent;
}


#header{
	background-color: transparent;
}

#nav{
	background-color:#4a5f1d;
	width:954px;
	margin-bottom:0px;
}
#nav ul{
	float:right;
	background-color:#fff;
	padding-left:2px;
}
#nav li{
	float:left;
	list-style:none;
	margin:0 2px;
}
#nav li.last{
	margin-right:0;
	border-right:none;
}
#nav a{
	display:block !important;
	display:inline-block;
	padding:0px 10px;
	height:24px;
	background-color:#d6d6d6;
	line-height:24px;
	text-decoration:none;
	border-top:1px solid #EFEFEF;
	border-left:1px solid #EFEFEF;
	border-bottom:1px solid #999999;
	border-right:1px solid #999999;
	color:#5f564e;
	font-weight:bold;
	text-transform:lowercase;
}
#nav a:hover{
	color:#4a5f1d;
	background: #CAD5BF;
}
.hr{
	width:100%;
	border-top:1px solid #999;
	font-size:2px;
}

/*  Hilight Navigation    */
#team .team a,
#overview .overview a,
#contact .contact a,
#investments .investments a,
#lp .lp a,
#news .news a{
	color:#4a5f1d;
	background: #CAD5BF;
}

#contentWrapper{
	background: url(../images/body_shadow.png) repeat-y;	
	padding:0 8px;
}
#left{
	width:307px;
	float:left;
}
#content{
		width:562px; /*   647px  */
	padding:35px 30px 30px 55px;
	overflow:auto;
}




/*    TEAM STYLES      */

#team #content{
	padding:0 0 5px 0;
	width:647px;
}
#teamWrapper{
	padding:0 0 0px 3px;
}
#team .square{
	width:92px;
	height:92px;
	float:left;
}
#team .dkGreen{
	background:#4a5f1d;
}
#team .mediumGreen{
	background:#b1c890;
}
#team .lightGreen{
	background:#dfeed7;
}
#team .dkGrey{
	background:#5f564e;
}
/*       END TEAM STYLES            */



#left img{
	border-bottom:5px solid #fff;
}
div#content > p:first-child{
	margin-top:0;
	display:inline;
	padding:0;
}
#content h1{
	display:inline;
	color:#4a5f1d;
	font-size:1.5em;
	margin:0;
	padding:0;
}
#content h3, #content h2{
	color:#4a5f1d;
}
#content h3{
	margin-top:1em;
	text-transform:capitalize;
}
#content h2{
	margin-bottom:1em;
	font-size:1.5em;
	
}
#contact #content h2{
	margin-bottom:5px;
}
#content h4{
	color:#333333;
	margin-bottom:0;
	font-size:1.0833em;
}
#content p{
	line-height:1.5em;
}
#contact #content p{
	margin-bottom:2em;
	margin-top:0;
}
#content ul{
	margin:1em 0 1em 1.5em;
}
#content li{
	list-style:none;
	line-height:1.5em;
}
a img, #left a img{
	border:none;
}

#footer{
	width:970px;
	height:57px;
	background:url(../images/footer_shadow.png) no-repeat;
}	
#footer p{
	float:right;
	color:#fff;
	line-height:50px;
	font-size:9px;
	margin-right:15px;
}
#left ul{
	margin-right:20px;
	margin-top:0px;
	float:right;
	display:inline;
	padding:5px 0;
}
#left li{
	text-align:right;
	list-style:none;
	margin-bottom:.1em;
}
#left a{
	color:#4a5f1d;
	font-size:.9166em;
	font-weight:bold;
	text-decoration:none;
	margin:0;
	padding:0;
	line-height:17px;
}
#left a:hover{
	text-decoration:underline;
	color:#333;
	font-weight:bold;
}
#pics{
	width:954px;
	float:left;
}
#pics img{
	border-right:5px solid #fff;
	border-bottom:5px solid #fff;
	display:inline;
}
#pics img.last{
	border-right:none;
}
#home #footer{
	background-image:none;
	clear:both;
	text-align:left;
	margin-top:150px;
	margin-right:0;
	display:none;
}
#home p{
	width:550px;
}
#home #footer p{
	float:none;
	margin-left:230px;
}
.clearfloat{
	clear:left;
}
span.title{
	font-size:1.25em;
	font-weight:bold;
}
#home #homecontent{
	background: transparent url(../images/home_bg.png) no-repeat;	
	height:443px;
	width:970px;
	color:#fff;
	margin:0 auto;
	margin-top:20px;
}
#home #contentWrapper{
	margin-bottom:-20px;
}
#homecontent #copy{
	padding-top:30px;
	margin-left:318px;
	clear:left;
}
#home #footer{
	margin-bottom:15px;
	margin-right:15px;
}

#investments .key {
	font-weight: bold;
	text-align: right;
	padding-right: 10px;
	color:#4a5f1d;
	text-transform:capitalize;
}
#investments td{
	padding:0;
	margin:0;
}

#investments table{
	border:0;
	margin-top: 1.5em;
}

span.name{
	font-size:18px;
	color:#4a5f1d;
	font-weight:bold;
}

#left span.loginLabels {
	color: #5f564e;
	font-weight:bold;
	width:100px;
}
.logonfield{
	border:none;
	font-size:.9166em;
	width:145px;
	
}
#logon img{
	padding-left:5px;
}
#left form#logon{
	margin:20px 10px 0 0;
	position:relative;
	display:none;
}
#left .investmod{
	padding-bottom:10px;
	border-bottom:2px dotted #666666;
	margin:0 30px;
}
#left .noborder{
	border:none;
}

#content .right{
	width:300px;
	float:right;
	text-align:left;
	line-height:1.5em;
	padding-bottom:.5em;
}
#content .right h4{
	margin-bottom:.5em;
	line-height:1.5em;
}
#contact .location{
	margin-bottom:2em;
}
