@charset "utf-8";
#fcFormFooter {
	background-color: #FFF;
	background-repeat: no-repeat;
	height: 40px;
	margin-left: auto;
	width: 780px;
	background: #ccc;
	margin-right: auto;
	padding-top: 15px;
	font-size: 10px;
	font-style: normal;
	font-weight: lighter;
	font-variant: small-caps;
	text-align: left;
} 

/* CSS Document */
.fcForm  {
	margin: 0;
	padding: 0;
	color: #0A243F; /*FC_BLUE*/
	background-color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	background-image: url(img/fc_background.jpg);
	background-repeat: repeat-x;
	border: 0;
} 
.mc-field-group ul {
	list-style-type: none;
}
.mc-address-group ul {
	list-style-type: none;
}


#fcFormElements {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #999; /* +6 Gray */
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}

#fcFormTopHeader {
	background-image: url(img/fc_banner.jpg);
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-right:0;
	height: 30px;
}

#fcFormHeader {
	background-color: #FFF;
	height: 100px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	vertical-align: middle; /* ??? */
} 

#fcFormContent {
	background-color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
} 
#fcFormFeilds {
	margin-right: 70px;
	margin-left: 70px;
	background-color: #FFE188;
}



/* SpryValidationTextField.css - version 0.4 - Spry Pre-Release 1.6.1 */

/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */


/* These are the classes applied on the error messages
 * which prevent them from being displayed by default.
 */ 
.textfieldRequiredMsg, 
.textfieldInvalidFormatMsg, 
.textfieldMinValueMsg,
.textfieldMaxValueMsg,
.textfieldMinCharsMsg,
.textfieldMaxCharsMsg,
.textfieldValidMsg {
	display: none;
}

/* These selectors change the way messages look when the widget is in one of the error states.
 * These classes set a default red border and color for the error text.
 * The state class (e.g. .textfieldRequiredState) is applied on the top-level container for the widget,
 * and this way only the specific error message can be shown by setting the display property to "inline".
 */
.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	display: block;
	color: #CC3333;
	border: 1px solid #CC3333;
}



/* The next three group selectors control the way the core element (INPUT) looks like when the widget is in one of the states: * focus, required / invalid / minValue / maxValue / minChars / maxChars , valid 
 * There are two selectors for each state, to cover the two main usecases for the widget:
 * - the widget id is placed on the top level container for the INPUT
 * - the widget id is placed on the INPUT element itself (there are no error messages)
 */
 
 /* When the widget is in the valid state the INPUT has a green background applied on it. */
.textfieldValidState input, input.textfieldValidState {
	background-color: #FFF;
}

/* When the widget is in an invalid state the INPUT has a red background applied on it. */
input.textfieldRequiredState, .textfieldRequiredState input, 
input.textfieldInvalidFormatState, .textfieldInvalidFormatState input, 
input.textfieldMinValueState, .textfieldMinValueState input, 
input.textfieldMaxValueState, .textfieldMaxValueState input, 
input.textfieldMinCharsState, .textfieldMinCharsState input, 
input.textfieldMaxCharsState, .textfieldMaxCharsState input {
	background-color: #FF9F9F;
}

/* When the widget has received focus, the INPUT has a yellow background applied on it. */
.textfieldFocusState input, input.textfieldFocusState {
	background-color: #FFF;
}

/* This class applies only for a short period of time and changes the way the text in the textbox looks like.
 * It applies only when the widget has character masking enabled and the user tries to type in an invalid character.
 */
.textfieldFlashText input, input.textfieldFlashText {
	color: red !important;
}

/* When the widget has the hint message on, the hint text can be styled differently than the user typed text. */
.textfieldHintState input, input.textfieldHintState {
	/*color: red !important;*/
}
.fcfAlignTopLeft {
	text-align: left;
	vertical-align: top;
}
h1 {
	font-size: 20px;
}
#fcThanksImage {
	background-image: url(img/fc_image.jpg);
	background-repeat: no-repeat;
	height: 148px;
	padding-top: 15px;
	padding-left: 560px;
}
#fcThanksImage p {
	font-size: 18px;
	color: #fc3;
	font-weight: normal;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif;
}
#fcServicesContactForm {
	background-color: #ddd;
	text-align: left;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	width: 480px;
}

