/* 2021 CSS Document Kathy Lee */

* {
	border: 0 none;
	margin: 0;
	padding: 0;
}
html, body {
	background-color: #7f4f28;
}
body {
	background:url(images/bg-gradient.jpg) top left repeat-x;
	font-family:Verdana, Geneva, sans-serif;
	font-size: .95em;
	line-height: 30px;
	color: #010101;
	text-align: left;
	margin: 0;
	z-index: 0;
}
header {
	background:url(images/logo2021.jpg) top left no-repeat;
	position: relative;
	height: 169px;
	text-align: left;
 	z-index: 1;}

header h1 {
	position: relative;
	margin: 0 ;
	text-align: left;
	color: white;
	font-size: 40px;
	font-style: italic;
	line-height: 45px;
	z-index: 1;
}
header h2 {position: relative;
	margin: 0 0 0 40px;
	
	text-align: left;
	color: white;
	font-size: 30px;
	font-style: italic;
	line-height: 40px;
	z-index: 1;}
#wrapper {
	position: relative;
	text-align: left;
	z-index: 1;
	margin: 0 5%;
}



/********************* MAINPANEL ***********************/
#mainpanel {
	position: relative;
	top: 60px;
	left: 0;
	width: 100%;
	z-index: 40;
	background-color: #f0e7d0;
		
	
}
/********************* FONTS ***********************/
p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 30px;
	color: #010101;
	text-align: left;
	padding-left: 8%;
	padding-right:18%;
	padding-bottom: 20px;
	z-index: 100;
}
p.testimonials {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 30px;
	color: #315109;
	text-align: left;
	padding-left: 8%;
	padding-right: 22px;
	padding-bottom: 10px;
	z-index: 100;
}
a {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #7f4f28;
	text-decoration: none;
}
a:link, a:visited {
	color: #a36803;
	text-decoration: none;
}
a:hover, a:active {
	color: #6c8e01;
	text-decoration: none;
}
h1 {
	color: #315109;
	font-family:Georgia, serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
	padding: 30px 30px 20px 2em;
	z-index: 1;
}

h2 {
	color: #315109;
	font-family:Georgia, serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: normal;
	padding: 30px 30px 20px 2em;
	z-index: 100;
}
h3 {
	color: #7f4f28;
	font-family:Georgia, serif;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	padding: 30px 30px 20px 4em;
	z-index: 100;
}
h4 {
	color: #7f4f28;
	font-family:Georgia, serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: normal;
	padding: 30px 30px 20px 5em;
	z-index: 100;
}
/********************* LISTS ***********************/

#mainpanel ul {
	list-style-type:disc;
	list-style-position: inside;
	padding-bottom: 20px;
	padding-top: 10px;
}
#mainpanel li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #010101;
	text-align: left;
	margin-left: 15%;
	margin-right: 15%;
	
	padding-bottom: 10px;
	z-index: 100;
}
#mainpanel ul#sitemap {
	list-style-type:none;
	list-style-position: inside;
	padding-bottom: 15px;
}

blockquote {
	padding-top: 10px;
	text-align: left;
	line-height: 2.5;
	padding-left: 3em;
}
/********************* MAIN ***********************/
	
img.image-left-in-text {
	float: left;
	padding: 0 10px 5px 0;
}
img.image-right-in-text {
	float: right;
	padding: 0 0 5px 10px;
}
/********************* NAV inside mainpanel ***********************/
#nav {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 80px;
	z-index: 40;
	border-bottom: 1px solid #269e07;
	text-align: left;
	background-color: #d2b271;
	
}
#nav ul {
	position: relative;
	top: 10px;
	bottom: 25px;
	
	
}
#nav li {
	display: block;
	list-style-type: none;
	padding: 0 10px;
}
#nav a {
	font-family:Georgia, serif;
	font-size: 15px;
	font-weight: normal;
	color: #6f411b;
	text-decoration: none;
	list-style-type: none;
}
#nav a:link, #nav a:visited {
	color: #6f411b;
	text-decoration: none;
}
#nav a:hover, #nav a:active {
	color: #164b01;
	text-decoration: none;
}
#nav a#active {
	color: #164b01;
	text-decoration: none;
}

/********************* FOOTER ***********************/
#footer {
	position: relative;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 40;
	margin-top: 0px;
	border-top: 1px solid #269e07;
	background: url(images/footer.jpg) top left repeat;
	text-align: center;
}
#footer p.copyright {
	font-size: 12px;
	color: #7f4f28;
	padding: 30px;
	text-align: center;
	
}
/********************* SIDE ***********************/
#sidepanel {
	position: relative;
	top: 30px;
	border-top: 1px solid #2C8707;
	border-bottom: 1px solid #2C8707;
	left: 0;
	width: 100%;
	z-index: 30;
	background:url(images/side-top.jpg) top left no-repeat #e9dbba;
}
#garden {
	position: relative;
	bottom: 0;
	left: 90px;
	width: 100%;

	z-index: 50;
	
}
#sidepanel h1 {color: #315109;}
/********************* SIDE NAV ***********************/
#sidepanel ul {
	position: relative;
	top: 20px;
	left: 30px;
	padding-bottom: 40px;
	margin-bottom: 80px;
	list-style-type: none;
	z-index: 50;
	line-height: 40px;
	background: transparent;
}
#sidepanel li {
	display: block;
	z-index: 50;
}
#sidepanel a {
	font-family:Georgia, serif;
	font-size: 18px;
	font-weight: normal;
	font-style: italic;
	color: #315109;
	text-decoration: none;
	z-index: 50;
}
#sidepanel a:link, #sidepanel a:visited {
	color: #315109;
	text-decoration: none;
}
#sidepanel a:hover, #sidepanel a:active, #sidepanel a#current {
	color: #a36803;
	text-decoration: none;
}
/********************* PIX ***********************/
#person {
	position: relative;
	top: 169px;
	left: 0;
	width: 203px;
	z-index: 100;
}
/********************* queries ***********************/
@media only screen and (max-width: 399px){
  #mainpanel {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 40;
	background-color: #f0e7d0;
	
	}
	
	p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 30px;
	color: #010101;
	text-align: left;
	padding-left: 5%;
	padding-right:10%;
	padding-bottom: 20px;
	z-index: 100;
}
	#mainpanel blockquote {
		
		padding-left: 5%;
		padding-right:10%;
	}
	
	#sidepanel h2 {
	position: relative;
	margin: 30px 0 0 20px;
	text-align: left;
	color: #315109;
	font-size: 30px;
	line-height: 40px;}
	
	p.testimonials {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 30px;
	color: #315109;
	text-align: left;
	padding-left: 5%;
	padding-right:10%;
	padding-bottom: 10px;
	z-index: 100;
}
	#sidepanel {
	position: relative;
	top: 20px;
	border-top: 1px solid #2C8707;
	border-bottom: 1px solid #2C8707;
	left: 0;
	text-align: left;
	width: 100%;
	z-index: 30;
	background:url(images/side-top.jpg) top left no-repeat #e9dbba;}
	
	#sidepanel li {
	display: block;
	z-index: 50;
}
	#nav {
	text-align: left;
	}

}
@media only screen and (min-width: 400px) and (max-width: 700px)
{
  	#mainpanel {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 40;
	background-color: #f0e7d0;}
	
		p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 30px;
	color: #010101;
	text-align: left;
	padding-left: 8%;
	padding-right:12%;
	padding-bottom: 20px;
	z-index: 100;
}
	
	
	#sidepanel h2 {
	position: relative;
	margin: 30px 0 0 0;
	text-align: left;
	color: #315109;
	font-size: 30px;
	line-height: 50px;
	font-style: italic;
	z-index: 1;}
	
	#nav {
	text-align: center;
	}
	
	}
@media only screen and (min-width: 700px) and (max-width: 900px)
{
  	#mainpanel {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 40;
	background-color: #f0e7d0;
	}
	
	#mainpanel li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #010101;
	text-align: left;
	margin-left: 25%;
	margin-right: 25%;
	
	padding-bottom: 10px;
	z-index: 100;
}
	#mainpanel #nav li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #010101;
	text-align: left;
	margin-left: 2%;
	margin-right: 2%;
	display: inline;
	padding-bottom: 10px;
	z-index: 100;
}

	#sidepanel img {
		margin: 30px 0 0 10em;
	}
	#sidepanel h2 {
	position: relative;
	margin: 30px 0 0 10px;
	text-align: left;
	color:#315109;
	font-size: 30px;
	line-height: 50px;
	font-style: italic;
	z-index: 1;}
	
	#nav {
	text-align: center;
	}
	
	}
@media only screen and (min-width: 900px) and (max-width: 2500px)
{
  	#mainpanel {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 40;
	background-color: #f0e7d0;
		background: url(images/bamboo-35.png) top right no-repeat #f0e7d0;}
	
		p, p.testimonials {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 30px;
	text-align: left;
	padding-left: 8%;
	padding-right:30%;
	padding-bottom: 20px;
	z-index: 100;
}

	#sidepanel p {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 30px;
	color: #010101;
	text-align: left;
	padding-left: 8%;
	padding-right:30%;
	padding-bottom: 20px;
	z-index: 100;
}
	#mainpanel li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #010101;
	text-align: left;
	margin-left: 25%;
	margin-right: 25%;
	
	padding-bottom: 10px;
	z-index: 100;
}
	#mainpanel #nav li {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 25px;
	color: #010101;
	text-align: left;
	margin-left: 2%;
	margin-right: 2%;
	display: inline;
	padding-bottom: 10px;
	z-index: 100;
}

	#sidepanel img {
		margin: 30px 0 0 10em;
	}
	#sidepanel h2 {
	position: relative;
	margin: 30px 0 0 10px;
	text-align: left;
	color:#315109;
	font-size: 30px;
	line-height: 50px;
	font-style: italic;
	z-index: 1;}
	
	#nav {
	text-align: center;
	}
	
	}