@charset "utf-8";

body {
	margin : 0;
	padding : 0;
	text-align : center;
	background-color : #000000;
	font : 100% Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
}

div#container {
	text-align : left;
	width : 780px;
	margin : 15px auto 0 auto;
	background-color : #ffffff;
}

div#logo {
	height : 85px;
	background-image : url(../images/logo.png);
	margin-bottom:10px;
}

div#navigation {
	float : left;
	width : 150px;
	padding : 0 20px 0 10px;
	min-height : 430px;
/*
	background-image: url(../images/side-design.png);
	background-repeat:no-repeat;
	background-position:bottom left;
*/
}
div#ad {
	font-size : 12px;
	width : 540px;
/*	margin: -65px 15px 0 195px; */
	margin: auto ;
	padding: 0 0 0 0;
}
div#content {
	font-size : 12px;
	float : right;
	width : 545px;
	padding : 0 25px 0 30px;
}

div#content h1 {
	color : #618200;
	font-size : 16px;
	font-weight: bold;
	border-bottom : solid;
	border-bottom-color : #92c100;
	border-bottom-width : 1px;
	/*line-height : 20px;*/

margin: 0 0 0 -15px;
}

div#content h2 {
	font-size : 14px;
	font-weight : 800;
	color : #618200;
	background-image : url(../images/h2-bullet.png);
	background-repeat : no-repeat;
	padding-left : 3px;
	background-position : left 0%;
}

div#content h3 {
	font-size : 14px;
	font-weight : 800;
	color : #618200;
	margin:10px 0;
}

div#content p {
	margin : 8px 0 12px 0;
}

div#content li {
	padding-bottom : 5px;
}

div#content img {
	border:none;
}

p#maori {
	font-style : italic;
	margin: 5px 0;
}

div#clear {
	height : 0;
	line-height : 0;
	clear : both;
}

div#footer {
	height : 14px;
	background-image : url(../images/footer.png);
	font-size : 10px;
	text-align : center;
	padding : 16px 0 0 0;
	line-height : 12px;
}

.contactform input, textarea {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-left : 15px;
}

div.errors {
	font-size : 12px;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	margin-left : 15px;
}

div#validation {
	text-align:center;
}
