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

body {
	color: #ffffff;
	padding: 0px;
	margin-top: 0px;
	background-image: url(images/bg_test.gif);
	background-repeat: repeat-x;
	background-color: #66cccc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center;
	margin: 0;
}

#container {
	background-color: #66cccc;
	background-image: url(images/bg_test.gif);
	background-repeat: repeat-x;
	height: auto;
	width: 800px;
	margin: 0 auto;
}

#image {
	float: left;
	margin-top: 15px;
	width: 580px;
	height: 130px;
}

#headerlink a {
	text-align: center;
	text-decoration: none;
	float:left;
	}

#mainnav {
	float: left;
	margin-top: 25px;
	margin-left: 110px;
	width: 580px;
	height: 38px;	
}

#mainnav a {
	display: inline-block;
	width: 107px;
	height: 38px;
	background: url(images/topna.gif) no-repeat left top;
	color: #cfe295;
	text-align: center;
	text-decoration: none;
	padding-top: 3.5px;
}

#mainnav a:link, a:visited {
	display: inline-block;
	width: 107px;
	height: 38px; 
	color: #cfe295;
	text-decoration: none;
	background: url(images/topna.gif) no-repeat left top;
}

#mainnav a:hover {
	color: #ffffff;
	background: url(images/topnav2.gif) no-repeat left top; 
}



#selected {
	/*border: 1px solid red;*/
	background: url(images/topnav2.gif) no-repeat left top;
	/*padding: 10px;*/
	/*position: relative;
	top:0px;*/
	height: 100px;
	display: inline;
}



#firstpane {
	float: left;
	width: 180px;
	height: auto;
	/*position: absolute;
	margin-top: 220px;
	margin-left: 10px;
	border: 1px dotted red;*/
}

.menu_list {	
	width: 180px;
}
.menu_head1 {
	padding: 15px 20px 0px 0px;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin-left: 1px;
	color: #33cccc;
	background-image: url(images/roundButton.gif);
	background-repeat: no-repeat;
	height: 35px;
}

.menu_head2 {
	padding: 6px 20px 0px 0px;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin-left: 1px;
/*	border:dashed;
    font-weight: bold;*/
	color: #33cccc;
	background-image: url(images/roundButton.gif);
	background-repeat: no-repeat;
	height: 35px;
}

.menu_head3 {
	padding: 6px 20px 0px 0px;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin-left: 1px;
/*	border: dashed;
    font-weight: bold;*/
	color: #CFE295;
	background-image: url(images/roundButton.gif);
	background-repeat: no-repeat;
	height: 35px;
}
.menu_body {
	display: none;
}

.menu_body a{
	display: block;
	border: none;
	padding: 5px 25px 0px 10px;
	/*font-weight: bold;*/
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.menu_body a:hover{
  color: #000000;
  text-transform: none;
  }

.singleline {
  line-height: 31px;
  }

#content {
	position: relative;
	background-image: url(images/content.jpg);
	float: left;
	border: thick solid #66cccc;
	width: 720px;
	height: auto;
	padding: 15px;
	margin-top: 10px;
    /*margin-left: 35px;*/
	text-align: justify;
	font-size: 100%;
	line-height: 1.35em;
	/*word-spacing: .25em;*/
}

#content p {
	text-indent: 3em;
}

/*"content garden" style built because auto height was screwing with gallery flow*/
#contentgarden {
	background-image: url(images/content.jpg);
	float: left;
	border: thick solid #66cccc;
	width: 720px;
	height: 360px;
	padding: 15px;
	margin-top: 10px;
	/*	margin-left: 35px;*/
	text-align: justify;
	font-size: 100%;
	line-height: 1.35em;
	clear: none;
	margin-bottom: auto;	
	/*word-spacing: .25em;*/
}

#contentgarden p {
	text-indent: 3em;
}


#backbutton {
	width: 760px;
	height: 50px;
	text-align:center;
	position:absolute;
	margin-top: 560px;
}

#gardenclick {
	width: 788px;
	height: 50px;
	text-align:center;
	position:absolute;
	margin-top: 10px;
	left: 60px;
	top: 380px;
}

#aquaticclick {
	width: 788px;
	height: 50px;
	text-align:center;
	position:absolute;
	margin-top: 10px;
	left: 50px;
	top: 315px;
}

#carter {
	float: right;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

#footer {
	clear: both;	
	font-size: 70%;
	width: 580px;
	height: 15px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#footer a {
	width: 107px;
	height: 15px;
	color: #cfe295;
	text-align: center;
	text-decoration: none;
}

#footer a:link, a:visited {
	width: 350px;
	color: #cfe295;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff; 
}


#gardenfooter {
	clear: both;	
	font-size: 70%;
	width: 580px;
	height: 15px;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}


#gardenfooter a {
	width: 107px;
	height: 15px;
	color: #cfe295;
	text-align: center;
	text-decoration: none;
}

#gardenfooter a:link, a:visited {
	width: 350px;
	color: #cfe295;
	text-decoration: none;
}

#gardenfooter a:hover {
	color: #ffffff; 
}


#bps a {
	background-image: none;
}
