*
{
	padding: 0;
	margin: 0;
}

.clear
{
	display: block;
	clear: both;
}

body
{
	font: 1em Arial, Helvetica, sans-serif;
	background: url(../images/body_bg.jpg) repeat-y center #949595;
	text-align: center;
}

html, body
{
	height: 100%;
}

a img
{
	border: none;
}

#images a img
{
	height: 70px;
	display: inline;
}

#images img
{
	margin: 3px
}

#images .image a img
{
	height: auto;
}

.left
{
	float: left;
	width: 20%;
}
.right
{
	float: right;
	width: 70%;
}

.img_right{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

hr{
	color: #ababab;
}

/* TEXT STYLES ************************/

h1, h2, h3, h4, h5, h6
{
	color: #000;
}

h2
{
	margin-bottom: 10px;
	font-weight: normal;
	color: #9bcf8f;
}

h3, h4
{
	color: #9bcf8f;
	margin-bottom: 10px;
}

h3
{
	font-weight: normal;
	margin-bottom: 2px;
}

h4
{
	margin-bottom: 5px;
}

.links p
{
	margin-bottom: 0;
}

.displaynone
{
	display: none;
}

p, address /* STANDARD PARAGRAPH STYLE */
{
	margin-bottom: 10px;
	font-size: 0.9em;
	line-height: 130%;
	color: #6d6c6c;
}

.seperatepara
{
	border-top: 1px dotted #9bcf8f;
	padding: 10px 0;
}

#footer p
{
	padding-top: 10px;
	font-size: 0.8em;
}

#header h1
{
	display: none;
}

#footer p
{
	padding-right: 100px;
	text-align: right;
}

.image p
{
	font-size: 0.75em;
	width: 80px;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 10px;
}

.caption
{
	font-size: 0.8em;
	text-align: center;
}

/* header replacements */
.workshops
{
	background: url(../images/workshops_header.jpg) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 179px;
	height: 88px;
	margin-left: 6px;
}

.thegreenhouse
{
	background: url(../images/thegreenouse_header.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 273px;
	height: 41px;
}

.feelgood
{
	background: url(../images/feelgood_header.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 109px;
	height: 47px;
}

.thankyou
{
	background: url(../images/thankyou.gif) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 138px;
	height: 43px;
	float: right;
}

/* LIST STYLES *************************/

ul
{
	list-style: inside;
}

li
{
	color: #000;
}

#nav li /* NAVIGATION STYLE */
{
	list-style: outside;
	margin-left: 35px;
	margin-bottom: 2px;
	color: #fff;
	font-size: 0.9em;
}

#nav ul
{
	padding-right: 10px;
}

#content li
{
	font-size: 0.9em;
	color: #6d6c6c;
	margin-bottom: 5px;
}
/* LAYOUT DIVS *************************/

#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -4em;
	width: 1144px;
	text-align: left;
}

#header
{
	width: 100%;
	height: 288px;
	background: url(../images/header_bg.jpg) no-repeat 12px top;
}

#nav
{
	margin: 0px 0 0 99px;
	width: 216px;
	height: 548px;
	float: left;
	display: inline;
	background: url(../images/nav_bg.jpg) no-repeat;
}

#content
{
	float: left;
	width: 40%;
	height: auto;
	margin: -80px 0 0 20px;
	display: inline;
}

#images
{
	padding: 0px;
	margin: 20px 0 20px 0;
	text-align: center;
}

#notice{
	border: 3px solid #aaa;
	background: #ccc;
	padding: 10px 10px 0 10px;
	margin-bottom: 10px;
}

.space{
	margin-top: 20px;
}

.seasonal img{
	float: left;
	margin-right: 10px;
}


.image /*wrap for when caoption is needed*/
{
	width: 105px;
	overflow: hidden;
	height: auto;
	display: inline;
	float: left;
}

#sidebar
{
	float: right;
	width: 185px;
	margin: -90px 100px 0 0px;
	display: inline;
}

#footer, .push
{
	height: 4em;
	margin: 0 auto;
	width: 1144px;
}

#footer
{
	background: url(../images/footer_bg.jpg) no-repeat 62px bottom;
}

.links
{
	margin: 20px 0;
}

/* LINK STYLES *************************/

a
{
	text-decoration: none;
	color: #333;
}

a:visited
{
	text-decoration: none;
	color: #333;
}

a:hover
{
	text-decoration: none;
	color: #333;
}

#nav a
{
	color: #fff;
	text-decoration: none;
}

#nav a:visited
{
	color: #fff;
	text-decoration: none;
}

#nav a:hover
{
	color: #fff;
	text-decoration: none;
}

.links a
{
	border-top: 1px dotted #9bcf8f;
	padding: 10px 0;
	width: 100%;
	display: block;
	font-size: 1.3em;
	color: #8ebe83;
	line-height: 1em;
}

.links a:hover
{
	background: #eee;
}

/* FORMS **********************************/

label
{
	display: block;
	margin: 10px 0 5px 0;
	font-size: 0.9em;
	color: #6d6c6c;
}

input[type=text]
{
	padding: 4px;
	border: 1px solid #9bcf8f;
}

input[type=submit]
{
	display: block;
	margin-top: 10px;
}

textarea
{
	font: 0.9em Arial, Helvetica, sans-serif;
	width: 80%;
	height: 100px;
	padding: 4px;
	border: 1px solid #9bcf8f;
}

.warning
{
	background: #9bcf8f;
	padding: 10px;
	color: #333;
}