﻿html { 
overflow: scroll; 
}
.header {
	background-color: #bd9e80;
}
.main_frame_lr {
	padding: 20px 10px 20px 20px;
	vertical-align: top;
	border-left: 1px #e8dfd8 solid;
	border-right: 1px #e8dfd8 solid;	
}
.main_frame_r {
	padding: 20px 10px 20px 20px;
	vertical-align: top;
	border-right: 1px #e8dfd8 solid;	
}
.txt_right {
	text-align: right;
}
.txt_left {
	text-align: left;
}
.txt_center {
	text-align: center;
}
.txt_justify {
	text-align: justify;
}
.txt_bottom {
	vertical-align: bottom;
}
.bold {
	font-weight: bold;
	color: #808080;
}
.underline {
	text-decoration: underline;
}
.list1 {
	font-weight: bold;
}
.fill {
	background-color: #e8dfd8;
	vertical-align: top;
}
.name {
	font-weight: bolder;
	color: #808080;
	font-size: 10px;
}
.title {
	font-weight: bold;
	color: #808080;
	font-size: 10px;
}
.banner {
	vertical-align: bottom;
}
.mandatory {
	color: #FF0000;
	font-weight: bolder;
}
.footer {
	padding: 0 0 0 0;
}
ul .bottom_links {
	list-style: url('../images/arrow.gif');
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #808080;
	line-height: 18px;
}
body {
	font-family: Calibri;
}
h1 {
	color: #96532c;
	font-size: 22px;
	text-transform: uppercase;
}
img {
	border-style: none;
}
table td {
	vertical-align: top;
}
#main_frame {
	color: #808080;
	font-size: 10px;
	font-family: Verdana;
}
#contact {
	padding: 5px 5px 5px 5px;
	color: #808080;
	font-size: 12px;
}
#nav {
	/*width: 182px;*/
	color: #FFF;
	text-decoration: none;
	text-indent: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
#nav UL {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav LI {
	background: url('../images/nav.jpg') top no-repeat;
	display: block;
	height: 41px;
	line-height: 41px;
	/*width: 182px;*/
}
#nav LI A {
	background: url('../images/nav.jpg') top no-repeat;
	display: block;
	height: 41px;
	line-height: 41px;
	/*width: 182px;*/
}
#home #nav li.index a, #about_us #nav li.about_us a, #investors #nav li.investors a, #structure #nav li.structure a, #qualifications #nav li.qualifications a, #ira #nav li.ira a, #distributions #nav li.distributions a, #relations #nav li.relations a, #compounding #nav li.compounding a, #strategies #nav li.strategies a, #acquisition_criteria #nav li.acquisition_criteria a, #acquisition_practices #nav li.acquisition_practices a, #path_of_progress #nav li.path_of_progress a, #value_plays #nav li.value_plays a, #market_opportunity #nav li.market_opportunity a, #why_multi_family #nav li.why_multi_family a, #emerging_markets #nav li.emerging_markets a, #market_cycles #nav li.market_cycles a, #team #nav li.team a, #research_methodologies #nav li.research_methodologies a, #contactus #nav li.contactus a {
	background: url('../images/nav_dark.jpg') top no-repeat;
}
#nav A:link, #nav A:visited, #nav A:active, #nav none {
	width: 182px;
	color: #FFF;
	text-decoration: none;
	text-indent: 15px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
#nav LI A:hover {
	background: url('../images/nav_dark.jpg') top no-repeat;
	width: 182px;
	color: #FFF;
	text-decoration: none;
}
a:link {
	color: #735921;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #735921;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #735921;
	text-decoration: underline;
	font-weight: bold;
}