/* 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: #6F6F6F;
}

.contentHeading2 a
{
	font-size: 1.0em;	/* displayed at 15px */
	font-weight: normal;
	color: #6F6F6F;
}

p.contentHeading1
{
	font-size: 2.8em;	/* displayed at 24px */
	font-weight:normal;
	margin: 15px 0;
	color: #6F6F6F;
}

p.contentHeading2
{
	font-size: 1.7em;	/* displayed at 18px */
	font-weight: normal;
	color: #6F6F6F;
}

p.contentHeading3
{
	font-size: 1.3em;	/* displayed at 15px */
	font-weight: normal;
	color: #6F6F6F;
}

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 */

/* USED FOR GENERAL ENQUIRY FORMS */
.contentBox .enquiryForm {
	padding-left: 10px;
	padding-right: 10px;
}

.contentBox .enquiryFormRow {
	clear: both;
	width: 100%;
	padding-top: 5px;
}

.contentBox .enquiryFormLabel {
	font: normal 1.2em/1.6em Arial, Helvetica, sans-serif;
	color: #6F6F6F;
}

.contentBox .errorText {
	color: #ff0000;
}
/* END GENERAL ENQUIRY FORMS */

/* FOR .NET RADIO BUTTON LIST CONSTRUCT */
.listItem label {
	display: block;
	line-height: 1.8;
	margin-left: 5px;
	margin-right: 5px;
}
.listItem input {
	vertical-align: middle;
}
/* END .NET RADIO BUTTON LIST CONSTRUCT */

/* SPECIAL FORM CLASS */
.formField
{
	display: none;
}
/* END SPECIAL FORM CLASS */