
/* Profit */
/* 11.11 */


/*---------- CSS Reset ----------*/
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.2r1
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins,a{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{font-size:100%;}*{outline:none;}


/*---------- Global ----------*/

body {
	color: #585B5B;
	background: #EEE;
	font-family: Georgia,Serif;
}

.clear { clear: both; }

.main p a,
.main ul a {
	color: #009199;
}

.main p a:hover,
.main ul a:hover {
	color: #000;
	text-decoration: underline;
}

strong {
	font-weight:bold;
}

/*---------- Structure ----------*/

#wrapper {
	width: 850px;
	padding: 0 70px;
	background: #454848 url(../img/parallax/background_g2.jpg) 0 -171px no-repeat;
	margin: 0 auto;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.header {
	background: #FFF;
	width: 850px;
	height: 110px;
	padding: 0 70px;
	position: relative;
	margin: 0 -70px;
	border-top: 4px solid #009199;
	overflow: hidden;
}

.content {
	width: 850px;
	margin: 50px 0 0 0;
	padding-bottom: 70px;
	border-bottom: 25px solid #454848;
	background: url(../img/columns.gif) 0 0 repeat-y;
}

.sidebar {
	width: 185px;
	padding: 20px 15px;
	float: left;
	display: inline;
}

.main {
	width: 565px;
	padding: 15px 30px;
	float: right;
	display: inline;
}

.half {
	width: 272px;
	display: inline;
}

.floatLeft {float: left}
.floatRight {float: right}

.footer {
	background: #FFF;
	width: 850px;
	margin: 0 -70px;
	overflow: hidden;
	padding: 20px 70px 30px 70px;
	border-bottom: 4px solid #009199;
}


/*---------- Hx ----------*/

h1,h2,h3,h4 {
	font-family: "Maven Pro",Arial,Sans-Serif;
	font-weight: 700;
}

.header h1 {
	width: 162px;
	height: 42px;
	margin: 35px 0 0 0;
	float: left;
	display: inline;
}

.header h1 a {
	width: 162px;
	height: 42px;
	display: block;
	text-indent: -9999px;
	background: url(../img/global/profit_investments.gif);
}

h2 {
	text-transform: uppercase;
	color: #009199;
	font-size: 18px;
	line-height: 23px;
	margin-bottom: 8px;
}

h2.leadin {
	color: #009199;
	font-family: Georgia,Serif;
	font-style: italic;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	margin-bottom: 20px;
}

h3 {
	text-transform: uppercase;
	color: #009199;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 5px;
}

h4 {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 3px;
	text-transform: uppercase;
}

.investmentPhilosophy h4 {
	background: #E3E4E4;
	border: 1px solid #C7C8C8;
	border-width: 1px 0;
	height: 25px;
	line-height: 25px;
	font-size: 11px;
	color: #009199;
	padding-left: 15px;
	margin:-1px 0 0 0;
}

.sidebar h3 {
	font-size: 11px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #C7C8C8;
	letter-spacing: .5px;
}


/*---------- Primary Navigation ----------*/

.header .level_1 {
	position: absolute;
	right:45px;
	bottom: 15px;
	width: 650px;
	height: 45px;
	font-family: "Maven Pro",Arial,Sans-Serif;
	font-weight: bold;
	font-size: 11px;
	text-transform: uppercase;
}

.header .level_1 li {
	float: left;
	display: inline;
	height: 45px;
	padding-right: 45px;
	background: url(../img/global/primary_slash.gif) top right no-repeat;
}

.header .level_1 li a {
	color: #454848;
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 0 5px;
	width: auto;
	white-space: nowrap;
	letter-spacing: .25px;
}

.header .level_1 li a:hover {
	color: #909192;
	text-decoration: none;
}

.header .level_1 li.on a {
	color: #009199;
}

.header .level_1 li.nav_1_news {
	padding-right: 0;
	background: none;
}

.header .level_1 li.nav_1_about {
	padding-left: 20px;
}

.main ul.level_2,
.main ul.level_3 {
	margin: -10px -15px 20px -15px;
	overflow: hidden;
	padding: 0 15px;
}

.main ul.level_2 {
	background: #009199;
}

.main ul.level_3 {
	margin-top: -20px;
	border-bottom: 1px solid #009199;
}

.main ul.level_2 li,
.main ul.level_3 li {
	float: left;
	display: inline;
	list-style: none;
	margin:0;
}

.main ul.level_2 a,
.main ul.level_3 a {
	display: block;
	width: auto;
	font-size: 11px;
	font-weight: 700;
	padding-right: 25px;
	text-transform: uppercase;
	text-decoration: none !important;
}

.main ul.level_2 a {
	font-family: "Maven Pro",Arial,Sans-Serif;
	font-weight: 700;
	height: 30px;
	line-height: 30px;
	color: #D0D1D1;
	letter-spacing: .25px;
}

.main ul.level_3 a {
	font-family: Arial,Sans-Serif;
	height: 30px;
	line-height: 30px;
	color: #464849;
	text-transform: none;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: .4px;
	padding-right: 15px;
}

.main ul.level_2 li.on a {
	color: #FFF;
	font-weight: bold;
}

.main ul.level_3 li.on a {
	color: #009199;
}

.main ul.level_2 a:hover {color: #FFF}
.main ul.level_3 a:hover {color: #909192}

/*---------- Header Tools ----------*/

.tools {
	float: right;
	display: inline;
	background: #009199;
	font-family: Arial,Sans-Serif;
	padding: 0 5px;
}

.tools li {
	float: left;
	display: inline;
}

.tools a {
	color: #FFF;
	font-size: 10px;
	display: block;
	height: 22px;
	line-height: 16px;
	padding: 0 10px;
	white-space: nowrap;
}

/*---------- Footer ----------*/

.footer .sitemap {
	overflow: hidden;
	width: 870px;
	position: relative;
	margin-left: -20px;
}

.footer .sitemap li {
	width: 125px;
	float: left;
	display: inline;
	margin-left: 20px;
}

.footer .sitemap a {
	font-size: 11px;
	display: block;
	color: #009199;
	text-transform: uppercase;
	border-bottom: 1px solid #C7C8C8;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-family: Arial,Sans-Serif;
}

.footer .sitemap .level_2 {
	border-bottom: none;
	width: 125px;
	margin: 0;
	padding:0;
}

.footer .level_2 li {
	margin: 0 0 5px 0;
	float: none;
	display: block;
}

.footer .level_2 a {
	text-transform: none;
	border-bottom: none;
	line-height: 15px;
	padding:0;
	color: #464849;
	margin: 0;
	height: auto;
}

.footer .footnotes {
	border-top: 1px solid #C7C8C8;
	font-family: Arial,Sans-Serif;
	font-size: 12px;
	line-height: 16px;
	padding: 15px 0;
}

.footer .footnotes p {
	margin-bottom: 10px;
}

.footer .extras a {
	color: #464849;
	font-family: Arial,Sans-Serif;
	font-size: 11px;
}


/*---------- Sidebar ----------*/

.sidebar ul,
.sidebar form {
	margin-bottom: 20px;
}

.sidebar ul {
	font-size: 12px;
	line-height: 16px;
}

.sidebar form {
	font-size: 12px;
}

.sidebar li {
	margin: 0 0 5px 0;
}

.sidebar li.section{
	padding-left:15px;
	margin-bottom:0;
	font-size:.9em;
	color:#009199;
}

.sidebar ul a { color: #585B5B; }
.sidebar ul a:hover {
	color: #000;
	text-decoration: underline;
}

.sidebar label,
.sidebar input {
	display: block;
}

.sidebar label {
	margin-bottom: 5px;
}

.sidebar input.text {
	width: 80%;
	margin-bottom: 10px;
	padding: 3px;
	color: #7D7F7F;
}

.sidebar input.submit {
	background: #7D7F7F;
	border: none;
	padding: 0 10px;
	height: 22px;
	line-height: 22px;
	font-size: 10px;
	text-transform: uppercase;
	color: #FFF;
	font-family: Arial,Sans-Serif;
	cursor: pointer;
}



/*---------- Link Icons ----------*/

.pdf,
.link {
	padding-left: 17px;
	position: relative;
	display:inline-block;
}

.pdf {
	background: url(../img/global/pdf.gif) 0 1px no-repeat;
}

.link {
	background: url(../img/global/link.gif) 0 1px no-repeat;
}

.sidebar .link {
	background: url(../img/global/link.gif) 0 3px no-repeat;
}

.sidebar .twitter {
	width: 24px;
	height: 24px;
	text-indent: -9999px;
	margin-bottom: 20px;
	display: block;
	background: url(../img/global/twitter.gif) 0 0 no-repeat;
}



/*---------- Content ----------*/

.colorPhoto,
.innerPhoto {
	width: 595px;
	height: 215px;
	overflow: hidden;
	margin: 0 -15px 20px -15px;
	background: url(../img/parallax/background_c2.jpg) 0 -171px no-repeat;
}

.innerPhoto {
	margin:0;
	background: url(../img/parallax/tree_2.png) 0 -171px no-repeat;
}

.internal .colorPhoto,
.internal .innerPhoto {
	height: 120px;
}

.main p,
.main ul,
.main ol {
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 10px;
}

.main li { }
.main ul li {
	 margin: 0 0 5px 15px;
	 list-style: disc;
}

.main .bio ul li {
	 margin: 0 0 0px 15px;
}


.main ol li {
	 margin: 0 0 10px 30px;
	list-style: decimal;
}

p.copyright {
	font-size: 11px;
	color: #FFF;
	text-transform: uppercase;
	text-align: center;
	font-family: Arial,Sans-Serif;
	height: 35px;
	line-height: 35px;
}

.main ul.linkList li {
	list-style: none;
	margin: 0 0 5px 0;
}

.main ul.docList {
	border: 1px solid #464849;
	border-width: 1px 0;
	margin-bottom: 15px;
}

.main ul.docList li {
	padding: 5px;
	margin:0;
	font-size: 11px;
	font-family: Arial,Sans-Serif;
}

.main ul.linkList li.alt {
	background: #E3E4E4;
}

.investmentPhilosophy p {
	background: #F9FAFA;
	padding: 12px 15px;
	margin:0;
	border-bottom: 1px solid #C7C8C8;
}
/*---------- Personnel ----------*/

.manager {
	padding: 15px 0 5px 0;
	border-bottom: 1px solid #009199;
}

.manager h3 {
	margin-bottom:0;
}

.manager h4 {
	text-transform: none;
	font-weight: bold;
}

.manager h3 + h4 {
	margin-top: 0 !important;
}

.manager li {
	margin-bottom: 3px;
}

ul.team_groups {
	width: 585px;
	overflow: hidden;
	margin-left: -20px;
	padding-top:15px;
}

.team_groups li {
	width: 175px;
	margin-left: 20px;
	float: left;
	display: inline;
}

.team_groups li img {
	width: 100%;
	display: block;
}


/*---------- Contact Form ----------*/

#contactForm {
	padding: 15px;
	background: #e1e1e1;
	margin-top: -15px;
}

#contactForm label {
	font-size: 12px;
	font-family: Arial,Sans-Serif;
	display: block;
	margin: 0 0 4px 0;
}

#contactForm input.text {
	margin: 0 10px 15px 0;
	font-size: 12px;
	padding: 2px;
	width: 225px;
}

#contactForm select {
	margin: 0 10px 15px 0;
	font-size: 13px;
	width: 200px;
	color: #333;
}

#contactForm input#submit {
	display: block;
	clear: both;
	margin: 10px 0;
	background: #7D7F7F;
	border: none;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	text-transform: uppercase;
	color: #FFF;
	font-family: Arial,Sans-Serif;
	cursor: pointer;
}

.req {
	color: #F00;
}

/*---------- Table ----------*/

tr.alt {
	background: #E3E4E4;
}

th {
	vertical-align: bottom;
}

td {
	vertical-align: top;
}

.main table {
	border: 1px solid #464849;
	border-width: 1px 0;
	font-family: Arial,Sans-Serif;
	width: 100%;
	margin-bottom: 15px;
}

.main table.fundOverview{
	font-family:inherit;
}

.main table td, .main table th {
	font-size: 11px;
	padding: 5px;
	color: #454848;
	line-height: 14px;
}

.main table th{
	font-weight:bold;
}

.main table td p {
	font-size: 11px;
	margin: 0;
	line-height: 14px;
}

.main table.fundOverview {
	width: 585px;
	margin-left: -20px;
	border: none;
}

.main table.fundOverview td,
.main table.fundOverview th {
	padding-left: 20px;
}

.main table.fundOverview p {
	font-size: 12px;
	line-height: 16px;
}

th h3 {
	padding-bottom: 5px;
	border-bottom: 1px solid #909192;
	margin-bottom: 0;
}

th a {
	color: #009199;
}

.fundInfo {
	background: #7E7F80;
	margin-bottom: 25px;
}

.fundInfo table {
	margin:0;
	border:0;
	border-collapse: separate;
}

.fundInfo table td {
	color: #FFF;
	border-right: 1px solid #707070;
	border-bottom: 1px solid #707070;
	border-top: 1px solid #999a9b;
	border-left: 1px solid #999a9b;
	padding: 7px 0 7px 10px;
	width: 33% !important;
}

.fundInfo table td.last { border-right: none; }
.fundInfo table tr.lower td { border-bottom: none; }

.fundInfo strong {
	text-transform: uppercase;
}


/*---------- Sidebar Quote ----------*/
	.quote {
		font-style: italic;
		color: #009199;
		font-size: 14px;
		line-height: 21px;
		text-indent: -5px;
	}


/*---------- Logo Presentation ----------*/

.logoPres {
	width: 561px;
	height: 295px;
	border: 1px solid #BCBCBC;
	background: url(../img/global/stripe.gif) 0 0 repeat;
	overflow: hidden;
}

.steps {
	width: 561px;
	height: 295px;
	overflow: hidden;
	position: relative;
}

a.presStart {
	width: 421px;
	padding-left: 140px;
	height: 315px;
	display: block;
	background-color: rgb(89,91,92);
	background-color: rgba(70,72,73,.9);
	background-image: url(../img/word_bubble.png);
	background-repeat: no-repeat;
	background-position: 130px 120px;
	margin-top: -315px;
	position: relative;
	z-index: 40;
	text-align: left;
	line-height: 276px;
	font-family: Arial,Sans-Serif;
	color: #009199;
	font-size: 13px;
	text-transform: uppercase;
	display: none;
}

.logoPres .step {
	width: 127px;
	height: 255px;
	padding: 20px 30px;
	background: #FFF;
	float: left;
	display: inline;
	-moz-box-shadow: 0 0 8px #555;
	-webkit-box-shadow: 0 0 8px #555;
	box-shadow: 0 0 8px #555;
	position: relative;
}

.logoPres .color { z-index: 30; }
.logoPres .form { z-index: 20; }
.logoPres .pattern { z-index: 10; }

.logo {
	width: 127px;
	height: 127px;
	background: #009199;
	overflow: hidden;
	position: relative;
	margin-bottom: 15px;
}

.weave,
.window {
	position: absolute;
}

.weave {
	width: 127px;
	height: 127px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/weave.gif) 50% 50%;
}

.window {
	width: 127px;
	height: 127px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../img/window.gif) 50% 50%;
}

.step h3 { margin-bottom: 10px; }
.step h4 {
	border-bottom: 1px solid #D5D5D5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

a.nextStep {
	background: #6B6D6D url(../img/arrow.gif) 73px 50% no-repeat;
	width: 100px;
	height: 68px;
	display: block;
	-moz-border-radius: 34px;
	-webkit-border-radius: 34px;
	border-radius: 34px;
	position: absolute;
	left: 124px;
	top: 110px;
	text-indent: -9999px;
}

.pattern .window {
	display: none;
}

.inactive .logo,
.inactive h4,
.inactive p {
	display: none;
}

.inactive h3 {margin-top: 80px;}

/*---------- Error ----------*/

div.notify{
    background-color:green;
    padding:15px;
}

div.error{
    color: darkRed;
    margin: -10px 0 10px;
}


/*---------- Style Tweaks ----------*/

p + h2,
p + h3,
ul + h2,
ol + h2,
div + h3 {
	margin-top: 20px;
}

ul + h3,
ol + h3,
p + table {
	margin-top: 20px;
}

h2 + h3,
h3 + h4 {
	margin-top: 15px;
}

h2 + div.investmentPhilosophy {
	margin-top: 17px;
}

/* add-ons - MGA */

.leftAlign{
	text-align:left !important; 
}

.rightAlign{
	text-align:right !important; 
}

.centerAlign{
	text-align:center !important; 
}



/* footnote - MGA */

.footnotes, .footnotes p{
	font-size:13px;
	line-height: 16px;
	font-family:Helvetica, Arial, sans-serif;
}

.footnotes p{
	margin-bottom:5px;
}

.footnotes .fn_symbol{
	float:left;
	width:40px;
	margin-left:-43px;
	text-align:right;
}


/* barchart - MGA */

#whoathere{
	margin-bottom:15px;
}

