@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(images/bg.jpg);
	background-repeat: repeat;
}

a:link, a:visited {
	color:#000;
	text-decoration:underline;
}

a.yellow:link, a.yellow:visited {
	color:#ff0;
	text-decoration:none;
}

a:hover, a:active {
	color:#ff0;
}

h1 {
	font-size:13pt;
	font-family:'Book Antiqua',Times;
	color:#fff;
	text-transform:uppercase;
}

h2 { 
	font-size:12pt;
	font-family:'Book Antiqua',Times;
	color:#000;
	text-transform:uppercase;
}

h3 {
	font-size:10px;
	color:#000;
	margin-bottom:0;
	padding-bottom:0;
}

h4 {
	font-size:12px;
	font-family:'Book Antiqua',Times;
	color:#000;
	text-transform:capitalize;
}


p, ul {
	color:#000;
	font-size:10px;
	line-height:15px;
}

.white {
	color:#fff;
}

p img {
	margin:5px 15px 5px 0;
	border:1px solid #fff;
}

label {
	font-size:10px;
	color:#000;
}


.oneColFixCtrHdr #container {
	width: 980px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #A5C5EF;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #header {
	background-color: #ffffff;
	border-top-width: 14px;
	border-right-width: 0px;
	border-bottom-width: 4px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #134A90;
	border-right-color: #134A90;
	border-bottom-color: #134A90;
	border-left-color: #134A90;
	height: 90px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	background-color: #A5C5EF;
}
#footer {
	margin:0px auto;
	padding:0;
}

img#placeholder {
	width:980px;
	border-bottom:3px solid #fff;
	display:block;
}
.oneColFixCtrHdr #footer p {
	margin: 0;
	margin-bottom:100px; 
	padding: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;	
	color:#134A90;
	font-size:10px;
}

#footer p a:link, #footer p a:visited {
	color:#134A90;
	font-size:10px;
	text-decoration:none;
}

#footer p a:hover, #footer p a:active {
	color:#666;
	text-decoration:underline;
}

#mainnav {
	left:50px;
	top:60px;
	position:relative;
	padding:0;
	float:left;
}

#b_home, #b_home_on {
	width:40px;
	display:block;
	float:left;
}

a#b_home:link, a#b_home:visited {
	background-image:url(images/nav/home.jpg);
	text-decoration:none;
}

a#b_home:hover, a#b_home:active, #b_home_on {
	background-image:url(images/nav/home_on.jpg);
	text-decoration:none;
}

#b_news, a#b_news_on {
	width:45px;
	display:block;
	float:left;
}

a#b_news:link, a#b_news:visited {
	background-image:url(images/nav/news.jpg);
	text-decoration:none;
}

a#b_news:hover, a#b_news:active, a#b_news_on {
	background-image:url(images/nav/news_on.jpg);
	text-decoration:none;
}

#b_portfolio, a#b_portfolio_on {
	width:80px;
	display:block;
	float:left;
}

a#b_portfolio:link, a#b_portfolio:visited {
	background-image:url(images/nav/portfolio.jpg);
	text-decoration:none;
}

a#b_portfolio:hover, a#b_portfolio:active, a#b_portfolio_on {
	background-image:url(images/nav/portfolio_on.jpg);
	text-decoration:none;
}

#b_team, a#b_team_on {
	width:40px;
	display:block;
	float:left;
}

a#b_team:link, a#b_team:visited {
	background-image:url(images/nav/team.jpg);
	text-decoration:none;
}

a#b_team:hover, a#b_team:active, a#b_team_on {
	background-image:url(images/nav/team_on.jpg);
	text-decoration:none;
}

#b_about, #b_about_on {
	width:67px;
	display:block;
	float:left;
}

a#b_about:link, a#b_about:visited {
	background-image:url(images/nav/about.jpg);
	text-decoration:none;
}

a#b_about:hover, a#b_about:active, #b_about_on {
	background-image:url(images/nav/about_on.jpg);
	text-decoration:none;
}

#b_contact, #b_contact_on {
	width:70px;
	display:block;
	float:left;
}

a#b_contact:link, a#b_contact:visited {
	background-image:url(images/nav/contact.jpg);
	text-decoration:none;
}

a#b_contact:hover, a#b_contact:active, #b_contact_on {
	background-image:url(images/nav/contact_on.jpg);
	text-decoration:none;
}

#b_inv_c, #b_inv_c_on {
	width:150px;
	display:block;
	float:left;
}

a#b_inv_c:link, a#b_inv_c:visited {
	background-image:url(images/nav/investment_criteria.jpg);
	text-decoration:none;
}

a#b_inv_c:hover, a#b_inv_c:active, #b_inv_c_on {
	background-image:url(images/nav/investment_criteria_on.jpg);
	text-decoration:none;
}


.divider {
	float:left;
}

	
.oneColFixCtrHdr #container #mainContent .placeholder {
	border-top-width: 0px;
	border-right-width: 3px;
	border-bottom-width: 0;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #ffffff;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #ffffff;
	display:block;
	margin:0 auto;
	padding:0;
}



.home_content {
	padding:20px 100px;
}

.about_content_c {
	width:100%;
	margin:0;
	padding:0;
}

.about_content {
	margin:10px 200px 20px 50px;
}


.date {
	color:#86AADA;
	font-weight:bold;
}

#secondary_nav_c {
	float:left;
	width:160px;
	height:450px;
	background-image:url(images/secondary_nav_bg.jpg);
	background-repeat:no-repeat;
}

#secondary_nav_i {
	margin:20px;
}

#right_column_c {
	float:left;
	width:820px;
}

#right_column_i {
	margin:20px 50px 50px 50px;
}

.bb {
	width:500px;
	padding:0 0 0 0;
	height:110px;
	border-bottom:1px dotted #fff;
}

.bb-noborder {
	width:500px;
	padding:0 0 0 0;
	height:110px;
}


.bb p {
	padding-top:10px;
}

.bb p img {
	position:relative;
	top:-10px;
	border:0px none #000;
}

.dottedline {
	border-bottom:1px dotted #fff;
	display:block;
	height:1px;
	width:100%;
}

#secondary_nav_i ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#secondary_nav_i ul li {
	margin:5px 0 2px 0;
}

#secondary_nav_i ul li a:link, #secondary_nav_i ul li a:visited {
	color:#fff;
	text-decoration:none;
}

#secondary_nav_i ul li a:hover, #secondary_nav_i ul li a:active {
	text-decoration:underline;
}

#secondary_nav_i ul li.active {
	color:#ff0;
	font-weight:bold;
}

#contact_header_c {
	width:100%;
	margin:0;
	padding:0;
	border-bottom:1px dotted #fff;
}

#contact_header_c h1 {
	color:#000;
	font-size:12pt;
	padding:10px 0 10px 20px;
	margin:0;
}

#contact_left_c {
	background-image:url(images/contact_bg.jpg);
	background-repeat:repeat-x;
	float:left;
	width:250px;
	height:400px;
	margin:0;
	padding:0;
}

#contact_right_c {
}

.contact_times {
	font-family:'Times New Roman', Times, serif; font-size:12px; line-height:18px;
}

.mail_icon {
	margin:0; padding:2px; display:inline; border:none;
}

.teaml {
	float:left;padding:10px; width:130px;
	padding-left:0;
}

.teamr {
	float:left;padding:10px; width:300px;
	padding-left:0;
}