/* CSS Document */

/* HTML EDITOR STYLES */
/*-------------------------------------------------------------------*/
/* These are in here so they do not show in the editors style window */
/*-------------------------------------------------------------------*/
.contentHeading1 a
{
	font-size: 2.0em;	/* displayed at 24px */
	font-weight:normal;
	padding: 15px 0;
	color: #28AAE1;
}

.contentHeading2 a
{
	font-size: 1.0em;	/* displayed at 15px */
	font-weight: normal;
	color: #28AAE1;
}

p.contentHeading1
{
	font-size: 2.8em;	/* displayed at 24px */
	font-weight:normal;
	margin: 15px 0;
	color: #28AAE1;
}

p.contentHeading2
{
	font-size: 1.7em;	/* displayed at 18px */
	font-weight: normal;
	color: #28AAE1;
}

p.contentHeading3
{
	font-size: 1.3em;	/* displayed at 15px */
	font-weight: normal;
	color: #28AAE1;
}

p.contentHeading2
{
	clear: both;
}

p.contentHeading3
{
	clear: both;
}

p .contentHeading2
{
	clear: both;
}

p .contentHeading3
{
	clear: both;
}

/* END HTML EDITOR STYLES */

/* FAQ REVEAL CLASSES */
/*----------------------------------------------------------*/
/* These are in here to show/hide FAQ questions and answers */
/*----------------------------------------------------------*/
.faqList
{
	clear: both;
	width: 537px;
	margin-top: 10px;
}

.faqListQuestion
{
	width: 517px;
	margin-left: 20px;
}

.faqListAnswer
{
	width: 497px;
	margin-left: 40px;
	text-align: left;
	margin-top: 5px;
	position: relative;
	display: none;
}

.faqListTopicText
{
	width: 537px;
}

/* END FAQ REVEAL CLASSES */

/* SPECIAL FORM CLASS */
.formField
{
	display: none;
}
/* END SPECIAL FORM CLASS */