/* CONTENT */
div#content ul.faq{
	margin:					0px;
	margin-left:			30px;
	padding:				0px;
	padding-bottom:			30px;
}

div#content ul.faq li{
	width:					460px;
	border-bottom-style:	solid;
	border-color:			#C9E5F6;
	border-width:			1px;
	background-image:		url('../img/backgrounds/faq.gif');
	background-repeat:		repeat-y;
	list-style:				none;
	display:				block;
}

div#content ul.faq li.open{
	border-style:			solid;
}

div#content ul.faq li a{
	width:					435px;
	padding-top:			6px;
	padding-bottom:			3px;
	padding-left:			25px;
	background-color:		#FFFFFF;
	background-image:		url('../nav/faq/closed.gif');
	background-repeat:		no-repeat;
	font-weight:			bold;
	text-decoration:		none;
	color:					#15457E;
	cursor:					pointer;
	display:				block;
}

div#content ul.faq li a.open{
	width:					425px;
	padding-right:			10px;
	background-image:		url('../nav/faq/open.gif');
}

div#content ul.faq li span{
	margin-left:			30px;
	margin-right:			10px;
	display:				none;
}
