
/* ------------------------------ */
/*                                */
/*   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: #000;
	color: #000;
	font-family: verdana, arial, helvetica;
	}

#wrapper {							/* for Fixed-Width Centered layouts  */
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	

#headerdiv {						/* DIV based header  */
	width: auto;
	background-color: #fff;
	text-align: left;
	border-top: solid #444e89 5px;
	}

#headright {						/* DIV based header  */
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: +1;
	}

#main {
	vertical-align: top;
	width: 100%;
	background-color: #fff;
	padding-bottom: 20px;
	background-image: url(http://www.coastval.co.nz/templateimages/bg-bodytop.gif);
	background-repeat: repeat-x;
	background-position: top left;
	}

#content {
	vertical-align: top;
	width: 100%;
	padding: 35px 20px 35px 20px;
	}

#content, #content td {
	font-size: small;
	}

#printlogo {
	display: none;
	}
	
code {
	font-weight: bold;
	font-family: courier new;
	color: #ff3300;
	}

h1 {
	margin-bottom: .25em;
	font-size: large;
	color: #000;
	}

h2, h3, h4 {
	margin-top: 1.25em;
	margin-bottom: .25em;
	}

h2 {
	font-size: large;
	color: #444e89;
	}

h3 {
	font-size: smalle;
	color: #009d64;
	}

h4 {
	font-size: small;
	color: #fff;							/* if bgcolour is needed - if not, change to darker colour  */
	background-color: #009d64;				/* if bgcolour is needed  */
	padding: 2px 2px 3px 5px;				/* if bgcolour is needed  */
	}

p {
	margin-bottom: 1.25em;
	}

#footer {
	width: auto;
	}
	
#searchbar {
	background-color: #444e89;
	padding: 2px;
	border-bottom: solid #fff 2px;
	border-top: solid #fff 2px;
	width: 100%;
	}

#searchfield {
	width: 100%;
	text-align: right;
	color: #fff;
	}

#searchfield {
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: x-small;
	}

#searchfield input {
	font-size: small;
	border: none;
	height: 16px;
	}

#searchgo {
	width: auto;
	padding: 0 3px 0 3px;
	}

#details {
	font-size: x-small;
	padding: 10px;
	line-height: 1.45em;
	}

/* =================================================== */
/* E-C Logo and Copyright ... LEFT ALIGNED */
/* =================================================== */

.small {
	font-size: x-small;
	color: #22284e;
	}

.copyrightone {
	vertical-align: top;
	text-align: left;
	padding: 8px 8px 20px 8px;
	background-color: #444e89;
	}

.poweredbyone {
	vertical-align: top;
	text-align: right;
	padding: 8px 8px 20px 8px;
	background-color: #444e89;
	}


/* =================================================== */
/* NAVIGATION and LINKS */
/* =================================================== */

a {
	color: #009d64;
	text-decoration: underline;
	}

a:hover	{
	color: #006842;
	}

.subnav {
	color: #0b0f27;
	font-size: x-small;
	border-top: solid #fff 2px;
	border-bottom: solid #7b85be 2px;
	background-color: #2d366d;
	padding: 8px 20px 12px 20px;
	text-align: center;
	}

.subnav a {
	color: #fff;
	text-decoration: underline;
	}

.subnav a:hover	{
	color: #23cd8f;
	}

#navcolumn, #navcolbase {
	background-color: #dadce7;
	vertical-align: top;
	}

#navcolbase {
	vertical-align: bottom;
	}

#nav {
	background-color: none;
	background-image: url(http://www.coastval.co.nz/templateimages/bg-navtop.gif);
	background-repeat: repeat-x;
	background-position: top left;
	padding: 10px 0 22px 0;
	}

#navigator {
	width: 154px;
	}

.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: 154px;
	}

.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: #2d366d;
	background-color: #fff;
	}

.currentpage a:hover,
.button1 a:hover,
.button2 a:hover,
.submen a:hover {
	color: #7d89d1;
	background-color: #e6e8f3;
	}

.submen a {
	font-weight: normal;
	}

body #wrapper .formtext {
	text-align: left;
	}

#address {
	display: none;
	}
