/* ===========================================================
	This CSS applies to faq.php only
=========================================================== */
/* -----------------------------------------------------------
	Contains All FAQ Information
----------------------------------------------------------- */
#faq
	{
	background-color : #ffffff;
	margin-top : 30px;
	margin-left : 30px;
	margin-right : 30px;
	margin-bottom : 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-size : 12px;
	}

/* -----------------------------------------------------------
	Content Heading
----------------------------------------------------------- */
#faqheading
	{
	font-size : 24px;
	color : #1683BB;
	}

/* -----------------------------------------------------------
	Line	
----------------------------------------------------------- */
hr	{
	color : #1683bb;
	background : #1683bb;
	border : 0;
	height : 1px;
	width : 900px;
	float : left;
	}

/* -----------------------------------------------------------
	Question Container	
----------------------------------------------------------- */
.topQs
	{
	line-height : 15px;
	color : #666666;
	}

/* -----------------------------------------------------------
	Question in Answer Section
----------------------------------------------------------- */
.question
	{
	width : 910px;
	font-size : 13px;
	font-weight : bold;
	color : #1683bb;
	background-color : #d0e6f1;
	padding-top : 5px;
	padding-left : 5px;
	margin-bottom : 1px;
	}

/* -----------------------------------------------------------
	
----------------------------------------------------------- */
.answer
	{
	width : 910px;
	font-size : 12px;
	color : #333333;
	background-color : #e4e4e4;
	padding-top : 5px;
	padding-left : 5px;
	padding-bottom : 1px;
	}

/* -----------------------------------------------------------
	Content Links
----------------------------------------------------------- */
a.topQs:link, a.answer:link
	{ 
	color:#1683bb;
	background-color : transparent;
	text-decoration: none;
	font-size : 12px;
	}

a.topQs:visited, a.answer:visited
	{ 
	color:#777777;
	background-color : transparent;
	text-decoration: none;
	font-size : 12px;
	}

a.topQs:hover, a.answer:hover
	{ 
	text-decoration: underline; 
	color:#1683bb;
	background-color : transparent;
	font-size : 12px;
	}

