@charset "utf-8";
/* CSS Document */
body {
	padding: 0px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	text-align: center;
	margin: 0px;
}
#container {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	margin-top: 60px;
}
#container #header {
	width: 100%;
	height: 102px;
}
#container #header #corner {
	height: 102px;
	width: 61px;
	float: left;
	background-image: url(images/corner.jpg);
	background-repeat: no-repeat;
}
#container #header #logo {
	height: 102px;
	width: 353px;
	float: left;
	position: relative;
}
#container #header #logo #logo-top {
	position: absolute;
	left: 0px;
	top: 0px;
}
#container #header #logo #logo-bottom {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#container #header #menu-area {
	width: 421px;
	float: right;
	height: 102px;
	position: relative;
	z-index: 1;
}
#container  #header  #menu-area  #coconut-top {
	position: absolute;
	background-image: url(images/coconut-top.jpg);
	right: -112px;
	height: 72px;
	width: 378px;
	z-index: -100;
	background-repeat: no-repeat;
	top: -42px;
}
#container #header #menu-area #coconut-right {
	position: absolute;
	background-image: url(images/coconut-right.jpg);
	height: 257px;
	width: 112px;
	z-index: -100;
	top: 30px;
	right: -112px;
}
#container #header #menu-area #menu {
	width: 100%;
	position: absolute;
	background-image: url(images/menu.jpg);
	background-repeat: no-repeat;
	left: 0px;
	height: 55px;
	bottom: 17px;
}
#container #header #menu-area #menu-bottom {
	position: absolute;
	bottom: 0px;
}

#container  #image  {
	width: 100%;
	height: 319px;
	z-index: 2;
}
#container #main {
	margin-right: 16px;
	margin-left: 15px;
}
#container #main #content-top {
	background-image: url(images/content-top.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 22px;
}
#container #main #content-bottom {
	background-image: url(images/content-bottom.jpg);
	background-repeat: repeat-y;
	background-position: center;
	height: 19px;
}
#container #main #content {
	background-image: url(images/content-bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding-left: 60px;
	padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#container #main #content #text {
	overflow: hidden;
	line-height: 18px;
	text-align: justify;
}

#container #footer {
	position: relative;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
	width: 700px;
}
#container #footer #footer-left {
	height: 52px;
	width: 20px;
	float: left;
	background-image: url(images/bcornerl.jpg);
	background-repeat: no-repeat;
}
#container #footer #footer-right {
	float: right;
	height: 52px;
	width: 20px;
	background-image: url(images/bcornerr.jpg);
	background-repeat: no-repeat;
}
#container #footer #footer-main {
	height: 28px;
	position: absolute;
	width: 660px;
	left: 20px;
	top: 24px;
	background-color: #507609;
	line-height: 28px;
	font-size: 11px;
}
#container #footer #footer-main #foot-copy {
	float: right;
}
.foot-menu {
	float: left;
}

.nav-menu {
	position: absolute;
	top: 13px;
	left: 76px;
	font-size: 18px;
}
.clear {
	clear: both;
}
#text a:link {
	color: #CEA821;
	text-decoration: none;
}
#text a:visited {
	color: #CEA821;
	text-decoration: none;
}
#text a:active {
	color: #CEA821;
	text-decoration: none;
}
#text a:hover {
	color: #CEA821;
	text-decoration: underline;
}
#foot-copy a:link {
	color: #CEA821;
	text-decoration: none;
}
#foot-copy a:visited {
	color: #CEA821;
	text-decoration: none;
}
#foot-copy a:active {
	color: #CEA821;
	text-decoration: none;
}
#foot-copy a:hover {
	color: #CEA821;
	text-decoration: underline;
}
.nav-menu  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav-menu ul li {
	display: inline;
}
.nav-menu ul li a{
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-right: 30px;
}
.nav-menu ul li a:hover {
	color: #CEA821;
	text-decoration: none;
}

.foot-menu  ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.foot-menu ul li {
	display: inline;
}
.foot-menu ul li a{
	text-decoration: none;
	color: #FFFFFF;
	float: left;
	margin-right: 15px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.foot-menu ul li a:hover {
	color: #CEA821;
	text-decoration: none;
}
.left-pad {
	padding-left: 20px;
	float: right;

}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #6bc32b;
	font-weight: bold;
}
h2 {
	font-size: 15px;
	color: #CEA821;
	font-weight: bold;
	margin-top: 2px;
	margin-bottom: 2px;
}
.orange-text {
	color: #CEA821;
}
#container #main #content #text #address {
	float: right;
	padding-right: 50px;
}
#container  #main  #content  #text  #contact-form {
	float: left;
	width: 50%;
}
