/* green: #5A8365; */

* {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4 {
	color: #5A8365;
	padding: 10px 0;
}
h1 {font-size: 1.4em;}
h2 {font-size: 1.3em;}
h3 {font-size: 1.2em;}
p {
	padding: 6px 0;
}
ul, ol {
	padding-left: 10px;
	list-style-position: outside;
}
ul li {
	margin-left: 20px;
}
img {
	border: none;
}
a, a:visited {
	color: #5A8365;
	font-weight: bold;
}
a:hover {
	color: #000;
}
td {
	vertical-align: top;
}
body {
	background: #5A8365 url(../img/bodybg.gif) repeat-x;
	margin-top: 30px;
 	font: 12px/20px Arial, Helvetica, sans-serif;
	text-align: center;
}
.clear {
	height:1px;
	overflow:hidden;
	margin-top:-1px;
	clear:both;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 949px;
	background: url(../img/copybg.gif) repeat-y;
	border: 1px solid #000;
}
#header {
	height: 238px;
	width: 949px;
	background:url(../img/header.jpg) no-repeat;
	text-indent:-9999px;
}
#header h1 a {
	display: block;
	height: 205px;
	width: 200px;
	text-indent: -9999px;
}
#left {
	width: 239px;
	float: left;
}
/* --- navigation --- */
#nav { 
	margin-left: 15px;
	font-size: .9em;
}
#nav ul {
 	list-style: none;
}
#nav li {
	margin: 10px 0;
	text-indent: 10px;
	background: url(../img/nav.gif) no-repeat;
}
#nav a {
 	text-decoration: none;
}
/* End Nav */
#right {
	width: 710px;
	background: url(../img/rightbg.jpg) no-repeat;
	float:left; 
}
div#text, div#tropical, div#trees {
	width: 650px;
	padding: 0 20px 50px;
	float: left;
}
div#text img {
	margin-bottom: 10px;
}
div.left {
	float: left;
	clear: both;
}
div.right {
	margin-left: 30px;
	float: right;
	clear: both;
}
div.caption p {
	text-align: center;
	font-style: italic;
	font-weight: bold;
	color: #5A8365;
}
.imageleft {
	margin: 0 10px 10px 0;
	float: left;
}
.imageright {
	margin: 0 0 10px 10px;
	float: right;
}
#props ul {
	list-style: none;
}
#props li {
	margin-left: 0;
}
#props ul li ul {
	list-style-type: disc;
}
#props ul li li {
	margin-left: 15px;
}
.gallery { 
	float: left;
	width: 130px;
	text-align: center;
}
.gallery2 { 
	float: left;
	width: 180px;
	text-align: center;
}
.gallery p, .gallery2 p {
	text-align: center;
	font-size: .9em;
}
.gallery img, .gallery2 img {
	text-align: center;
	padding: 2px;
	border: 1px solid #bbb;
}
.trees { 
	float: left;
	width: 130px;
	text-align: center;
}
.trees p {
	text-align: center;
	font-size: .9em;
}
.trees img {
	text-align: center;
	padding: 2px;
	border: 1px solid #bbb;
}
/* rounded corners */
div.wrapper {
	margin: 10px;
	position:relative;
}
div.wrapper img{	
	border:0 none;
}
div.wrapper div{	
	position:absolute;
	left:0;
	height:7px;
	width:100%;
}
div.wrapper div.tl{
	background:transparent url(../img/tl.gif) top left no-repeat;
	top:0;
}
div.wrapper div.tr{
	background:transparent url(../img/tr.gif) top right no-repeat;
	top:0;
}

div.wrapper div.bl{
	background:transparent url(../img/bl.gif) bottom left no-repeat;
	bottom:0;
}
div.wrapper div.br{
	background:transparent url(../img/br.gif) bottom right no-repeat;
	bottom:0;
}
/* end rounded corners */
.top {
	font-size: .9em;
	text-align: right;
	clear: both;
}
#footer {	
	margin: 0px auto;
	position: relative;
	width: 950px;
	padding: 5px 0;
	clear: both;
}
#footer h2 {
	margin: 0;
	text-align: center;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #fff;
}
#footer h2 a:visited, #footer h2 a:link {
	color: #fff;
	text-decoration: none;
}
#footer h2 a:hover {
	color: #000;
	text-decoration: none;
}
#footer h3 {
	margin: 0;
	text-align: center;
	font: normal 10px Arial, Helvetica, sans-serif;
	color: #aaa;
}
#footer h3 a:visited, #footer h3 a:link {
	color: #aaa;
	text-decoration: none;
}
#footer h3 a:hover {
	color: #000;
	text-decoration: none;
}
