* {
	margin:0;
}
html, body {
	background:#ffffff none repeat scroll 0 0;
	color:#666666;
	font-family:"Arial",Helvetica,sans-serif;
	font-size:12px;
	height:100%;
	line-height:130%;
}

h1 {
	font-size:16px;
	color:#333333;
}

h2 {
	padding:0 10px;
	font-size:16px;
	line-height:200%;
	color:#333333;
}

a {
	color:#333333;
}

#container {
	width:900px;
	margin:0 auto;
}

#header {
	background:#FCD40A url(../images/headerbg.png) right no-repeat;
	height:90px;
}

#navcontainer {
	margin-top:6px;
	height:200px;
	background:#6B6B61;
}

#nav {
	float:left;
	border-right:#FFF 1px solid;
	width:199px;
	height:200px;
	list-style-type:none;
}
	
	#navcontainer ul {
		margin:0;
		padding:0;
	}
	
	#nav li {
		list-style-type:none;
		border-bottom:#909089 solid 1px;
	}
	
	#nav li.active{
		background:url(../images/1pxbg.png) repeat-x;
	}
	
	#nav li.active a{
		background:url(../images/active-icon.gif) no-repeat;
		background-position: 10px 55%;
	}

	#nav li a {
		color:#fff;
		display:block;
		font-size:18px;
		line-height:100%;
		text-decoration:none;
		height:16px;
		padding:8px 0 8px 30px;
	}
	
		#nav li a:hover {
			background:url(../images/1pxbg.png) repeat-x;
		}

#photoheader{
	float:left;
	width:700px;
	height:200px;
}

#contentcontainer {
	margin-top:6px;
}

#footer {
	clear:both;
	margin-top:6px;
	background:#F5F5F5;
	height:105px;
	padding:10px
}

#footer h1{
	margin-bottom:10px;
}

#footer .contact{
	float:left;
	padding-right:25px;
	border-right:#CCCCCC solid 1px;
	width: 180px;
}

#footer .henderson {
	margin-left:25px;
}

#footer .papakura {
	margin-left:25px;
}

#footer .glenfield {
	margin-left:25px;
	border-right:none;
	padding-right:0;
}


.box{
	width:294px;
	float:left;
	margin-right:9px;
	background:#F5F5F5;
	padding-bottom:10px;
	line-height:1.3em;
}
.box p {
	padding:5px 0;
}
.box table p {
	padding:0;
}

.box.blue a, .yellow a{
	color:#FFF;
}
	
	.box h1{
		padding:13px 10px 0 10px;
		height:27px;
		background:#E9E9E9 url(../images/grey-icon.gif) no-repeat right;
	}
	
	.box p {
		padding:5px 10px;
	}
	
	.box ul {
		padding:0 10px 0 30px;
	}
	
	.box.home {
		height:270px;
	}
	
	.box.content {
		margin:0;
	}
	
	.box.grey{
		width:597px;
		float:left;
		margin-right:9px;
		background:#F5F5F5;
	}
	
	.box.wide {
		width:100%;
		background:#F5F5F5;
	}
	
	.box.blue{
		background:#043D82;
		color:#FFF;
	}
	
		.box.blue h1{
			background:#03336D url(../images/blue-icon.gif) no-repeat right;
			color:#FFF;
		}
	
		.box.blue h2{
			color:#FFF;
		}
	
	.box.yellow{
		margin:0;
		background:#FCD40A;
		color:#936F02;
	}
	
		.box.yellow h1{
			background:#EEB404 url(../images/yellow-icon.gif) no-repeat right;
			color:#936F02;
		}
	
		.box.yellow h2{
			color:#936F02;
		}	
		.box.yellow a {
			color:#936F02;
		}
	
	.box.blue.home form {
		padding:0 10px;
	}
	.box table {
		padding:0 10px;
	}
	.box em {
		font-size:0.9em;
	}

#apply {
	font-size:16px;
	color:#FFFFFF;
	padding:13px 10px 0;
	font-weight:bold;
}
	
.clearfix:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
.clearfix {
	display:inline-block;
}
html[xmlns] .clearfix {
	display:block;
}
* html .clearfix {
	height:1%;
}	
