@charset "windows-1252";
body  {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
	background-color: #efefef;
	background-image: url(../images/com_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;
}
iframe {
	width: 580px;
	height: 540px;
	border: none;
	padding: 0;
	margin: 0;
}
.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/com_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: "Century Gothic", "Avant Garde", Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: .95em;
	font-style: normal;
	list-style-type: none;
	color: #000000;
} 
.twoColFixLtHdr #sidebar1 li {
	padding: 4px 10px 4px 0;
	margin: 0;
	border-bottom: 1px solid #3366ff;
} 
.twoColFixLtHdr #sidebar1 li a {
	color: #3366ff;
	text-decoration: none;
} 
.twoColFixLtHdr #sidebar1 li a:hover {
	color: #133280;
} 

.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;*/
	padding: 0;
	font-family: "Century Gothic", "Avant Garde", Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.15em;
	line-height: 1.55em;
	font-style: normal;
	color: #5e6c81;
	background: none;	
} 
.twoColFixLtHdr #sidebar1 .pullquote p.pullquoteEnd {
	font-weight: normal;
	font-size: .9em;
	line-height: 1em;
	font-style: normal;
	text-align: right;
	color: #5e6c81;
	background: none;
	padding-top: 12px;
} 
.twoColFixLtHdr #sidebar1 .pullquote img {
	margin: 0;
	padding: 6px 0;
} 

.twoColFixLtHdr #sidebar1 .contactInfo {
	font-family: "Century Gothic", "Avant Garde", Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.5em;
	font-weight: bold;
	color: #5e6c81;
} 
.twoColFixLtHdr #sidebar1 .contactInfo a {
	color: #3366ff;
} 
.twoColFixLtHdr #sidebar1 .contactInfo a:hover {
	color: #133280;
} 


.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: 2px 0 2px 4px;
	margin: 24px 0 0 0;
	font-family: "Century Gothic", "Avant Garde", Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: 1.3em;
	font-style: normal;
	color: #ffffff;
	background-color: #5e6c81;
}
.twoColFixLtHdr #mainContent h3 {
	padding: 4px 0 4px 0;
	margin: 0 0 12px 0;
	font-family: "Century Gothic", "Avant Garde", Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: normal;
	font-size: .9em;
	font-style: normal;
	color: #5e6c81;
	border-bottom: 1px solid #5e6c81;
}
.twoColFixLtHdr #mainContent h4 {
	padding:  12px 0 12px 0;
	margin: 0;
	font-family: "Century Gothic", "Avant Garde", Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	font-size: .9em;
	font-style: normal;
	color: #5e6c81;
}
.twoColFixLtHdr #mainContent p { 
	margin: 0; 
	padding: 18px 0 6px 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.45em;
	font-weight: normal;
	color: #333333;
}
.twoColFixLtHdr #mainContent ul { 
	margin: 0; 
	padding: 0 36px 6px 36px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: .9em;
	line-height: 1.45em;
	font-weight: normal;
	color: #333333;
}
.twoColFixLtHdr #mainContent a {
	color: #3366ff;
}
.twoColFixLtHdr #mainContent a:hover {
	color: #133280;
}
.twoColFixLtHdr #mainContent .caption { 
	padding: 6px 0;
	margin: 0;
	font-family: "Century Gothic", "Avant Garde", Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: .85em;
	line-height: 1em;
	font-weight: normal;
	color: #5e6c81;
}

.twoColFixLtHdr #mainContent .estimateForm {
	margin: 0;
	padding: 2px;
	/*text-align: right;*/
	font-family: "Century Gothic", "Avant Garde", Verdana, Arial, Helvetica, Geneva, sans-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: #b7d3ed;
	color: #3366ff;
	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: #3366ff;
}
.twoColFixLtHdr #footer a:hover {
	color: #133280;
}



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