@charset "UTF-8";
/********************************************************
 * Global
 ********************************************************/
body 
{
	margin: 0px;
	font-family: Trebuchet, Verdana, Helvetic, sans-serif;
	font-size:13px;
	background-color: #FFF;
	color: #333;
}

img
{
	border-style: none;
}

input[type='submit'], input[type='button']
{
	background-color: #ddd;
	border: 1px #999 outset;
}

input[type='submit']:active, input[type='button']:active
{
	border-style: inset;
}

input[type='text']
{
		border: 1px #a0a0a0 solid;
		height: 17px;
}

h1 
{
	margin:0;
	padding: 0;
	padding-bottom: 10px;
	color: #444;
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	letter-spacing: 2px;
	font-weight: normal;
}
h1 a 
{
	color: #444;
}
h1 a:hover 
{
	color: #666;
}

h2 
{
	color: #444;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: normal;
	margin: 0px;
	line-height: 20px;
}

h3 
{
	font-size: 12px;
}

a
{
	font-weight: normal;
	color: #393612;
	text-decoration: none;
}

a:hover
{
	color: #605B1B;
}

p 
{
	font-size:12px;
	color: #333;
	font-weight: normal;
	line-height: 16px;
}

ul 
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ol
{
	list-style-type: none;
}

li 
{
	margin: 0px;
	padding: 0px;
}
li.mainLink
{
	border-bottom:none;
	list-style-position:inside;
	list-style-image: url(images/link_arrow.gif);
	opacity: 1;
}

li.mainLink *
{
	*margin-left: 5px;
}

.cover:after
{
	content: '.';
	visibility: hidden;
	display: block;
	clear: both;
	height: 0;
}

.cover
{
	zoom: 1;
}

/********************************************************
 * Top Banner
 ********************************************************/
#topWrapper {
	margin: 0 auto;
	width: 950px;
}

/********************************************************
 * Main Left Nav 
 ********************************************************/

#mainMenu {
	line-height:28px;
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
}
#mainMenu ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#mainMenu li{
	width:175px;
	height: 29px;
	background: url(images/dot_FFFFFF.gif) repeat-x bottom;
}

#mainMenu li.last{
	background: none;
}

#mainMenu a{
	display: block;
	color:#fff;	
	padding-left: 20px;
	height: 28px;
}
#mainMenu a:hover, #mainMenu a.selected{
	background-image: url(images/hoverBG.png);
	background-repeat: repeat-y;
}

/********************************************************
 * Top Nav 
 ********************************************************/

#rightCol {
	width: 736px;
	height: 365px;
	float:right;
	position: relative;
}

#left_border
{
	background: url(images/border_fader.png) 50% 0 repeat-y;
	width: 4px;
	
}
#right_border
{
	background: url(images/border_fader.png) 0 0 repeat-y;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/border_fader.png', sizingMethod='scale');
	_background-image: none;
	width: 8px;
	height: 365px;
	position: absolute;
	top: 0px;
	left: 728px;
	_left: 731px;
}

#topNav 
{
	float: right;
	margin: 25px 25px 0 0;
	padding-bottom: 5px;
}
#topNav ul
{
	list-style-type: none;
}

#topNav ul li{
	background: url(images/dot_8E8356.gif) repeat-y right;
	float: left;
	padding: 0px 8px;
}
#topNav li.last{
	background: none;
}
#topNav a{
	font-size: 11px;
}
#topNav a:hover{
	color: #605B1B;
}

/* ----- SECTION TITLE ----- */

#sectionTitle {
	background: url(images/section_bar.jpg) no-repeat;
	width: 736px;
	height: 58px;
	
}

#sectionTitle h1
{
	padding: 30px 0 0 20px;
}

/* ----- SUB NAV ----- */
#subNav {
	margin-top: 10px;
	margin-left: 13px;
	font-weight: normal;
	color: #605B1B;
}
#subNav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#subNav li{
	background: url(images/dot_8E8356.gif) repeat-y right;
	float: left;
	padding: 0px 8px;
}
#subNav li.last{
	background: none;
}

/* Top Left side */
#leftCol {
	width: 214px;
	height:365px;
	background-image: url(images/bg_leftbar.jpg);
	float:left;	
	clear: both;
}
#logo{
	padding-top: 20px;
	text-align: center;
	padding-bottom: 50px;
}
/* -------------------------------- */
/* CENTER STYLES */
/* -------------------------------- */

/* @group Mid: Left & Right */
#midWrapper{
	margin: 0 auto;
	width:950px;
}
#midTitle{
	width: 930px;
	background: url(images/dot_B8B88C.gif) repeat-x bottom;
	padding-left: 20px;
	padding-top: 40px;
	float: left;
}

/* Centered column 1 */
div.midCenterCol {
	width: 513px;
	padding-top: 25px;
	float: left;
	padding-left: 237px;
	padding-right: 200px;
}
div#midCenterCol li {
	margin-bottom: 15px;
}
/* Right side */
#midRightCol {
	width: 400px;
	float:right;
}
#divideBar {
	width: 8px;
	height:300px;
	padding-top: 30px;
	float: left;
	clear: both;
	background: url(images/shadown_line.jpg) no-repeat;
	
}
/* -------------------------------- */
/* MIDDLE LEFT NAV BAR */
/* -------------------------------- */
#midLeftNav {
	width:214px;
	float: left;
}
#midLeftNav li {
	margin-left: 22px;
	width:170px;
	background: url(images/dot_B8B88C.gif) repeat-x bottom;
}
#midLeftNav a {
	font-size: 12px;
	line-height: 25px;
}
#midLeftBullet {
	width:200px;
	border-bottom: none;
	padding-bottom: 10px;
	padding-left: 35px;
	float: left;
}
#midLeftBullet li {
	list-style-image: url(images/bullet_square.gif);
	border-bottom: none;
	padding-bottom: 10px;
	margin-left: 20px;
	font-weight: bold;
}

/* -------------------------------- */
/* Our Funds                        */
/* -------------------------------- */

.midCenterCol #our_funds img
{
	margin-left: -190px;
}

/* -------------------------------- */
/* Portfolio                        */
/* -------------------------------- */

#midLeftNav ul.viewby {
	margin: 20px;
	
}

#midLeftNav ul.viewby li {
	background: url(images/dot_C0B98D.gif) repeat-x top;
	border: none;
	margin: 0px;
	padding: 5px 0px;
	
}

#midLeftNav ul.viewby li.title {
	background: none;
	border: none;
	color: #8E8356;
}

#midLeftNav ul.viewby li a {
	color: black;
	display: block;
}

#midLeftNav ul.viewby li a.selected,
#midLeftNav ul.viewby li a:hover {
	color: #AB9860;

}


#midWrapper #midRight {
	float: left;
	width: 720px;
}

#midRight ul.portfolio.summary
{
	height: 30px;
}

#midRight ul.portfolio{
	border-top: 1px solid #C0B98D;
	margin: 0px;
	padding: 10px 0px;
	width: 100%;
	height: 100px;
}

#midRight ul.summary
{
	height: 30px;
}

#midRight #loading
{
	display: none;
}

#midRight #loading li
{
	width: 700px;
	height: 32px;
}

#midRight #loading li img
{
	margin: 50px 0px 0px 270px;
}

#midRight div.title {
	border-top: none;
	color: #393612;
	padding-top: 20px;
	padding-bottom: 5px;
	_padding-bottom: 2px;
	_margin-bottom: 5px;
	height: 20px;
	border-bottom: 1px solid #C0B98D;
	_margin-top: -15px;
	
}

#midRight div.title div.up a, #midRight div.title div.down a
{
	padding-right: 15px;
}

#midRight div.title div
{
	padding-top: 0px;
	padding-bottom: 0px;
}

#midRight div.title div.up,
#midRight div.title div.down
{
	background: url(images/gradient.png) repeat-x;
	padding: 20px 0px 9px 0px;
	margin-top: -20px;
	_z-index: 1;
}


#midRight div.title div.topcolumn1
{
	width: 120px;
	margin-right: 103px;
	_margin-right: 50px;
}

#midRight div.title div.topcolumn2
{
	width: 50px;
	margin-right: 50px;
	_margin-right: 25px;
}

#midRight div.title div.topcolumn3
{
	width: 60px;
	margin-right: 41px;
	_margin-right: 22px;
}

#midRight div.title div.topcolumn4
{
	width: 290px;
}

#midRight div.title div.up a
{
	background: url(images/arrow_up.gif) no-repeat center right;
	
}

#midRight div.title div.down a
{
	background: url(images/arrow_down.gif) no-repeat center right;
	
}

#midRight div.seperator {
	
}

div.portfolio
{
	clear: both;
	border-top: 1px solid #C0B98D;
}

#pnlPortfolio div.first
{
	border-top: none;
}

div.summary
{
	border: none; 
	font-size: 12px;
}

div.summary:first-child
{
	
	padding-top: 10px;
}

div.portfolio div
{
	float: left;
	padding: 5px 0px;
}

div.summary div
{
	padding: 0px;
}

div.portfolio .column1 {
	width: 210px;
	padding-right: 15px;
}

div.portfolio .column2 {
	width: 100px;
}

div.portfolio .column3 {
	width: 100px;
}

div.portfolio .column4 {
	width: 290px;
}

/* -------------------------------- */
/* CASE STUDIES ALL */
/* -------------------------------- */

div.caseBoxWrapper {
	
	background: url(images/border_dotted.gif) no-repeat bottom;
	padding: 5px 0px;
	margin-left: 245px;
	width:665px;
	min-height: 140px;
}

div.caseBoxWrapper div
{
	min-height: 110px;
}

div.caseBoxLogo {
	
	background: #D9D9D9;
	text-align: center;
	float: left;
	width: 245px;
	padding-top: 30px;
}
div.caseBoxDescription {
	float: right;
	width: 400px;
	background-color: #ECEEDA;
	padding-left: 20px;
	padding-bottom: 15px;
}
div.caseBoxDescription a {
	font-size: 12px;
	padding-left: 35px;
	background-image: url(images/link_arrow2.gif);
	background-repeat: no-repeat;
}
#caseDetailLogo {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 60px;
}

#caseDetailLogo a img
{
	padding-bottom: 8px;
}

#caseDetailQuote {
	float: right;
	width: 600px;
	background-color: #D9D9D9;
	margin-top: 10px;
	padding: 20px 30px 10px 30px;
}

#caseDetailContentWrapper {
	float: right;
	width: 600px;
	padding: 30px;
}

#caseDetailContentWrapper img, #caseDetailContentWrapper div
{
	float: right;
	padding: 0px 0px 10px 20px;
}

#caseDetailContentWrapper p
{
	margin: 8px 0px;
}

/********************************************************
 * Our Team 
 ********************************************************/
/* ------ MAIN PAGE ------- */
#teamTopBlurb {
	width: 600px;
	background: url(images/dot_B8B88C.gif) repeat-x bottom;
	padding-left: 210px;
	padding-right: 140px;
	padding-top: 40px;
	padding-bottom: 30px;
	float: left;
}
div.teamHomeMid {
	width: 275px;
	min-height: 315px;
	float: left;
	margin: 30px 0px 10px 20px;
	margin-top:30px;
	background: url(images/dot_B8B88C.gif) repeat-y left;
}

div.teamHomeMid.first
{
	background: none;
}

div.teamHomeMid ul li, div.teamHomeMid h2
{
	margin-left: 90px;
}

div.teamHomeMid h2 {
	margin: 15px 0px 5px 0px;
}
div.teamHomeMid li {
	font-size: 11px;
	margin-bottom: 5px;
}
/* ------ TEAM DETAIL LEFT NAV ------- */
#teamLeftNav {
	width:215px;
	float: left;
}
#teamLeftNav h2 {
	padding-top: 7px;
	margin-bottom: 5px;
	background: url(images/dot_B8B88C.gif) repeat-x top;
}
#teamLeftNav h2.first {
	background: none;
	margin-top: 0px;
}
#teamLeftNav li {
	font-size: 11px;
	margin-bottom: 2px;
	padding-left: 20px;
}

/* -------- DETAIL BOX -------- */
#teamDetailBox {
	float: right;
	width: 650px;
	padding:30px;
	background-color: #D9D9D9;
	margin-top: 15px;
}
#teamDetailBox h1 {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 2px;
}
#teamDetailBox h2 {
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#teamDetailBoxLeft {
	width: 340px;
	float:left;
}
#teamDetailBoxRight {
	width: 265px;
	float:left;
	padding-left: 30px;
}
#teamDetailBoxRight ul {
	padding-left: 7px;
}

#caption
{
	text-align: center;
	margin-top: 10px;
}

/* -------------------------------- */
/* OUR FUNDS  */
/* -------------------------------- */
#ourFundsWrap {
	width: 950px;
	padding-top: 60px;
	float: left;
}
#ourFundsBody {
	float:left;
	width: 313px;
	padding-left: 227px;
	padding-right: 10px;
}
div.ourFundsGraphs {
	float:left;
	width: 950px;
	text-align: center;
}
/********************************************************
 * Home News 
 ********************************************************/
#news{
	padding: 30px;
}
#newsPhoto {
	width: 198px;
	height: 81px;
	padding-left: 85px;
	padding-top: 15px;
}
#news ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#news li {
	line-height:15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: dotted 1px #ceceaf;
}
#news li.top {
	border-top:dotted 1px #ceceaf;
}
#news a{
	font-size: 11px;
}

#news .mainLink
{
	line-height:0px;
	margin-top: 15px;
	padding-bottom: 15px;
}

/* Left side */
#midLeftCol {
	width: 550px;
	height: 300px;
	float: left;
	clear: both;
}
#intro {
	padding: 30px;
}
#intro a {
	font-family: Times New Roman, Times, serif;
	font-size: 13px;
	color:  #333;
	line-height: 25px;
}

#back_link, .back_link
{
	background: url(images/back_arrow.gif) no-repeat center;
	float: left;
	margin: 30px 0px 0px -35px;
	padding-left: 62px;
}

.midCenterCol #back_link, .midCenterCol .back_link
{
	margin-left: -265px;
	margin-top: 5px;
}


.print_link
{
	background: url(images/ico_printer.png) no-repeat right;
	padding-right:30px;
	margin: 20px;
}

.viewby li.selected, .viewby li:hover
{
	color: #AB9860;
}
	
#bottomWrapper {
	width: 950px;
	margin: 0px auto;
	float: left;
	padding-top: 35px;
}

#footer {
	font-size:11px;
	width: 950px;
	height:50px;
	background: url(images/footer_mid.png) no-repeat;
	padding-top: 17px;
}
#footer li {
	border-right: dotted 1px #827e4e;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
}
#footer li.last {
	border-right: none;
}

/********************************************************
 * News Pages 
 ********************************************************/

#news_datagrid
{
	width: 700px;
	border-collapse: collapse;
}

#news_datagrid .date
{
	width: 150px;
}

#news_datagrid .title
{
	width: 550px;
}

#newsDetails ul
{
	list-style-type: disc;
}

#newsDetails ul li
{
	margin-left: 30px;
}

/********************************************************
 * Sitemap
 ********************************************************/

#sitemap > ol 
{
	float: left;
	padding-left: 80px;
}

#sitemap > ol:first-child
{
	padding-left: 0px;
}

#sitemap > ol > li
{
	padding: 5px 0px;
}

#sitemap > ol > li ol
{
	margin-top: -10px;
}

#page_count
{
	text-align: right;
}

.search_pagination
{
	text-align: center;
}

#page_count, .search_pagination, .result
{
	width: 700px;
	padding: 5px 0px;
}

/********************************************************
 * Miscellaneous 
 ********************************************************/

.alt
{
	background-color: #ECEEDA;
}

.bullet
{
	list-style-type: disc;
	margin-left: 20px;
}

.clear
{
	clear: both;
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float: right;
}

.text_zing
{
	font-family: "Times New Roman", Times, serif;	
	text-transform: uppercase;
	color: #605B1B;
	font-size: 14px;
}

.more_link
{
	white-space:nowrap;
}