﻿* {
	margin:0;
	padding:0
	}
h3,h4,h6,p {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	}
p {
	padding: 5px 10px 0 20px;
	font-size: 11px;
}

h3 {
	color: #015945;
	font-size: 1.0em;
	font-weight: bold;
	padding: 10px 0 0 20px;
}

h4 {

	color: #D97203;
	font-size: 0.9em;
	font-weight: bold;
	padding: 8px 0 0 20px;
}

h5  {  /* only used in tables, contact and people pages */
	color: #015845;
	margin: -3px 0 0 0;
	font-size: 0.8em;
	font-weight: bold;
	padding: 10px;
}

hr {
	width: 100%;
	text-align: center;
	margin: 8px auto;
	height: 1px;
	border: 0 none;
	border-top: 1px solid #015945;
}

img {
	margin-right: 5px;
}

/* mac hide \*/
html,body {
	height:100%;
	}
/* end hide*/
body { 
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	background-color: #B3CDC7;
	color:#333;
	text-align:center;
}
#outer{
	min-height:100%;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	background:transparent url(../images/nav-bg.gif) repeat-y center top;
	text-align:left;
	border-left:1px solid #80ACA2;
	border-right:1px solid #80ACA2;
	position:relative;
}
* html #outer {
	width:746px;
	w\idth:750px;
	height:100%;
}
#header {
	background: #fff url(../images/zealandia-logo.jpg) no-repeat;
	height: 113px;
	margin: 0;
}

/* holds navigation menu */
#left {
	float:left;
	width:150px;
}
	
/* banner for section banners showing breadcrumbs */
#breadcrumbs-banner  {
	width: 600px;
	margin: 0;
	padding: 0;
}

/* these two headings only used for top banner and section pages */	
#breadcrumbs-banner h1 {
	background: #4D8B7D url(../images/leaf-bg.gif) no-repeat right center; 
	color: #fff;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 20px;
	margin: 0;
	
}

#breadcrumbs-banner h2 {
	background-color: #C2D7D2; 
	color: #015945;
	font-family: Arial, Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	font-weight: bold;
	padding-left: 20px;
	margin-bottom: 10px;
}

/* center column container including banner image center */
#content {
	float: left;
	width:600px;
	}
#banner-center{
	height: 128px;
	background: #015945 url(../images/banner-image-center.jpg) no-repeat right top;
}
/* main body content in center column */
.main-content {
	padding: 0;
	margin: 0;
	}
	
.main-content a:link, a:visited
{
	color: #015845;
	text-decoration: underline;
}
.main-content a:hover {
	color: #D97203;
	text-decoration: none;
}
	
/** for the tables in products section and contact page **/
.main-content table
{
	margin: 5px 0 0 10px;
	padding: 0;
	border: 0;
	width: 580px;
}

.main-content table p
{
	color: #000;
	font-size: 11px;
	padding: 0 0 5px 5px;
	margin: 0;
}

.main-content table h5
{
	font-family:  Verdana, Arial, Geneva, Helvetica, sans-serif;
	color: #015845;
	margin: -3px 0 0 0;
	padding: 0 0 3px 5px; 
	font-size: 0.8em;
	font-weight: bold;
}

.main-content td
{
	margin: 0;
	padding: 5px 0 2px 5px;
	border: 0;
	vertical-align: top;
}

/*** this style used for bottom of each page to avoid overflow ***/
#clear  {
	clear: both;
	margin-top: 20px;
}

/*** footer style ***/
#footer {
	position:absolute;
	bottom:0;
	left:0;	
	width:750px;
	height:26px;
	background-color: white;
	border-top:1px solid #80ACA2;
	border-bottom:1px solid #80ACA2;
	text-align:left;
}
#footer p {
	color: #80ACA2;
	padding: 5px 8px;
	font-size: 9px;
}

* html #footer {
	height:26px;
	he\ight:16px;
	bottom:-1px;
}
#footer #side-a {
	float: left;
	width: 420px;
}
#footer #side-b { 
	margin: 0;
	float: right;
	width: 170px;
	height: 1%; /* hack for Peekaboo Bug */
}
#footer a:link, #footer a:visited
{
	color: #80ACA2;
	text-decoration: none;
}
#footer a:hover {
	color: #015945;
	text-decoration: underline;
}
#clearfooter {
	clear:both;
	height:26px;
}

