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

body  {
	background:#333333;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top:20px;
	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: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 140%;
}
#container { 
	background-color:#FFF;
	background-image:url(../images/sidebar1bg.jpg);
	background-repeat:repeat-y;
	padding:0;
	margin:0;
	width: 800px;   
	min-height:400px;
	margin: 0 auto;  
	border: 0px solid #728c64;
	text-align: left; 
}
#containerwhite { 
	background-color:#FFF;
	width: 800px;   
	min-height:400px;
	margin: 0 auto;  
	border: 1px solid #728c64;
	text-align: left; 
} 
#header { 
	background: #cccc9a; 
	height:169px; !important
	padding: 0 0px 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
font-size:11px;
line-height:120%;
} 
#header a:link, a:visited{
	text-decoration:none;
	color:#660099;
	
}

#header a:hover{
	text-decoration:none;
	color:#000000;
	
}
#navbar { 
	width:800px;
	background-color: #728c64; 
	background-image:url(../images/navbg.jpg);
	background-repeat: repeat;
	color:#ffffff;
 } 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header 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 */
}
#sidebar1container{
	background-color:#FFFF9B;
	float: left; /* since this element is floated, a width must be given */
	width: 170px;
	height:100%;
}
#sidebar1{
	margin-top:0px;
	margin-right:0px;
	padding-left:15px;
	padding-top:0px;
	padding-right:0px;
	padding-bottom:0px;
 	font-size:12px;
	color: #333333;
	line-height:120%;
	float: left; /* since this element is floated, a width must be given */
	width: 150px; 
}
#sidebar1 a:link, a:visited {
	color:#660099;
	text-decoration:none;
}
#sidebar1 a:hover{
	color:#000000;
}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	color: #003300;
	width: 120px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-top:0px;
	padding-top: 0px;  /* padding keeps the content of the div away from the edges */
	padding-left: 10px;
	padding-right: 15px;
	padding-bottom: 0px;
}
#mainContent { 
	margin-top: 20px;
	margin-bottom:0px;
	margin-left:170px;
	margin-right: 150px;  
	padding-top: 20px;
	padding-bottom:0px;
	padding-right:25px;
	padding-left:25px;  
	border-right: 1px solid #728c64;
}

#mainContent ul {
	margin-top:-10px;
	}

#mainContent li {
	padding-top:3px;
	
}
#mainContent a:link, a:visited{
	color:#660099;
	text-decoration:none;
}
#mainContent a:hover{
	color:#000000;

}
#mainPlantlist { 
font-size:10px;
	margin-top: 20px;
	margin-bottom:0px;
	margin-left:20px;
	margin-right: 00px;  
	padding-top: 00px;
	padding-bottom:0px;
	padding-right:20px;
	padding-left:20px;  
	 
	}
#mainPlantlist a:link, a:visited{
	color:#660099;
	text-decoration:none;
}
#mainPlantlist a:hover{
	color:#000000;
}
.purpleplantlink{
	color:#660099;
}
.linklist{
	font-size:10px;
	text-align:left;
	line-height:100%;
}

#footer { 
	background: #728c64;
	text-align:left;
	padding-left:30px;
	color:#fff;
	font-size:10px;
} 
#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;
}

a:link, a:visited{
	color:#660099;
	text-decoration:none;
}
a:hover{
	color:#000000;
	
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #660099;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #660099;
}
h3 {
	font-size: 12px;
	font-weight: 300;
	font-style: italic;
	color: #003300;
}
