/*

colors used:
olive for text-color and backgroundcolor header
limegreen for the mouseover of the links and text-color h1-h6
white for the links in the footer

*/

* { margin: 0px;	padding: 0px; outline-style: none; }

#spacer { width: 1px; height: 50%;  margin-bottom: -292px; float: left;}

html, body {
	height: 100%;
	background-color: #000000;
}

#body {
	width: 100%;
	height: 585px;
}

#site {
	position: relative;
	margin: 0px auto;
	padding: 0px;
	width: 990px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	font: 12px Arial, verdana, sans-serif;
	line-height: 16px;
	color: #000000;
	background: url(pics/back_content.gif) left top repeat;
	clear: left;
}

#navigation {
  position: absolute;
  top: 195px;
  right: 0px;
  z-index: 10;
}

#navigation a.nav-btn:link, #navigation a.nav-btn:visited {
  margin-bottom: 7px;
  width: 108px;
  height: 28px;
  display: block;
  text-align: center;
  color: #000000;
  font: 12px arial, verdana, sans-serif;
  font-weight: bold;
  line-height: 28px;
  background: url(pics/nav-button-bg.png) 0px 0px no-repeat;
}

#navigation a.nav-btn:hover, #navigation a.active.nav-btn:link, #navigation a.active.nav-btn:visited {
  color: #005E0F;  
}

.logo-top {
	position: absolute;
	width: 236px;
	top: 0px;
	left: 375px;
	z-index: 5;
	width: 236px;
	height: 166px;
	background: url(pics/logo.png); 
}

.logo-bottom {
	position: absolute;
	margin-left: 10px;
	width: 236px;
	bottom: 0px;
	left: 375px;
	z-index: 100;
	width: 216px;
	height: 70px;
	background: url(pics/alpha-release.png); 
}


/* ------------------------------------------------------------------------- Header */

#print_header {
	display: none;
}

/* ------------------------------------------------------------------------- Content */ 

#content {
	padding: 10px 10px 30px 10px;
	width: 970px;
}

h1, td h1 {font: 19px arial, verdana, sans-serif; font-weight: bold; color: #005E0F; margin-bottom: 7px;}
h2, td h2 {font: 17px arial, verdana, sans-serif; font-weight: bold; color: #005E0F; margin-bottom: 7px;}
h3, td h3 {font: 15px arial, verdana, sans-serif; font-weight: bold; color: #005E0F; margin-bottom: 7px;}
h4, td h4 {font: 14px arial, verdana, sans-serif; font-weight: bold; color: #005E0F; margin-bottom: 7px;}
h5, td h5 {font: 13px arial, verdana, sans-serif; font-weight: bold; color: #005E0F; margin-bottom: 7px;}
h6, td h6 {font: 12px arial, verdana, sans-serif; font-weight: bold; color: #005E0F; margin-bottom: 7px;}

a:link, a:visited {text-decoration: none; color: #646464 ;}
a:hover { color: #005E0F !important; }
#site p { margin-bottom: 16px; }
#content img { margin: 10px 0px; }
#content img.left {	margin: 0px 10px 10px 0px; float: left; }
#content img.right { margin: 0px 0px 10px 10px; float: right; }


#content ul { margin: 10px 0px 10px 15px; list-style-type: disc;}
#content li { margin: 0px 0px 0px 15px;}
#content ol { margin: 10px 0px 10px 20px;}

#content-left{
	position: relative;
	float: left;
	width: 490px;
	height: 585px;
	border-right: 5px solid #000000;
	overflow: hidden;
}

#content-left .text, #content-right .text  {
  position: absolute; 
  top: 0px;
  padding: 30px 20px 10px 20px;
  width: 290px;
  height: 545px; 
  z-index: 10;
  background: url(pics/text-bg.png) top left repeat;
}

#content-right .text {
  right: -330px;
}

#content-left .text {
  left: -330px;
}

#content-left .text .scroll-container, #content-right .text .scroll-container {
  width: 290px;
  height: 490px;
  overflow: auto;
}

#content-right .text-small .scroll-container {
  height: 270px;
  width: 450px;
  overflow: auto;
}

.content-left-text {
	height: 545px;
	width: 330px;
	background: url(pics/content-left-text.png) top left repeat;
	position: absolute;
	top: 0px;
	left: -350px;
	padding: 30px 20px 10px 0px;
	z-index: 4;
	text-align: justify;
}

.content-left-text .wrapper.left{
	padding: 0px 20px 0px 20px;
	height: 500px;
	overflow: auto;
}

.content-left-text.current{
	left: 0px !important;
}

#content-left .circle {
	background-image: url(pics/text-circle.png);
	position: absolute;
	top: 50px;
	left: 50px;
	width: 162px;
	height: 166px;
	padding: 35px 32px 35px 42px;
	overflow: hidden;
	z-index: 4;
}

#content-right .circle {
  background-image: url(pics/text-circle.png);
  position: absolute;
  bottom: 80px;
  right: 40px;
  width: 169px;
  height: 171px;
  padding: 30px 32px 35px 35px;
  overflow: hidden;
  z-index: 5;
  text-align: center;
}

#content-right .text-small {
  height: 310px;
  width: 450px;
  background: url(pics/text-bg.png) top left repeat;
  position: absolute;
  top: 165px;
  left: -490px;
  text-align: right;
  padding: 20px;
  border: 0px;
  z-index: 6;
  text-align: justify;
  overflow: visible;
}

a.left-back:link, a.left-back:visited {
	margin-top: 15px;
  width: 40px;
  height: 29px;
  display: block;
  text-decoration: none;
	font-size: 14px;
	color: #000000;
	line-height: 36px;
}

a.left-back:link img, a.left-back:visited img {
  border: 0px solid #fff;
}

a.farmland-btn:link, a.farmland-btn:visited {
	position: absolute;
	bottom: 42px;
	left: 40px;
  width: 124px;
  height: 124px;
  display: block;
	border: 0px;
	z-index: 4;
}

a.farmland-btn:link img, a.farmland-btn:visited img {
  border: 0px solid #fff;
}

a.button-left-contact img{
	position: absolute;
	top: 195px;
	right: 20px;
	border: 0px;
	z-index: 4;
}

.bg{
	width: 490px;
	height: 585px;
	position: absolute;
	top: 0px; 
	left: 0px;
	z-index: 0;
}

#content-right{
	position: relative;
	float: left;
	width: 490px;
	height: 585px;
	border-left: 5px solid #000000;
	overflow: hidden;
}

.content-right-text{
	height: 545px;
	width: 330px;
	background: url(pics/content-right-text.png);
	position: absolute;
	top: 0px;
	right: -350px;
	text-align: right;
	padding: 30px 20px 10px 0px;
	border: 0px;
	z-index: 6; /* was 4 */
	text-align: justify;
}

.content-right-text .wrapper.right{
	padding: 0px 20px 0px 20px;
	height: 500px;
	overflow: auto;
}

.content-right-text.current{
	right: 0px !important;
}

.detail-right-text{
	height: 310px;
	width: 430px;
	background: url(pics/detail-bg.png);
	position: absolute;
	top: 165px;
	left: -490px;
	text-align: right;
	padding: 20px 20px 20px 40px;
	border: 0px;
	z-index: 6; /* was 4 */
	text-align: justify;
	overflow: visible;
}

.wrapper-detail.right{
	position: relative;
	height: 290px;
	overflow: auto;
	padding: 0px 20px;
	width: 430px;
	float: left;
	display: inline;
}

.detail-right-text.current{
	left: 0px !important;
}

#detail-right{
  height: 310px;
  width: 430px;
  background: url(pics/detail-bg.png);
}

.content-circle-right {
	background-image: url(pics/text-circle.png);
	position: absolute;
	bottom: 80px;
	right: 40px;
	width: 169px;
	height: 156px;
	padding: 45px 32px 35px 35px;
	overflow: hidden;
	z-index: 5; /* was 10 */
	border: 0px;
	text-align: center;
}

a.real-btn:link, a.real-btn:visited {
	position: absolute;
	top: 20px;
	right: 30px;
  width: 139px;
  height: 139px;
  display: block;
	z-index: 4;
}

a.real-btn:link img, a.real-btn:visited img {
  border: 0px solid #fff;  
}

a.right-back:link, a.right-back:visited {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
	line-height: 36px;
}

a.right-back-detail:link, a.right-back-detail:visited {
	 margin-top: 15px;
   width: 40px;
   height: 29px;
   display: block;
}

a.right-back-detail:link img, a.right-back-detail:visited img, a.right-back:link img, a.right-back:visited img {
  border: 0px solid #fff;
}

/* ------------------------------------------------------------------------- Contact */ 

#contact {
	height: 545px;
	width: 300px;
	position: absolute;
	top: 0px;
	left: -350px;
	padding: 30px 20px 10px 0px;
	z-index: 4;
	text-align: justify;
	overflow: hidden;
}


#contact.current {
  left: 0 !important;
}

.contact-text {
	height: 545px;
	width: 300px;
	background: url(pics/detail-bg.png);
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 30px 20px 10px 20px;
	z-index: 4;
	text-align: justify;
}

.contact-text .wrapper.left{
	padding: 0px 20px 0px 20px;
	height: 500px;
	overflow: auto;
}

a.contact-back:link, a.contact-back:visited {
	text-decoration: none;
	font-size: 14px;
	color: #000000;
}

a.contact-back:link img, a.contact-back:visited img {
  border: 0px solid #fff;
}

input.from {
	border: 1px solid #000000;
	margin: 2px 0px 2px 0px;
	padding: 2px;
	color: #646464;
	font-size: 12px;
	width: 150px;
	height: 18px;
	font-style: italic; 
}

input.route {
	background: none;
	margin: 2px 0px 2px 0px;
	border: 0px;
	font: 17px arial, verdana, sans-serif; 
	font-weight: bold; 
	color: #005E0F; 
	margin-bottom: 7px;
}

/* ------------------------------------------------------------------------- Maps */ 

#map {
	position: absolute;
	top: 0px;
	right: -490px;
	width: 100%;
	height: 100%;
	z-index: 5;
}

#map.current {
	right: 0px !important;
}

.gmnoprint {
	margin: 10px;
}

.contact-form {
	display: none;
}

/* ------------------------------------------------------------------------- Footer */ 

#footer {
	position: absolute;
	bottom: 0;
	padding: 0px 10px;
	width: 100%;
	height: 15px;
	font: 10px arial, verdana, sans-serif;
	color: white;
	text-align: right;
}

#footer a{
	color: #ffffff;
	text-decoration: none;
}

br.clear { height: 0px; font: 0px arial, verdana, sans-serif; line-height: 0px; clear: both; }
