/* CSS Document */
*
{
	margin:				0;
	padding:			0;
}
html
{
	height:				100%;
}
body
{
	font-family:		Verdana, Arial, Helvetica, sans-serif;
	color:				#5f5f5f;
	height:				100%;
}
a:link, a:visited, a:active
{
	color:				#a79b8f;
	text-decoration:	none;
	font-size:			80%;
}
a:hover
{
	color:				#786a5c;
	font-size:			80%;
	text-decoration:	underline;
}
a img
{
	border:				none;
}
.clearAll
{
	clear:				both;
}

p
{
	font-size:			80%;
	line-height:		150%;
	margin-bottom:		18px;
}
ul
{
	margin:				-5px 0 15px 0;
}
li
{
	font-size:			80%;
	line-height:		150%;
	margin-bottom:		6px;
	margin-left:		40px;
	list-style-image:	url(../images/arrow.gif);
	list-style-position:outside;
}
h1
{
	color:				#a79b8f;
	font-size:			120%;
	font-weight:		normal;
	margin-bottom:		10px;
}
h2
{
	color:				#a79b8f;
	font-size:			100%;
	font-weight:		bold;
	margin-bottom:		4px;
}
/*--STRUCTURAL--*/
#wrapper
{
	width:				100%;
	min-height:			100%;
	height:				auto!important;
	height:				100%;
	margin-bottom:		-60px;

}
#headerInner, #textInner, #footerInner
{
	width:				800px;
	margin-left:		auto;
	margin-right:		auto;
}
#headerInner, #textInner
{
	text-align:			left;
}


/*--HEADER--*/
#header
{
	width:				100%;
	min-height:			35px;
	height:				auto!important;
	height:				35px;
	background-color:	#f4f4f3;
	padding-top:		25px;
	padding-bottom:		10px;
	text-align:			center;
}
.claimfastLogo
{
	float:				right;
}

.linkInner
{
	padding-top:		12px;
	vertical-align:		bottom;
}
.linkspan
{
	padding:			0 15px 0 0;
}
/*--END HEADER--*/


/*--PICTURE SECTION--*/
#pic
{
	width:100%;
	background:	#020c25;
	
}
#picHelpBG
{
	width:100%;
	background: url(../images/helpBGblack.gif) repeat-x;
	
}
#picfaqsBG
{
	width:100%;
	background: url(../images/faqsBG.gif) repeat-x;
}
#picInner,#picHelp, #picAbout, #picfaqs
{
	width:				100%;
	height:				199px;
	background-position:center;
	background-repeat:	no-repeat;
}
#picInner
{
	background-image:	url(../images/welcomePic.jpg);
}
#picHelp
{
	background-image:	url(../images/pichelp5.jpg);
}
#picAbout
{
	background-image:	url(../images/picabout2.jpg);
}
#picfaqs
{
	background-image:	url(../images/picfaqs.jpg);
}
/*--END PICTURE SECTION--*/


/*--TEXT SECTION--*/
#text
{
	margin-bottom:		20px;
	text-align:			center;
}
#textInner
{
	padding:			33px 0;
}
/*--END TEXT SECTION--*/

/*--FOOTER--*/
#footer
{
	width:				100%;
	height:				60px;
	border-top:			1px solid #D4CEC8;
	color:				#A79B8F;
	font-size:			65%;
	text-align:			center;
	background-color:	#f4f4f3;
}
#footer a
{
	font-size:			100%;
}
#footerInner
{
	margin-top:			10px;
	text-align:			right;
}
/*--END FOOTER--*/
/*--FAQs--*/
ul.faq li
{
	list-style-image:	url(../images/q.gif);
	font-size:120%;
	margin-left:		20px;
}
ul.faq li li
{
	list-style-image:	url(../images/a.gif);
	margin:				5px 0 0 0px;
	font-size:			65%;
}
.question
{
	background:			url(../images/q.gif) no-repeat scroll 0 7px;
	font-size:			120%;
	padding-left:		23px;
	vertical-align:		top;
	margin-bottom:5px;
}
.qWrapper
{
	margin-bottom:		10px;}
.answer
{
	background:			url(../images/a.gif) no-repeat 0 5px;
	padding-left:		23px;
	vertical-align:		top;
}
a.qLink
{
	border:				none;
	outline:			none;
}
/*--END FAQs--*/