/* FAQ */

	.display_faq
	{
		display:			block;
		float:				left;
		padding:			0 20px 0 20px;
		width:				455px;
		clear:				both;
	}
	
	.display_faq .toggle
	{
		float:left;
	}
	
	#primaryContentArea .contentBoxFour
	{
		 margin-bottom:		20px;
	}
	
		#primaryContentArea .contentItem .text
	{
		margin:				0px;
	}
	
	#primaryContentArea .display_faq ul li a
	{
		background:			url(../graphics/bg_faq.gif) center right no-repeat;
		border-bottom:		1px solid #86cef4;
		color:				#000000;
		float:				left;
		display:			block;
		clear:				both;
		font-weight:		normal;
		width:				455px;
		cursor:				pointer;
	} 
	
	#primaryContentArea .display_faq ul li a:hover
	{
		background:			url(../graphics/bg_faq_hover.gif) center right no-repeat;
		color:				#01b1ec;
	}	

	#primaryContentArea .display_faq ul li a.activeElement
	{
		background:			url(../graphics/bg_faq_hover.gif) center right no-repeat;
		color:				#01b1ec;
	}	
	 
		#primaryContentArea .display_faq .faq_links ul li a
	{
		background: url(../graphics/bg_readmore_orange.gif) right center no-repeat;
		border-bottom: 1px solid #ffffff;
		color: #03a4e8;
		display: block;
		text-decoration: none;
		padding: 0 15px 0 0;
		margin: 0px;
	}
	
		#primaryContentArea .display_faq .faq_links ul li a:hover , #primaryContentArea .display_faq .faq_links ul li a.activeElement
	{
	 	background: url(../graphics/bg_readmore_orange_hover.gif) right center no-repeat;
		border-bottom: 1px solid #03a4e8;		
	}	