#faq {
	width: 581px;
	background-color: #ffffff;
	padding-bottom: 30px;
	padding-top: 20px;
	float: left;
	height: 100%;
	min-height: 600px;
}

#faq a {
	color: #0066FF;
	font-weight: bold;
	text-decoration: none;
}

#faq a:hover {
	text-decoration: underline;
}

#faq .name, 
#faq .content {
	padding: 0px 20px;
}

#faq .name {
	color: #1989bc;
	font-weight: bold;
	font-family: Arial Black, Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 90%;
	margin-bottom: 10px;
}

#faq .content {
	padding-top: 10px;
}

#faq .content .question {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding: 15px;
}

#faq .content .question li {
	margin-bottom: 2px;
}

#faq .content .question li a {
	font-weight: normal;
}

#faq .content .answer {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	padding: 15px;
}

#faq .content .answer li {
	padding: 10px 5px;
	padding-top: 20px;
	border-top: 1px dotted #000000;
	line-height: 130%;
	font-size: 11px;
}

#faq .content .answer .label {
	color: #EC7600;
	font-weight: bold;
	font-size: 12px;
}

#faq .content .answer .activeFaq {
	background-color: #eeeeee;
}

#faq .content .answer .clearFaq {
	background-color: transparent;
}