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

body  {
	 	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background: #e3e2db;
	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: #666666;
}

ul, ol
{
    	font: .85em, Arial, Helvetica, sans-serif;
	margin-top: 0;
    margin-bottom: 2px;
    padding-top: 0;
    padding-bottom: 0;
}

p {
	font-size:.85em;
	line-height: 1.2em;
	padding-bottom:.5em;
	}
	
h1 {
	font-size:1.5em;
	color: #1a4ba5;
    margin-top: 0;
	font-weight: normal;
	padding-bottom: 0px;
		}

h2 {
	font-size:.85em;
	font-weight: bold;
	color: #1a4ba5;
	padding-top: 0px;
	padding-bottom: 0px;
		}
		
a:link { 
	text-decoration: none; 
	color: #0596fb;
	}
a:visited { 
	text-decoration: none; 
	color: #0596fb;
	}
a:hover, a:active { 
	text-decoration: none; 
	color: #8fcdf8;
	}
	
m10 #pageWrapper {
    	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 817px;
    margin-left: auto;
    margin-right: auto;
    font-size:80%; /* set your default font size here. */
    background-color: #fff;
    background-image:url(images/right_shadow.gif);
    background-position:right;
    background-repeat:repeat-y; 
    text-align:left;   
}
.m10 #container {
	position: relative; /* adding position: relative allows you to position the two sidebars relative to this container */
	width: 817px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/site_bg.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.m10 #header {
	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: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	height: 89px;
}

.m10 #navigation {
	background-image:url(images/top_nav.gif);
	background-repeat:no-repeat;
	height: 30px;
	font-size: .9em;

}

#navigation a:link {
	color:#0f75bc;
	}
#navigation a:visited {
	color:#0f75bc;
	}
#navigation a:hover {
	color:#09a5fb;
	}
		

.m10 #welcome {
	position: absolute;
	top: 128px;
	left: 28px;
	width: 500px; /* 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 */
	font-size: .9em;
	color: #0f75bc;
}

.m10 #sidebarglen {
	position: absolute;
	top: 195px;
	left: 18px;
	width: 250px; /* 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 */
	background: #f0f1f1; /* the background color will be displayed for the length of the content in the column, but no further */
	border-color: #e3e2db;
	border-style: solid;
	border-width: 5px;
	margin: 0px,0px,0px,30px;
	z-index:5;
}
.m10 #sidebarmal {
	position: absolute;
	top: 195px;
	right: 270px;
	width: 250px; /* 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 */
	background: #f0f1f1; /* the background color will be displayed for the length of the content in the column, but no further */
	border-color: #e3e2db;
	border-style: solid;
	border-width: 5px;
	margin: 0px;
	z-index:4;
}
.m10 #sidebarnav {
	position: absolute;
	top: 128px;
	left: 8px;
	width: 155px; /* 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 */
	z-index:5;
}
.m10 #newsContent { 
	margin: 2px 10px 0px 555px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:3;
}

.m10 #subscribe {
	background-image:url(images/bg_subscribe.gif);
	background-repeat:no-repeat;
	height: 104px;
}
.m10 #specials {
	font-size: .80em;
}

.m10 #formsfeature { 
	margin: 0px 7px 0px 559px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:3;
}
.m10 #mainContent {
	position: absolute;
	top: 128px;
	left: 174px;
	width: 449px; /* 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 */
	font-size: .9em;
	color: #0f75bc;
	height: 354px;
}

.m10 #mainContent2 {
	position: absolute;
	top: 128px;
	left: 174px;
	width: 420px; /* 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 */
	font-size: .9em;
	color: #0f75bc;
}
.m10 #mainContent5 {
	position: absolute;
	top: 128px;
	left: 174px;
	width: 400px; /* 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 */
	font-size: .9em;
	color: #0f75bc;
	height: 354px;
}

#mainContent2 p{
 padding-bottom: 0em;
 	line-height: 1.4em;

}
.m10 #mainContent3 {
	position: absolute;
	top: 128px;
	left: 174px;
	width: 550px; /* 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 */
	font-size: .9em;
	color: #0f75bc;
}

.m10 #mainContent4 {
	position: absolute;
	top: 134px;
	left: 174px;
	width: 410px; /* 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 */
	font-size: .9em;
	color: #0f75bc;
}

.m10 #rightcol { 
	margin: 2px 10px 0px 595px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:3;
}

.m10 #rightcolsection { 
	margin: 2px 10px 0px 635px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:3;
}

.m10 #rightcolsection180 { 
	margin: 10px 30px 0px 607px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:3;
}

.m10 #salesection { 
	margin: 10px 0px 0px 100px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:3;
}

.m10 #salesection_wide { 
	margin: 10px 0px 0px 60px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:3;
}


.m10 #salesection_hori { 
	margin: 10px 0px 0px 18px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	z-index:3;
}

.m10 #footer { 
	background-image:url(images/bg_footer.gif);
	background-repeat: no-repeat;
	height: 100px;
	font-size:.75em;
} 
.m10 #footerhome { 
	background-image:url(images/bg_footer_home.gif);
	background-repeat: no-repeat;
	height: 137px;
	font-size:.75em;

} 

.topnav {
	padding: 5px 0 0px 23px;
	color: #8895b3;
}
.nav1  {
	padding-left: 10px;
}

.nav1on  {
	color: #ffffff;
	padding-left: 10px;

}

.pagelist {
	padding-left: 10px;
	padding-bottom:5px;
}

.pagelist li{

	list-style-type: disc ;
	padding-bottom:5px;
}

#sidebarnav ul {
	margin: 0px;
	padding: 0;
	list-style: none;
	width: 155px; /* Width of Menu Items */
	font-size: .9em;
			}

#sidebarnav ul li {
	position: relative;
	width: 155;
	}
	
#sidebarnav li ul {
	position: absolute;
	left: 161px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
#sidebarnav ul li a {
	display: block;
	text-decoration: none;
	color: #0f75bc;
	background: #fff; /* IE6 Bug */
	padding: 3px 0px 3px 15px;
	border-bottom: 0;
	border-bottom: 1px solid #c7e4f1;
	}
	
#sidebarnav ul li a:hover { color: #66cef9; background: #e6eff6; text-decoration:none } /* Hover Styles */


.navon {
    color: #3cc1f9;
	padding: 3px 0px 3px 15px;
	border-bottom: 1px solid #c7e4f1;

	}
.storefeature {
	padding: 5px;
	background: #f0f1f1; /* the background color will be displayed for the length of the content in the column, but no further */
	border-color: #e3e2db;
	border-style: solid;
	border-width: 1px;
	height: 440px;
	font-size:.9em;
	margin-bottom:10px;
}	

.mapfeature {
	padding: 5px;
	background: #f0f1f1; /* the background color will be displayed for the length of the content in the column, but no further */
	border-color: #e3e2db;
	border-style: solid;
	border-width: 1px;
	height: 450px;
	font-size:.9em;
	margin-bottom:10px;
}	
	

.barttl{
	padding: 0px 5px 5px 5px ;
	color: #1a4ba5;
	
	}
img.floatLeft { 
    float: left; 
    margin: 0px;
	padding-bottom:5px;
	padding-right: 5px; 
}
img.floatRight { 
    float: right; 
    margin: 0px;
	padding-bottom:5px;
	padding-right: 50px; 
}
img.floatRightplantprof { 
    float: right; 
    margin: 0px;
	padding-bottom:0px;
	padding-right: 0px;
	padding-left: 10px; 
}

img.floatLeftweb { 
    float: left; 
    margin: 0px;
	padding-bottom:15px;
	padding-right: 15px; 
}
img.floatLeftstaff { 
    float: left;
	padding-right: 5px; 

}
.newsitem  {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	font-size: .9em;
	
}
.hours  {
	padding-left: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
    float: right; 
	
}
.gardenitem  {
	padding-left: 10px;
	padding-right: 10px;
	color: #ffffff;
	font-size: .9em;
	
}
.gardenitem2  {
	font-size: .9em;
	
}

.gardenspec  {
	background-color: #9ad367;
	margin: 0px;
	font-size: .9em;
	
}
.plantprofile  {
	background-color: #9ad367;
	margin: 5px;
	padding: 10px;
	color:#FFFFFF;	
}
.plantproftxt {
	font-size: .9em;	
}
.ppttl {
	color: #0f75bc;
	font-size: 1.3em;
	font-weight:bold;
	padding: 0,0,5px,0;	
}

.gardenfeature {
	padding: 10px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-color: #c7e4f1;
	border-style: solid;
	border-width: 1px;
	
}

.gardentxt {
	line-height:1.3em;
}

.gardencalendar {
	padding: 10px;
	background: #ffffff; /* the background color will be displayed for the length of the content in the column, but no further */
	border-color: #c7e4f1;
	border-style: solid;
	border-width: 1px;
}

/* staff pages */	

.gallery {
	float:left;
	margin:5px;
    padding:5px;
	height:100px;
	width:200px;
	font-size: .8em;
	border-color: #c7e4f1;
	border-style: solid;
	border-width: 1px; 
	}
	
.backtxt  {
	font-size: .8em;
	text-align: right
}

.staffhead {
	margin-top: 50px;
	}
	
/* end staff */	
.disclaimtxt {
	font-size: .8em;
}
.contactform {
	margin: 0px;
	padding: 45px 0 0 18px;
	font: .8em Arial, Arial, Helvetica, sans-serif;

}
.subbut  {
	background-color: #1a4ba5;
	border:thin;
	border-color:#FFFFFF;
	color:#FFFFFF;
	font: .9em Arial, Arial, Helvetica, sans-serif;

}

hr {
	border: none 0;
	border-top:  1px solid #c7e4f1;/*the border*/
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

p .tradelist {

	padding: 0px;
}

.clear {
	clear:both;
}
.footertxthm {
	padding-top: 13px;
	padding-left: 180px;
	font-size:.95em;
}

.footertxt {
	padding-top: 44px;
	padding-left: 180px;
	font-size:.95em;
}
