#content-wrap {
	background: none;	
}


#tenthirtythirty #content {
	width: 652px;	
}


/* Landing copy/article space
============================================================================================================================================================== */




#tenthirtythirty #whitecopy_box h1 {
	font-family: Verdana, sans-serif !important;
	color: #535353;
	font-size: 22px;
	padding: 10px 0px 10px 6px;
	margin: 0px;
}

#tenthirtythirty #whitecopy_box h2 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #003755;
	font-size: 17px;
	font-weight: normal;
	padding: 6px;
	margin: 0px;
	line-height: 23px;
	background: none;
}

#tenthirtythirty #whitecopy_box h3 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #999;
	font-style: italic;
	font-size: 15px;
	font-weight: normal;
	padding: 16px 0px 5px 6px;
	margin: 0px;
	line-height: 125%;
}

#tenthirtythirty #content p {
	padding: 3px 3px 0px 6px;
	margin: 0px;
}

#tenthirtythirty #content img {

	float: right;
	margin: auto;
}

		/* Blockquote formatting and call-out boxes (also used on Compounding One-pager HTML 2009)
		============================================================================================================================================================== */
		
		#tenthirtythirty #content blockquote { 
			margin: 16px 0px 6px 6px;
			padding: 0px;
		}  
		  
		#tenthirtythirty #content .personalquote p {
			color:#999;
			font-family: "Georgia", Times New Roman, Times, serif;
			font-size: 12px;
			font-style: italic;
		}
		  
		#tenthirtythirty #content .personalquote {
			width: 400px;
			padding: 0px 0px 16px 70px;
			background: url(/media/designimages/quote-image.jpg) left top no-repeat;
			border-bottom: dotted #999 2px;
		}
		  
		#tenthirtythirty #content .graycallbox p {
			color:#9D9A93;
			font-weight: bold;
		}
		  
		#tenthirtythirty #content .graycallbox {
			background-color: #EFEDEA;
			padding: 5px 5px 8px 10px;
		}
		  
		#tenthirtythirty #content .bluecallbox {
			width: 450px;
			padding: 5px 5px 8px 10px;
			background-color: #E1EBEF;
		}
		  
		#tenthirtythirty #content .bluecallbox p {
			color:#666666;
		}

		#tenthirtythirty #content .biotable {
			background-color: #EFEDEA; 
                        margin-bottom: 10px;
                        margin-left: 5px;
                        width: 580px;
		}

		#tenthirtythirty #content .biotable p {
         		font-family: "Georgia", Times New Roman, Times, serif;
			font-size: 13px;
			font-style: italic;
                       color: #666666;
                       padding-left: 15px;
                       padding-right: 15px;
		}

/* whitecopy_box Ordered & Un-ordered lists (no interference with tabs)
============================================================================================================================================================== */

#whitecopy_box ol {
	font-weight: bold;
	font-size: 14px;	
	color: #23505F;
	margin: 0px;
	padding: 0px 0px 6px 32px;
}

#whitecopy_box ol p{
	font-weight: normal;
	color: #555;
}

#whitecopy_box ul {
	list-style-type: none;
	overflow: auto;
	width: 490px;
	padding: 0px;
	margin: 16px 0px;
}

#whitecopy_box ul li {
	float: left;
	width: 221px;
	padding: 0px 0px 20px 5px;
	margin: 0px 5px 15px;
	border: dotted #999 1px; 
}


  
  
/* Sidebar
============================================================================================================================================================== */
#tenthirtythirty #navigation {
	width: 265px;
	padding: 15px;	
}

#navigation h1 {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 16px;
	color: #555;
	padding: 0px 0px 0px 35px;
	margin: 0;
}

#navigation h1 a {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 16px;
	color: #555;
	padding: 0px;
	margin: 0px;
}

#navigation h2 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FF7D00;
	line-height: 18px;
	padding: 0px 0px 0px 35px;
	margin: 0 0 10px 0;
}

#navigation h3 {
	padding-left: 35px;	
	margin-bottom: 5px;
}

#navigation img {
	float: left;
	padding: 0px;
	margin: 0px;
}

#navigation p {
	font-weight: bold;
	color: #999999;
	padding: 0px 0px 0px 35px;
	margin: 4px 0px 0px 0px;
}

#navigation p .teaserOrange {
	color:#FF7D00;
}

#navigation p .teaserGreen {
	color:#6CB518;
}

#navigation p .teaserRed {
	color:#23505F;
}
/* added panel styles per case 25382 */
#navigation .panel {
	                                                     
	cursor: pointer;
	margin:0 ;
	margin-left:35px;
	display:block;
	overflow: auto;
	width:185px;
	padding:4px 0;
	border-top:1px solid white;
	border-bottom:1px solid #ccc;
}

#navigation .panel-top {border-top:none;}
#navigation .panel-bottom {border-bottom:none;}




#navigation .panel h2 {
	padding:0;
	margin:0;
}

#navigation .panel h2 a {
	float:left;
	margin:0;
	padding:0; 
	width:20px; 
	text-align:left;
	font-weight:bold;
	color:#6cb518;
}

#navigation .panel p    {
	float:right;
	margin:0;
	padding:0; 
	width:140px; 
	text-align:left;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	color:#6cb518;
	}


#navigation .panel h2 {margin:0;padding:0;}

#navigation .panel:hover 		{background: #fafafa;}
#navigation .panel:hover p		{ color:#999;}
#navigation .panel:hover h2 a	{ color:#999;}
#navigation .panel h2 a:hover 	{color:#999;text-decoration:none;}

		/* sub-classes created for 'link' color changes within sidebar- these need to be html tagged within a <span class"">
		====================================================================================================================================================== */
		
		#navigation .headinglink h2 {
			font-size: 16px;
			background: none;
		}
		
		#navigation .headinglink a {
			font-weight: light;
			text-decoration: none;
			color: #555555;
		}
		
		#navigation .headinglink a:hover {
			font-weight: light;
			color: #999999;
		}

		#navigation .fundlink_Generic a {			
			text-decoration: none;
			color: #777777;
		}

		#navigation .fundlink_Generic a:hover {			
			text-decoration: none;
			color: #999999;
		}
		
		#navigation .fundlink_Ultra a {
			text-decoration: none;
			color: #FF7D00;
		}

		#navigation .fundlink_Ultra a:hover {
			text-decoration: none;
			color: #999999;
		}

		#navigation .fundlink_Volatility a {
			text-decoration: none;
			color: #455A21;
		}

		#navigation .fundlink_Volatility a:hover {
			text-decoration: none;
			color: #999999;
		}
		
		#navigation .fundlink_Short_UltraShort a {
			text-decoration: none;
			color: #6CB518;
		}
		
		#navigation .fundlink_Short_UltraShort a:hover {
			text-decoration: none;
			color: #999999;
		}

        #navigation .fundlink_130_30 a {
			text-decoration: none;
			color: #23505F;
		}

               #navigation .fundlink_130_30 a:hover {
			text-decoration: none;
			color: #999999;
		}





/* Numbered Content Panel & Title Bar
============================================================================================================================================================== */


#numbered_titlebar {
	width: 800px;
	height: 43px;
	background: #C4C4C4;
	margin: 0px;
}

#numbered_titlebar p {
	font-family: Verdana, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	text-align: left;
	margin: 0px;
	padding: 11px 0px 0px 18px;
	font-weight: normal;
	text-transform: uppercase;
}


#numberedcontent {
	background: #FFFFFF url(/media/designimages/numbered_bkgd.jpg) repeat-x bottom;	
	float:left;
	overflow: auto;
       padding: 0px;
       margin-bottom: 0px;
}

#numberedpanel_left {
	width: 360px;
	padding: 20px 20px;
	float: left;
}

#numberedpanel_right {
	width: 360px;
	padding: 20px 20px;
	float: right;
}

#numberedpanel_left h1, #numberedpanel_right h1 {
	font-family: "Georgia", Times New Roman, Times, serif;
	color: #003755;
	font-size: 15px;
	font-weight: normal;
	line-height: 125%;
}

#numberedpanel_left .redheading h1, #numberedpanel_right .redheading h1 {
	font-family: Verdana, sans-serif;
	color: #23505F;
	font-size: 16px;
	font-weight: lighter;
}


#numberedcontent ul {
	margin: 0px;
	padding-left: 20px;
}

#numberedcontent li {
	list-style-type: disc;
	color: #23505F;
	margin: 0px 6px 0px 0px;
}





/* 130/30 Landing Page Version (color, layout & tab structure)
============================================================================================================================================================== */

#greycopy_box {
	background: #fff url(/media/designimages/graybox_grad-bkgd.jpg) repeat-x top;
	padding: 13px;
	margin: 0 10px 0 0;
}

#whitecopy_box {
	background: #fff;
	padding: 11px;
	margin: 0px;
}

		
		/* Tabbed Navigation - Original (commented out) and UL versions
		====================================================================================================================================================== */
		
		#navlist
		{
        margin:0;
        padding-bottom:26px;
        padding-left: 0px;
		}
		
		#navlist ul, #navlist li
		{
		display: inline;
		list-style-type: none;
		margin: 0;
		padding: 0;
		}
		
		#navlist a
		{
		background: url(/media/images/grey-btn.jpg) repeat #999;
		color: #CCCCCC;
		float: left;
		font-weight: bold;
		line-height: 14px;
		margin-right: 3px;
		padding: 6px;
		text-decoration: none;
		}
		
		#navlist a#current
		{
		background: url(/media/images/white-btn.jpg) repeat-x #FFF;
		color: #23505F;
		}
		
		#navlist a:hover 
        { 
        color: #23505F; 
        background: url(/media/images/white-btn.jpg) repeat-x #FFF;
        }
				
		
		
		
		/*
		#tabs {
			width: 490px;
			height: 20px;
			margin-top: 11px;
			font-size: 10px;
		}
		
		#tabs a:hover {
			background: url(/media/images/white-btn.jpg) repeat-x #FFF;
			padding: 11px 8px 6px 8px;
			margin-top: 0px;
			margin-left: 0px;
			margin-right: 4px;
			color: #23505F;
			font-weight: bold; 
			text-decoration: none;
		}
		
		#tabs a {
			background: url(/media/images/grey-btn.jpg) repeat #999;
			padding: 11px 8px 6px 8px;
			margin-top: 0px;
			margin-left: 0px;
			margin-right: 4px;
			color: #CCCCCC;
			font-weight: bold; 
			text-decoration: none;
		}
		
		#tabs .currenttab {
			background: url(/media/images/white-btn.jpg) repeat-x #FFF;
			padding: 11px 8px 8px 8px;
			margin-top: 0px;
			margin-left: 0px;
			margin-right: 4px;
			color: #23505F;
			font-weight: bold; 
			text-decoration: none;
		}
		*/

		
		
#landingsidebar {
	background: #fff url(/media/designimages/landing_sidebar_bkgd.jpg) repeat-x top;
	float: right;
	width: 220px;
    height: 670px;
	padding: 20px 30px 14px 14px;
	margin: 11px 0px 11px -280px;
}

#landingsidebar h1 {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 16px;
	color: #555;
	padding: 0px 0px 0px 35px;
	margin: 0px;
}

#landingsidebar h1 a {
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: lighter;
	font-size: 16px;
	color: #555;
	padding: 0px;
	margin: 0px;
}

#landingsidebar h2 {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #FF7D00;
	line-height: 18px;
	padding: 0px 0px 0px 35px;
	margin: 0px;
}

#landingsidebar img {
	float: left;
	padding: 0px;
	margin: 0px;
}

#landingsidebar p {
	font-weight: bold;
	color: #999999;
	padding: 0px 0px 0px 35px;
	margin: 4px 0px 0px 0px;
}

#landingsidebar p .teaserOrange {
	color:#FF7D00;
}

#landingsidebar p .teaserGreen {
	color:#6CB518;
}

#landingsidebar p .teaserRed {
	color:#23505F;
}
/* added panel styles per case 25382 */
#landingsidebar .panel {
	                                                     
	cursor: pointer;
	margin:0 ;
	margin-left:35px;
	display:block;
	overflow: auto;
	width:185px;
	padding:4px 0;
	border-top:1px solid white;
	border-bottom:1px solid #ccc;
}

#landingsidebar .panel-top {border-top:none;}
#landingsidebar .panel-bottom {border-bottom:none;}




#landingsidebar .panel h2 {
	padding:0;
	margin:0;
}

#landingsidebar .panel h2 a {
	float:left;
	margin:0;
	padding:0; 
	width:20px; 
	text-align:left;
	font-weight:bold;
	color:#6cb518;
}

#landingsidebar .panel p    {
	float:right;
	margin:0;
	padding:0; 
	width:140px; 
	text-align:left;
	font-style:normal;
	font-weight:normal;
	font-size:10px;
	color:#6cb518;
	}


#landingsidebar .panel h2 {margin:0;padding:0;}

#landingsidebar .panel:hover 		{background: #fafafa;}
#landingsidebar .panel:hover p		{ color:#999;}
#landingsidebar .panel:hover h2 a	{ color:#999;}
#landingsidebar .panel h2 a:hover 	{color:#999;text-decoration:none;}

/* sub-classes created for 'link' color changes within sidebar- these need to be html tagged within a <span class"">
====================================================================================================================================================== */

#landingsidebar .headinglink a {
	font-weight: light;
	text-decoration: none;
	color: #555555;
}

#landingsidebar .headinglink a:hover {
	font-weight: light;
	color: #999999;
}

#landingsidebar .fundlink_Generic a {			
	text-decoration: none;
	color: #777777;
}

#landingsidebar .fundlink_Generic a:hover {			
	text-decoration: none;
	color: #999999;
}

#landingsidebar .fundlink_Ultra a {
	text-decoration: none;
	color: #FF7D00;
}

#landingsidebar .fundlink_Ultra a:hover {
	text-decoration: none;
	color: #999999;
}

#landingsidebar .fundlink_Short_UltraShort a {
	text-decoration: none;
	color: #6CB518;
}

#landingsidebar .fundlink_Short_UltraShort a:hover {
	text-decoration: none;
	color: #999999;
}

             #landingsidebar .fundlink_130_30 a {
	text-decoration: none;
	color: #23505F;
}

             #landingsidebar .fundlink_130_30 a:hover {
	text-decoration: none;
	color: #999999;
}

                  		
