@charset "UTF-8";

body {
	font: 90% Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	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: #474747;
	}
.oneColFixCtr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	}
h1 {
	color: #273757;
	font-weight:normal;
	font-size:200%;
	}
h2 {
	color:#1F1F1F;
	font-weight:normal;
	font-size:150%;
}
.big {
	color: #273757;
	font-weight:normal;
	font-size:150%;
	}
.copy {
	font-size:70%;
	}
hr {
	height:2px;
	color:#ececec;
	background-color:#ececec;
	border:none;
	clear:both;
	}
a {
	color:#3e4f72;
	}
.small {
	font-size:75%;
	}
.x-small {
	font-size:50%;
	}
.imgRight {
	float:right;
	border:solid #CCCCCC 1px;
	margin:0 0 10px 15px;
	padding:0;
	}
.imgLeft {
	float:left;
	border:solid #CCCCCC 1px;
	margin:0 15px 10px 0;
	padding:0;
	}
.imgLeft2 {
	float:left;
	border:solid #CCCCCC 1px;
	margin:17px 15px 10px 0;
	padding:0;
	}
.Right {
	float:right;
	width:600px;
	}

/* HEADER */
#header {
	float:left;
	}

/* MAIN NAVIGATION */
#mainNav {
	width:100%;
	/* height:43px; */
	margin:0; /* white space around the navigation */
	padding:0;
	background:#FFF;
	background-image:url(../images/bg-mainNav.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font:90% Arial, Helvetica, sans-serif;
	float:left;
	}
#mainNav ul {
	list-style:none;
	padding:0;
	margin:0 0 0 63px;
	float:center;
	}
#mainNav li {
	display:inline;
	position: relative;
	padding:0;
	margin:0;
	/* padding:15px 10px 20px 10px;
	margin:7px 0 0 0; */
	/* height:30px; */	
	/* background-color:#FFFF00; */
	float:left;
	}	
#mainNav a {
	display:block; /* makes the entire tab clickable */
	float:left; /* block-level elements force each element to be on its own line, so this puts them back in a horizontal line */
	color:#dfe4ee;
	text-decoration:none;
	background-image:url(../images/mainNav-line.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin: 5px 0 0 0;
	padding:12px 12px 17px 12px;
	}
#mainNav a.end {
	background-image:none; /* remove line on the end of the links */
	}
#mainNav a:hover {
	background:#c4c8d3 url(../images/bg-mainNav-hover.jpg) repeat-x top;
	color:#0c1d42;
	}
#mainNav a.current { /* current section */
	background:#FFF url(../images/bg-mainNav-active.jpg) repeat-x top;
	color:#0c1d42;
	}
	
	/* drop down styles */
#mainNav li ul {
	display: none;
	position: absolute; 
	top: 46px;
	left: -63px;
	background-color:#FFF;
	}
#mainNav li ul a{
	border:none;
	background:#FFFFFF url(../images/bg-dropdown.jpg) left bottom no-repeat;
	color:#142752;
	margin:0;
	padding:9px 10px;
	}
#mainNav li ul a:hover{
	background:#FFFFFF url(../images/bg-dropdown-mo.jpg) left bottom no-repeat;
	}
li > ul { 
	top: auto;
	left: auto;
	}
#mainNav li:hover ul {
	display: block;
	}
	/* end drop down styles */
	
	/* These styles will change the tab to white to indicate which section you are in - make sure you put the proper ID in the body tag */
body#home #n-home a{
	background:#FFF url(../images/bg-mainNav-active.jpg) repeat-x top;
	color:#0c1d42;
	}
body#about #n-about a{
	background:#FFF url(../images/bg-mainNav-active.jpg) repeat-x top;
	color:#0c1d42;
	}
body#partners #n-partners a{
	background:#FFF url(../images/bg-mainNav-active.jpg) repeat-x top;
	color:#0c1d42;
	}
body#investors #n-investors a{
	background:#FFF url(../images/bg-mainNav-active.jpg) repeat-x top;
	color:#0c1d42;
	}
body#brokers #n-brokers a{
	background:#FFF url(../images/bg-mainNav-active.jpg) repeat-x top;
	color:#0c1d42;
	}
body#portfolio #n-portfolio a.topLink{
	background:#FFF url(../images/bg-mainNav-active.jpg) repeat-x top;
	color:#0c1d42;
	}
body#management #n-management a{
	background:#FFF url(../images/bg-mainNav-active.jpg) repeat-x top;
	color:#0c1d42;
	}
body#contact #n-contact a{
	background:#FFF url(../images/bg-mainNav-active.jpg) repeat-x top;
	color:#0c1d42;
	}



	
/* MAIN CONTENT */
.oneColFixCtr #mainContent {
	margin:0 0 0 35px;
	padding:0;
	background: #FFF url(../images/bg-mainContent.jpg) no-repeat top left;
	clear:left;
	border-top:solid 3px #FFF;
	}
#div1 {
	width:540px;
	padding:45px 30px;
	float:left;
	font-size:150%;
	line-height:150%;
	color:#444343;
	background:url(../images/bg-line.jpg) no-repeat bottom left;
	}
#div2 {
	width:315px;
	float:right;
	margin:0;
	padding:0;
	}
.quoteLeft {
	margin:0;
	padding:15px 40px;
	float:left;
	background:url(../images/quotes.gif) no-repeat top left;
	line-height:150%;
	width:220px;
	}
.quoteLeft p {
	border-bottom:solid 5px #405a7d;
	padding-bottom:12px;
	}
.quoteRight {
	margin:0 0 0 15px;
	padding:15px 20px 15px 40px;
	float:right;
	background:url(../images/quotes.gif) no-repeat top left;
	line-height:150%;
	width:220px;
	}
.quoteRight p {
	border-bottom:solid 5px #405a7d;
	padding-bottom:12px;
	}
#subContent {
	margin:0;
	padding:20px 35px;
	width:810px;
	}
#subContent2 {
	margin:0;
	padding:0;
	}
.intro {
	font-size:130%;
	line-height:150%;
	}
.partner {
	padding: 10px 0 25px 295px;
	}
#mainContent ul {
	list-style:none;
	margin:0;
	padding:0;
	}
#mainContent li {
	margin:0;
	padding:0 0 0 15px;
	background:url(../images/bullet5.gif) left top no-repeat;
	}
	
/* FOOTER */
#footer {
	padding:12px 40px 12px 40px;
	margin:3px 35px 0 0;
	clear:both;
	border-top:solid 14px #ececec;
	border-bottom:solid 3px #ececec;
	color:#6b6b6b;
	}
