@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sldeWrapper {
	height: 424px;
	width: 948px;
	background-image: url(images/slideShowBg.png);
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	padding-bottom: 23px;
	background-repeat: no-repeat;
	background-position: center bottom;
}

#slideShow {
	height: 424px;
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	z-index: 5;
	overflow: hidden;
}

#slideshow ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 1%; /* IE fix */
	overflow: visible;
}

#slideshow ul:after {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}            

/* ---------------------------------------------------- */
/* SLIDESHOW > SLIDES
/* ---------------------------------------------------- */
#slideshow .slides {
	overflow: hidden;
	width: 948px;
}

#slideshow .slides ul {
width: 2880px;}

#slideshow .slides li {
	width: 948px;
	float: left;
	height: 424px;
}

/* ---------------------------------------------------- */
/* SLIDESHOW > NAVIGATION
/* ---------------------------------------------------- */
#slideshow .slides-nav {
	position: absolute;
	z-index: 1000;
	padding-top: 370px;
	padding-left: 12px;

}

#slideshow .slides-nav li {
	float: left;
	width: 47px;
	height: 50px;
	background-image: url(images/slideBg.png);
}

#slideshow .slides-nav li a {
	display: block;
	outline: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	padding-top: 11px;
	padding-left: 19px;
	text-decoration: none;
}

.js #slideshow .slides-nav li.on,
.js #slideshow .slides-nav li.on a {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	background-image: url(images/slideActive.png);
	
	
	
	
}

.js #slideshow .slides-nav li.on a {
	position: relative;
}
#menuWrap {
	width: 100%;
	background-image: url(images/naveBg.png);
	background-repeat: repeat-x;
}

#logo {
	height: 77px;
	width: 341px;
	float: left;
	padding-top: 25px;
	padding-left: 5px;
}
#headerTop {
	height: 121px;
	width: 960px;
	background-image: url(images/headerBg.png);
	background-repeat: repeat-x;
	background-position: left;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	height: 47px;
}
#menu ul {
	margin: 0px;
	list-style-type: none;
	width: 957px;
	height: 47px;
	display: block;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#menu ul li {
	float: left;
	display: block;

}
#menu ul li a{
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-right: 9px;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-top: 4px;
}
#menu ul li a:visited {
	display: block;
	margin-right: 5px;
	margin-left: 5px;
	padding-top: 11px;
	padding-bottom: 12px;
	padding-right: 9px;
	padding-left: 9px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	margin-top: 4px;
}
#menu ul li a:hover {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-decoration: none;
	background-color: #809449;
}
#content {
	width: 962px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
	background-color: #FFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #387BA5;
	margin: 0px;
	padding: 0px;
	display: block;
}
.arial13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333;
	line-height: 18px;
}
p {
	padding: 0px;
	margin: 10px;
	text-indent: 15px;
}
#contentWrap {
	background-image: url(images/grass.jpg);
	background-repeat: repeat-x;
	background-position: center bottom;
	padding-bottom: 60px;
}
#midLeft {
	width: 600px;
	padding-bottom: 6px;
	padding-left: 10px;
	float: left;
}
#midRight {
	float: right;
	width: 335px;
	background-image: url(images/lilLine.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	padding-bottom: 10px;
}
#mid {
	padding-bottom: 10px;
	width: 100%;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #387BA5;
	margin: 0px;
	padding: 0px;
	font-size: 18px;
}
#midRight ul li {
	background-image: url(images/checkMark.png);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	padding-left: 30px;
	display: block;
	margin-bottom: 18px;
	margin-top: 8px;
	font-weight: bold;
	padding-bottom: 5px;
}
#midRight ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.homeQuote {
	height: 66px;
	width: 279px;
	display: block;
	padding-left: 27px;
	padding-bottom: 10px;
}
.homeQuote a:link{
	height: 66px;
	width: 279px;
	display: block;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.homeQuote a:visited {
	height: 66px;
	width: 279px;
	display: block;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.homeQuote a:hover {
	height: 66px;
	width: 279px;
	display: block;
	background-image: url(images/quote.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.galleryJump {
	float: right;
	width: 180px;
	padding-top: 5px;
}
.galleryTopTitles {
	float: left;
	padding-top: 10px;
}
.galleryTitles {
	padding: 10px;
}

#jumpMenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #666;
	width: 180px;
}
#galleryFour {
	width: 777px;
	margin-right: auto;
	margin-left: auto;
}
#galleryFour ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#galleryFour ul li {
	height: 250px;
	width: 350px;
	display: block;
	float: left;
	border: 1px solid #999;
	margin: 12px;
	padding: 6px;
}
#galleryFour ul li a:link {
	display: block;
	height: 250px;
	width: 350px;
}
#galleryFour ul li a:visited {
	display: block;
	height: 250px;
	width: 350px;
}
#galleryFour ul li a:hover {
	display: block;
	height: 250px;
	width: 350px;
}
#headerNumber {
	float: right;
	text-align: center;
	padding-top: 55px;
	padding-right: 20px;
}
.headerCall {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #04598D;
}
.headerNumberl {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #3F5D0C;
}
.headerAddress {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #999;
}

#footer {
	width: 100%;
	background-color: #0d0702;
	padding-bottom: 30px;
}
#footer960 {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#footer960 ul {
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 50px;
}

#footer960 ul li {
	display: block;
	float: left;
	width: 210px;
	padding: 0px;
	margin-right: 5px;
	margin-left: 5px;
}
.footerTitlesBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #59300D;
	font-weight: bold;
	display: block;
	padding-bottom: 3px;
}
#footer960 ul li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E5D4D;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#footer960 ul li a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E5D4D;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#footer960 ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #59300D;
	display: block;
	margin: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}



.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6E5D4D;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.bowenLink {
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	padding-top: 30px;
	display: block;
	height: 30px;
	color: #7E6654;
	background-image: url(images/cards.png);
	background-repeat: no-repeat;
	background-position: center 18px;
}
.bowenLink a:link{
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #CCC;
}
.bowenLink a:visited {
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	color: #CCC;
}
.bowenLink a:hover {
	text-align: center;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: underline;
	color: #CCC;
}

#galleryOut {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	background-image: url(images/slideShowBg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#subOut {
	width: 930px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 0px;
	margin-bottom: 20px;
}
#subTop {
	width: 948px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 6px;
	background-image: url(images/slideShowBg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 22px;
	height: 260px;
}
#contactOut {
	width: 850px;
	padding-left: 40px;
}


.formForm {
	width: 260px;
	height: 25px;
	background-image: url(../../aidAudio/images/formBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	padding-top: 7px;
	padding-left: 5px;
	border: 1px solid #CCC;
}
.formDropdown {
	width: 231px;
	height: 32px;
	background-image: url(../../aidAudio/images/formBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	padding-top: 4px;
	padding-left: 5px;
	border: 1px solid #CCC;
	padding-bottom: 4px;
}
.formFormTextArea {
	width: 260px;
	height: 125px;
	background-image: url(../../aidAudio/images/formBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	padding-top: 7px;
	padding-left: 5px;
	border: 1px solid #CCC;
}
.formFormTextAreaCopy {
	width: 300px;
	height: 125px;
	background-image: url(../../aidAudio/images/formBg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #999;
	padding-top: 7px;
	padding-left: 5px;
	border: 1px solid #CCC;
}

.formTitles {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #666;
	text-decoration: none;
	line-height: 18px;
	display: block;
	width: 100%;
	height: 18px;
}
#one {
	width: 840px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #E5E5E5;
	margin-bottom: 30px;
	padding-top: 15px;
}
#contactFormButtons {
	width: 350px;
	height: 40px;
	padding-left: 350px;
}
#maintenanceLeft {
	float: left;
	width: 450px;
}
#maintenanceLeft ul li {
	background-image: url(images/checkMark.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
}
#maintenanceLeft ul {
	list-style-type: none;
	margin: 0px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 12px;
}
#landscapeLogo {
	background-image: url(images/landscapeLogo.png);
	height: 114px;
	width: 450px;
}
#landscapeLogo ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#landscapeLogo ul li {
	background-image: url(images/checkMark.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 28px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
}




#maintenanceRight {
	float: left;
	width: 450px;
}










#subslideshow {
	position:relative;
	height:260px;
}

#subslideshow DIV {
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	opacity:0.0;
	height: 260px;
	background-color: #FFF;
}

#subslideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#subslideshow DIV.last-active {
    z-index:9;
}

#subslideshow DIV IMG {
	height: 260px;
	display: block;
	border: 0;
	margin-bottom: 10px;
}
.bottomThreeBox {
	height: 121px;
	width: 295px;
	border: 1px solid #999;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding: 6px;
	background-color: #F00;
}
#bottomThree {
	width: 955px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.bottomThreeBoxOne {
	height: 121px;
	width: 215px;
	border: 1px solid #999;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	padding: 6px;
	background-image: url(images/masonry-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bottomThreeBoxTwo {
	height: 121px;
	width: 215px;
	border: 1px solid #999;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding: 6px;
	background-image: url(images/maintenance-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.bottomThreeBoxThree {
	height: 121px;
	width: 215px;
	border: 1px solid #999;
	float: left;
	margin-left: 5px;
	padding: 6px;
	background-image: url(images/water-3.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.bottomThreeBoxFour {
	height: 121px;
	width: 215px;
	border: 1px solid #999;
	float: left;
	margin-left: 4px;
	padding: 6px;
	background-image: url(images/landscape-bottom-four.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
}


.subBottomThreeBox {
	height: 121px;
	width: 295px;
	border: 1px solid #999;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding: 6px;
	background-color: #F00;
}
#subBottomThree {
	width: 955px;
	padding-bottom: 6px;
	padding-left: 5px;
}
.subBottomThreeBoxOne {
	height: 121px;
	width: 295px;
	border: 1px solid #999;
	float: left;
	margin-right: 4px;
	margin-left: 4px;
	padding: 6px;
	background-image: url(images/masonry-295.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.subBottomThreeBoxTwo {
	height: 121px;
	width: 295px;
	border: 1px solid #999;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	padding: 6px;
	background-image: url(images/maintenance-295.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.subBottomThreeBoxThree {
	height: 121px;
	width: 295px;
	border: 1px solid #999;
	float: left;
	margin-left: 5px;
	padding: 6px;
	background-image: url(images/waterFeatures-295.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
}
.subBottomThreeBoxFour {
	height: 121px;
	width: 295px;
	border: 1px solid #999;
	float: left;
	margin-left: 4px;
	padding: 6px;
	background-image: url(images/landscaping-295.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
}

































.bottomThreeLinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	display: block;
	padding-top: 90px;
	text-align: right;
	padding-right: 10px;
	background-image: url(images/bottom4-bg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 7px;
	margin: 0px;
}
.bottomThreeLinks a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	display: block;
	text-align: right;
	text-decoration: none;
}
.bottomThreeLinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
	display: block;
	text-align: right;
	text-decoration: none;
}
.bottomThreeLinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CBECF3;
	display: block;
	text-align: right;
	text-decoration: none;
}
#launchGallery {
	height: 137px;
	background-image: url(images/galleryImage.jpg);
	background-repeat: no-repeat;
	background-position: 28px;
	width: 850px;
	margin-right: auto;
	margin-left: auto;
}
.launchGalleryLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #5889CE;
	display: block;
	padding-left: 190px;
	padding-top: 55px;
}
.launchGalleryLink a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #5889CE;
	display: block;
	text-decoration: none;
}
.launchGalleryLink a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #5889CE;
	display: block;
	text-decoration: none;
}
.launchGalleryLink a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #3F5D0C;
	display: block;
	text-decoration: none;
}
.lilHOmeLogos {
	float: right;
	padding-top: 20px;
}
.logoRight {
	float: right;
	margin-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
}
