
/* ------------------------------ */
/*                                */
/*   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 {
	background-color: #3c580d;
	background-image: url(http://www.huntersparadise.co.nz/templateimages/bg-bodyliquid.gif);			/* for Liquid layouts - to give appearance of left column extending to page base */
	background-position: top left;								/* for Liquid layouts */
	background-repeat: repeat-y;  								/* for Liquid layouts */
	color: #000;
	font-family: verdana;

/*	background-image: url(http://www.huntersparadise.co.nz/templateimages/bg-bodyfixed.gif);	*/			/* for Fixed-Width Centered layouts */
/*	background-position: top center;	*/						/* for Fixed-Width Centered layouts */
/*	background-repeat: repeat-y;  		*/						/* for Fixed-Width Centered layouts */
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	
#headerdiv {
	width: auto;
	background-color: #f8e66e;
	position: relative;
	background-image: url(http://www.huntersparadise.co.nz/templateimages/head-water-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	text-align: left;				/* text-align for Fixed-Width Centered layouts  */
	height: 218px;					/* set to same height as image/s contained  */
	}

#headright {
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: +1;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 20px 20px 35px;
	background-color: #fff;
	background-image: url(http://www.huntersparadise.co.nz/templateimages/water-content-top.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: none;
	}

h1 {
	margin-bottom: .5em;
	font-size: large;
	color: #223507;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .25em;

	}

h2 {
	font-size: large;
	color: #63821d;
	}

h3 {
	font-size: small;
	color: #3c580d;
	}

h4 {
	font-size: small;
	color: #f6e366;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #3c580d;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */
	}

p {
	margin-bottom: 1em;
	}

#poweredby {
	padding: 0 0 10px 10px;
	font-size: x-small;
	color: #ffffff;
	}

#poweredby img {
	margin: 10px 0 5px 0;
	}

#navcolumn, #navcolbase {
	background-image: url(http://www.huntersparadise.co.nz/templateimages/nav-col-bg.gif);
	vertical-align: top;

	}

#navcolbase {
	background-image: url(http://www.huntersparadise.co.nz/templateimages/nav-col-bg.gif);
	}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #3c580d;
	text-decoration: underline;
	}

a:hover	{
	color: #88a545;
	}

.subnav {
	color: #000000;
	font-size: x-small;
	background-color: #f6e366;
	padding: 3px 20px 7px 20px;
	text-align: center;
	}

.subnav a {
	color: #3c580d;
	}

.subnav a:hover {
	color: #a4c261;
	}

#nav {
	width: 140px;
	background-color: #63821d;
	background-image: url(http://www.huntersparadise.co.nz/templateimages/bg-nav.gif);
	padding: 0px 10px 0px 33px;
	}

.button1, .button2, .currentpage, .submen {
	font-family: verdana;
	font-size: x-small;
	font-weight: bold;
	text-align: center;				
	margin: 0 0 0px 0;
	padding: 0;
	width: 140px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 7px 10px 7px 10px;
	text-decoration: none;
	display: block;
	width: auto;
	color: #000000;
	background-color: #63821d;
	}

.currentpage a {
	color: #f5e051;
	background-color: #3c580d;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #000000;
	background-color: #f5e052;	
	}

.submen a {
	font-weight: normal;
	}