/********************
 * Frequentaly Asked Questions
 */
#faq-sections, #faq-questions {
	background-color: #ff8442;
	width: 125px;
	color: #fff;
} #faq-sections {
	margin-left: 14px;
	padding-left: 18px;
	padding-bottom: 8px;
} #faq-questions {
	font-size: 0.86em;
	padding-left: 15px;
	width: 110px;
} #faq-sections li {
	font-weight: bold;
	font-size: 0.95em;
	height: auto;
	padding: 8px 0 8px 0;
} #faq-questions li {
	list-style-type: disc;
	font-weight: normal;
	padding: 0 0 2px 0;
} #faq-sections a {
	color: #fff;
}

div.faq-questions {
	background: url(/site_images/backgrounds/picturesurround.gif) ;
	width: 600px;
	height: 550px;
	margin-top: 60px;
} #faq-list {
	position: relative;
	top: 93px;
	left: 93px;
	background: #ffc6a5;
	width: 417px;
	height: 363px;
	vertical-align: middle;
} #faq-list a {
	color: #f75200;
} #faq-list a:hover, #faq-list a:active {
	color: #f70;
} #faq-answer {
	margin-top: 50px;
}

ol ol {
	list-style-type: lower-alpha;
}
