﻿/*	Global Styles */
body, h1, h2, h3, h4, h5, h6, p, pre, blockquote, label, ul, ol, dl, fieldset, address, image {margin:0; padding:0;}
img {border:none;}

.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

body  {
	/* 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 */
	margin: 0px 0px 0px 0px;
	background:#808080;
    font-family: Arial, Helvetica, sans-serif;
    color:#5a5758;	
    font-size:12px;
}

#quotes
{
	margin-top:35px;
	font-size:12px;
	font-style:italic;
	border:solid 1px #c8c8c8;
	padding:15px;
}
#quotes span
{
	font-weight:bold;
	color:#000000;
}


#globalNav 
{
    padding:0px 0px 10px 0px;
    color:#666666;
	width: 960px; 
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*text-align:right;  this overrides the text-align: center on the body element. */
}

#globalNav a:active, #globalNav a:link, #globalNav a:visited
{
    color:#666666;
}

#globalNav a:hover
{
	color:#dc8500; 
 	text-decoration:none;
}


#container { 
	width: 960px; 
	background: #FFFFFF;
	border:solid 1px #941524;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top:20px;
} 

#topNavigation
{
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	line-height:15px;
	letter-spacing: 0px;
	background:#941524;
	height:40px;
	text-align:center;
}

#topNavigation ul{
	list-style: none;
	margin:0px 0px 0px 110px;
}

#topNavigation li{
	float:left;
	margin:8px 0px 0px 0px;
}
/* Start Tab Navigation */
#topNavigation a.inActive {
	display:block;
	font-size:11px;
	font-weight:bold;
	color: #ffffff;
	/* background: url(../images/tabLeftInactive.gif) left top no-repeat; */ 
	text-decoration: none;
} 

#topNavigation a.inActive span
{
	display:block;
	/* background: url(../images/tabRightInactive.gif) right top no-repeat;*/
	padding: 0px 5px 0px 5px;
} 
#topNavigation a.inActive span div
{
	white-space:nowrap;
	display:block;
	/* background:#444242; */
	padding: 5px 7px 4px 7px;
}

#topNavigation a.active, #topNavigation a.inActive:hover {
	display:block;
	font-size:11px;
	font-weight:bold;
	color: #444242;
	/* background: url(../images/tabLeftActive.gif) left top no-repeat; */
	text-decoration: none;
} 
#topNavigation a.active span, #topNavigation a.inActive:hover span
{
	display:block;
	/* background: url(../images/tabRightActive.gif) right top no-repeat; */
	padding: 0px 5px 0px 5px;
} 
#topNavigation a.active span div, #topNavigation a.inActive:hover  span div
{
	white-space:nowrap;
	display:block;
	/* background:#ffffff; */
	color:#dd8d10;
	padding: 5px 7px 4px 7px;
}

#contentContainer
{
    width:960px;
    text-align:left;
}

#contentContainerHome
{
    width:960px;
    text-align:left;
	/*background: url(../images/homeBG.gif) repeat-x;*/
}

#leftNav
{
  
   float:left;
   padding:20px 0px 0px 27px;
   width:173px; 
}

#footer
{
	padding:0px 0px 20px 225px;
}

.footnoteRegular, p .footnoteRegular
{
	padding:8px 0px 8px 0px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	text-align:center;
	line-height:13px;
}
.footnoteItalic, p .footnoteItalic
{
	padding:8px 0px 8px 0px;
	margin:0px 0px 0px 0px;
	font-size:11px;
	font-style:italic;
	text-align:center;
	line-height:13px;
}


.content, .contentHome
{
    float:left;
    padding:25px 25px 25px 25px;
    line-height:18px;
    text-align: left;
    width:710px;   
}



  /* Text Styles*/ 
h1
{
    color:#000000;
    font-size:16px;
    padding: 0px 0px 5px 0px;
    line-height:normal;
        
}
h2
{
    color:#941524;
    font-size:14px;
    padding: 15px 0px 5px 0px;
    line-height:normal;       
}
h3
{
    color:#000000;
    font-weight:bold;
    font-size:12px;
    padding: 15px 0px 5px 0px;
    line-height:normal;     
}
h4
{
    color:#000000;
    font-weight:bold;
    font-size:12px;
    padding: 0px 0px 0px 0px;
    line-height:normal;     
}

p
{
    padding: 0px 0px 10px 0px;
    font-size:12px;
    color:#636466;
    line-height:18px;    
}

.contentHome p
{
	padding: 0px 0px 10px 0px;
    font-size:14px;
    color:#dc8500;
    line-height:18px;    
}
.black{color:#000000;}
.orange{color:#dc8500;}
.grey{color:#636466;}

ul, ol
{
    padding: 0px 0px 10px 0px;
}
ul ul
{
    padding: 4px 0px 4px 0px;
}
.content li
{
margin: 0px 0px 0px 25px;    
    }
	
ol li ol {
padding: 0px 0px 0px 0px; 	
	}
    
 


  /* Global Link Styles*/   
a:link,  a:active, a:visited
 {
	color:#dc8500; 
 	text-decoration:none;
  }
  
 a:hover
 {
 color:#dc8500;
 text-decoration:underline; 
  }
  


/*Side navigation styles*/
/* First level */   
    
.l1ul
    {
    margin:0px;
    list-style:none;
    }
    
.l1ul li
    {
    padding-bottom:5px;
    padding-right:0px; 
    padding-top:3px; 
    }
    
a.l1InActive:link,  a.l1InActive:active,  a.l1InActive:visited
    {
    color:#5a5758; 
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    }
    
a.l1InActive:hover
    {
    color:#dc8500;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    }  

a.l1Active:link, a.l1Active:active, a.l1Active:visited, a.l1Active:hover
    {
    font-weight:bold;
    color:#941524; 
    text-decoration:none;
    font-size:11px;
    
    }
/* Second level */   
    
.l2ul
    {
    margin-left:10px;
    margin-top:5px; 
    margin-bottom:0px;
    list-style:none;
    }
    
.l2ul li
    {
    /* border-bottom:1px dashed #C8C8C8; */
    padding-bottom:5px;
    padding-right:0px; 
    padding-top:3px; 
    }
    
a.l2InActive:link,  a.l2InActive:active,  a.l2InActive:visited
    {
    color:#636466; 
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    }
    
a.l2InActive:hover
    {
    color:#dc8500;
    text-decoration:none;
    font-size:11px;
    font-weight:bold;
    }  

a.l2Active:link, a.l2Active:active, a.l2Active:visited, a.l2Active:hover
    {
    font-weight:bold;
    color:#941524; 
    text-decoration:none;
    font-size:11px;
    }
    
/* Third level */   
    
.l3ul
    {
    padding:0px 0px 0px 0px;
    margin: 3px 0px 3px 10px;
    list-style:none;
    }
    
.l3ul li
    {
    border-bottom:1px solid #FFFFFF;
    padding-bottom:0px;
    padding-right:0px; 
    padding-top:0px; 
    }
    
a.l3InActive:link,  a.l3InActive:active,  a.l3InActive:visited
    {
    color:#636466; 
    text-decoration:none;
    font-size:11px;
    font-weight:normal;
    }
    
a.l3InActive:hover
    {
    color:#6f57a5;
    text-decoration:none;
    font-size:11px;
    font-weight:normal;
    }  

a.l3Active:link, a.l3Active:active, a.l3Active:visited, a.l3Active:hover
    {
    font-weight:bold;
    color:#941524; 
    text-decoration:none;
    font-size:11px;
    }    

#performanceTable{
	font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
	color:#666666;
	width:455px;
	margin:18px 0 20px 0;
	float:left;
}

#performanceTable th{
	color:#666666;
	border-bottom:1px solid #c8c8c8;
	padding:3px;
	vertical-align:bottom;
	text-align:center;
}

#performanceTable td h1, #performanceTable th h1{
	color:#941524;
	font-size:12px;	
}

#performanceTable td{
	color:#000000;	
	padding:3px;
}

.burgundy{
	color:#941524;
}
.SpartanRed{
	color:#941524;
}
.SpartanGold{color:#dc8500;}

.fundTable{
	font-family: Arial, Helvetica, sans-serif;
    font-size:11px;
	color:#666666;
	margin:0px 0 0px 0;
/*	float:left;*/
    border-color: #c8c8c8;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

.fundTable th{
	background:#941524;
	color:#ffffff;
	padding:3px;
    border-color: #c8c8c8;
    border-width: 1px 1px 0 0;
    border-style: solid;
	font-size:14px;
}


.fundTable td{
	border-color: #c8c8c8;
    border-width: 1px 1px 0 0;
    border-style: solid;
	color:#000000;	
	padding:3px 5px 3px 5px;
}



/* Scroller */
#ScrollerContainer{float:left; border-left:1px solid #c8c8c8;padding-left:20px;width:200px;height:200px; font-size:12px;margin-left:30px;margin-top:5px;}
#ScrollerContainer ul{list-style:none;}
#ScrollerContainer li{margin:0px;padding:0px;}

/*Admin button styles*/ 
.button
{
	border: solid 1px #666666;
	background:#c8c8c8; 
}
.buttonContainer
{
    background:#eff0f0;
    border:#c8c8c8 1px solid;    
    padding:20px;
}

.navList
{
margin:0 0 0px 0;
padding:0 0 0px 0;
color:#dc8500;
}



