/* Global Text family and size declarations */

body, body div, body p, body th, body td, body li, body dd, body input, body a, body select, body textarea {
	font-family: Arial;
    font-size: x-small;
    voice-family: "\"}\"";
    voice-family: inherit;
    font-size: small;
}


/* IE 6- Only */
* html body, * html body div, * html body p, * html body th, * html body td, * html body li, * html body dd, 
* html body input, * html body a, * html body select, * html body textarea {
	font-family: Arial;
    font-size: small;
}

/* Firefox */
html>body, html>body div, html>body p, html>body th, 
html>body td, html>body li, html>body dd, html>body input, html>body a, html>body select, html>body textarea {
    font-size: small;
	font-family: Arial;
}

/* Site Structure and Navigation Declarations */

html, body, #mainform {
    height: 100%;
}

body {
    background: #C5C6B6 url('images/bg.gif') repeat-y center top;
    text-align: center;
    margin: 0;
    padding: 0;
}

#container {
    width: 1000px;
    text-align: left;    
    background: url('images/bg_container.gif') repeat-y #FFFFFF;
    margin: 0 auto 0 auto;
    position: relative;
    min-height: 100%;
    height: 100%;
}

html>body #container {
    height: auto;
}

#containerPrint 
{
	width: 100%;
	background: #FFFFFF;
	text-align: left;
}

#header {
    width: 985px;
    margin: 0;
    padding-left: 15px;
    min-height: 50px;
    background: white;
    voice-family: "\"}\"";
}

#footer {
    width: 990px;
    background: #003366;
    color: #FFFFFF;
    font-size: 80%;
    position: absolute;
    bottom: 0;
    margin: 20px 0 0 0;
    padding: 10px 5px 10px 5px;
}

/********************* Global Anchor Declarations *********************/

a, a:link, a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/********************* Horizontal Content Dividers *********************/

#contentTeaser 
{
	/* This min-height addresses the image fader not correctly filling out the height. */
	min-height: 169px;
}

#contentMain {
}

/********************* Navigation - Primary Drop Down *********************/

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1000;	
}

#nav a {
	display: block;
	/*width: 12em; */
	margin: 0 3em 0 0;
}

#nav li { /* all list items */
	float: left;
	z-index: 1000;
	/*width: 12em;*/ /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #F8F8F8;
	border-top: 1px solid #000066;
	border-right: 1px solid #000066;
	border-top: 1px solid #000066;
	color: #000066;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li a, #nav li a:link, #nav li a:visited, #nav li a:hover
{
	font-size: 100%;
}

#nav li ul li 
{
	display: block;
	border-bottom: 1px solid #000066;
	padding: 0;	margin: 0;
	width: 100%;
}

#nav li ul li a, #nav li ul li a:link, #nav li ul li a:visited {
    font-size: 100%;
    color: #000066;
    text-decoration: none;
    font-weight: normal;
    margin: 0px;
    padding: 5px;
    display: block;
}


#nav li ul li a:hover
{
	color: #FFFFFF;
	background: #003399;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

/********************* Navigation - Primary *********************/

#navigationPrimary {
    width: 985px;
    margin: 0;
    background: #003366;
    min-height: 25px;
    color: white;
    /* Default - for IE 7 */
    padding: 10px 0px 2px 15px;
}

/* IE 6- Only */
* html #navigationPrimary {
    padding: 10px 0px 10px 15px;
}




#navigationPrimary a, #navigationPrimary a:link, #navigationPrimary a:visited, #navigationPrimary a:hover {
    font-size: 100%;
    color: #FFFFFF;
    text-decoration: none;
    font-weight: bold;
}

/*
#navigationPrimary ul {
    display: inline;
    margin: 0;
    padding: 0;
}

#navigationPrimary ul li {
    display: inline;
    margin: 0 35px 0 0;
    padding: 0;
}


*/

/********************* Navigation - Secondary *********************/

.navigationSecondary {
	list-style-type: none;
	list-style-image: none;
	color: #ffffff;
} 

.navigationSecondary ul 
{
	padding: 2px 0 10px 0;
	margin: 0;
	list-style: none;
}

.navigationSecondary ul li
{
	padding: 0;
	margin: 0;
	list-style: none;
}


.navigationSecondary a, .navigationSecondary a:link, .navigationSecondary a:visited, .navigationSecondary a:hover 
{
	display: block;
	padding: 2px 0 2px 20px;
    color: #FFFFFF;
    text-decoration: none;
    
}

.navigationSecondary a:hover, .navigationSecondaryActive
{
 	background: #003399;
}


/********************* Navigation - Footer *********************/

#footer
{
	/*font-size: 80%;*/
}

#footer .floatLeft 
{
	font-size: 8pt;
}

.navigationFooter ul li a {
    font-size: 8pt;
}

.navigationFooter {
    float: right;  
}
.navigationFooter ul {
    display: inline;
    margin: 0;
    padding: 0;
}

.navigationFooter ul li {
    display: inline;
    margin: 0 0 0 0;
    padding: 0;
    list-style: none;
}

.navigationFooter ul li a {
    border-left: 1px solid white;
    padding-right: 5px;
    padding-left: 6px;
}

.navigationFooter ul li a.first {
    border: none;
}

.navigationFooter a, .navigationFooter a:link, .navigationFooter a:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.navigationFooter a:hover {
    text-decoration: underline;
}


/********************* Section - Left *********************/

.sectionLeft {
    width: 300px;
    margin: 0 0 30px 0;
    padding: 0px;
    float: left;
}

.sectionLeft p {
    margin: 5px 15px 5px 15px;
    color: #FFFFFF;
    font-size: 90%;
}

.sectionLeft .readMore {
    float: right;
    margin: 0 15px 10px 0;
    padding: 0;
    vertical-align: middle;
}

/* IE 6- Only */
* html .sectionLeft .readMore {
    margin: 0 12px 10px 0;
}

.sectionLeft .readMore a:hover {
	text-decoration: underline;
}

.sectionLeft a, .sectionLeft a.link, .sectionLeft a.visited, .sectionLeft a.hover {
    color: #FFFFFF;
    text-decoration: none;
}

/********************* Section - Upper Left *********************/

.sectionUpperLeft {
    width: 300px;
    margin: 0;
    padding: 0px;
    float: left;
}

.sectionUpperLeft p {
    margin: 5px 15px 5px 15px;
    color: #FFFFFF;
    font-size: 90%;
}

.sectionUpperLeft .readMore {
    float: right;
    margin: 0 15px 10px 0;
    padding: 0;
    vertical-align: middle;
}


/* IE 6- Only */
* html .sectionUpperLeft .readMore {
    margin: 0 12px 10px 0;
}

.sectionUpperLeft .readMore a:hover {
	text-decoration: underline;
}

.sectionUpperLeft a, .sectionUpperLeft a.link, .sectionUpperLeft a.visited, .sectionUpperLeft a.hover {
    color: #FFFFFF;
    text-decoration: none;
}

/********************* Section - Right *********************/

.sectionRight {
    width: 690px;
    margin: 0;
    padding: 5px;
    float: right;
    background: url('images/bg_mainText.gif') top left no-repeat #FFFFFF;
}

.sectionRightPhotograph {
    width: 700px;
    margin: 0;
    padding: 0;
    float: right;
    min-height: 150px;
}


/********************* Search Box *********************/

.search {
    /*padding: 15px 5px 15px 15px;*/
    margin: 0;
    background: #003366;
    color: #FFFFFF;
}

.searchField {
    font-size: 100%;
    border: 1px groove rgb(0, 64, 138); 
    background-color: rgb(255, 255, 255);
    color: rgb(0, 64, 138); 
    width: 175px; 
    margin: 15px 0 15px 15px;
    padding: 0px 0px 0px 0px;
    /*height:19px; */
}

.searchButton {
    font-size: 100%;
    background-color: transparent;
    text-decoration: none;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
    padding: 0;
    vertical-align: middle;
}

.searchButton:hover {
    text-decoration: underline;
}


.search .submitWrapper
{
	float: right;
    margin: 15px 8px 10px 0;
    padding: 0;
    vertical-align: middle;
}

/* FireFox */
html > /**/ body .search .submitWrapper
{
	margin: 15px 15px 10px 0;
}


.search .submitWrapper a:hover
{
	text-decoration: underline;
}

/********************* Investor Login *******************/

#investorLogin {
	margin: 20px 25px 0 0;
	float:right;
	
}

#investorLogin a {
	color:#003366;
	text-decoration:none;
	font-size:14pt;
}

#investorLogin a:hover {
	color:#003366;
	text-decoration: underline;
	font-size:14pt;
}



/********************* Page Actions *********************/

.pageActions {
    float: right;
    padding: 0;
    margin: 5px 5px 0px 0px;
}

.pageActions a, .pageActions a.link, .pageActions a.visited {
    font-size: 80%;
    color: #000000;    
}

/********************* Misc Main Areas *********************/

.mainText {
    padding: 0 10px 35px 10px;
}

.mainText p
{
	color: #000000;
	/*font-size: 12pt;*/
}

.mainText a 
{
	color: #003366;
}

.mainText a:hover
{
	text-decoration: underline;
}

.mainText a:visited
{
	color: #666666;
}

.backgroundPhoto {
    min-height: 130px;
    padding: 0;
    margin: 0;
}

/********************* Fund Rendering *********************/

#fundTable
{
}

#fundTable table
{
	border-spacing: 0px;
	border-width: 0px;
	border-style: solid;
	border-color: #003366;
}

#fundTable td
{
	font-weight: bold;
	font-size: 9pt;
	border-style: none;
	padding: 2px;
}

#fundTable table tr.borderRow td
{
	font-weight: normal;
	border-width: 1px;
	border-style: solid;
	border-color: #003366;

}

#fundTable a
{
	font-weight: normal;
	font-size: 9pt;
	text-decoration: underline;
}

#fundTable th 
{
	border-style: solid;
	border-color: #003366;
	background-color: #003366;
	color: #ffffff;
	font-size: 9pt;
	text-align:center;
}

#chartTable
{
	color:#003366;
	
}

#chartTable td 
{
	text-align: center;
	border: 1px solid #003366;
}

#fundList
{
	color:#003399;
}

#fundTitle {
    font-size: 165%;
    color: #000066;
    margin-top: 5px;
    margin-bottom: 10px;
    line-height: 28px;
    padding-top: 0;
    font-weight: normal;
}    




/********************* Principal List Rendering ****/

#principalList a
{
	text-decoration: underline;
}

#principalList h2
{
	color: #003399;
}


/********************* Principal Rendering *********/

#principalRendering
{
	color: #003366;
}

#principalRendering h2
{
	font-size: 140%;
	color: #003399;
}

#principalRendering a
{
	text-decoration: underline;
}

/**************Team Member List Rendering***********/

#teamMembers
{
	color: #003366;
}

#teamMembers .teamHeader
{
	border-width: 1px;
	border-style: solid;
	background: #003366;
	color: #ffffff;
	font-size: 10pt;
	/*padding: 2px 1px 2px 1px;*/
	padding: 2px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
 
#teamMembers td
{
	color: #003366;
	line-height: 1.3em;
	vertical-align: top;
	text-align: center;
}

#teamMembers .team
{
	font-size: 8pt;
	margin: 2px 2px 3px 2px;
	padding: 3px 1px 5px 1px;
	border-width: 1px;
	border-style: solid;
}

#teamMembers a
{
	font-size: 8pt;
	text-decoration: underline;
}

/**************Contact Form and Email This Page styles***********/


#contactForm2
{
	color: #003366;
}


#contactForm2 input, textarea
	{
		background-color: transparent;
		border-color: silver;
		border-width: 2px;
		border-style: ridge;
		color : #333333;
		padding: 3px;
	}
	


/********************* Headers *********************/

h1 {
    font-size: 175%;
    color: #000066;
    margin: 15px 0 30px 0;
    line-height: 28px;
    padding-top: 0;
    font-weight: normal;
}    

h2 {
    font-size: 110%;
    color: #000066;
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 28px;
    padding-top: 0;
    font-weight: normal;
} 

.sectionLeft h2, .sectionUpperLeft h2 {
    background: url('images/bg_h2.gif') repeat-x;
    font-size: 110%;
    font-weight: bold;
    color: #FFFFFF;
    padding: 4px 5px 4px 15px;
    margin: 0;
    height: 28px;
    line-height: 20px;
}    




h3{
    margin: 0 0 .5em 0;
    padding: 0;
}

h4 {
    font-size: 100%;
    margin: .5em 0 .5em 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #000066;
}
h5 
{
    font-size: 85%;
    padding: 0;
    margin: 0;
}


/********************* CSS float properties *********************/
.floatLeft {
    float: left;
    margin-right: 5px;
}
.floatRight {
    float: right;
    margin-left: 5px;
}
.clearFloat {
    clear: both;
    height: 0px;
    font-size: 0;
    line-height: 0px;
}

/********************* Misc *********************/

.verticalSpacer {
    height: 364px;
    width: 1px;
    background: transparent;
    float: right;
}

img {
    border: 0;
    padding: 0;
    margin: 0;
}

a img {
    border: none;
}

hr {    
    color: #A5B2CE;
    background-color: #A5B2CE;
    border: 0 solid #A5B2CE;
    height: 1px;
}

.fineprint {
    font-size: 80%;
}

.hiddenDiv 
{
    visibility: hidden;
}
