
/* ------------------------------ */
/*                                */
/*   Styles for... All Browsers   */
/*                                */
/* ------------------------------ */


/* =================================================== */
/* CLEAR TAGS  */
/* =================================================== */

body, h1, h2, h3, h4, h5, h6, p, form, blockquote {
	padding: 0;
	margin: 0;
	}

h1, h2, h3, h4, h5, h6, pre, code {
	font-size: 1em;
	}

a {
	text-decoration: none;
	}

a img {
	border: none;
	}


/* =================================================== */
/* GENERAL  */
/* =================================================== */

body {
	color: #000;
	font-family: verdana;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 10px;
	}

#maintable {
	width: auto;
	}

#rightheader {						/* for TABLE based header  */
	text-align: right;
	}
	
#headerdiv {						/* DIV based header  */
	width: 100%;
	min-width: 684px;
	background-color: #007727;
	position: relative;
	text-align: left;				/* text-align for Fixed-Width Centered layouts  */
	background-image: url(http://www.waioekagorge.com/templateimages/bg-header.gif);
	margin-bottom: 20px;
	}

#headright {						/* DIV based header  */
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: +1;
	}

#main {
	vertical-align: top;
	width: 100%;
	padding-bottom: 20px;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 15px 20px 35px 25px;
	background-color: #fff;
	background-image: url(http://www.waioekagorge.com/templateimages/bg-anim.gif);
	background-position: top right;
	background-repeat: no-repeat;
	height: 324px;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: none;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #ff3300;
	}

h1 {
	margin-bottom: .5em;
	font-size: large;
	color: #000;
	}

h2, h3, h4 {
	margin-bottom: .5em;
	}

h2 {
	font-size: large;
	color: #007727;
	}

h3 {
	font-size: large;
	color: #ef0000;
	}

h4 {
	font-size: large;
	color: #fff;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #ef0000;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */
	}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	}

#footer {
	width: auto;
	margin-bottom: 10px;
	}

.small {
	font-size: x-small;
	color: #6f8779;
	}

#band {
	width: 100%;
	height: 20px;
	background-color: #fff;
	border-bottom: solid #5b85b6 5px;
	}

#poweredshell {
	text-align: left;
	}

#poweredby {
	text-align: left;
	margin-top: 10px;
	}

/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #ef0000;
	text-decoration: underline;
	}

a:hover	{
	color: #00551c;
	}

.subnav {
	color: #bdc5c0;
	font-size: x-small;
	background-color: #d5dad7;
	padding: 4px 20px 8px 20px;
	text-align: center;
	border-top: solid #fff 1px;
	}
	
.subnav a {
	color: #265c99;
	}
	
.subnav a:hover {
	color: #000;
	}
	
#navcolumn, #navcolbase {
	background-color: #3267a4;
	vertical-align: top;
	}

#navcolbase {
	vertical-align: bottom;
	}

#nav {
	background-color: #d5dad7;
	}

#navigator {
	width: 146px;
	background-color: #d5dad7;
	background-image: url(http://www.waioekagorge.com/templateimages/bg-nav.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

.button1, .button2, .currentpage, .submen {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
/*	text-align: center;	*/				/* Uncomment to center left nav text */
	margin: 0px;
	padding: 0px;
	width: 146px;
	border-bottom: solid #fff 1px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	display: block;
	width: auto;
	color: #000000;
	}

.currentpage a {
	color: #fff;
	background-color: #4d5e54;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #c4dba9;
	background-color: #007727;
	}

.submen a {
	font-weight: normal;
	}
