@charset "windows-1252";
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	background-image: url(../images/corp_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.twoColFixLtHdr #container { 
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixLtHdr #header {
	padding: 0;  /* 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. */
	margin: 0;
	height: 39px;
	background-color: #000000;
	background-image: url(../images/corp_hdr.jpg);
	background-repeat: no-repeat;
} 
.twoColFixLtHdr #header h1 {
	display: none;
}
.twoColFixLtHdr #header p {
	color: #aaaaaa;
	font-size: .7em;
	text-align: right;
	margin: 0;
	padding: 11px 12px 0 0;
}
.twoColFixLtHdr #header a {
	color: #ffffff;
	text-decoration: none;
}
.twoColFixLtHdr #header a:hover {
	color: #FFFF00;
	text-decoration: underline;
}


.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 320px; /* 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 */
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 img {
	padding: 0;
	margin: 0;
}
.twoColFixLtHdr #sidebar1 div {
	padding: 0; /* 15px 10px 15px 20px padding keeps the content of the div away from the edges */
	margin: 0 30px 0 30px;
}
.twoColFixLtHdr #sidebar1 ul {
	margin: 0 0 30px 0;
	padding: 0;
	font-family: "Times New Roman", "Times Roman", Times, Georgia, "New York", serif;
	font-weight: bold;
	font-size: .95em;
	font-style: italic;
	list-style-type: none;
	color: #000000;
} 
.twoColFixLtHdr #sidebar1 li {
	padding: 4px 10px 4px 0;
	margin: 0;
	border-bottom: 1px solid #6f6d00;
} 
.twoColFixLtHdr #sidebar1 li a {
	color: #6f6d00;
	text-decoration: none;
} 
.twoColFixLtHdr #sidebar1 li a:hover {
	color: #474600;
} 

.twoColFixLtHdr #sidebar1 .pullquote {
	background-image: url(../images/corp_left_quote.gif);
	background-position: left top;
	background-repeat: no-repeat;
	margin: 0;
	padding: 0;
} 
.twoColFixLtHdr #sidebar1 .pullquote p {
	margin: 0;
	padding: 0 30px 0 30px;
	font-family: "Times New Roman", "Times Roman", Times, Georgia, "New York", serif;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 1.55em;
	font-style: italic;
	color: #000000;
	/*background: none;*/	
} 
.twoColFixLtHdr #sidebar1 .pullquote p.pullquoteEnd {
	font-weight: normal;
	font-size: .9em;
	line-height: 1em;
	font-style: normal;
	color: #000000;
	background: none;
	padding-top: 12px;
} 
.twoColFixLtHdr #sidebar1 .pullquote img {
	margin: -30px 0 12px 0;
	padding: 0;
	float: right;
} 
.twoColFixLtHdr #sidebar1 .contactInfo {
	padding-left: 24px;
	font-size: 1em;
	font-family: "Times New Roman", "Times Roman", Times, Georgia, "New York", serif;
	font-weight: bold;
} 
.twoColFixLtHdr #sidebar1 .contactInfo a {
	color: #6f6d00;
} 
.twoColFixLtHdr #sidebar1 .contactInfo a:hover {
	color: #474600;
} 



.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 320px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent #masthead { 
	margin: 0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent div { 
	margin: 0 30px 0 30px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 
.twoColFixLtHdr #mainContent h2 {
	padding: 6px 0 6px 0;
	margin: 0;
	font-family: "Times New Roman", "Times Roman", Times, Georgia, "New York", serif;
	font-weight: normal;
	font-size: 2.5em;
	font-style: italic;
	Color: #666666
}
.twoColFixLtHdr #mainContent h3 {
	padding: 0 0 6px 0;
	margin: 0;
	font-family: "Times New Roman", "Times Roman", Times, Georgia, "New York", serif;
	font-weight: bold;
	font-size: 1.3em;
	font-style: normal;
	Color: #000000
}
.twoColFixLtHdr #mainContent h4 {
	padding: 0 0 12px 0;
	margin: 0;
	font-family: "Times New Roman", "Times Roman", Times, Georgia, "New York", serif;
	font-weight: bold;
	font-size: 1em;
	font-style: italic;
	Color: #000000
}
.twoColFixLtHdr #mainContent p { 
	padding: 0 0 12px 0;
	margin: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.45em;
	font-weight: normal;
	color: #000000;
}
.twoColFixLtHdr #mainContent ul { 
	padding: 0 0 12px 0;
	margin: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.45em;
	font-weight: normal;
	color: #000000;
}
.twoColFixLtHdr #mainContent li { 
	padding: 0;
	margin: 9px 60px;
}
.twoColFixLtHdr #mainContent .caption { 
	font-family: "Times New Roman", "Times Roman", Times, Georgia, "New York", serif;
	font-weight: bold;
	font-size: 1em;
	font-style: normal;
	padding: 0 0 0 .5em;
}
.twoColFixLtHdr #mainContent a {
	color: #6f6d00;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #474600;
}

.twoColFixLtHdr #mainContent .estimateForm {
	margin: 0;
	padding: 2px;
	/*text-align: right;*/
	font-family: "Times New Roman", "Times Roman", Times, Georgia, "New York", serif;
	font-size: .85em;
	/*line-height: 1.2em;*/
	font-weight: normal;
}
.twoColFixLtHdr #mainContent .estimateForm h3 {
	text-align: left;
	margin-bottom: 0;
}
.twoColFixLtHdr #mainContent .estimateForm td.goRight {
	text-align: right;
}
.required {
	background-color: #fffd98;
	color: #000000;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: .9em;
}



.twoColFixLtHdr #footer { 
	margin: 12px 0 12px 350px;
	padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0 0 12px 0;
	font-family: "Times New Roman", "Times Roman", Times, Georgia, "New York", serif;
	font-weight: bold;
	font-size: .75em;
}
.twoColFixLtHdr #footer a {
	color: #6f6d00;
}
.twoColFixLtHdr #footer a:hover {
	color: #474600;
}




.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;
}
