/* Based on the USA Today faq */

#faq-header .faq-item-header {
	font: 16px/20px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ff9933;
	font-weight: bold;
	padding-bottom: 1em;
	padding-top: .5em;
	list-style-type: none;
}
#faq-header .faq-question {
	margin-left: 5em;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #ffffff;
	letter-spacing: 0.05em;
	line-height: 2em;
	text-align: left;
}

#faq-header .faq-question a:link {
	text-decoration: none;
	color: #ffffff;
}

#faq-header .faq-question a:hover {
	text-decoration: none;
	color: #064242;
}

#faq-header .faq-question a:visited {
	text-decoration: none;
	color: #ffffff;
}

.faq-item {
	margin-bottom: .5em;
	margin-top: .5em;
	padding-top: 0px;
	margin-right: 2em;
	line-height: 1.25em;
	list-style-type: none;
}

#faq-body .faq-question {
	font: 16px "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1.25em;
	color: #064242;
	font-weight: bold;
	margin-right: 6em;
	list-style-type: none;
}

#faq-body a:link, #faq-body a:visited, #faq-body a:active {
	text-decoration: none;
	color: #6898ca;
}

#faq-body a:hover {
	text-decoration: none;
	color: #ccffff;
}

divider {
	color: #064242;
}

.faq-item-header + .faq-back-to-top {
	display:none;
}

.faq-answer {
}

.js-kit {
	margin-top: 2em;
}

*:target {
	margin: 2px;
	padding: 5px;
	border: 2px solid #900000;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}
#faq-body .faq-item-header {
	font-size: large;
	padding-top: .5em;
	margin-top: 1em;
	border-top-style: groove;
	border-top-width: 3px;
	font-weight: bold;
}

