
/* ------------------------------ */
/*                                */
/*   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: #00457c;
	
/*	background-image: url(http://www.kaweraudc.govt.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 */

	background-image: url(http://www.kaweraudc.govt.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 */
	text-align: center;
	color: #000;
	font-family: verdana;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
/*	width: 760px;	*/
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	}

#rightheader {						/* for TABLE based header  */
	text-align: right;
	}
	
#headerdiv {						/* DIV based header  */
	width: 100%;
	height: 142px;
	background-color: #fff;
	position: relative;
	border-top: solid #02643b 1px;
	text-align: left;				/* text-align for Fixed-Width Centered layouts  */
	}

#headright {						/* DIV based header  */
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: +1;
	}

#main {
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 10px 10px 35px 10px;
	background-color: #fff;
	}

#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;
	font-weight: bold;
	color: #000;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .5em;
	}

h2 {
	font-size: small;
	background-image: url(http://www.kaweraudc.govt.nz/templateimages/bg-h2.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 2px 3px 3px 5px;
	width: 230px;
	color: #006134;
	}

h3 {
	font-size: small;
	color: #fff;
	background-color: #00457c;
	padding: 2px 3px 3px 5px;
	}

h4 {
	font-size: small;
	color: #000;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #bcd331;				/* 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: #246262;
	}

#poweredby {
	margin: 10px 0 0 10px;
	}
	
#copyright {
	float: right;
	padding: 10px 10px 0 0;
	font-size: x-small;
	color: #629c32;
	}

#mainshell {
	background-color: #fff;
	}

#mainbox {
	border-top: double #02643b 3px;
	}


/* =================================================== */
/* TOP NAV / SEARCH */
/* =================================================== */

#topstrip {
	background-color: #bcd331;
	border-bottom: solid #fff 1px;
	}

#topstrip td {
	font-size: x-small;
	}

#topnav {
	text-align: right;
	width: 100%;
	padding: 3px 10px 3px 0;
	color: #83a826;
	}

#topnav a {
	color: #000;
	}

#topnav a:hover {
	color: #fff;
	}

#topsearch .searchfield {
	border: solid #83a826 1px;
	font-size: xx-small;
	padding: 1px;
	}

#topsearch .searchtd {
	padding: 3px 3px 3px 10px;
	}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #006134;
	text-decoration: underline;
	}

a:hover	{
	color: #5f9b36;
	}

.subnav {
	color: #88ab2e;
	font-size: x-small;
	border-top: solid #fff 1px;
	border-bottom: solid #004c29 1px;
	background-color: #bcd331;
	padding: 3px 20px 5px 20px;
	text-align: center;
	}

.subnav a {
	color: #006134;
	}

.subnav a:hover {
	color: #fff;
	}

#navcolumn, #navcolbase {
	background-color: #ecf99d;
	vertical-align: top;
	}

#navcolbase {
	vertical-align: bottom;
	padding: 0;
	position: relative;
	}

#nav {
	background-color: #bcd331;
	background-image: url(http://www.kaweraudc.govt.nz/templateimages/bg-nav.gif);
	}

#navigator {
	width: 151px;
	}

.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: 151px;
	}

.button1 a, .button2 a, .currentpage a, .submen a {
	padding: 4px 10px 5px 10px;
	text-decoration: none;
	display: block;
	width: auto;
	border-bottom: solid #02643b 1px;
	color: #000000;
	}

.currentpage a {
	color: #000;
	background-color: #fff;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #006134;
	background-color: #d4e667;
	}

.submen a {
	font-weight: normal;
	background-color: #ecf99d;
	color: #02643b;
	}