@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif, Tahoma;
	font-size:12px;
	color:#7D7D7D;
	background-color:#F7F5F5;	
}
img, a img {
	border:0;
}

/************** layout **********************/
#wrapper {
	width:896px;
	margin:0 auto;
	background-image:url(/asset/images/page_bg.jpg);
	background-repeat:repeat-y;
}
#container {
	width:876px;
	margin:0 auto;
}
	#header {
		background-repeat:no-repeat;
		height:121px;
	}
		.main 	{	background-image:url(/asset/images/header.jpg);		}
		.sheep 	{	background-image:url(/asset/images/header_sheep.jpg); 	}
	#navbar {
		background-image:url(/asset/images/nav_bg.jpg);
		background-repeat:repeat-x;
		height:24px;
		clear:both;
	}
	#navbar_bottom {
		clear:both;
		height:13px;
		margin:5px 0;
	}
	#content, #side_panel {
		float:left;
	}
	#content {
		width:605px;
		padding:10px 30px;
		min-height: 400px;
		height: auto !important;
		height: 400px;
	}
	#side_panel {
		width:210px;		
	}
	#footer {
		clear:both;
		height:12px;
		padding-top:8px;
		background-color:#E4E4E4;
	}

#container.wide #content {
	width: 815px;
	background-color:white;
}	
#footer_bootom {
	background-image:url(/asset/images/footer_bottom.jpg);
	background-repeat:no-repeat;
	width:896px;
	height:18px;
	margin:0 auto;
}

/************** main nav ********************/
#nav {
	list-style-type:none;
}
#nav li {
	float:left;
}
#nav li a {
	font-size:12px;
	font-weight:bold;
	color:#999999;
	text-decoration:none;
	line-height:24px;
	display:block;
	height:24px;
	text-align:center;
	padding: 0 8px;
	margin:0 10px 0 0;
}


#nav li a.sel {
	background-image:url(/asset/images/nav_sel_bg.jpg);
	background-repeat:repeat-x;
	color:#FFF;
}

/************** sub nav *********************/
#nav_bottom {
	list-style-type:none;
}
#nav_bottom li {
	float:left;
}
#nav_bottom li a {
	line-height:13px;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	padding:0 10px;
	display:block;
	height:13px;
	color:#999999;
	border-right:1px solid #999;
}
#nav_bottom li a.sel, #nav_bottom li a:hover {
	color:#291F6E;
}
#n2_about 		{ width:60px;}
#n2_partners 	{ width:110px;}
#n2_advisors 	{ width:70px;}
#n2_investment 	{ width:80px;}
#n2_faq 		{ width:50px;}
#n2_reports 	{ width:70px; border:none !important;}


/************** formatting ******************/
#header a {
	text-decoration:none;
}
#footer, #footer a {
	font-size:10px;
	color:#999999;
	text-align:center;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
h1 {
	color:#291F6E;
	font-weight:bold;
	font-size:15px;
	border-bottom:2px dotted #E4E4E4;
	padding:10px 0 5px 0;
	margin-bottom:10px;
}
h2 {
	color:#7D7D7D;
	font-size:13px;
	font-weight:bold;
	margin:18px 0 5px 0;
}
#side_panel h2 {
	color:#38388C;
	font-size:12px;
	margin-bottom:10px;
}
p {
	margin:5px 0 15px 0;
	line-height:17px;
}
.bold {
	font-weight:bold;
}
a {
	color:#38388C;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

small { font-size:10px; }

#side_panel a {
	font-weight:bold;
}
#side_panel {
	color:#38388C !important;
}
.hidden {
	display:none;
}
.highlight {
	padding:10px 20px;
	border:1px solid #665BB9;
}
.box {
	margin:0 16px;
	padding:10px 0;
}
.line {
	border-top:2px dotted #E0E0E0;
	line-height:2px;
	height:2px;
	margin:0 0 10px 0;
}
.pad_down {
	margin-top:33px;
}
#content ul {
	margin:5px 20px 15px 20px;
}
#content ul li {
	margin:10px 0;
}

#content ol {
	margin:5px 20px 15px 20px;
}
#content ol li {
	margin:10px 0;
}
#content blockquote {
	margin-left:20px;
}
.photos {
	list-style-type:none;
}
.photos li {
	background-image:url(/asset/images/border.png);
	background-repeat:no-repeat;
	padding:12px 12px;
	width:87px;
	height:101px;
	float:left;
}
.photos a {
	background-color:#333;
	color:#BBBBBB;
	font-size:9px;
	text-align:center;
	display:block;
	width:87px;
	height:101px;
}
.photos a:hover {
	text-decoration:none;
	color:#FFF;
}
.test {
	border:1px solid red;
}
.odd {
	float:right !important;
	margin:-70px 0;
}

/* Hax (don't look here) */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }
/* END: Hax (don't look here) */