/* Copyright 2009 ALS Scan, Inc. */
/*		All Rights Reservered 		*/


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Import Global ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */


@import url(global.css);


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Header ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */

/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Content ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */
#faq, #faq_answers
{
	width: 1000px;
	margin: 10px 12px;
	text-align: center;
	color: black;
}

#faq h1 {color: white; margin: 10px auto;}

#faq ol, #faq_answers ol
{
	width: 930px;
	margin: 5px auto;
	padding: 5px 10px;
	text-align: left;
	list-style: none;
}

#faq ol
{
	border: 5px solid #909;
	background-color: #EBD2F2;
}

#faq ol li
{
	margin: 10px auto;
}

#faq_answers ol li 
{
	border: 3px solid #909;
	background-color: #EBD2F2;
	margin: 5px;
	padding-left: 20px;
	padding: 10px;
}

#faq_answers ol li a h2, #faq_answers ol li a h2:hover 
{
	color: red; 
	font-size: 1.2em;
}

#faq_answers ol li p {margin: 5px auto;}

span.return a {font-size: .7em;}

#content a, #content a:visited {color: blue;}
#content a:hover, #content a:visited:hover {color: red;}


/* ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ Footer ~~~~~~~~~~ ~~~~~~~~~~ ~~~~~~~~~~ */
