﻿
.help_page h1 
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

.help_page h2 
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #4c4c4c;
}

.help_page h3 
{
	font: bold 12px Arial, Helvetica, sans-serif;
}

.help_page a 
{
	font:  13px Arial, Helvetica, sans-serif;
	color: #000000;
}

.abigger 
{
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

.help_page ul 
{
	padding: 0;
	margin: 0 0 0 30px;
}

.help_page img 
{
	border: none;
}

.FAQHeader {
	background: url(../images/helpHeader.gif) no-repeat top left;
	width: 907px;
	height: 18px;
}

.NOHeader {
	background: url(../images/noHeader.gif) no-repeat top left;
	width: 907px;
	height: 18px;
}

.HowItWorksHeader {
	background: url(../images/howitworksHeader.gif) no-repeat top left;
	width: 907px;
	height: 18px;
}

.breadcrumb 
{
	margin: 3px 0 0 90px;
}
.HowItWorksHeader .breadcrumb {
    margin: 3px 0 0 200px;
}
.breadcrumb ul 
{
	margin: 0;
}

.breadcrumb ul li 
{
	display: inline;
}

.breadcrumb ul li a 
{
	color: #4c4c4c; 
	font: normal 11px Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.breadcrumb ul li a:hover 
{
	color:#000000
}

.FAQWrapper
{
	border-top: none;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	width: 885px;
	margin: 0 10px 10px 10px;
}

.FAQWrapper h1, h2
{
	margin-left: 20px;
}

.FAQWrapper h1 
{
	margin-top: 0;
	padding-top: 20px;
}

.FAQWrapper h2 
{
	margin-bottom: 5px;
}

.helpHeader 
{
	display: block;
	margin: 0 40px 0 0;
}

.helpHeader h2 
{
	margin-bottom:12px;
	margin-top:20px;
}

.helpHeader img 
{
	float: left;
	margin: 5px 20px 20px 20px;
}

.helpHeader p 
{
	line-height: 1.5em;
}

.helpSubheader
{
	margin: 0 20px 30px 20px;
}

.helpSubheader h3 
{
	width: 100px;
}

.helpSubheader p 
{
	line-height: 1.5em;
}

.content_index .FAQWrapper {
	border-top: 1px solid #CCCCCC;
	padding-bottom: 20px;
	padding-left: 20px;
}

.content_index h1 {
	margin-left: 20px;
	font-size: 16px;
}

.content_index h2 a {
	font-weight: bold;
}

.content_index ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 30px;
	display: none;
}

.content_index h2 {
	margin-left: 0px;
}

.content_index h2 a.expander, .content_index h3 a.expander {
	width: 16px;
	height: 16px;
	float: left;
	margin-right: 5px;
	display: block;
}

.content_index h2 a.expander, .content_index h3 a.expander {
  background: url('../images/expand.gif') 0 0 no-repeat;  
}

.content_index h2 a.expander:hover, .content_index h3 a.expander:hover {
  background-position: 0 -16px;
}

.content_index h2.expanded a.expander, .content_index h3.expanded a.expander {
  background: url('/images/expand.gif') -16px 0 no-repeat;
}

.content_index h2.expanded a.expander:hover, .content_index h3.expanded a.expander:hover {
  background-position: -16px -16px;
}


/* How it Works */
.FAQWrapper h2.subHelpTitle {
    color: #000;
}