/* CSS Document */

/* ----------------------------- RESET -----------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, info  {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus, :active, :hover {
	outline:0;
	-moz-outline-style: none;
}

body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
iframe {
	border:none;
}
.clear {
	clear:both;
	height:1px;
}

/* ----------------------------- Globals -----------------------------*/

body {
	background:#fff url('../images/body_bg.png') repeat-x 50% 357px;
	height:100%;
	font:12px Arial;
	color:#333;
}
hr {
	height:1px;
	border:none;
	border-bottom:1px solid #ccc;
	margin:0;
	margin-bottom:20px;
}
a {
	color:#273b87;
}
em {
	text-decoration:italic;
}

.right {
	text-align:right;
}
.left {
	text-align:left;
}

h3 {
	color:#2f5944;
	font-size:18px;
	font-weight:bold;
	padding-bottom:10px;
}

.date {
	color:#666;
	font-size:11px;
	display:block;
	width:100%;
	padding-bottom:20px;
}
#right {}
	#right h1 {
		font-size:30px;
		color:#2f5944;
		font-weight:bold;
	}
	#right h2, #right h3.title {
		font-size:18px;
		color:#2f5944;
		font-weight:bold;
	}
	#right h3 {
		font-size:16px;
		color:#d9ad2b;
		font-weight:bold;
	}
	#right h4 {
		font-size:14px;
		color:#2f5944;
		font-weight:bold;
	}
	#right h5 {
		font-size:12px;
		color:#d9ad2b;
		font-weight:bold;
	}
	#right h6 {
		font-size:10px;
		color:#2f5944;
		font-weight:bold;
	}
	#right ul {
		margin:15px 0 15px 40px;
	}
	#right ol {
		margin:15px 0 15px 45px;
	}
		#right ul li {
			padding-left:10px;
			list-style-type:disc
		}
		#right ol li {
			padding-left:10px;
			list-style-type:decimal
		}
	body#home #right img {
		width:255px;
		height:93px;
		display:block;
		border:1px solid #ccc;
		background:#eee;
		margin-bottom:10px;
	}
	body#page #right img {
		max-width:560px;
	}
	#right p {
		line-height:150%;
		padding-bottom:10px;
	}
	#right fieldset {
		border:1px solid #a3afa9;
		padding:10px;
		margin-bottom:10px;
	}
	#right fieldset legend {
		border:1px solid #a3afa9;
		padding:5px 10px;
		font-weight:bold;
	}
	#right input.text {
		border:1px solid;
		color:#666;
		border:1px solid #a3afa9;
		width:250px;
		padding:5px;
	}
	#right input.submit {
		background:#b4beb9 url('../images/button_bg.png') repeat-x top left;
		border:1px solid #a3afa9;
		width:262px;
		padding:5px;
		margin-left:12px;
	}

/* ----------------------------- Template -----------------------------*/

.container {
	width:950px;
	margin:0 auto;
	position:relative;
}

#top-nav {
	background:#4d4d4d url('../images/top-nav_bg.png') repeat-x top left;
	height:13px;
	width:100%;
}
	#top-nav #login-register-form {
		background:#6D6D6D url('../images/login-register_bottom.png') no-repeat bottom right;
		width:481px;
		position:absolute;
		right:0;
		top:13px;
		z-index:10;
	}
		#top-nav #login-register-form img.login-register {
			display:inline;
			position:absolute;
			right:34px;
			bottom:-13px;
		}
		#top-nav #login-register-form form {
			display:none;
			z-index:2;
		}
			#top-nav form div {
				border:1px solid #a3afa9;
				background:#fff;
				margin:20px 20px 10px;
				width:439px;
			}
				#top-nav form p, #top-nav form a {
					color:#fff;
				}
					#top-nav form p {
						margin:0 20px 20px 20px;
					}
				#top-nav form input {
					background:#fff;
					border:none;
					padding:5px 0;
					color:#666;
				}
					#top-nav form input.text {
						width:320px;
						padding-left:10px;
					}
					#top-nav form input.submit {
						background:#b4beb9 url('../images/button_bg.png') repeat-x top left;
						width:105px;
					}
#header {
	background:#082535 url('../images/header_img.jpg') no-repeat 50% bottom;
	height:344px;
	width:100%;
}
	#block {
		background:transparent url('../images/black_fade.png') no-repeat;
		width:230px;
		height:160px;
		position:absolute;
		right:20px;
		top:40px;
		color:#fff;
		padding:30px;
		line-height:175%;
	}
		#block a {
			font-size:10px;
			color:#fff;
		}

#content {}
	#left {
		width:304px;
		float:left;
		margin-top:-300px;
	}
		#fund-performance {
			background:transparent url('../images/block_bg.png') no-repeat;
			width:314px;
			height:217px;
			margin:10px 0 10px -10px;
		}
			#fund-performance a {
				color:#222;
			}
			#fund-performance table {
				padding:15px 15px 15px 25px;
			}
				#fund-performance table td, #fund-performance table th {
					padding:5px;
					padding-left:0;
					font-family:courier;
					color:#273b87;
				}
					#fund-performance table thead th {
						border-bottom:1px dashed #222;
						font-size:14px;
						font-weight:bold;
						padding-bottom:10px;
					}
					#fund-performance table tbody tr.first td {
						padding-top:10px;
					}
					#fund-performance table tbody tr.last td {
						padding-bottom:10px;
					}
					#fund-performance table tfoot td {
						border-top:1px dashed #222;
						font-size:11px;
						padding-top:10px;
					}
		#search {
			margin:0 10px 20px 10px;
		}
			#search form {
				border:1px solid #a3afa9;
				background:#fff;
				width:;
			}
				#search form input {
					background:#fff;
					border:none;
					padding:5px 0;
					color:#333;
				}
					#search form input.text {
						width:180px;
						padding-left:10px;
					}
					#search form input.submit {
						text-align:center;
						width:88px;
						background:#b4beb9 url('../images/button_bg.png') repeat-x top left;
						margin-right:0;
						padding-right:0;
					}
		#menu ul {
			margin:0;
		}
			#menu ul li {
				padding:0;
				margin:0;
			}
				#menu ul li a {
					background:transparent url('../images/menu.png') no-repeat;
					display:block;
					width:100%;
					padding:13px 20px 13px;
					color:#222;
					text-decoration:none;
					text-transform:uppercase;
				}
				#menu ul li.active a, #menu ul li.current_page_item a, #menu ul li a:hover {
					background:transparent url('../images/menu_active.png') no-repeat;
					color:#fff;
					margin-right:-14px;
				}
	#right {
		margin-top:20px;
		width:615px;
		min-height:540px;
		float:right;
		background:#fff;
	}
		#right table td {
			width:265px;
			padding:20px;
			margin-bottom:20px;
		}
			#right table td.seperator {
				width:5px;
				padding:0;
			}
	body#page #right {
		margin-top:-156px;
	}
		body#page #right table td {
			width:615px;
		}
		body#page #right img {
			border:1px solid #ccc;
			background:#eee;
			padding:3px;
		}
			

#footer {
	margin:20px auto;
	padding-top:10px;
	border-top:1px solid #ccc;
	text-align:right;
}
table td.error p {
	background:#FFCFCF;
	border:1px solid #FF8F8F;
	padding:5px;
}

table#fund_table, #right table table { }
	table#fund_table tbody tr.odd td, #right table table tbody tr.odd td {
		background:#cbd9d2;
	}
	table#fund_table thead th, table#fund_table tbody tr.yearend td, #right table table tbody tr.yearend td, #right table table thead th {
		background:#2f5944;
		color:#fff;
		padding:4px 6px;
		margin:0 1px 1px 0;
		border-left:1px solid #fff;
		border-bottom:1px solid #fff;
	}
	table#fund_table tbody td, #right table table tbody td {
		background:#daeae2;
		padding:4px 6px;
		margin:0 1px 1px 0;
		border-left:1px solid #fff;
		border-bottom:1px solid #fff;
	}

#modal {
	background: url('../images/transparency.png') repeat;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	display:none;
}
	#modal .window {
		position:absolute;
		top:100px;
		left:50%;
		margin-left:-200px;
		width:380px;
		padding:20px;
		background:#fff;
		border:4px solid #333;
	}
	#modal .window .options {
		margin-top:20px;
		text-align:center;
	}
		#modal .window .button {
			background:#2F5944;
			border:1px solid #333;
			padding:4px 8px;
			color:#fff;
			text-decoration:none;
			display:block;
		}

/* ----------------------------- Wordpress -----------------------------*/

.alignright {
	float:right;
	margin:0 0 10px 10px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin:0 10px 10px 10px;
}
.alignleft {
	float:left;
	margin:0 10px 10px 0;
}
blockquote {
	border-left:4px solid #ccc;
	padding-left:10px;
	margin-left:10px;
	font-family:Georgia;
}
.wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #eee;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	line-height: 200%;
	padding: 0 4px 5px;
	margin: 0;
}
