@charset "utf-8";
body  {	font-family:"Arial";
	background:url(images/retaining-walls-2.jpg);
	background-attachment:fixed;
	background-position:top;
	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: 800px;  /* 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 */
	 /*border-left: 5px solid #197b30;
	border-right: 5px solid #197b30;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
	background:url(images/orbg.jpg);
	background-repeat:repeat-y;
	padding:10px;

} 


.twoColFixLtHdr #header { 
	background:url(images/only-retaining-walls.jpg);
	background-repeat:no-repeat;
	text-align:left;	
	height:163px;
	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. */
} 
.twoColFixLtHdr #header h1 { 
	margin-left:20px;
	margin-top:2px;
	padding-top:2px;
	color:#ffffff;
} 
.twoColFixLtHdr #header h2 { 
	margin-left:20px;
	color:#ffffff;
} 
.twoColFixLtHdr #header h3 { 
	margin-left:20px;
	color:#CFCFCF;
	font-weight:lighter;
	font-style:italic;
} 

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px; /* 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:#197b30; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px;
	background:#FFFFFF;
	margin-top:-0px;
	font-family:Arial, Helvetica, sans-serif;
}
.twoColFixLtHdr #sidebar1 a:link{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;

}
.twoColFixLtHdr #sidebar1 a:hover{
	color:#ffffff;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;

}
.twoColFixLtHdr #sidebar1 a:active{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;

}
.twoColFixLtHdr #sidebar1 a:visited{
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
	font-size:12px;
	
}
.twoColFixLtHdr #mainContent { 
	margin: 0 0 0 220px; /* 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-left: 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	padding-right:20px;
	padding-bottom:20px;
	width:540px;
	text-align:justify;
	font-size:14px;
	padding-top:5px;
	font-family:"Arial";
	background-color:#FFFFFF
} 
.twoColFixLtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(images/retaining-walls-3.jpg); 
} 
.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: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color:#999999;
	font-size:10px;	font-family:"Arial";
	
}
.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;
}
hr{
color:#7094b7;
width:100%;
text-align:left;
}
.twoColFixLtHdr #mainContent a:active{
	color:#993300;
	text-decoration:underline;

}
.twoColFixLtHdr #mainContent a:hover{
	color:#000000;
	text-decoration:underline;

}
.twoColFixLtHdr #mainContent a:visited{
	color:#993300;
	text-decoration:underline;
}
.twoColFixLtHdr #mainContent a:link{
	color:#993300;
	text-decoration:underline;

}
.twoColFixLtHdr #footer a:active{
	color:#999999;
	text-decoration:underline;

}
.twoColFixLtHdr #footer a:hover{
	color:#000000;
	text-decoration:underline;

}
.twoColFixLtHdr #footer a:visited{
	color:#999999;
	text-decoration:underline;

}
.twoColFixLtHdr #footer a:link{
	color:#999999;
	text-decoration:underline;

}

#navblock {
height:30px;
padding:5px;
padding-left:15px;
background-repeat:no-repeat;
vertical-align:middle;
width:160px;
background-image:url(images/only-retaining-walls-2.jpg);
}

#box {
padding:10px;
border: 2px solid #197b30;
text-align:center;
color:#197b30;
font-size:12px;

}
#box a:link {
color:#666666;

}
#box a:hover {
color:#666666;

}
#box a:active {
color:#666666;

}
#box a:visited {
color:#666666;

}

#box2 {
padding:5px;
border: 2px solid #197b30;
text-align:center;
color:#197b30;
font-size:12px;

}

#navblockflag {
padding:1px;
width:160px;
text-align:center;
}

li{
text-allign:left;
}

.twoColFixLtHdr #mainContent img{
border: 1px solid #cccccc;
padding:3px;
}
.red{
color:red;
}