/* CSS Document */

body {
	font-family: Arial Rounded MT Bold, Arial, Verdana;
}
.footerArea {
	font-size:10px;
	color:#FFFFFF;
}
.footerArea a {
	color:#FFFFFF;
	text-decoration:none;
}
/*****************************************************************************\
	PAGES
\*****************************************************************************/
/*****************************************************************************\
	Contact Us  Page
\*****************************************************************************/
.pageContact-us {
	color:#666666;
	font-size:12px;
	font-weight:bold;
}
.pageContact-us .contactInfo {
	font-size:12px;
}
.pageContact-us .contactInfo a,
.pageContact-us .contactInfo a:visited {
	text-decoration:underline;
	color:#666666;
}
.pageContact-us .contactInfo a:hover {
	color:#F26722;
}
.pageContact-us {
	color:#666666;
}
.pageContact-us .contactInfo {
	line-height:15px;
}
/*****************************************************************************\
	FAQ  Page
\*****************************************************************************/
.faqContent{
	font-weight:bold;
	color: #666666;
	font-size: 11px;
}
#faqListing{
	position:relative;
	z-index:4px;
	float:left;
	width: 330px;
	padding-top: 20px;
	margin-left: 40px;
	* margin-left: 20px;
	padding-right: 30px;
}
#faqListing a {
	text-decoration: none;
	padding-left:0px; 
	color:#666666;
	display:block;
	padding-bottom:5px;
	* padding-bottom:7px;
	line-height:normal !important;
}
#faqListing a:visited { 
	color:#666666;
}/*
#faqListing a:hover {
	color: #F47920;
}
*/
#faqAnswer{
	position:absolute;
	right:30px; top:10px;
	width: 376px;
	line-height:20px;
}
#faqAnswer a,
#faqAnswer  a:visited { 
	color:#666666;
}
#faqAnswer  a:hover { 
	color:#F47920 !important;
}


.faqHiddenAnswer{
	display: none;
}

.faqContent #backgroundContainer {
	background-image: url(../media/images/faqCharactersFadeAndNoneFade.jpg); 
	background-repeat:no-repeat;
	background-position:right top;
	height:479px;
}
/*****************************************************************************\
	Miscellanious
\*****************************************************************************/
.underline {
	text-decoration:underline;
}
.errorTextColor
{
	color:#F26722;
}
.onFooterState {
	color:#F47920 !important;
}
