/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! Note: removed sup & sup ,
table, caption, tbody, tfoot, thead, tr, th, td */

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, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	/* text-align: left;  */
	vertical-align: baseline;
}

a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

ol, ul {
	list-style: none;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

body {
	font: normal 62.5% "Adobe Garamond Regular", Garamond, serif;
}

p{	
	display: block;
	margin-bottom: 10px;
}

strong{
	font-weight: bold;
}



.simmain,
a.simmain,
a:hover.simmain,
a:active.simmain {
	font: normal 11pt/22px "Adobe Garamond Regular", Garamond, serif;
	color: #493e1e;
	text-decoration: none;
}

.simalt{
	color: #7e8015;
}

.simmainsmall {
	font: normal 9pt/15px "Adobe Garamond Regular", Garamond, serif;
	color: #7e8015;
	text-decoration: none;
}

.simnav {
	font: normal 11pt/22px "Adobe Garamond Regular", Garamond, serif;
	color: #493e1e;
	text-decoration: none;
	letter-spacing: 1px;
}

/* @group Left Navigation */

a.simnav,
a:hover.simnav,
a:active.simnav {
	display: block;
	font: normal 9pt/30px "Adobe Garamond Regular", Garamond, serif;
	color: #493e1e;
	text-decoration: none;
	letter-spacing: 1px;
}

table a:hover.simnav {
	color: #7e8015;
}

.simbio,
a.simbio,
a:hover.simbio,
a:active.simbio {
	display: block;
	font: normal 10pt/30px "Adobe Garamond Regular", Garamond, serif;
	color: #7e8015;
	text-decoration: none;
	font-variant: small-caps;
}

table a:hover.simbio {
	color: #493e1e;
}

/* @end */

.simsmall,
a.simsmall,
a:hover.simsmall,
a:active.simsmall {
	font: normal 10pt/20px "Adobe Garamond Regular", Garamond, serif;
	color: #7e8015;
	text-decoration: none;
	letter-spacing: 1px;
}

table a:hover.simsmall {
	color: #493e1e;
}

/* @group header login */

.login,
a.login,
a:hover.login,
a:active.login {
	font: normal 9pt "Adobe Garamond Regular", Garamond, serif;
	color: #7e8015;
	text-decoration: none;
	letter-spacing: 1px;
}

table a:hover.login {
	color: #ffffff;
}

/* @end */

.h1,
a.h1,
a:hover.h1,
a:active.h1 {
	font: bold 14pt/22px "Adobe Garamond Regular", Garamond, serif;
	color: #7e8015;
	text-decoration: none;
	letter-spacing: 2px;
	font-variant: small-caps;
}

.h1 span{
	font-variant: normal;
	font-size: 12pt;
}

table a:hover.h1 {
	color: #493e1e;
}

.h2,
a.h2,
a:hover.h2,
a:active.h2 {
	font: bold 12pt/22px "Adobe Garamond Regular", Garamond, serif;
	color: #7e8015;
	text-decoration: none;
	letter-spacing: 2px;
	font-variant: small-caps;
}

table a:hover.h2 {
	color: #493e1e;
}

/* @group System */

#system_container{
	display: block;
	position: relative;
	padding-top: 70px;
}

/* @group Sub Navigation in System */

ul#sub_nav{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 818px;
	float: left;
	border-bottom: 20px solid #8e8b03;
}

ul#sub_nav li{
	display: block;
	float: left;
	width: 191px;
}

ul#sub_nav a:link,
ul#sub_nav a:visited,
ul#sub_nav a:hover,
ul#sub_nav a:active{
	display: block;
	width: 191px;
	height: 35px;
	line-height: 35px;
	float: left;
	text-transform: uppercase;
	text-align: center;
}

ul#sub_nav li#on a{
	background: transparent url(../images/sub_nav_on.gif) no-repeat top left;
	color: #493e1d;
}

ul#sub_nav li a{
	background: transparent url(../images/sub_nav_off.gif) no-repeat top left;
	color: #7e8015;
}

ul#sub_nav a#firm_overview:hover,
ul#sub_nav a#my_funds:hover{
	color: #fff;
}

/* @end */

/* @group Login Form */

ul#login_form{
	display: block;
	position: relative;
	width: 42%;
	left: 40%;
	margin-left: -20%;
	margin-bottom: 15px;
}

ul#login_form li{
	width: 100%;
	font: normal 11pt "Adobe Garamond Regular", Garamond, serif;
	color: #493e1e;
}

ul#login_form li label{
	display: block;
	float: left;
	width: 30%;
	text-transform: uppercase;
	line-height: 22px;
}

ul#login_form li .txt_field{
	display: block;
	float: left;
	width: 69%;
	line-height: 22px;
}

ul#login_form li .txt_field input{
	display: block;
	width: 98%;
	height: 18px;
	border: none;
	font: normal 11pt/20px "Adobe Garamond Regular", Garamond, serif;
	color: #493e1e;
	background-color: #ddddb4;
}

/* @end */

/* @group Email Form */

ul#email_form{
	display: block;
	position: relative;
	width: 42%;
	left: 40%;
	margin-left: -20%;
	margin-bottom: 15px;
}

ul#email_form li{
	width: 100%;
	font: normal 11pt "Adobe Garamond Regular", Garamond, serif;
	color: #493e1e;
}

ul#email_form li label{
	display: block;
	float: left;
	width: 35%;
	padding-right: 10px;
	text-transform: uppercase;
	line-height: 22px;
	text-align: right;
}

ul#email_form li .txt_field{
	display: block;
	float: left;
	width: 59%;
	line-height: 22px;
	overflow: visible;
}

ul#email_form li .txt_field input{
	display: block;
	width: 98%;
	height: 18px;
	border: none;
	font: normal 11pt/20px "Adobe Garamond Regular", Garamond, serif;
	color: #493e1e;
	background-color: #ddddb4;
}

ul#email_form li .txt_field textarea{
	display: block;
	width: 150%;
	border: none;
	font: normal 11pt/20px "Adobe Garamond Regular", Garamond, serif;
	color: #493e1e;
	background-color: #ddddb4;
}

/* @end */


/* SUBMIT buttons */
ul#email_form li input#submit,
ul#login_form li input#submit{
	display: block;
	height: 22px;
	border: none;
	font: normal 11pt/22px "Adobe Garamond Regular", Garamond, serif;
	color: #fff;
	background-color: #8e8b03;
}

/* @group Firm Overview */

table#investment_terms{
	width: 50%;
	background-color: #ddddb4;
	border-top: 3px solid #ddddb4;
	border-bottom: 3px solid #ddddb4;
}

table#investment_terms td{
	padding: 2px 8px;
	font: normal 10pt "Adobe Garamond Regular", Garamond, serif;
	color: #000;
}

/* @end */

/* @group My Funds */

ul#select_fund{
	display: block;
	width: 40%;
}

#select_fund li{
	font: normal 11pt "Adobe Garamond Regular", Garamond, serif;
}

ul#select_fund li label{
	display: block;
	float: left;
	width: 30%;
	line-height: 22px;
}

ul#select_fund li .txt_field{
	display: block;
	float: left;
	width: 69%;
	line-height: 24px;
}


#select_fund select{
	display: block;
	height: 22px;
	border: none;
	font: normal 11pt/20px "Adobe Garamond Regular", Garamond, serif;
	color: #493e1e;
	background-color: #ddddb4;
	text-transform: uppercase;
}

#fund_container{
	display: block;
	float: left;
	width: 95%;
	padding-top: 10px;
}

table#fund{
	display: block;
	float: left;
	width: 55%;
	background-color: #ddddb4;
	border-top: 3px solid #ddddb4;
	border-bottom: 3px solid #ddddb4;
}

table#fund td{
	width: 50%;
	padding: 2px 8px;
	font: normal 10pt "Adobe Garamond Regular", Garamond, serif;
	color: #000;
}

#pdf_lists{
	display: block;
	width: 40%;
	float: right;
}

ul.pdf_list{
	display: block;
	height: 154px;
	background-color: #ddddb4;
	padding: 5px;
	overflow-x: hidden;
	overflow-y:auto;
}

.pdf_list a:link,
.pdf_list a:visited,
.pdf_list a:active{
	font: normal 10pt/1.2em "Adobe Garamond Regular", Garamond, serif;
	color: #493e1e;
	text-decoration: none;
}

.pdf_list a:hover{
	text-decoration: underline;
}

/* @end */

/* @end */

/* Clearing Floats */

.clear:after{
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}

.clear{
	display: inline-block;
}

/* Hides from IE5-mac \*/
* html ul#sub_nav li{height: 1%;}
/* End hide from IE5-mac */





