@charset "UTF-8";
/* CSS Document */

body { 
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	color: #626262;
	text-align: center;
	background: #333333 url('images/background.png') repeat-y center top;
}

a {
	text-decoration: underline;
	font-weight: bold;
}

h1, h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 12px 0px;
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 0px 0px 28px 0px;
}

p {
	font-size: 12px;
	margin: 0px 0px 10px 0px;
}

#pageContainer {
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	width: 960px;
	background-color: #FFF;
	position: relative;
}

#header	{
	width: 960px;
	height: 208px;
	background: #000 url('images/header.jpg') no-repeat left top;
}

#badge {
	position: absolute;
	left: 895px;
	top: 117px;
	width: 122px;
	height: 132px;
	background: url('images/badge.png') no-repeat left top;
}

#navigation {
	width: 916px;
	background: #FFF;
	padding: 22px 0px 15px 44px; 
}

#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#navigation ul li {
	display: inline;
	padding: 0px;
	margin: 0px 20px 0px 0px;
	font-size: 13px;
	font-weight: bold;
}

#navigation ul li a {
	text-decoration: none;
	color: #737373;
}

#navigation ul li a:hover {
	color: #CCC;
}

#home #homelink,
#aboutus #aboutuslink,
#landscaping #landscapinglink,
#watertanks #watertankslink,
#otherservices #otherserviceslink,
#photos #photogallerylink,
#testimonials #testimonialslink,
#links #linkslink,
#contactus #contactuslink { 
	color: #adadad !important;
}

#content {
	width: 914	px;
	background: #FFF url('images/content.jpg') no-repeat left top;
	padding: 30px 23px 0px 23px;
	min-height: 0; 
}

#left {
	float: left;
	width: 197px;
	padding: 0px 20px 0px 20px;
}

#left h1, #left h2 {
	color: #000;
	background-image: url('images/h1.png');
}

#left a { 
	color: #a2a2a2;
}

#left a:hover { 
	color: #000;
}

.phone {
	font-size: 22px;
	font-weight: bold;
}

#right {
	float: left;
	width: 639px;
	padding: 0px 0px 0px 20px;
}

.homeColumn {
	float: left;
	width: 192px;
	margin-right: 28px;
}

.homeColumn img {
	margin-bottom: 19px;
}

.green h2 {
	color: #418208;
	background-image: url('images/h2green.png');
}

.green a {
	color: #418208;
}

.green a:hover {
	color: #a2db70;
}

.blue h2 {
	color: #0492c8;
	background-image: url('images/h2blue.png');
}

.blue a {
	color: #0492c8;
}

.blue a:hover {
	color: #6dcbef;
}

.pink h2 {
	color: #b14e68;
	background-image: url('images/h2pink.png');
}

.pink a {
	color: #b14e68;
}

.pink a:hover {
	color: #ffa1b9;
}

.black h2 {
	color: #000;
	background-image: url('images/h1.png');
}

.black a {
	color: #a2a2a2;
}

.black a:hover {
	color: #000;
}

#footer {
	width: 960px;
	height: 158px;
	background: #000 url('images/footer.jpg') no-repeat left top;
	position: relative;
	padding-top: 103px;
}

#foothead {
	float: left;
	width: 197px;
	margin: 0px 46px 0px 41px;
}

#foothead h2 {
	color: #FFF;
	background-image: url('images/h2white.png');
}	

.quicklinks { 
	float: left;
	width: 140px;
	font-size: 12px;
	position: relative;
}

#credits{
	position: absolute;
	right: 23px;
	bottom: 15px;
	font-size: 11px;
	color: #3a3a3a;
}

#credits a {
	color: #3a3a3a;
	text-decoration: underline;
}

#credits a:hover {
	color: #CCC;
}

#credits img {
	margin-bottom: -3px; margin-left: 3px;
}

.quicklinks h3 {
	color: #FFF;
	margin: 0px 0px 17px 0px;
}

.quicklinks ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.quicklinks ul li {
	margin: 0px;
	padding: 0px;
}

.quicklinks ul li a {
	text-decoration: none;
	color: #a3a2a2;
}

.quicklinks ul li a:hover {
	text-decoration: none;
	color: #FFF;
}

.detail {
	padding-top: 20px;
	width: 305px;
	float: left;
	margin-right: 23px;
}

.minigallery img {
	float: left;
	margin: 0px 14px 10px 0px;
	border: none;
}

.minigallery h2 {
	margin-bottom: 12px;
}

.last {
	margin-right: 0px;
}

.author {
	font-style: oblique;
	font-weight: bold;
	color: #000;
}

form {
	margin: 0px;
	padding: 0px;
}

input {
	margin: 0px 0px 4px 0px;
	background-color: #CCC;
	border: none;
	width: 300px;
	color: #000;
	padding: 4px;
}

textarea { 
	margin: 0px 0px 4px 0px;
	background-color: #CCC;
	border: none;
	width: 400px;
	height: 200px;
	color: #000;
	padding: 4px;
}

select {
	margin: 0px 0px 10px 0px;
	background-color: #CCC;
	color: #000;
}

label {
	font-size: 12px;
	font-weight: bold;
}

.button {
	width: 80px;
	border: solid 1px #333;
	text-align: center;
}

.divider {
	border-top: solid 1px #999;
	padding-top: 10px;
}

#slideshow-content {
	position: relative; 
	width: 635px;
	height: 228px;
}

.slide {
	position: absolute;
	left: 0px;
	top: 0px;
}