/*
	Generic styles
*/

	html {
		font-size:62.5%;
		height:100%;
	}
	html * {
		padding:0;
		margin:0;
	}
	
	body {
		width:90.8em;
		margin:10px 0 0 10px;
		font-family:Arial, Helvetica, sans-serif;
		/*color:#004F5C;*/
		color:#000;
		height:98%;
	}
	
	a {
		/*color:#004F5C;*/
		color:#000;
	}
	
	a img {
		border:0;
	}
	
	hr {
		border:none;
		height:1px;
		/*border-bottom:1px solid #9EA900;*/
		border-bottom:1px solid #000;
		margin:0.6em 0;
	}
		
/*		
		Targeted styles
*/
	#SiteTools {
		float:right;
		height:3.2em;
	}
		#SiteTools li {
			display:block;
			float:left;
			font-size:1.1em;
			padding:0 0.5em 0 0.7em;;
			vertical-align:middle;
			background: url("/de/Images/bg_footer_line_tcm1487-25385.gif") right 0.5em no-repeat;
			height:1.6em;
			line-height:1.6em;
			margin:0.5em 0 0 0;
		}
		#SiteTools li.Last {
			background: none;

		}
			#SiteTools li a {
				text-decoration:none;
			}
			
			#SiteTools li input#SearchBox {
				font-size:1em;
				height:1.6em;
				width:9em;
				margin:0.4em 0 0 0;
				border:0;
			}
			#SiteTools li input#SearchButton {
				font-size:1em;
				background:none;
				border:0;
				/*color:#004F5C;*/
				color:#fff;
				text-transform:uppercase;
			}			
			
			#SiteTools li.Search {
				/*background: #E2E59E url("../img/bg_searchbox_right.gif") right top no-repeat;*/
				background: #000 url("../img/bg_searchbox_right.gif") right top no-repeat;
				height:2.4em;
				margin:0;
				padding-left:0;
			}

				#SiteTools li.Search label {
					font-weight:normal;
					font-size:1em;
					line-height:1.6em;
					padding:0.5em 0 0.1em 0.5em;
					background: url("../img/bg_searchbox_left.gif") left top no-repeat;
					margin-right:0.7em;
					color: #fff;
				}	
			#SiteTools li.HighContrast {
				/*background:#004F5C;*/
				background:#000;
			}
				#SiteTools li.HighContrast a {
					color:#fff;
					font-weight:bold;
				}	

			#SiteTools li a.small 
			{
				padding: 0 0.1em 0 0.1em;
				font-size: 0.8em;
			}
			
			#SiteTools li a.large {
				font-size: 1.1em;
				padding: 0 0.5em 0 0;
			}
	#Header {
		/*background:#004F5C;*/
		background:#000;
		clear:both;
	}
		#Logo, #LogoHiCont,
		.CoLogo {
			float:left;
		}

		#Logo {
			display:none;
		}

		#LogoHiCont{
			display:block;
		}

		
		.CoLogo {
			margin:0 0 0 1.8em;
		}
		
		#Links {
			height:3.9em;
		}
		
		#PrimaryNav {
			text-align:right;
			list-style-type:none;
			line-height:2em;
		}
			#PrimaryNav li {
				display:inline;
				padding:0 16px 0 0;
				font-weight:bold;
			}
				#PrimaryNav li a {
					color:#fff;
					font-size:1.1em;
					text-decoration:none;
				}
				#PrimaryNav li a:hover {
					text-decoration:underline;
				}				
			#PrimaryNav li.Active  a {
				/*color:#9EA900;*/
				color:#fff;
			}			
				#PrimaryNav li.Active a:hover {
					/*background:#9EA900;*/
					background:#000;
					text-decoration:underline;
				}					
				
		
	#SecondaryNav {
		/*background: #9EA900;*/
		background: #000;
		height:2em;
		line-height:2em;
		margin:0.2em 0 1em 0;
		text-align:right;
		list-style-type:none;

	}
		#SecondaryNav li {
			display:inline;
			margin:0 16px 0 0;
			font-weight:bold;
		}
		#SecondaryNav li.Active {
		}
			#SecondaryNav li a {
				color:#fff;
				font-size:1.1em;
				text-decoration:none;
			}
			#SecondaryNav li a:hover {
				/*color:#004F5C;*/
				color:#fff;
			}

			#SecondaryNav li.Active a {
				/*color:#004F5C;*/
				color:#fff;
			}
				
	#Main {
		height:auto !important;
		height:19.3em;		
		min-height:19.3em;
	}
	
	#Main #ThirdNav {
		background: #fff;
		list-style-type:none;
		width:16.8em;
		/*to shift content panel over in FF*/
		border-bottom:1px solid #fff;
	}
		#Main #ThirdNav li {
			padding:0.6em;
			font-weight:bold;

			text-align:right; 
                                                padding-right:1.8em; 
                                                /*border-bottom:1px solid #004F5C;*/ 
                                                border-bottom:1px solid #000; 
                                                border-right:1px solid #ffffff; 
		}
			#Main #ThirdNav li a {
				/*color:#004F5C;*/ 
				color:#000;
                                                                text-decoration:none; 
                                                                font-size:1.1em; 
			}
			#Main #ThirdNav li a:hover {
				text-decoration: underline;
			}
				#Main #ThirdNav li.Active a {
					/*color:#9EA900;*/
					color:#000;
				}
					
	.Col20,
	.Col60,
	.Col80,
	#Content {
		float:left;
		height:100%;
	}
	
	.Col20 {
		width:17em;
	}
	
	.Col80 {
		width:71em;
	}
	.landingIFrame{
		margin-left:16em;
	}

	#Content {
		width:54em;
		margin:0 14px;
	}

	.Col80#Content {
		width:71em;
		margin-left:0;
		padding-left:1.2em;

	}		#Content #Breadcrumb {
			margin:0 0 16px 0;
			list-style-type:none;
			padding:0;
		}
	
			#Content #Breadcrumb li {
				float:left;
				padding:0 10px 0 6px;
				font-weight:bold;
				background: url("/de/Images/bg_breadcrumb_arrow_tcm1487-25386.gif") right 4px no-repeat;
			}

			#Content #Breadcrumb li.Home {
				padding-left:0;
			}	
			
			#Content #Breadcrumb li.Last {
				font-weight:normal;
				background:none;
			}		
				#Breadcrumb li a {
					font-size:1em;
					/*color:#004F5C;*/
					color:#000;
					text-decoration:none;			
				}
		#Content h1 {
			font-size:2em;
			padding-top: 0.5em;
			margin:0 0 0.9em 0;
			line.height:2em;
			clear: both;
		}
			#Content h1 img {
				display:block;
			}

		#Content h2 {
			font-size:1.5em;
			/*border-bottom:1px solid #9EA900;*/
			border-bottom:1px solid #000;
			margin:0 0 0.6em 0;
			display:-moz-inline-box;
			display:inline-block;
			width: 100%;
		}
		
		#Content p {
			margin:0 0 1.4em 0;
			font-size:1.1em;
			line-height:1.5em;
		}
		
		#Content ul,
		#Content ol {
			padding-left:2em;
			font-size:1.1em;
			margin-bottom:1.4em;
		}
			#Content li {
				padding:0.2em 0;
			}
		
		#Content img.InTextImage {
			float:left;
			margin:0 16px 16px 0;
		}
		
		#Content .FullWidth {
			padding:0 0 18px 0;
		}
			#Content .FullWidth .Text {
				float:left;
				width:354px;
			}

			#Content.Col80 .FullWidth .Text {
				float:left;
				width:47.8em;
			}

			#Content .FullWidth .InfoBox {
				margin:0 0 0 14px;
			}			
				#Content .FullWidth .InfoBox img {
					margin:0 -0.6em;
				}		
		#Content .InfoBox {
			float:left;
			width:15.8em;
			margin:0 1.4em 1.4em 0;
			height:100%;
			font-size:1em;
		}
		
			#Content .InfoBox.Wide {
				width:34.2em;
			}

			#Content .InfoBox.Last {
				margin-right:0;
			}

			#Content .InfoBox p {
				margin:0 0 0.6em 0;
			}
			
			#Content .InfoBox h2 {
				font-size:1.1em;
				border-bottom:none;
				margin:0 1.4em 0.4em -0.6em;
				display:block;
				width: auto;
			}

		#Content input
		{
			margin-right: 0.5em;
		}
			
	#Footer {
		background: url("/de/Images/bg_footer_tcm1487-25387.gif") no-repeat;
		padding:18px 0 0 0;
		margin:18px 0 0 0;
		list-style-type:none;
	}
			#Footer li {
				float:left;
				padding:0 6px;
				background: url("/de/Images/bg_footer_line_tcm1487-25385.gif") right 3px no-repeat;
			}
			#Footer li.Last {
				background: none;
			}			

				#Footer li a {
					/*color:#004F5C;*/
					color:#000;
					font-size:1.1em;
					text-decoration:none;
				}
				#Footer li a:hover {
					text-decoration:underline;
				}
	.AmpTopRight,
	.AmpMiddleRight,
	.AmpBottomRight {
		background-image: url("/de/Images/bg_infobox_tcm1487-27874.gif");
		background-repeat:no-repeat;
	}
	
	.AmpTopRight {
		background-position: right top;
	}
	.AmpMiddleRight {
		background-position: right center;
	}
	.AmpBottomRight {
		background-position: right 100px;
	}

	.AmpBottomLeft {
		background-image: url("/de/Images/%26_tcm1487-31107.gif");
		background-repeat:no-repeat;
		background-position: -14px bottom;
}

	.iFrame {
		/*background-color:#F4F2CC;*/
		background-color:#000;
	}

		.iFrame h2
		{
			margin:0 2.0em 0.4em 0;
			font-size:1.1em;
			font-weight:bold;
			color:#fff;
			min-height:1.2em;
			height:1.2em;
			height:auto !important;
			padding:0.3em 0 0.6em 0.8em;
		}


	.InfoBox {
		margin:0 0 14px 0;
		/*background-color:#F4F2CC;*/
		padding:0 0.6em 0.6em 0.6em;
	}

		
				
		.InfoBox h2,
		.InfoBox dt {
			margin:0 1.4em 0.4em -0.6em;
			font-size:1.1em;
			font-weight:bold;
			color:#fff;
			min-height:1.2em;
			height:1.2em;
			height:auto !important;
			padding:0.3em 0 0.3em 0.8em;
		}
		.InfoBox .InfoImg {
			margin-left:-0.6em;
		}
		.InfoBox p,
		.InfoBox a {
			font-size:1.1em;
		}
		
			.InfoBox p a {
				font-size:1em;
			}
	
		.InfoBox dd {
			margin:0 0 0.6em 0;
		}

		.Orange h2,
		.Orange dt {
			/*background: #CF7600;*/
			background: #000;
		}

		.Red h2,
		.Red dt {
			/*background: #A12830;*/
			background: #000;
		}

		.Yellow h2,
		.Yellow dt {
			/*background: #EBB600;*/
			background: #000;
		}

		.Blue {
			/*background: #CDDFE9;*/
			background: #000;
		}		
			.Blue h2,
			.Blue dt {
				/*background: #016390;*/
			background: #000;

			}
			
		.DarkBlue h2,
		.DarkBlue dt {
			/*background: #00638F;*/
			background: #000;
		}
			
			
		.Literature dd {
			padding-left:2.8em;
			background: url("/de/Images/pdf_icon_2_tcm1487-25388.gif") 0px 0px no-repeat;
			min-height:2.5em;
			_height:2.5em;
		}	
		

		.NextStep dd {
			padding-left:1.6em;
			background: url("/de/Images/arrow_tcm1487-25389.gif") 0px 2px no-repeat;
		}	
		

			.Literature dd.None,
			.NextStep dd.None {
				background:none;
				padding-left:0;
			}

/*

		Homepage specific
*/

	.QuickLinks {
		margin:0 0 0.6em 0;
	}
		.QuickLinks h2 {
			font-size:1.1em;
			font-weight:bold;
			/*color:#004F5C;*/
			background: #FFF;
			line-height:1.6em;
		}
		.QuickLinks select {
			width:100%;
			font-size:1em;
			margin:0 0 0.6em 0;
		}
		
	
.ContactUs {
	margin:0 0 1.6em 0;
	/*border-bottom:1px solid #9EA900;*/
	border-bottom:1px solid #000;
}

.ContactUs.Last {
	border-bottom:none;
}

	.ContactUs img {
		float:left;
	/*	width:100px;*/
		margin:0.3em 1.6em 1.6em 0;
	}
	.ContactUs div {
	/*	float:left;*/
	}

.ContactWrapper {
	/*border-bottom:1px solid #9EA900;*/
	border-bottom:1px solid #000;
	margin-bottom:1.6em;
	clear: left;
}
	.ContactWrapper .ContactUs {
		width:50%;
		float:left;
		border-bottom:none;
	}
		.ContactWrapper .ContactUs div{
			width:15em;
		}

#Content .FundList {
	float:left;
	width:33%;
	margin:0 0 2em 0;
	padding:0.8em 0 0 0;
	list-style:none;
}
	.FundList li {
		padding:0 0.6em 0.4em 0;
		
	}

		.FundList li a {
			padding-right:1.6em;
		}

	.FundList .Start{
		margin-top: 0.8em;
	}
	
	.FundList .Accent {
		font-size:1.4em;
		font-weight:bold;

	}

	#Content #SiteMap {
		margin:0;
		list-style-type:none;
		font-weight:bold;
	}
	#SiteMap a {
		font-size:1.1em;
		display:block;
		float:left;
	}
	#SiteMap ul {
		margin:0;
		list-style:none;
	}
		#SiteMap li {
			margin:0;
			padding:0;
		}
	
		#SiteMap li a {
			float:none;
			text-decoration:none;
		}
		
		#Content #SiteMap li a:hover {
			text-decoration:underline;
		}
				
		#SiteMap ul li {
			margin:1.2em 0 0 0;
			padding:1.2em 0 2.5em 2em;
			/*border-bottom: 1px solid #9EA900;*/
			border-bottom: 1px solid #000;
		}
			#Content #SiteMap ul li ul {
				margin:0em 0 0 1.4em;
			}
			#SiteMap ul li a {
				font-size:1em;
			}
			#Content #SiteMap ul li ul li {
				margin-top:0.1em;
				font-weight:normal;
				float:left;
				padding:0.4em 0.6em 0.2em 0.6em;
				border-bottom:none;
				background: url("/de/Images/bg_footer_line_tcm1487-25385.gif") right 10px no-repeat;
				
			}
			#SiteMap ul li ul li a {
				font-size:1em;
				display:inline;
				float:none;
				
			}
			#Content #SiteMap li.Last {
				background:none;
				border-bottom:none;
			}
		
		
table {
	margin:0 0 1.6em; 0;
}
table td,
table th {
	font-size:1.1em;
}

table th {
	text-align:left;
}

table td.heading {
	font-weight:bold;
}

table td.Center,
table th.Center {
	text-align:center;
}

	table td label {
		float:none;
		line-height:normal;
	}

	table td textarea {
		width:100%;
	}
	
	.bgorderform td {
		padding:0 0 0.4em 0;
	}

	table#OrderSummary {
		width:100%;
		/*border:1px solid #9EA900;*/
		border:1px solid #000;
		border-top:none;
	}
	
	table#OrderSummary td,
	table#OrderSummary th {
		padding: 0.5em;
	}	
	
	
	ul#LogoList {
		list-style-type:none;
	}
		ul#LogoList li {
			float:left;
		}
			ul#LogoList li img {
				padding:0 0.6em;
			}
			
			
			
	.Left {
		float:left;
	}
	label {
		font-size:1.1em;
		font-weight:bold;
		line-height:1.8em;
		height:1.8em;
		float:left;
	}
	fieldset{
		padding:0.3em 0.6em;
		vertical-align:middle;
	}
	#txtSearch {
		margin:0 0.6em;
	}
	#Content .GlossaryList {
		margin:30px 0px;
		padding:0;
		list-style-type:none;
	}
		#Content .GlossaryList li {
			display:inline;
			padding:0px 2px 0px 5px;
			/*background:#004F5C;*/
			background:#000;
			margin:0 0.1em;
		}
		
		.GlossaryList li.None {
			background-image:none;

		}
			#Content .GlossaryList li.Active {
				font-weight:bold;
				/*background:#9EA900;*/
				background:#000;
			}
			#Content .GlossaryList li a {
				color:#fff;
				text-decoration:none;
				font-size:1.1em;
			}
			.GlossaryList li a:hover {
			}
		#Content dl dt {
			font-size:1.1em;
			font-weight:bold;
		}
		

		#LiteratureList td {

			padding:0.2em 0 0.8em 2.6em;
			background: url("/de/Images/pdf_icon_2_tcm1487-25388.gif") 0px 0px no-repeat;
		}	
			#LiteratureList td.None {
				background: none;
			}
			#LiteratureList td.InputField {
				width:8%;
			}
			#LiteratureList td.NonPDF {
				padding-left:0;
				background: none;
			}

		#FundSearch {
			margin:1.6em 0;
			padding:0;
			border:none;			
		}
		
		.FundOption {
			margin:
		}
		#Content select {
			font-size:1em;
		}
		.FundOption {
			width:50%;
			margin-bottom:0.6em;
		}		
		
			.FundOption label,
			.FundOption input {
				display:block;
				float:none;
			}
			
			.FundOption input {
				font-size:1em;
			}
			.FundOption select {
				width:100%
			}
			
	#FundFinder {
		/*border:1px solid #9EA900;*/
		border:1px solid #000;
	}
		#FundFinder td {
			padding:0.5em 0.5em;
		}
		#FundFinder th {
			padding:0 0.5em;
		}
			#FundFinder td a {

			}
		
		#FundFinder td.rowcolone,
		.Green#OrderSummary,
		.Green#frmSearch {
			/*background:#E2E59E;*/
			background:#000;
		}

		.Caption {
			float:left;
			width:13em;
			/*background:#004F5C;*/
			background:#000;
			color:#fff;
			font-weight:bold;
			margin:0 1.6em 1.6em 0;
		}
		
			#Content .Caption img.InTextImage {
				float:none;
				margin:0;
				padding:0;
			}
			
			#Content .Caption p {
				margin:0.4em;
			}

	#TickerLink {
		display:block;
		height:3em;
	}

	#FooterText {
		font-size:1.1em;
		margin: 1.2em 0 0 0.6em;
	}

	.Banner {
		margin:0 0 1.3em 0;
	}

	#Content .loginFieldContainer{
		padding:0 0 0 7em;
	}

	#Content .loginField{
		width: 10em;
	}

	span.HiddenCaption{display:none;}
