/*-- contact content column 1 styles--*/

#contactContent1{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F7F8F9;
	float: left;
	width: 347px;
	margin: 0;
	padding: 0;
}
#contactContent1 h1{
	display: none;
	padding: 0;
	margin: 0;
	text-indent: -9000px;
}
#contactContent1 p {
	margin-top: 10px;
	font-family: Helvetica, Calibri, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 22px;
	font-weight: normal;
	color: #12171B;
	margin-bottom: 0px;
}

#contactContent1 .introCopy {
	padding-top: 16px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #12171B;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 4px;
	margin-bottom: 30px;
}






#contactContent1 a {
	text-decoration: none;
	color: #1E4D80;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFFFFF;
}

#contactContent1 a:hover {
	text-decoration: none;
	color: #3A9AA9;
}
/*-- Request a Quote link styles--*/
#requestQuote{
	float: right;
	clear: both;
	margin-top: 70px;
	margin-right: 15px;
}
#requestQuote a {
	 text-indent: -9000px;
	display:block;
	height: 35px;
	width: 197px;
	background: url(../images/btn-request_a_quote.png) top left no-repeat;
	text-decoration:none;
}
#requestQuote a:hover{
	text-indent: -9000px;
	display:block;
	height: 35px;
	width: 197px;
	background-repeat:no-repeat;
	text-decoration:none;
	background-image: url(../images/btn-request_a_quote.png);
	background-position: left bottom;
}

/*-- contact content column 1 styles--*/

#contactContent2 {
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #F7F8F9;
	float: left;
	width: 337px;
	margin: 0px 0px 0px 20px;
	padding-top: 5px;
}

#contactContent2 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	color: #12171B;
	padding-top: 10px;
}

#contactContent2 .thankyouinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #292F34;
	padding-top: 5px;
}

/*-- form styles --*/
input, textarea {
	width: 325px;
	border: 1px solid #F7F8F9;
	color: #6FAAE6;
	font-family: Helvetica, Calibri, Verdana, Arial, sans-serif;
	font-size: 13px;
	padding: 4px;
	background-color: #343B43;
	line-height: 14px;
}
fieldset{
	border: 0;
}

legend {
	display: none;
}

input:focus, textarea:focus {
	border: 1px solid #72A6E2;
}

#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;
}
.pageTitleAlert {
	color: #ea9024;
	background-color: #990000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	padding-top: 6px;
}
.pageTitleAlert2 {
	color: #FFFFFF;
	background-color: #4A8A59;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 25px;
	vertical-align: middle;
	text-align: center;
	padding-top: 6px;
}


/* 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;
}
