/*-- contact content column 1 styles--*/#contactContent1{	border-top-width: 3px;	border-top-style: solid;	border-top-color: #342211;	float: left;	width: 347px;	margin: 0;	padding: 0;}#contactContent1 h1{	display: none;	padding: 0;	margin: 0;	text-indent: -9000px;}#contactContent1 p {	margin-top: 0px;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	line-height: 22px;	font-weight: normal;	color: #998c5b;	padding-top: 10px;}#contactContent1 .introCopy {	margin: 0;	padding-top: 8px;	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	line-height: 24px;	color: #e2db9c;}#contactContent1 a {	text-decoration: none;	color: #998c5b;	border-bottom-width: 1px;	border-bottom-style: dotted;	border-bottom-color: #998c5b;}#contactContent1 a:hover {	text-decoration: none;	color: #e2db9c;}/*-- contact content column 1 styles--*/#contactContent2 {	border-top-width: 3px;	border-top-style: solid;	border-top-color: #342211;	float: left;	width: 337px;	margin: 0px 0px 0px 20px;	padding-top: 5px;}#contactContent2 p {	font-family: Georgia, "Times New Roman", Times, serif;	font-size: 14px;	line-height: 24px;	color: #e2db9c;	padding-top: 5px;}/*-- form styles --*/input, textarea {	width: 325px;	border: 1px solid #342211;	background: #000;	color: #684f38;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	padding: 4px;}fieldset{	border: 0;}legend {	display: none;}input:focus, textarea:focus {	border: 1px solid #998c5b;}#contactContent2 .thankYou{	float: left;	padding-top: 10px;	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	color: #ea9024;}/*-- reset width for non-text inputs --*/input.submitBtn {	margin-top: 4px;	margin-right: 1px;	padding: 0;	float: right;	width: auto;}/* display labels next to form elements, add a class for when you want them to stack label {	float: left;	margin-right: 10px;}lable.top {	display: block;	float: none;}*//* SpryFormValidation.css - Revision: Spry Preview Release 1.4 *//* 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{	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;	display: inline;	color: #ea9024;	/*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: url(../_images/smiley.gif) no-repeat right center;}/* 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: url(../_images/invalidForm.gif) repeat left top;}/* When the widget has received focus, the INPUT has a yellow background applied on it. */.textfieldFocusState input, input.textfieldFocusState {	background-color: #000;}/* 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;}