/*
Crisp & Clean
Inspired by the LaunchBar FAQ -- If you haven't played with Launch bar you really should!

file: pdf.png
file: small_right_grey_arrow.png

*/



#faq-header {
background-color: transparent;
margin-top: 12px;
border: 1px none #e6e6e6;
	padding: 0px 0px 0 0;
	list-style-image: none;
	list-style-position: inside;
	margin-bottom: 12px;
	list-style-type: none;
	margin-left: -20px;
}

 .faq-item-header {

	text-decoration: none;
	padding-bottom: .5em;
	padding-top: 1em;
    font-size: 14px;
    list-style: none;
}

#faq-body .faq-item-header {
	color: #7e0009;
	font-size: 16px;
	border-bottom: 1px solid #7e0009;
	font-weight: bold;
	padding-top: 12px;
	margin-left: -50px;
	margin-top: 24px;
}


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

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

.faq-item {
	list-style-type: none;
	padding: 0px 10px;
}

#faq-body .faq-question {
border-bottom: 1px solid #BBBBBB;
color: #333;
line-height: normal;
margin: 2em 0em 1em -30px;
font-weight: bold;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
	font-size: 14px;
}



.faq-answer {
	padding-top: 0px;
	margin-top: 0px;
	color: #4c4c4c;
	margin-left: -30px;
}

*:target {
	-moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}


.faq-pdf-link {
	margin-left: -10px;
	padding-left: 25px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(pdf.png);
}



