﻿div#faq
{
	position: relative;
	width: 870px;
	padding-top: 30px;
}
div#faq h2
{
	text-decoration: none;
	text-align: Left;
	letter-spacing: normal;
	line-height: 1.3em;
	text-transform: none;
	margin: 0;
	width: 860px;
	/*background-color: #b3e9fb;*/
}
div#faq a.toggle, div#faq div.question a.close
{
	display: block;
	float: right;
	text-decoration: none;
	padding-top: 4px;
	display: block;
	float: right;
}
div#faq a#closeAll
{
	display: none;
}
div#faq p
{
	margin-bottom: 0;
}
div#faq div.question
{
	text-align: left;
	padding-top:20px;
	line-height: 1.3;
	width: 700px;
}
div#faq div.question a.question
{
	float: left;
	color: #003e83;
	text-decoration: none;
	font-weight: bold;
}
div#faq div.question a.close
{
	float: right;
	font-size: 83%;
	display: none;
}
div#faq div.question div.answer
{
	display: none;
}
div#faq div.expanded a.close
{
	display: block;
}
div#faq div.expanded div.answer
{
	display: block;
	padding: 0 0 10px 0;
	border-bottom:solid 1px #B3E9FB;
}
div#faq div.expanded div.answer p
{
	width: 690px;
}

.footnote-faq
{
	font-size:0.833em;
    color:#333333;
    display:block;
}
div#faq_girl
{
	position: absolute;
	top: 0px;
	left: 762px;
	z-index: 1;
}
div#faq ul
{
	padding-left:30px;
}

