@charset "UTF-8";
body  {
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #666666;
	background-image: url(../images/ivy-leaves-pattern.gif);
}
#container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color: #FFFFFF;/* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #99FF99;
	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;
	-moz-box-shadow: 0 0 5px 5px #444;
-webkit-box-shadow: 0 0 5px 5px#444;
box-shadow: 0 0 5px 5px #444;
} 
#navbar { 
	background: #DDDDDD; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #navbar instead of text, you may want to remove the padding. */
} 

#topimage {
	padding: 0;
	margin: 0;
	height:140px;
	background-image: url(../images/Seasons-logo-ivy-header.jpg);
	background-color: #DDDDDD;
} 
#navbar h1 {
	margin: 0; /* zeroing the margin of the last element in the #navbar div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 200px;
	background-color: none;
	margin-top: 30px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
}
#mainContent {
	background:none;
	font-size: 10pt;
	line-height: 16pt;
	margin-top: 50px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
} 
.normaltext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	line-height: 16pt;
	margin-bottom: 10pt;
	color: #330;
}

.italtext {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11pt;
	line-height: 16pt;
	margin-bottom: 10pt;
	font-style:italic;
	color:#339966;
}

.normaltextninetypercent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
	line-height: 12pt;
	margin-bottom: 3pt;
	color: #330;
}


.normaltext130percent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13pt;
	line-height: 18pt;
	margin-bottom: 2pt;
	color: #330;
}
#footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#468f58; /* green background */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 16pt;
	color: #FFFFFF;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* navigation on the left */
/* this is old nav 

div#nav {
	width:190px;
	float: left; 
	margin: -1px 0 0 7em;
  	background: #FDD;
	}



div#nav ul {
	padding:0;
	width:190px;
	list-style-type: none;
	text-decoration: none;
	margin:0;
}

div#nav ul{
	margin:0;
	padding:0;
	width:190px;
	border: 1px solid #AAA;
}

div#nav li{
	position:relative;
	list-style:none;
	margin:0;
	float: left; 
	width: 190px;
 	border-bottom: 1px solid #CCC
	}
	
div#nav li.submenu {
	background-image: url(../images/submenu.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	}
	
div#nav li a {
	display:block;
	padding: 0.25em 0 0.25em 0.5em;
	text-decoration:none;
	width:180px;
	}
	
div#nav>ul a {
	width:auto;
	}
	
div#nav ul ul {
	position: absolute;
	left:20px;
	top:30px;
	}
	
	
div#nav li:hover {
	background:#EBB;
	}
	
	

div#nav ul ul {
	position: absolute; width: 170px;
  	display: none;
  }

div#nav ul.level1 li.submenu:hover ul.level2, 
div#nav ul.level2 li.submenu:hover ul.level3 {
	display:block;
	}

*/

	
	
#mainContent h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #00613B;
	font-weight: lighter;
	letter-spacing: -1px;
}



#mainContent h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006666;
	font-weight: lighter;
	letter-spacing: -1px;
}

#mainContent h4 {
	margin: 1px 0px;
	color: #006666;
}

#footer a {
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
}

#footer a:hover {
	color: #eee;
	padding-right: 5px;
	padding-left: 5px;
	background-color:#333399;
}
.textbox {
	background-color: #E6FFDF;
	padding: 20px;
	opacity: .8;
filter:alpha(opacity=80);
	
}
.design-center-background-image {
	background-image: url(../images/designcenter-background-image.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.index-background-image {
	background-image: url(../images/index-background-image.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.nnormaltext li {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -10px;
	padding-top: 1px;
	list-style-type: square;
	font-size: 11px;
}
#sidebar1 .normaltext a {
	text-decoration: none;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -4px;
	padding-top: 1px;
	list-style-type: none;
	font-size: 11px;
}
#sidebar1 h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #006666;
	font-weight: lighter;
	letter-spacing: -1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #663;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#sidebar1 h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #330;
	margin: 0px;
}

#sidebar1 ul {
	margin-top: 1px;
	font-size:11px;
	line-height:18px;
}#social {
	text-align: right;
	height: 40px;
	width: 600px;
	margin-right: 40px;
	padding-top: 8px;
	float: right;
}
.main-title {
	font-family: 'Satisfy', cursive;
}
#colortable {
	background-color: #FDEEFB;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	font-style: italic;
	line-height: 17px;
	border: 1px solid #999;
}


span.faq {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	line-height: 20px;
	margin-bottom: 16px;
	font-family: verdana;
	text-align: left;
	display: block;
	width: 25px;
	float: left;
	padding-right: 10px;
	font-weight: 500;
	color: #330;
}

span.tip {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	line-height: 20px;
	font-family: verdana;
	text-align: left;
	display: block;
	width: 50px;
	float: left;
	padding-right: 10px;
	font-weight: 300;
	color: #330;
}

span.bigletter {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 170%;
	line-height: 26px;
	font-family: verdana;
	text-align: left;
	display: block;
	width: 20px;
	float: left;
	padding-right: 10px;
	font-weight: 600;
	color: #330;
}

.list-w-flower {
	list-style-position: outside;
	list-style-image: url(../images/flower-icon-13px.png);
	margin-bottom: 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 16px;
}

.list-w-flower a {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 3px;
	display: block;
	color: #663;
	text-decoration: none;
	font-weight: 400;
}
.list-w-flower li {
	margin-bottom: 6px;
}#coupon {
	background-image: url(../images/coupon-background.png);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 200px;
	width: 300px;
	margin-bottom: 20px;
	margin-left: 30px;
}
#coupon p {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	display: block;
	height: 150px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
	overflow: hidden;
}
.coupondisclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	margin-top: 12px;
	display: inline;
	height: 20px;
	padding-top: 20px;
}
.garden-plan-small {
	float: left;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 10px;
}
.greentext {
	color: #00613B;
	font-size:120%;
}
.list-w-flower a:hover {
	font-weight: 800;
	color: #247734;
}

