@charset "UTF-8";

/* CSS Document For Arborcare.biz*/

<!-- 
body  {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #E6E6E6;
	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: 918px; 
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:0px;
	
} 
.twoColFixLtHdr #header { 
	background: #FFFFFF; 
	padding: 0px;
	
	
} 
.twoColFixLtHdr #header div {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	background-image:url("images/logo.gif");
	background-repeat:no-repeat;
	height:74px;
	}

.twoColFixLtHdr #header div span{
	display: none;
}


.twoColFixLtHdr #header  ul{ 
	background-image:url("images/topnav.gif");
	background-repeat:repeat-x;
	height:22px;
	list-style-type:none;
	padding: 0;
	margin: 0px 0px 0px 0px;
	
} 

.twoColFixLtHdr #header  ul li{ 
	/*padding:0;*/
	margin:3px 0px 0px 18px;
	float:left;
	font-size:80%;
	color:#FFFFFF;
	
} 

.twoColFixLtHdr #header  ul li a{
	color:white;
	font-size:80%;
	text-decoration:none 
}

.twoColFixLtHdr #header  ul li a:hover{
	text-decoration:underline;
}


.twoColFixLtHdr #sidebar1 {
	clear:both;
	float: left; 
	width: 432px; 
	background: #FFFFFF; 
	margin:18px 0px 18px 18px;
	height:1%;
	display:inline;
}

.twoColFixLtHdr #sidebar1 img {
	border: 1px solid #879164;
}
.twoColFixLtHdr #mainContent { 
	margin: 18px 0 18px 468px;
	padding: 0 0px;
	width: 432px;
	border: 1px solid #879164;
	height:1%;
} 

.twoColFixLtHdr #mainContent .home{
	width: 432px;
	background-color: #879164;
	font-size:120%;
	margin:0px;
	height:22px;
	/*background-image:url("images/home.gif");*/
	background-repeat:no-repeat;
}

.twoColFixLtHdr #mainContent .domestic,
.twoColFixLtHdr #mainContent .commercial,
.twoColFixLtHdr #mainContent .siteclearance,
.twoColFixLtHdr #mainContent .relocations,
.twoColFixLtHdr #mainContent .reports,
.twoColFixLtHdr #mainContent .consultation,
.twoColFixLtHdr #mainContent .environment,
.twoColFixLtHdr #mainContent .workingpolicy,
.twoColFixLtHdr #mainContent .contactus,
.twoColFixLtHdr #mainContent .ourservices {
	width: 432px;
	background-color: #879164;
	font-size:120%;
	margin:0px;
	height:22px;
	background-repeat:no-repeat;
}

/*
.twoColFixLtHdr #mainContent .domestic {
	background-image:url("images/domestic.gif");
}

.twoColFixLtHdr #mainContent .commercial{
	background-image:url("images/commercial.gif");
}

.twoColFixLtHdr #mainContent .aboutus{
	background-image:url("images/aboutus.gif");
}

.twoColFixLtHdr #mainContent .siteclearance{
	background-image:url("images/siteclearance.gif");
}

.twoColFixLtHdr #mainContent .relocations {
	background-image:url("images/relocations.gif");
}

.twoColFixLtHdr #mainContent .reports {
	background-image:url("images/reports.gif");
}

.twoColFixLtHdr #mainContent .consultation{
	background-image:url("images/consultation.gif");
}

.twoColFixLtHdr #mainContent .environment {
	background-image:url("images/environment.gif");
}

.twoColFixLtHdr #mainContent .workingpolicy {
	background-image:url("images/workingpolicy.gif");
}

.twoColFixLtHdr #mainContent .contactus{
	background-image:url("images/contactus.gif");
}

.twoColFixLtHdr #mainContent .ourservices{
	background-image:url("images/ourservices.gif");
}

*/

.twoColFixLtHdr #mainContent p{
	padding:0px 10px 0px 10px;
	font-size:70%;
	line-height:120%;
}

.twoColFixLtHdr #mainContent p .focus{
	
	color:#879164;
	font-weight:bold;
}

.twoColFixLtHdr #mainContent .details{
	font-size:90%;
}

.twoColFixLtHdr #mainContent .link2{
	
	color:#000000;
	

}

.twoColFixLtHdr #mainContent h1 span{
	font-size:80%;
	text-indent: -3000px;
	height:280;
	width:22;
	overflow:hidden;
	white-space: nowrap;
	padding-left:10px;
	color:#FFFFFF;
}

.twoColFixLtHdr #mainContent h2 {
	font-size:80%;
	font-weight:bold; 
	padding:0px 10px 0px 10px;
}
.twoColFixLtHdr #footer { 
	
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	
	width: 700px; 
	
	margin: 0 auto;
	
} 

.twoColFixLtHdr #footer ul { 
	list-style-type:none;
	padding: 0;
	margin: 0px 0px 0px 0px;
	
}

.twoColFixLtHdr #footer ul li{ 
	margin:3px 0px 0px 18px;
	float:left;
	font-size:80%;
	
	
}

.twoColFixLtHdr #footer ul li a{ 
	color:#666666;
	font-size:80%;
	text-decoration:none 
}

.twoColFixLtHdr #footer ul li a:hover{ 
	text-decoration:underline;
}

.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: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.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;
}
--> 
<!--[if IE 5]>
<style type="text/css"> 
/* place css box model fixes for IE 5* in this conditional comment */
.twoColFixLtHdr #sidebar1 { width: 432px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.twoColFixLtHdr #sidebar1 { 
	padding-top: 30px;
	padding-left:0px; 
	clear:both;
	float: left; 
	width: 432px; 
	background: #FFFFFF; 
	margin:9px 0px 18px 18px;
	height:1%;
	
}
.twoColFixLtHdr #mainContent { zoom: 1; }


/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
</style>
<![endif]-->