/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/* remember to define focus styles! */:focus {
	outline: 0;
}

html {
	height: 100%;
}

body {
	line-height: 1;
	color: black;
	background: white;
	height: 100%;
}

a, a:visited, a:active {
	color: #99CCFF;
}

ol, ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* End Reset */

/* CL Rules */

.cl-ah {
	position: absolute;
	left: -9999px;
}

.cl-clear {
	clear: both;
}

.cl-fleft {
	float: left;
}

.cl-fright {
	float: right;
}

.cl-clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.cl-clearfix {
	display: inline-block;
}

.cl-center {
	text-align: center;
}
 
html[xmlns] .cl-clearfix {
	display: block;
}
 
* html .cl-clearfix {
	height: 1%;
}

/* End CL Rules */


body {
	background: #000 url(../images/bg-body.png) repeat-x;
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 140%;
	text-align: center;
}

p, h2, h3, ul {
	margin-bottom: 1em;
}

strong {
	font-weight: bolder;
}

a, a:hover, a:active, a:visited {
	color: #0066CC;
}

#nzci-content {
	margin: auto;
	text-align: left;
	width: 978px;
}

#nzci-content h1 a {
	background: transparent url(../images/logo-screen.png) no-repeat;
	display: block;
	height: 108px;
	width: 371px;
}

.nzci-nav {
	background: transparent url(../images/bg-nav-leftcap.png) no-repeat;
	float: left;
	height: 31px;
	margin-bottom: -9px;
	margin-left: 13px;
	margin-top: 15px;
	padding-left: 13px;
	width: 550px;
}

.nzci-nav li {
	float: left;
	line-height: 31px;
}

.nzci-nav li a {
	color: #fff;
	background: orange url(../images/bg-nav.png) repeat-x;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 31px;
	padding: 0px 14px;
	text-decoration: none;
	text-shadow: 0px 1px #900;
}

#nzci-home li.nzci-home a,
#nzci-services li.nzci-services a,
#nzci-team li.nzci-team a,
#nzci-topics li.nzci-topics a,
#nzci-tools li.nzci-tools a,
#nzci-links li.nzci-links a,
#nzci-contact li.nzci-contact a,
.nzci-nav li a:hover {
	background: orange url(../images/bg-nav_over.png) repeat-x;
}
.nzci-nav li:last-child,
.nzci-nav li.nzci-last {
	background: transparent url(../images/bg-nav-rightcap.png) no-repeat right;
	padding-right: 9px;
}

.nzci-nav li:last-child a, 
.nzci-nav li.nzci-last a {
	padding-right: 21px;
}
.nzci-body-wrap {
	background: transparent url(../images/bg-content.png) no-repeat;
	clear: left;
	margin-bottom: -10px;
	padding-top: 5px;
}

.nzci-body {
	background: #fff;
	color: #333;
	margin-left: 13px;
	margin-right: 5px;
	margin-top: 4px;
	width: 960px;
}

.nzci-col-main {
	border-right: 1px solid #EAEAEA;
	float: left;
	width: 550px;
}

/* Right Column */
.nzci-col-right {
	float: left;
	font-size: 90%;
	margin-left: 35px;
	width: 336px;
}

.nzci-big-phone {
	background: transparent url(../images/bg-contact-phone.png) no-repeat;
	color: white;
	height: 84px;
	margin-bottom: 0.7em;
	margin-top: -45px;
	margin-left: 30px;
	text-align: center;
	width: 273px;
}

.nzci-big-phone h3 {
	font-size: 140%;
	font-weight: normal;
	margin-bottom: 0;
	padding-top: 12px;
	padding-bottom: 8px;
	text-transform: lowercase;
}

.nzci-big-phone p {
	font-size: 250%;
	letter-spacing: 0.05em;
	text-shadow: 0px 1px 0px #003D1B;
}

.nzci-col-right .nzci-contact-box {
	background: #F3F3F3;
	border: 1px solid #E7E7E7;
	margin-bottom: 2em;
	padding: 10px;
	
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.nzci-col-right .nzci-contact-box h3 {
	font-weight: bolder;
	margin-bottom: 0;
	font-size: 110%;
}

.nzci-col-right .nzci-contact-box p {
	font-size: 90%;
	margin-bottom: 0.5em;
}

.nzci-contact-box dl {
	background: #FAFAFA;
	padding: 7px 15px;
}

.nzci-contact-box dl dt {
	color: #666666;
	float: left;
	margin-right: 5px;
	text-align: right;
	width: 100px;
}

.nzci-contact-box dl dd {
	font-weight: bolder;
	font-size: 110%;
	margin-left: 107px;
}

.nzci-contact-box dl .nzci-address {
	margin-top: 1em;
}

.nzci-contact-box p.cl-center {
	font-size: 12px;
	margin-bottom: 0em;
	padding-top: 0.5em;
	color: #666666;
}

.nzci-col-right .nzci-section {
	border-top: 1px solid #EAEAEA;
	padding-top: 2em;
	clear: both;
}

.nzci-col-right .nzci-section h2 {
	font-size: 150%;
	margin-bottom: 0.25em;
}

.nzci-assoc li {
	float: left;
	margin: 5px;
}

.nzci-assoc li img {
	vertical-align: middle;
}

.nzci-assoc .nzci-assoc-anziif {
	float: left;
	margin: 0;
}
.nzci-assoc .nzci-assoc-aspaci {
	margin-right: 0;
	margin-top: 25px;
}

.nzci-assoc .nzci-assoc-aspaci {
	margin-top: 20px;
	margin-bottom: 10px;
}
.nzci-assoc .nzci-assoc-iptm,
.nzci-assoc .nzci-assoc-iaati {
	float: right;
	margin-bottom: 10px;
}

.nzci-assoc .nzci-assoc-iaati {
	margin-top: -10px;
}

.nzci-assoc .nzci-assoc-iptm {
	margin-bottom: 25px;
}

.nzci-nationwide-box {
	background: white url(../images/bg-nz-map.png) no-repeat right bottom;
}

.nzci-nationwide-box h3 {
	font-weight: bolder;
	margin-bottom: 0.1em;
}

.nzci-nationwide-box p.ni,
.nzci-nationwide-box p.si {
	font-size: 90%;
	width: 180px;
}

.nzci-nationwide-box p.si {
	width: 240px;
}

.nzci-footer {
	background: #FF4600 url(../images/bg-footer.png) repeat-x;
	border-top: 1px solid #BF3201;
	clear: both;
	color: #FFFFCC;
	font-size: 90%;
	height: 100px;
	margin-left: 13px;
	margin-bottom: 25px;
	margin-top:-9px;
	padding: 30px;
	width: 900px;
	
	-moz-border-radius-bottomleft: 8px;
	-moz-border-radius-bottomright: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
}

.nzci-footer a {
	color: #FFFFCC;
}

.nzci-footer .nzci-ft-copyright {
	border-right: 1px solid #DA4208;
	float: left;
	padding-top: 1em;
	width: 393px;
	height: 79px;
}

.nzci-footer .nzci-ft-copyright h3 {
	margin-bottom: 0.5em;
}

.nzci-footer .nzci-ft-copyright p {
	line-height: 150%;
	font-size: 12px;
}

.nzci-footer .nzci-ft-copyright p a {
	color: #99FF00;
}

.nzci-ft-sitemap {
	border-left: 1px solid #FF6600;
	padding-left: 25px;
	float: left;
	width: 480px;
}

.nzci-ft-sitemap h3 {
	color: white;
	font-size: 125%;
	font-weight: bolder;
	margin-bottom: 0.25em;
}

.nzci-ft-sitemap ul {
	float: left;
	margin-right: 25px;
}

.nzci-ft-nav {
	
}

.nzci-ft-sitemap ul li a {
	text-decoration: none;
}

.nzci-ft-sitemap ul li a:hover {
	text-decoration: underline;
}

/* Generic Main Column Content Style */
.nzci-col-main .nzci-cm-content {
	margin: 25px;
}

.nzci-col-main .nzci-cm-content h2 {
	font-size:170%;
	font-weight:bolder;
	margin-bottom:1em;
	line-height: 120%;
}

.nzci-col-main .nzci-cm-content h3 {
	font-size:130%;
	font-weight: bolder;
	line-height:140%;
	margin-bottom:0.25em;
	margin-top: 2em;
}

.nzci-col-main .nzci-cm-content hr {
	height: 1px;
	padding: 0;
	border: none;
	border-top: 1px dotted #ccc;
}

.nzci-col-main .nzci-cm-content .nzci-info {
	background: #FCFCEA;
	border: 1px solid #EFE2A4;
	padding: 10px;
	margin-bottom: 1em;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.nzci-col-main .nzci-cm-content .nzci-info a {
	white-space: nowrap;
}

.nzci-col-main .nzci-cm-content ul {
	list-style: disc inside;
}

.nzci-col-main .nzci-cm-content ul li {
	list-style-position:outside;
	margin-bottom:0.5em;
	margin-left:1.5em;
	padding-left:5px;
}

.nzci-breadcrumbs {
	font-size: 90%;
	color: #666;
	margin-bottom: 5px;
	text-transform: lowercase;
}


/* Our Team Overrides */
#nzci-team .nzci-cm-content .nzci-section h2 {
	margin-bottom: 0.15em;
}
#nzci-team .nzci-cm-content .nzci-section h3 {
	margin-top: 0;
	color: #666;
}

#nzci-team .nzci-cm-content .nzci-section h3 strong {
	font-size: 12px;
}

#nzci-team .nzci-cm-content .nzci-section {
	margin-bottom: 1em;
	border-bottom: 1px dotted #ccc;
}

/* Key Services */
.nzci-key-services dl {
	margin-left: 15px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 1em;
	padding-bottom: 1em;
	height: 124px;
}

.nzci-key-services dl:hover {
	background-color: #FCFCEA;
}

.nzci-key-services dl dt {
	clear: both;
}

.nzci-key-services dl dt a {
	font-weight: bolder;
}

.nzci-key-services dl dt a img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.nzci-key-services dl dd a {
	font-size: 11px;
}

.nzci-col-main .nzci-cm-content ul.nzci-tick {
	list-style: none;
	margin-left: 15px;
}

.nzci-col-main .nzci-cm-content ul.nzci-tick li {
	list-style: none;
	background:url("../images/green-tick.png") no-repeat scroll left center transparent;
	font-size:90%;
	margin-bottom:0.5em;
	margin-left: 0;
	padding-left:18px;
}

.nzci-cm-content span.cl-fleft {
	margin: 0px 15px 15px 0px;
}

.nzci-cm-content span.cl-fright {
	margin: 0px 0px 15px 15px;
}

#contact-us dl {
	margin-bottom: 2em;
}

#contact-us dl dt {
	font-size: 130%;
	font-weight: bolder;
	line-height: 140%;
	margin-bottom: 0.25em;
	margin-top: 2em;
}

#contact-us dl dd {
	margin: 0.5em 25px;
}

#contact-us label {
	display: block;
	margin: 0.5em 0;
}

#contact-us label input {
	width: 220px;
}

#contact-us label em,
#contact-us .required em {
	color: red;
	font-weight: bold;
	font-size: 11px;
}

#contact-us .required {
	font-size: 11px;
}

#contact-us button {
	font-size: 14px;
	font-weight: bold;
	width: 140px;
}

#tools table td {
	padding: 4px;
}

.center em {
	font-style: italic;
	font-size: 11px;
	margin-bottom: 1em;
}

.center {
	margin: 1em 0;
	text-align: center;
}

h4 {
	font-weight: bold;
}

.nzci-customer blockquote {
	padding: 15px;
	background: #FAFAFA;
	border-radius: 5px;
	border: 1px solid #E7E7E7;
}

.nzci-customer {
	margin-bottom: 2em;
}

.nzci-customer em {
	text-align: right;
	display: block;
	font-style: italic;
	font-weight: bold;
	color: #999;
	margin-right: 10px;
	font-size: 12px;
}

.nzci-customer em:before {
	content: '— ';
}

.nzci-customer blockquote:before,
.nzci-customer blockquote:after {
	content: '“';
	font-size: 26px;
	font-weight: bold;
	color: #999;
	float: left;
	margin-right: 5px;
	vertical-align: middle;
}

.nzci-customer blockquote:after {
	content:'”';
	float: none;
	margin-left: 5px;
}
