@charset "UTF-8";
body {
	font: 80% Arial, Verdana, Helvetica, sans-serif;
	background: #FFFFFF;
	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;
	line-height:145%;
}
.gardenbook #container {
	width: 980px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #CCC;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding:10px;
	height:1150px;
}
.oneColFixCtr #mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}
h1, h2, h3, h4, h5, h6 {
	color:#9ECC3B;
	font-style:italic
}
h1 {
	font-weight:normal
}
h2 {
	font-size:120%;
	display:inline
}
.box {
	padding:15px;
	height:279px;
}
.box_bottom {
	padding:15px;
	height:500px;
}
.boxright {
	float:right;
	width:420;
	height:250px;
	padding:0px;
	margin-left:35px;
	border: 1px solid #4D4D4F;
}
.box_full {
	float:left;
	width:900px;
	height:auto;
	padding:15px;
	border: 1px solid #CCC;
	background-color:#FFF;
}
.normalweight {font-weight:normal;}

.greenbox {
	padding:10px;
	padding-top:8px;
	background-color:#B0CD39;
	width:960px;
	height:20px;
	float:left;
	color:#FFF;
	font-style:italic;
	font-weight:500;
	text-align:center;
}
.submitbutton {
	background-color:#FFF;
	color:#92c84a;
	border-top:1px solid #9EAB43;
	border-right:1px solid #9EAB43;
	font-size:100%;
	font-weight:bold;
}

.submitbutton2 {
background-color:#B0CD39;
	color:#FFF;
	border-top:1px solid #000;
	border-right:1px solid #000;
	border-bottom:1px solid #9EAB43;
	border-left:1px solid #9EAB43;
	font-size:100%;
}
.footer {
	font-style:italic;
	color:#92c84a;
	margin-top:10px;
	font-size:90%;
	margin-bottom:10px;
}
a {
	color: #92c84a;
}
a:hover {
	color:#690
}
/* Text Fader */
#quote .quote {
	width:500px;
	height:auto;
	vertical-align:middle;
	display:table;
	padding:none;
}
#block {
}
#text {
	color:#92c84a;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:130%;
	padding-left:30px;
	padding-right:10px;
	display:table-cell;
	vertical-align:middle;
}
/* End Text Fader */
