@charset "UTF-8";


body  {
	font-size: 62.5%;
	font-family: Georgia, serif;
	background-color: #5D6F6A;
	margin-left: 0;
	 
	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;
}

#logos {
	font-family: "Georgia", Baskerville, Garamond, Palatino;
	line-height: 18px;
	font-size: 12px;
	color: #999999;
	}
	
	
.ThreeColGrid #container { 
	width: 964px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
		
	background-image:url(images/Park_Lawn_LP_background.gif);
	background-repeat: repeat-y;
	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. */
} 
.ThreeColGrid #header {} 

.ThreeColGrid #header h1 {
	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: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}



/* 8888888888888 sidebar 88888888888888 */


.ThreeColGrid #sidebar2 {
	float: right; 
	width: 145px; 
	height: 128px;
	background-image: url(images/Park_Lawn_LP_detail.gif);
	background-repeat: no-repeat;
}

/* 8888888888888 nav 88888888888888 */

.ThreeColGrid #navcontainer {
	float: left; /* since this element is floated, a width must be given */
	width: 130px; /* 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: 35px 10px 15px 20px;
}

.ThreeColGrid  #navlist
{
	padding-left: 0;
	margin-left: 0;
	width: 130px;
}

.ThreeColGrid  #navlist li{
	font-size: 1.4em;
	text-transform: uppercase;
	text-align: right;
	line-height: 1.8em;
	list-style: none;
	margin: 0;
	padding: 0.25em;
	letter-spacing: .125em;

}

.ThreeColGrid  #navlist .lineheightless { 
	line-height: -1em;
	}

.ThreeColGrid  #navlist li a {
	color:#666666; 
	text-decoration: none; 
	}
	
.ThreeColGrid  #navlist li a #active {
	color:#CCCCCC; 
	text-decoration: none; 
	}
	
.ThreeColGrid  #navlist li a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

/* 8888888888888 locations menu 88888888888888 */



.ThreeColGrid #mainContent #navlocation {
	text-align: left;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: .06em;
	margin: 0 0 0 -20px;
	

}

.ThreeColGrid #mainContent  #navlocation {
	list-style-type: none;
	list-style-image: none;
	
}

.ThreeColGrid #mainContent #navlocation li {
	display: inline;
	padding: 3px 7px 3px 0px;
 

}

.ThreeColGrid  li a {
	color: #999;
	text-decoration: none;
}

.ThreeColGrid #mainContent  li a:hover {
	color: #666;
	text-decoration: underline;

}

/* 8888888888888 contact 88888888888888 */

.ThreeColGrid #contact_all p  {
	font-size: 1.5em;

}
.ThreeColGrid #contact_all  h1 {
	font-size: 1.2em;

}


.ThreeColGrid #contact_colleft  {
	margin: 0px; 
	float: left;
	width: 280px;
} 

.ThreeColGrid #contact_colright  {
	margin-left: 310px; 
} 
	
/* 8888888888888 mainContent 88888888888888 */

.ThreeColGrid #mainContent  {
	margin: 0 200px; 
	padding: 10px 10px;
} 

.ThreeColGrid #mainContent  {
	font-size: 1.3em;
	line-height: 1.95em;
	color:#666666; 
	
} 

.ThreeColGrid #mainContent h1 {
	font-size: 1.2em;

}

.ThreeColGrid #mainContent a {
	font-size: .7 em;
	color: #999999;
	text-decoration: none;

	
}

.ThreeColGrid #mainContent a:hover {
	font-size: .7 em;
	color: #666666;
	text-decoration: underline;

	
}

.ThreeColGrid  #preplanning_list  {
	margin-left: -26px;
	list-style-type: disc;
}

/* 8888888888888 random classes 88888888888888 */

.ThreeColGrid #corporate_footer {
	font-size: 1em;
	line-height: 1.8em;
	color: #666666
	
} 

.ThreeColGrid #corporate_footer a {
	color: #999999;
	font-size: .8em;
	text-decoration: none;
	}
	
.ThreeColGrid #corporate_footer a:hover {
	color: #666666;
	font-size: .8em;
	text-decoration: underline;
	} 



.ThreeColGrid #footer {
	background-image: url(images/Park_Lawn_LP_footer.jpg);
	background-repeat: no-repeat;
	height: 157px;
	
	
} 


.ThreeColGrid #footer .lang {
	text-align: center;
	font-size: 13px;
	letter-spacing: .15em;
	color: #666666;
	padding-top: 120px;
	
} 

/*this one is in corporate.html - so less padding to make room for the content there*/
.ThreeColGrid #footer .lang2 {
	text-align: center;
	font-size: 13px;
	letter-spacing: .15em;
	color: #666666;
	padding-top: 30px;
	
} 
/*this one is in corporate.html - so less padding to make room for the content there*/

.ThreeColGrid #footer .switcher {
	margin-left: 50px;
} 

.ThreeColGrid #footer a {
	color: #999999;
	text-decoration: none;
}

.ThreeColGrid #footeri a:hover {
	color: #CCCCCC;
	text-decoration: underline;

}

.ThreeColGrid #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 */
}
.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;
}

/* 8888888888888 random classes 88888888888888 */

.ThreeColGrid #mainContent .alignrt {
	text-align: right;
	
}


.ThreeColGrid .imgfloat{
	float: right;
	border: 0px;
	margin: 0px;
	padding-left: 10px;
	clear:both;

}

/* 8888888888888 galleries 88888888888888 */

img.thumbs {
	float:left;
	height:60px;
	width:60px;
	margin-right: 10px;
	margin-bottom: 10px;
	border: solid #CCC 4px;
}


#gallery {
	margin-top: 5px;


}

#main {
	margin-left:170px;
	width: 348px;
	line-height: 1.3em;
}

#main img {
	border: solid #CCC 4px;

}


#thumbContainer {
	float: left;
	width:160px;
}
