/* Created for PKG Gardens by S. Wood - Bi-Tech Enterprises, Inc. Web Development */

html
	{ 
	height: 100%; 
	margin-bottom: 0.1em; 
	}


/* structure */
#outer { 
	width: 100%;
	background-color: #D9F7D2;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: absolute:
	top: 0px; 
	}
.banner { 
	width: 100%;
	height: 168px;
	background: url(images/green-horiz-line.jpg) top repeat-x;
	background-color: #D9F7D2;
	position: absoloute;
	left: 0px;
	top: 0px;
 	}
.bannerpic { 
	background: url(images/fullbanner.jpg) center top no-repeat;
	background-color: transparent;
	}
.nav-left {
	width: 142px;
	background-color: #D9F7D2;
	position: absolute;
	left: 10px;
	top: 180px;
	}
.content {
	width: 79%;
	background-color: #D9F7D2;
	position: absolute;
	left: 155px;
	top: 180px;
	}

.footer { 
	width: 100%;
	background-color: #D9F7D2;
	border-top: 2px silver solid;
	margin-left: auto;
	margin-right: auto;
	}

td { 
	line-height: 1px;
	}
		
/* text links */
a:link{ 
    font: bold 12px arial,helvetica,verdana,sans-serif;
	 color: #000;
    background-color: transparent;
	 text-decoration: none;
    }
a:visited 
    {
	 font: bold 12px arial,helvetica,verdana,sans-serif;
    color: #000;
	 background-color: transparent;
	 text-decoration: none;
	 }
a:hover 
    { 
    font: bold 12px arial,helvetica,verdana,sans-serif;
	 color: #A9620A;
    text-decoration: none; 
    background-color: transparent;
    }
a:active 
    { 
    font: bold 12px arial,helvetica,verdana,sans-serif;
	 color: #96ECA0;
    background-color: transparent; 
    }


/* content styling */
p { 
	font: normal 12px Arial, sans-serif;
	color: #000;
	text-align: justify;
	background-color: transparent; 
	}
p.foot { 
	font: normal 10px Arial, sans-serif;
	color: #000;
	text-align: center;
	background-color: transparent;
	}
p.copy { 
	font: normal 11px Arial, sans-serif;
	color: #000;
	text-align: center;
	background-color: transparent;
	}
p.intro 
	{
	font: normal 12px arial,sans-serif;
	color: #000;
	background-color: transparent;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	}
p.intro:first-letter 
	{
	font: bold normal 18px arial,sans-serif;
	color: #104239;
	background-color: transparent;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	}

p.form { 
	font: bold normal 12px Arial, sans-serif;
	color: Navy;
	text-align: right;
	margin-right: 10px;
	background-color: transparent; 	
	}
.required { 
	font: bold normal 18px Arial, sans-serif;
	color: red;
	text-align: right;
	margin-right: 10px;
	background-color: transparent; 	
	}
p.form-left { 
	font: normal 12px Arial, sans-serif;
	color: Navy;
	text-align: left;
	margin-left: 10px;
	background-color: transparent; 	
	}
p.required { 
	font: bold italic 12px Arial, sans-serif;
	color: Red;
	text-align: right;
	margin-right: 10px;
	background-color: transparent; 	
	}
h1 { 
	font: bold 18px Arial, sans-serif;
	color: #104239;
	text-align: left;
	background-color: transparent; 	
	}
h2 { 
	font: bold italic 16px Arial, sans-serif;
	color: #104239;
	text-align: left;
	background-color: transparent; 
 	}
h3 { 
	font: bold 14px Arial, sans-serif;
	color: #A9620A;
	text-align: center;
	background-color: transparent; 
	}
p.emphysis {
	font: bold 10px Arial, sans-serif;
	color: #000;
	text-align: left;
	background-color: transparent;
	line-height: 1px; 
  	}
p.servicetitles { 
	font: bold 14px Arial, sans-serif;
	color: Navy;
	background-color: transparent;
	line-height: 3px;
	letter-spacing: 2px;
	text-align: left;
	}

/* bulleted lists */
ul { 
	font: bold normal 16px Arial, sans-serif;
	color: #104239;
	text-align: left;
	background-color: transparent;
	list-style: url(images/bullet-leaf.jpg);
 	}

ul.midlist { 
	font: bold normal 16px Arial, sans-serif;
	color: #104239;
	text-align: left;
	margin-left: 150px;
	background-color: transparent;
	list-style: url(images/bullet-leaf.jpg);	
	}

/* images */
#poolpic { 
	background: url(images/logo-banner-right.jpg) top right no-repeat;
	background-color: transparent;
	float: right;
 	}
#gardenpix { 
	background: url(images/wallgarden-combo.jpg) top center no-repeat;
	background-color: transparent;
	}
#floweraccent { 
	background: url(images/floweraccent.jpg) top left no-repeat;
	background-color: transparent;
	}	