﻿h1
{
	background: #0066B0;
	color: #ffffff;
	font-style: italic;
	padding: 10px 0px 10px 10px;
	border-bottom: solid 2px #F9F400;
	
	text-shadow:1px 2px #000000;
}

#faq_wrapper
{
	border-top:solid 2px #000000;
	padding:20px;
}

#faq_wrapper p
{
		font-weight: normal;
	padding-bottom: 10px;
	color: #2d2d2d;
	font-size: 14px;
	line-height:24px;
}

#faq_wrapper ul
{
	margin:20px 20px 20px 40px;
	font-size:14px;
}

#faq_wrapper ul li
{
	padding-bottom:10px;
	color:#2d2d2d;
}

#faq_wrapper #faq_list
{
	list-style-type:none;
	margin:20px;
}


#faq_wrapper #faq_list .question
{
	background:#e5e5e5 url(/images/faq_icon.png) no-repeat 10px 15px;
	padding:10px 10px 10px 40px;
	margin-top:5px;
}

#faq_wrapper #faq_list .active
{	
	background:#0075ba url(/images/faq_icon_active.png) no-repeat 10px 15px;	
	font-weight:bold;
	color:#ffffff;
	padding:10px 10px 10px 40px;
	margin-top:5px;
}


#faq_wrapper #faq_list .answer
{
	padding:20px;
	display:none;
	line-height:24px;
	border:solid 3px #0075ba;
	border-top:0;
	background:#ffffff;
}

#faq_wrapper #faq_list .question:hover
{
	background-image:url(/images/faq_icon_hover.png);
	cursor:pointer;
	background-color:#c9c9c9;
}

#faq_wrapper #faq_list .answer p
{
	padding-bottom:10px;
	font-size:14px;
}

#faq_wrapper #faq_list .answer a
{
	font-weight:bold;
	color:#0066b0;
}

#faq_wrapper #forms_wrap
{
	overflow:hidden;
	padding:20px;
}

#faq_wrapper #forms_wrap a
{
	display:block;
	background:#e5e5e5;
	width:500px;
	margin-bottom:10px;
	padding:10px;
	text-decoration:none;
	color:#2d2d2d;
	font-size:14px;
}

#faq_wrapper #forms_wrap a img
{
	vertical-align:middle;
	margin-right:10px;
}

#faq_wrapper #forms_wrap a:hover
{
	background:#c9c9c9;
}