/* DEFAULT SETTINGS DISPLAY METHODS */

	.contentItem
	{
		border-bottom:				1px solid #d6e7f5;
		font-size:				110%;
		margin:					10px 0 0 0;
		padding:				0 0 10px 0;
	}
	
		.contentItem h4
		{
			color:				#001379;
			font-size:			125%;
			margin:				0px;
			padding:			0px;
		}		

		.contentItem h5
		{
			color:				#001379;
			display:			block;
			font-size:			110%;
			margin:				0;
			text-transform: 		uppercase;
		}
		
		.contentItem .title, .contentItem .title2
		{
			color:				#001379;
			display:			block;
			font-size:			125%;
			font-weight:			bold;
			margin:				0px; 
			padding:			0px;
		}
		
		.contentItem .subtitle	
		{
			color:				#001379;
			font-weight:			bold;
			margin:				0 0 10px 0;
		}
		
		.contentItem .intro
		{
			color:				#161a7b;
			font-weight:			bold;
			margin:				5px 0 5px 0;
		}
			
		.contentItem ul
		{
			display:			block;
			list-style:			none;	
			margin:				0; 
			padding:			0; 
		}
		
			.contentItem ul li
			{	
				list-style:			none;
			}
		
				.contentItem ul li.internalLink a
				{
					color:				#58b6e7;
					background:			url(../graphics/bg_link_internal.gif) left center no-repeat;
					padding:			0 0 0 15px;
				}
		
				.contentItem ul li.externalLink a
				{
					color:				#58b6e7;
					background:			url(../graphics/bg_link_external.gif) left center no-repeat;
					padding:			0 0 0 15px;
				}	
				
				.contentItem ul li.documentLink a
				{
					color:				#58b6e7;
					background:			url(../graphics/bg_link_document.gif) left center no-repeat;
					padding:			0 0 0 15px;
				}					
		
				.contentItem ul li a
				{
					color:				#58b6e7;
					display:			inline;
					font-weight:			bold;
					margin:				0px;
					padding:			0px 21px 0px 0px;
					text-decoration:		none;
				}
				
				.contentItem  ul li a:hover
				{
					text-decoration:		none;
				}
				
				.contentItem .links .title
				{
					display:			none;
				}  
				
				.contentItem .links .subtitle	
				{
					color:				#1B3884;
					font-weight:			bold;
					font-size:			100%; 
					margin:				5px 0 0 0;
				}
		
		.contentItem .text ul
		{
			display:			block;
			list-style:			none;	
			margin:				10px; 
			padding:			0; 
		}
		
			.contentItem .text ul li, .contentItem .text UL LI
			{
				list-style:			none;
				padding:			0 0 0 15px;
				display:			block;
				background:			url(../graphics/bg_bullet.gif) 0 6px no-repeat;	
			}
		
		.contentItem .emptyImageBox
		{
				background:			url(../graphics/bg_empty_img.gif) no-repeat;
				height:				150px;
				width:				150px;
		}
	
	
/* ARTICLE */

	.display_article .imagesBox, 
	.display_article_readmore_thumb .imagesBox
	{
		background:			#e6f3fb;
		float:				left;
		margin:				3px 10px 0 0;
		padding:			0 0 7px 0;
		width:				174px;
	}

	#secondaryContentArea .display_article .imagesBox, 
	#secondaryContentArea .display_article_readmore_thumb .imagesBox
	{
		background:			#e6f3fb;
		float:				left;
		margin:				0px;
		padding:			0px;
		width:				225px;
	}

	.display_article .imageText, 
	.display_article_readmore_thumb .imageText
	{
		font-color:			#001379;
		font-size:			90%;
		padding:			0 0 0 7px;
	}
	
	.display_article_readmore_thumb .imagesBox
	{
		display:			block;
		width:				160px;
	}
	
		.display_article .imagesBox .image img
		{
			border:				1px solid #ffffff;
			float:				left;
			margin: 			6px 0 0 6px;
			width:				160px;
		}
		
		.display_article_readmore_thumb .imagesBox .image img
		{
			border:				1px solid #ffffff;
			float:				left;
			margin: 			6px 0 0 6px;
			width:				120px;
		}
		
		
	#secondaryContentArea .display_article_readmore_thumb .imagesBox
	{
		width:				200px;
	}
	
		#secondaryContentArea .display_article .imagesBox .image img,
		#secondaryContentArea .display_article_readmore_thumb .imagesBox .image img
		{
			border:				1px solid #97d1f0;
			float:				left;
			margin: 			0px;
			padding:			0px;
			width:				225px;
		}	
		
		
/* TEASER */
	.teaserHeader{
		border:					0px;
		padding:				0 0 0 0;
	}
	
	.display_teaser,
	.display_teaser_thumb
	{
		text-align:			left;
	}
	
	
	#primaryContentArea .display_teaser a ul li a,
	#primaryContentArea .display_teaser_thumb ul li a,
	#secondaryContentArea .display_teaser a ul li a,
	#secondaryContentArea .display_teaser_thumb ul li a
	{
		color:				#000000;
		font-weight:			normal;
	}	
	
	#primaryContentArea .display_teaser a ul li a:hover,
	#primaryContentArea .display_teaser_thumb ul li a:hover,
	#secondaryContentArea .display_teaser a ul li a:hover,
	#secondaryContentArea .display_teaser_thumb ul li a:hover
	{
		text-decoration:		underline;
	}	
		
	
	
	#primaryContentArea .contentBoxTwo .contentItem a,
	#primaryContentArea .contentBoxThree .contentItem a,
	#secondaryContentArea .contentBoxOne .contentItem a
	{
		color:				#000000;
		font-weight:			normal;
	}
	
	#primaryContentArea .contentBoxTwo .contentItem a:hover,
	#primaryContentArea .contentBoxThree .contentItem a:hover,
	#secondaryContentArea .contentBoxOne .contentItem a:hover
	{
		text-decoration:		underline;
	}	
	
	.display_teaser .title,
	.display_teaser_thumb .title
	{
		background:			url(../graphics/bg_teasertitle_inactive.gif) top right no-repeat;
	}
	
	.display_teaser .title:hover,
	.display_teaser_thumb .title:hover
	{
		text-decoration:		underline;
	}	
	
	.display_teaser .image, 
	.display_teaser_thumb .image
	{
		float:				left;
		margin:				5px 5px 0 0;
		width:				224px;
	
	}
	
	.display_teaser .image img,
	.display_teaser_thumb .image img
	{
		width:				224px;
		float:				left;
	}
	

		.display_teaser .readMoreBox
		{
			margin:					0 0 0 auto;
			width:					57px;
		}

		.display_teaser .readMore
		{
			cursor:					pointer;
			display:				block;
			height:					16px;
			width:					57px;
		}
		
			.display_teaser .readMore .hide
			{
				display:			none;
			}

.display_teaser_overview{
	clear:						both;
	width:						605px;
	padding:					0 0 10px 0;
	margin:						0 0 10px 0;
}

.display_teaser_overview .box1{
	display:					block;
	width:						224px;
	margin:						0 10px 0 0;
	float:						left;
}

.display_teaser_overview .box2{
	display:					block;
	width:						340px;
	margin:						0 10px 0 0;
	float:						left;
}




/* RELATED LINKS BOXS */
	.display_link .introText
	{
		padding:			0 0 10px 0;

	}

	.display_link ul li a
	{
		color:				#0e2181;
	}
	
	
/* banner */
	
	.display_banner
	{
		margin:					0;
		padding:				0;

	}

	.display_banner .image img
	{
		border:				none;
		margin:					0;
		padding:				0;
	}
	
	.display_banner  ul li a
	{
		background:			none;
		border-bottom:		none;
	
	}
	
	.display_banner  ul li a:hover
	{
		background:			none;
		border-bottom:		none;
	}
	
/* NEWS */
	.display_news .title
	{
		margin:				0 0 5px 0;
		font-size:			13px;
	}
	
	.display_news p
	{
		margin:				5px 0 10px 0;
		color:				#660000;
	}
	
	.display_news_left
	{
		margin:				0 0 10px 0;
		padding:				0 0 10px 0;
		border-bottom:		1px solid #FE0000;
	}
	
	.display_news .imagesBox
	{
		float:				left;
		width:				340px;
		margin-right:		10px;
	}
	
	.display_news .imagesBox .image img
	{
		width:				340px;
	}
	
	
	.display_news_left .imagesBox
	{
		float:				left;
		width:				150px;
		margin-right:		10px;
	}
	
	.display_news_left .imagesBox .image img
	{
		width:				150px;
	}

/* FAQ */

	#primaryContentArea .display_faq ul li a
	{
		font-size:			110%;
		font-weight:			bold;
		padding:			0 0 0 15px;
		text-decoration:		none;
	}

	#primaryContentArea .display_faq .inactive
	{
		background:			url(../graphics/icon_faq_inactive.gif) no-repeat;
		color:				#1d9fdd;
		font-weight:			bold;
		padding:			0 0 0 12px;
	}
	
	#primaryContentArea .display_faq .active
	{
		background:			url(../graphics/icon_faq_active.gif) no-repeat;
		color:				#001379;
		font-weight:			bold;
		padding:			0 0 0 12px;
	}	
	
	#primaryContentArea .display_faq a:hover span
	{
		color:				#001379;
	}	
	
	#primaryContentArea .display_faq .text
	{
		font-size:			105%;
		padding:			0 0 0 15px;
	}

/* QUOTE */

	.display_quote
	{
		margin:			0 0 10px 0;
		padding:		0 0 10px 0;
		border-bottom:		1px solid #FE0000;
	}
	
	.display_quote .quote
	{
		font-weight:		bold;
	}
	

/* IMAGE */


	.display_image .imagesBox
	{
		background:		#e6f3fb;
		margin:			0 0 5px 0;
		padding:		10px;
		width:			438px;
		
	}
	
	#secondaryContentArea .display_image .imagesBox
	{
		width:			208px;
	}
	
		.display_image .imagesBox img
		{
			border:			1px solid #97d1f0;
			width:			438px;
		}
	
		#secondaryContentArea .display_image .imagesBox img
		{
			width:			206px;
		}	
	
	.display_image .imageText
	{
		font-size:		80%;
	}

	#primaryContentArea .contentBoxTwo .display_image .imagesBox,
	#primaryContentArea .contentBoxThree .display_image .imagesBox,
	#primaryContentArea .contentBoxFive .display_image .imagesBox,
	#primaryContentArea .contentBoxSix .display_image .imagesBox
	{
		width:			250px;
	}

		#primaryContentArea .contentBoxTwo .display_image .imagesBox img,
		#primaryContentArea .contentBoxThree .display_image .imagesBox img,
		#primaryContentArea .contentBoxFive .display_image .imagesBox img,
		#primaryContentArea .contentBoxSix .display_image .imagesBox img
		{
			width:			250px;
		}
	
	
/* CUSTOM NEWS */

.display_custom_news
{
	background:		#ffffff;
	float:			left;
	height:			125px;
	margin:			0px;
	padding:		5px;
	width:			360px;
}

	.display_custom_news .imagesBox
	{
		float:			left;
		width:			100px;
		margin:			0 15px 0 0;
	}

		.display_custom_news .imagesBox img.news
		{
			width:			100px;
		}

	.display_custom_news .title
	{
		float:			left;
		width:			250px;
		font-size:			13px;
	}
	
	.display_news_left .title{
		font-size:			13px;
	}

	.display_custom_news .dateBox
	{
		float:			left;
		font-weight:		bold;
		width:			250px;	
	}

	.display_custom_news .textBox
	{
		float:			left;
		width:			250px;	
	}
	
	.display_custom_news .readmoreBox
	{
		float:				left;
		width:				100px;	
	}	

	#primaryContentArea .display_custom_news .text
	{
		color:				#000000;
		font-weight:		normal;
	}

	#primaryContentArea .display_custom_news a:hover
	{
		text-decoration:	underline;
	}



/* CUSTOM PRESENTATIONS */


	#template_presentations .display_custom_presentations a
	{	
		border:			0px;
	}

	#template_presentations .display_custom_presentations .thumbBox
	{
		display:		block;
		float:			left;
		height:			112px;
		margin:			4px 0 0 4px;
		position:		relative;
		width:			147px;
	}
	
		#template_presentations .display_custom_presentations .thumbBox img
		{	
			border:			1px solid #209edf;
			height:			110px;
			margin:			0px;
			padding:		0px;
			width:			145px;
		}
		
		.display_custom_presentations ul
		{
			font-weight:			bold;
			list-style-type:		none;
			margin:				0px;
			padding:			0px;
		}

			.display_custom_presentations ul li a
			{
				border-bottom:			1px solid #bdd5ed;
				color:				#58b6e7;
				display:			block;
				height:				25px;
				margin:				0px;
				padding:			2px 0 0 0;
				text-decoration:		none;
			}

			.display_custom_presentations ul li a:hover
			{
				color:				#001379;
			}
			
		
		#primaryContentArea .display_custom_presentations ul.pageCounter
		{
			list-style-type:		none;
			margin:				0px;
			padding:			0 0 0 5px;	
		}
		
			#primaryContentArea .display_custom_presentations ul.pageCounter li
			{
				color:				#001379;
				display:			block;
				float:				left;
			}		

			#primaryContentArea .display_custom_presentations ul.pageCounter li.pages
			{
				width:				20px;
			}	

			#primaryContentArea .display_custom_presentations ul.pageCounter li.page
			{
				width:				15px;
			}
			
			#primaryContentArea .display_custom_presentations ul.pageCounter li.number
			{
				padding:			1px 0 0 0;
				width:				75px;
			}			
		
				#primaryContentArea .display_custom_presentations ul.pageCounter li a
				{
					color:				#35a8d5;
				}	
				
				#primaryContentArea .display_custom_presentations ul.pageCounter li a.inActiveElement
				{
					color:				#C0C0C0;
				}					
		
	#template_presentations .display_custom_presentations .detailBox img
	{
		padding:		0 0 0 40px;
		width:			400px;
	}	
	
	#template_presentations .display_custom_presentations .detailBox ul
	{
		padding:		0 0 0 40px;
	}

	.display_article_readmore_thumb ul li p {margin-left:140px;}

	.display_article_readmore_thumb 	{float:left; clear:right;}
/* .display_article			{overlflow:hidden; width:100%;} */
.contentField_inAct	{overflow:hidden; width:100%;}
			
