@charset "utf-8";

/* 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: inline;
	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: #B8F5B1;
}

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

/* 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;*/
}
#space {
	height: 12px;
	width: 0px;
}
body {
	background: #fff;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #336699;
}

.container {



}




#text {
	width: 957px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 13px;
	font-style: normal;
	line-height: normal;
	color: #333;
	text-align: center;
	font-weight: normal;
	background-color: rgba(255,255,255,.4);
}

#header {
	width: 960px;
	height: 10px;
}
#banner_new {
	float: right;
	margin-right: 50px;
}

#Form {
	width: 935px;
	letter-spacing: normal;
	word-spacing: normal;
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: rgba(255,255,255,.7);
	background-repeat: no-repeat;
	padding-left: 20px;
}
#Form #banner img {

}
#Navig3 {
	width: 955px;
	border: thin outset #FFF;
}
#form_div {
	background-image: url(Images/Stick-note.gif);
	width: 183px;
	margin-bottom: -20px;
}
#form_div_new {
	width: 0px;
	margin-left: 0px;
	padding-left: 0px;
	height: 390px;
	border-bottom-right-radius: 1;
}
#finance {
	float: right;
	margin-right: 30px;
}


#logo_div {
	width: 150px;
	height: 20px;
	position: relative;
	left: -70px;
	top: -30px;
	margin-left: 95px;
	margin-top: 15px;
}


#text table tr td #content {
	padding: 10px;
	margin: 10px;
	color: #000;
}
#text #left_text_column {
	background-repeat: repeat-y;
	width: 240px;


}
#text #right_text_column {
	width: 130px;
	float: right;
	color: rgba(0,102,102,1);


}
#content {
	width: 485px;
}
#pic_div {
	margin-left: -15px;
	width: 515px;
}




#footer {
	height: 160px;
	background-repeat: repeat-x;
	border-top-width: thick;
	border-top-style: groove;
	border-top-color: #FFF;
	background-image: url(Images/footer_BG_new2.jpg);
}
.foot_text {
	float: right;
	margin-right: 55px;
	font-size: 11px;
	color: rgba(255,255,255,1);
	margin-top: 35px;
	font-family: Verdana, Geneva, sans-serif;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: rgba(255,255,255,1);
}

#footer_lower {
	background-color: rgba(204,204,204,1);
	height: 160px;
	color: rgba(255,255,255,1);
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,1);
}
#lower_box {
	float: left;
	width: 495px;
	margin-left: 20px;
	margin-top: 25px;
	color: rgba(102,102,102,1);
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 2px;
}



/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #333333;
	text-decoration: none;
}



a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: underline;
	color: rgba(51,51,51,1);
}

a:visited {
	text-decoration: none;
	color: #333333;

}
p       {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px;
}
h1 {
	font-size: 12px;
}
h2 {
	font-size: 14px;
}



.style2 {font-size: 14px}
.style3 {
	color: #000000
}


.Head1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #134172;
	font-weight: bold;
}
<TITLE>Chicago Commercial fence Contractor, Company, Chicago Commercial Fencing Repair</TITLE>
#text #content #resi box {
	color: #FFCC00;
}
#phone {
	float: right;
	margin-right: 40px;
}
#logo {
	float: left;
}
#line {
	float: none;
	clear: left;
}
