@charset "utf-8";
.form {
	PADDING-TOP: 15px;
	background-color: #CEE0F4;
	border: 1px solid #CCCCCC;
}
.form .section {
	PADDING-RIGHT: 20px; DISPLAY: block; PADDING-LEFT: 20px; MARGIN-BOTTOM: 25px; PADDING-BOTTOM: 0px; PADDING-TOP: 0px
}
.form .section TABLE TD {
	WIDTH: 150px
}
H2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0066CC;
}
STRONG {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Sans Serif
}
LABEL {
	DISPLAY: block;
	FONT-SIZE: 12px;
	FONT-FAMILY: Arial, Sans Serif
}
.section INPUT {
	BORDER-RIGHT: #7f9db9 1px solid; BORDER-TOP: #7f9db9 1px solid; BORDER-LEFT: #7f9db9 1px solid; BORDER-BOTTOM: #7f9db9 1px solid
}
.section SELECT {
	BORDER-RIGHT: #7f9db9 1px solid; BORDER-TOP: #7f9db9 1px solid; BORDER-LEFT: #7f9db9 1px solid; BORDER-BOTTOM: #7f9db9 1px solid
}
.section TEXTAREA {
	BORDER-RIGHT: #7f9db9 1px solid; BORDER-TOP: #7f9db9 1px solid; BORDER-LEFT: #7f9db9 1px solid; BORDER-BOTTOM: #7f9db9 1px solid
}
.section INPUT.interiorDescription {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.section INPUT.exteriorDescription {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.section INPUT.prefinishDescription {
	BORDER-TOP-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-LEFT-STYLE: none; BORDER-BOTTOM-STYLE: none
}
.form td, th{
	background-color: #CEE0F4;
	text-align: left;
}
.name {
	WIDTH: 206px
}
.company {
	WIDTH: 206px
}
.email {
	WIDTH: 206px
}
.phone {
	WIDTH: 206px
}
.street1 {
	WIDTH: 206px
}
.street2 {
	WIDTH: 206px
}
.city {
	WIDTH: 206px
}
.state {
	WIDTH: 120px
}
.postalCode {
	WIDTH: 120px
}
.time {
	WIDTH: 146px
}
.timeFrame {
	WIDTH: 146px
}
.referredBy {
	WIDTH: 146px
}
.comments {
	WIDTH: 355px; HEIGHT: 113px
}
.submit  INPUT {
	BORDER-RIGHT: #fff 3px double;
	BORDER-TOP: #fff 3px double;
	DISPLAY: block;
	FONT: 11px Verdana;
	BORDER-LEFT: #fff 3px double;
	WIDTH: 120px;
	CURSOR: pointer;
	COLOR: #fff;
	BORDER-BOTTOM: #fff 3px double;
	background-color: #0033CC;
	padding: 2px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
}
.submit  INPUT:focus {
	BORDER-RIGHT: #fff 3px double; BORDER-TOP: #fff 3px double; BACKGROUND: #4d6d5d; BORDER-LEFT: #fff 3px double; CURSOR: pointer; COLOR: #fff; BORDER-BOTTOM: #fff 3px double
}
TABLE.project-details TD {
	PADDING-TOP: 4px
}
.submit {
	PADDING-RIGHT: 20px;
	PADDING-LEFT: 20px;
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	BACKGROUND-COLOR: #CEE0F4
}
.contact-us IMG {
	DISPLAY: block
}
.left-sidebar {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; PADDING-TOP: 7px
}

.thrColFixHdr #container {
	width: 900px;  /* 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 #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 1px;
	padding-left: 1px;
} 
.thrColFixHdr #header {
	background: #DDDDDD;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
} 
.thrColFixHdr #logo {
}

.thrColFixHdr #nav {

}
.thrColFixHdr #mainContent {
	position: relative;
	margin-top: 10px;
	margin-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: groove;
	border-bottom-color: #CCCCCC;
	padding-right: 10px;
	padding-left: 10px;
	width: 650px;
	float: right;
} 
.thrColFixHdr #introimage {
	float:left;
	padding-left: 2px;
	position: relative;
	}
.thrColFixHdr #introtop {
	float:right;
	width: 462px;
	}
.thrColFixHdr #introbottom {
	float:right;
	width: 462px;
	}
	
.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-color: #FFFFFF;
}
.thrColFixHdr #footer {
	padding-bottom: 10px;

} 
.thrColFixHdr #footernav {
	border-bottom-width: thin;
	border-bottom-style: groove;
	border-bottom-color: #FFFFFF;

} 
.thrColFixHdr #footercopy {
	background-color: #5E97DD;
	padding-left: 10px;
	padding-top: 5px;


} 
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
