@charset "utf-8";
.form {
	PADDING-TOP: 15px;
	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
}
STRONG {
	FONT-SIZE: 12px; FONT-FAMILY: Arial, Sans Serif
}
LABEL {
	DISPLAY: block; FONT-SIZE: 12px; WIDTH: 150px; 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
}
.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: #EBEBEB
}
.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 #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 195px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	background-color: #FFFFFF;
	height: 315px;
}
.thrColFixHdr #sidebar2 {
	float: left; /* since this element is floated, a width must be given */
	width: 645px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #EBEBEB;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 10px;
	height: 100%;
}
.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;


} 
#sidebar2 td, th{
	text-align: left;
	background-color: #EBEBEB;
	line-height: 16px;
}
.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;
}
#sidebar2 img {
	float: right;
	border: 2px solid #336699;
}
