
																					/* ------------ Toolbox ------------ */

.float-left { float: left; }
.float-right { float: right; }
.align-right { text-align: right; }
.cleared { clear: both; }
.hide { display: none; }
.smaller { font-size: 90%; }
.larger { font-size: 110%; }
hr { display: none; }
strong { font-weight: bold; }
.cleared { clear: both; height:0px; }


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */






																					/* ------------ Defaults ------------ */

body {
	background-color:#fff;
	color: #494949;
	font-family:Arial, Helvetica, sans-serif;
}


#skip { 
	display: block;
	height: 100px;
	margin-top: -100px; 
}
	
#ie6 { 
	display: none;
}
		
a {
	text-decoration:none;
}		
a:hover {
	text-decoration:underline;
}
		
p {
	margin-bottom:14px;
	font-size:75%;
	color:#fff;
	line-height:1.4em;
}
h1 {
	color:#fff;
	margin-bottom:12px;
	font-size:100%;
}
		
#outer-container {
	width:100%;
	background:#f6fae9 url('../images/background.jpg') no-repeat top center;
	position:relative;
}
#container { 
	margin: auto;
	width: 994px;
	position:relative;
}

#watering-can {
	position:absolute;
	bottom:-12px; left:-73px;
	display:none;
}

#header {
	width:994px; height: 79px;
}

/* ----- top nav ----- */
#top-nav {
	width:994px; height:26px; line-height:26px;
	border-bottom:2px solid #e8e9e8;
	background-color:#fff;
	margin-bottom:32px;
}
#top-nav a {
	color:#383435;
	font-size:90%; font-weight:normal;
	padding-right:16px;
}
#top-nav a.selected {
	font-weight:bold;
	color:#004833;
}

/* ----- left nav ----- */
#left-nav {
	width:244px;
	float:left;
}
#left-nav ul li {
	margin-left:12px;
	line-height:1.3em;
}
#left-nav ul li a {
	color:#fff;
	font-size:75%;
}
#left-nav ul li a.selected {
	color:#fff;
	font-weight:bold;
}

#content {
	width:738px;
	float:right;
}

.big-image { margin-bottom:11px; }

body#home #content .left {
	width:301px; height:198px;
	float:left;
}

body#home #content .right {
	width:394px; height:166px;
	background:#fff url(../images/home-text.gif) no-repeat 0px 0px;
	float:right;
	padding:16px;
}


body#about-us #content .left,
body#get-growing #content .left {
	width:295px; height:690px;
	float:left;
}

body#about-us #content p a,
body#get-growing #content p a {
	color:#03412c;
	text-decoration:underline;
}

body#about-us #content p, body#about-us #content h1,
body#get-growing #content p, body#get-growing #content h1 {
	color:#03412c;
}

body#about-us #content .right-a {
	width:394px; /*height:440px;*/
	background-color:#f6f7eb;
	float:right;
	padding:16px;
}
body#about-us #content .right-b {
	width:394px; height:174px;
	background-color:#f6f7eb;
	float:right;
	padding:16px;
	margin-top:12px;
}

#get-growing #content .right-a {
	width:394px; height:846px;
	background-color:#f6f7eb;
	float:right;
	padding:16px;
}

#visit-the-garden {
	width:218px; height:32px;
	position:absolute;
	top:629px;left:0px;
}

#footer-container {
	width:100%; height:25px;
	background-color:#fff;
	margin:0px 0px 0px 0px;
	border-top:25px solid #fff;
	border-top:25px solid #fff;
}
#footer {
	margin:0 auto;
	border-top:1px solid #e1e2e1;
	font-size:75%; color:#97999c;
	padding:10px 0px 0px 0px;
	width:994px;
}

div.full {
	width:738px;	
}
p.border {
	border-top:1px solid #e1e2e1;
	padding:10px 0px 0px 0px;
	margin:25px 0px 14px 0px;
}
