@charset "utf-8";
/* CSS Document */


body {
	background: #d2e2cd;
	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: #d2e2cd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#nav a:link {
	color: #FFF;
	text-decoration: none;
	}

#nav a:active {
	color: #FFF;
	text-decoration: none;
	}
	
#nav a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#nav a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: italic;
	}

#insidelist a:link {
	color: #000;
	text-decoration: none;
	}

#insidelist a:active {
	color: #000;
	text-decoration: none;
	}
	
#insidelist a:visited {
	color: #000;
	text-decoration: none;
	}
	
#insidelist a:hover {
	color: #000;
	text-decoration: none;
	font-style: italic;
	}
	




.oneColFixCtrHdr #wrapper_home {
	background-image: url(images/home_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
.oneColFixCtrHdr #wrapper_hardscapes {
	background-image: url(images/hardscapes_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.oneColFixCtrHdr #wrapper_estate {
	background-image: url(images/estate_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

.oneColFixCtrHdr #wrapper_commercial {
	background-image: url(images/commercial_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 16px;
	font-weight: normal;
	padding-left: 40px;
}
.oneColFixCtrHdr #container {
	width: 900px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10;
	margin-top: -10px;
	text-align: center;
}

.oneColFixCtrHdr #mainContent {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-style: italic;
	text-align: center;
	color: #000;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
	border: thin none #30C;
	height: auto;
	width: 880px;
}

#nav {
	background-image: url(images/navbar.png);
	background-repeat: no-repeat;
	height: 37px;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
	padding-top: 20px;
	font-weight: bold;
	font-style: normal;
}


#bottomnav {
	background-image: url(images/navbar.gif);
	background-repeat: no-repeat;
	height: 37px;
	background-position: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #FFF;
	text-align: center;
	padding-top: 15px;
	font-style: normal;
}

#bottomnav a:link {
	color: #FFF;
	text-decoration: none;
	}

#bottomnav a:active {
	color: #FFF;
	text-decoration: none;
	}
	
#bottomnav a:visited {
	color: #FFF;
	text-decoration: none;
	}
	
#bottomnav a:hover {
	color: #FFF;
	text-decoration: none;
	font-style: italic;
	}

#list {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	width: 370px;
	text-align: left;
	font-style: normal;
	font-size: 14pt;
	margin-left: 10px;
	line-height: 25pt;
	list-style-image: url(images/bullet.png);
	list-style-position: outside;
}

#list_small {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #000;
	width: 350px;
	text-align: left;
	font-style: italic;
	font-size: 11pt;
	margin-left: 30px;
	line-height: normal;
	list-style-type: lower-roman;
}
.oneColFixCtrHdr #columns {
	border: medium none #C69;
	height: 640px;
	width: 820px;
}

#left1 {
	float: left;
	height: 320px;
	border: thin none #000;
}
#right1 {
	float: right;
	height: 320px;
	border: thin none #000;
}

#left2 {
	float: left;
	height: 320px;
	border: thin none #000;
	clear: both;
}
#right2 {
	float: left;
	border: thin none #000;
	clear: none;
	padding-top: 10px;
}
#insidelist {
	position: relative;
	top: -50px;
	font-size: 14pt;
}

li {
	list-style-type: disc;
}
