@charset "iso-8859-1";
/* CSS Document */

/* BEGIN -> CONTACT US */

#form {
	padding-top: 24px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #333;
}

#form .fields {
	margin: 0 0 18px 0;
	width: 490px;
}


/* BEGIN -> FORM FIELDS */
#form .field {
	margin: 2px 0;
	padding: 4px 24px 4px 6px;
	border: solid 1px #818c95;
	background-color: #eeeddb;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	width: 460px;
}

#form .required {
}

#form .validation-failed {
	background-color: #FF8080;
}

#form .fieldOn {
	margin: 2px 0;
	padding: 4px 24px 4px 6px;
	border: solid 1px #2a2a2a;
	background-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333;
	width: 460px;
}

#phone_pref {
	padding: 12px 0 0 0;
}
/* END -> FORM FIELDS */


/* BEGIN -> VALIDATION POP-UPS */
.reqFrame {
	position: absolute;
	width: 480px;
	margin-top: -6px;
	text-align: center;
}

.reqPop {
	position: absolute;
	right: 0;
	text-align: center;
}

.popBody {
	background-color: #333;
	padding: 6px 12px;
	color: #fff;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
}
/* END -> VALIDATION POP-UPS */

#chks {
	background-image: url(../img/chks.gif);
}

.choices {
	float: left;
	margin: 0px 0 12px 12px;
	width: 210px;
}

.choices_title {
	clear: both;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #676767;
	padding: 6px;
	width: 490px;
	background-color: #fff;
}

.choice_title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #676767;
	margin-bottom: 7px;
}

.choice {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	font-weight: normal;
	margin: 2px 0;
}

#form .submit {
	text-align: center;
	clear: both;
	padding-top: 8px;
}

#formSuccess {
	position: absolute;
	background-color: #000000;
	width: 525px;
	height: 855px;
	margin: -8px -16px -12px -16px;
	text-align: center;
	font-weight: normal;
	filter:alpha(opacity=82);
	-moz-opacity:.82;
	opacity:.82;
	z-index: 400;
}

#formSuccess h1 {
	padding-top: 42px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 48px;
	color: #fff;
}

#formSuccess p {
	padding: 0 24px;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
}

div#captchaFrame {
}

div#captchaFrame.on {
	background-image: url(../img/exclamation.gif);
	background-position: center right;
	background-repeat: no-repeat;
}

#google {
	margin: 12px 0 18px 0;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}

.cItem {
	width: 270px;
	margin: auto;
	padding: 4px 0;
	background-image: url(../img/subNav.gif);
	background-position: center;
	background-repeat: no-repeat;
}

.cItemInner {
	padding: 6px 12px 7px 12px;
	margin: 2px 16px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #333;
	border: none;
}

/*
.contactItem {
	width: 270px;
	margin: auto;
	padding: 4px 0;
	background-image: url(../img/subNav.gif);
	background-position: center;
	background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#office {
	padding: 6px 12px 7px 12px;
	margin: 2px 16px;
	background-image: url(../img/subNav_phone.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
}

#fax {
	padding-bottom: 6px;
	background-image: url(../img/subNav_phone.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
}

#mobile {
	padding-bottom: 6px;
	background-image: url(../img/subNav_phone.gif);
	background-position: left center;
	background-repeat: no-repeat;
	color: #fff;
}
*/

.subtle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 8pt;
	color: #333;
	margin-left: 8px;
}

.validation-advice {
	color : red;
	font-weight: bold;
}

/** NAV **/
#mainNav a.contact, #mainNav a.contact:hover {
	background-position: -164px 0;
}