html,
body,
a,
p,
h1,
h2,
h3,
h4,
h5,
h6,
table,
td,
tr,
li,
ul {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #002A2E;
	margin: 0px;
	font-weight:normal;
	text-decoration:none;
}
h1 {
	font-family: Century Gothic, CenturyGothic, "Century Gothic", Helvetica, sans-serif;
	font-size: 24px;
	color: #002A2E;
	line-height:200%;
	text-transform:uppercase;
}
h2 {
	font-family: Century Gothic, CenturyGothic, "Century Gothic", Helvetica, sans-serif;
	font-size: 24px;
	color: #002A2E;
	line-height:200%;
	text-transform:uppercase;
}
h3 {
	font-family: Century Gothic, CenturyGothic, "Century Gothic", Helvetica, sans-serif;
	font-size: 18px;
	color: #002A2E;
	text-transform:uppercase;
}
h4 {
	font-family: Century Gothic, CenturyGothic, "Century Gothic", Helvetica, sans-serif;
	font-size: 14px;
	color: #002A2E;
	line-height:100%;
	font-weight:bold;
	text-transform:uppercase;
}
p {
	padding: 0px 0px 10px 0px;
}
a:link,
a:visited {
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
body {
	margin: 0px;
	padding: 0px;
}
div.background {
	z-index: 1;
	left: 50%;
	top: 0px;
	position: fixed;
	background-attachment: scroll;
	background-image: url(images/stem-7.png);
	background-repeat: repeat-y;
	background-position: 49px 0px;
	height: 100%;
	width:800px;
	margin-left:-400px;
}
div.logo {
	position:absolute;
	right:-96px;
	top:40px;
	width:292px;
	height:152px;
	background-attachment: scroll;
	background-image: url(images/logo-1.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.bigHolder {
	position:absolute;
	width:800px;
	overflow:visible;
	margin-left:-400px;
	left:50%;
	top:0px;
	z-index: 4;
}
div.sideholder {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 5;
}
div.bannerside {
	position:absolute;
	background-attachment: scroll;
	background-image: url(images/banner-2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 407px;
	width: 175px;
	overflow: visible;
	z-index: 6;
	top: 0px;
	left: 46px;
}
div.bannercontent {
	position:absolute;
	right:5px;
	text-align:right;
	line-height:200%;
}
#top {
	bottom:5px;
}
#bottom {
	top:412px;
}
div.stemside {
	background-attachment: scroll;
	background-image: url(images/stem-7.png);
	background-repeat: repeat-y;
	background-position: 49px 0px;
	position: absolute;
	height: 83px;
	width: 70px;
	z-index: 7;
	top: 324px;
}
div.flowerside {
	position:absolute;
	background-attachment: scroll;
	background-image: url(images/backpackphotography-7.png);
	background-repeat: no-repeat;
	background-position: 0px -20px;
	height: 350px;
	width: 400px;
	overflow: hidden;
	z-index: 8;
}
div.textcontentarea {
	position: absolute;
	left: 235px;
	top: 200px;
	z-index: 10;
	line-height:200%;
	width: 660px;
}
.textcontentarea .border {
	padding:10px;
	margin:5px;
	background-color: #B5C995;
	border: 0px;
}
.textcontentarea td.treatments {
	padding: 0px 10px 10px 10px;
	background-color:#E4FBD8;
	text-align: left;
	vertical-align: top;
	border: 5px solid #FFFFFF;
}
/*NAVIGATION*/
div.navigation {
	position:relative;
	top:0px;
	left:0px;
}
.navigation a:link,
.navigation a:visited {
	font-family: "Century Gothic", CenturyGothic, "Century Gothic", Helvetica, sans-serif;
	display:block;
	width:200px;
	margin: 0px 10px 0px 0px;
	padding: 1px 0px 1px 10px;
	color:#FFFFFF;
	background-color:#B5C995;
	font-size:16px;
	float:left;
	font-weight: bold;
}
.navigation a:hover,
#hit{
	background-color:#002A2E;
	text-decoration:none;
}

/* slidey */
.dhtmlgoodies_question{	/* Styling question */
	cursor:pointer;
	background-color:#FFFFFF;
	padding: 5px 10px 5px 10px;
	margin:10px 0px 0px 0px;
}
.dhtmlgoodies_question:hover {
	background-color:#E4FBD8;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	position:relative;
}
.smaller {
	font-size:11px;
}
div.special1 {
	position:absolute;
	top:0px;
	right:-75px;
}
div.special2 {
	position:absolute;
	top:150px;
	right:-25px;
}

