/*
// HTML source written by Cory Dorning
// Visit www.corydorning.com/blog/jquery-faqs-scroll-and-highlight-tutorial
// for original source code and tutorial
*/
@charset "utf-8";

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background: #000;
}
#cont {	width: 700px;	height: 400px;	overflow: hidden;}
#container {
	margin: 0 auto;
	width: 700px;
}

h1 {
	font-size: 18px;
	font-weight: normal;
}

h2 {
	padding-top: 20em;
	color: #666;
	font-size: 14px;
}

img {
 padding: 0 0 0 0;
 border: 0px;
 
}
#questions {
	margin-bottom: 20px;
	padding-left: 0;
	margin-left: 20px;
}

#questions li {
	line-height: 14px;
	list-style-type: none;
	margin-bottom: 10px;
	padding: 5px 0 5px 30px;
}

div.faq-a {
	border-bottom: dotted 0px #ddd;
	padding: 5em 0 35em 0;
}

.return-top {
	float: right;
	cursor: pointer;
	padding-left: 20px;
}

a {
border: 0px;
color: #ccc;
}
