/* meyer reset 8?

/* v1.0 | 20080212 */

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,
b, u, i, center,
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;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
/*	margin: 0.75em 0 0.75em 1.5em;
*/}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* remember to highlight inserts somehow! 
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
} */

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

/* end reset */

html, body {
	height: 100.1%;
}

body {
	background: #420029 url(../images/body-bkgd.png) top center;
}
#Container {
	width: 900px;
	margin: 0 auto;
	background: #444;
	overflow: hidden;
	min-height: 800px;
}


/* header */

#GlobalHeader {
	width: 100%;
	height: 120px;
	background: #1D1D1D url(../images/header.png) right center no-repeat;
}

	#GlobalHeader:hover {
		background: #222 url(../images/header.png) right center no-repeat;
	}
	
	#GlobalHeader a#home {
		display: block;
		width: 100%;
		height: 100%;
	}
	
.section-inner ul {
	margin-top: -0.5em;
}


.section {
	margin: 1.5em 0 0 0;
	padding: 0 0 0 18px;
}

.section-inner {
	width: 864px;
	overflow: hidden;
	padding: 1.25em 18px;
	margin-left: -18px;
}

/* links pages */

#LinksPage .first {
	padding-top: 1.5em;
	margin-top: 0;
}
	#LinksPage .first .section-inner {
		padding: 0 16px;
		width: 916px;
		margin-top: 1.5em;		
	}
	#LinksPage .first .section-inner p {
		width: 210px;
		float: left;
		margin: 0 10px 8px 0;
		background: #121212;
	}
	#LinksPage .first .section-inner p a, #MainInfo a {
		display: block;
		padding: 0.75em 16px 0.75em 16px;
		min-height: 5em;
		color: #FFF;
		position: relative;
	}
	#LinksPage .first .section-inner p a:hover {
		background: #000;
		
	}
	#LinksPage .first .section-inner p a {
		min-height: 10em;
	}
	#LinksPage .first .section-inner p a b {
	}
	#LinksPage .first .section-inner p a span, #MainInfo a span {
		display: block;
		color: #666;
		position: absolute;
		bottom: 0.75em;
		font-size: 0.7em;
		line-height: 1.25em;
		left: 0.7em;
	}
	#MainInfo a span.info {
		display: none;
	}

#LinksPage #MainInfo {
	background: none;
}

#LinksPage #MainInfo .section-inner {
	width: 864px;
}

/* sections */

#Welcome {
	width: 100%;
	overflow: hidden;
	margin-top: 1.5em;
}
	#Welcome .section-inner {
		margin-top: 0;
		padding-left: 2em;
	}
	#Welcome .info {
		width: 100%;
		overflow: hidden;
		float: left;
	}
	#Welcome h1 {
		text-indent: -666em;
		background: url(../images/welcome.png) no-repeat;
		height: 34px;
		width: 15%;
		float: left;
		
	}
	#Welcome .info p {
		margin-left: 25px;
		margin-top: 1.7em;
		float: left;
		overflow: hidden;
	}
	#Welcome .content {
		float: left;
		width: 400px;
		margin-right: 2em;	
		overflow: hidden;	
	}
	
	#Welcome #right {
		padding-left: 15px;
	}

#MainInfo {
	margin-top: 0;
	background: url(../images/home-bkgd-grad.png) -75px center repeat-x;
	padding-top: 1.5em;
}
	#MainInfo h2 {
		text-indent: -666em;
		background: url(../images/find-out-about.png) 0 -5px no-repeat;
		height: 1.5em;	
	}
	#MainInfo .section-inner {
		width: 882px;
		background: none;
		padding-right: 0px;
		padding-bottom: 4em;
		
	}
	#MainInfo a {
		background: #1B1B1B url(../images/link-bkgd.png) top center repeat-x;
		display: block;
		float: left;
		width: 188px;
		margin-right: 6px;
		margin-bottom: 6px;
		text-align: left;
		border-top: 6px solid #2b2b2b;
		border-right: 2px solid #2b1823;
		border-bottom: 2px solid #2b1823;
		border-left: 2px solid #2b1823;
	}
	#MainInfo a:hover {
		background: #111 url(../images/link-bkgd-hover.png) top center repeat-x;
		color: #C40F89;
		border-top: 6px solid #C40F89;
		border-right: 2px solid #C40F89;
		border-bottom: 2px solid #C40F89;
		border-left: 2px solid #C40F89;
	}

#Help h3 {
	text-indent: -666em;
	background: url(../images/key-contacts.png) no-repeat;
	height: 25px;	
}

#KeyContacts {
	width: 580px;
}
	#KeyContacts h3 {
		text-indent: -666em;
		background: url(../images/key-contacts.png) no-repeat;
		height: 25px;	
	}

#Reference h1 {
	text-indent: -666em;
	background: url(../images/reference.png) no-repeat;
	height: 58px;
}



/* footer */

#FooterInfo {
	margin-top: 0.5em;
}
	#Footerinfo .col3:hover {
		cursor: crosshair;
	}
	#FooterInfo .section-inner {
		padding-top: 0.75em;
		width: 864px;
	}
		#FooterInfo .section-inner h3 {
			margin-top: 0.2em;
			margin-bottom: 0.5em;
		}
		#FooterInfo .section-inner div {
			float: left;
		}
		#FooterInfo .section-inner .col3 {
			float: left;
			width: 284px;
		}
		#FooterInfo .section-inner .col3 p {
			margin-right: 24px;
		}
#LinksPage #FooterInfo .section-inner {
	padding: 0.5em 18px 0 18px;
}
		#FooterInfo .section-inner .col3 .hidden {
			margin-top: 0.25em;
			margin-bottom: 1em;
			display: none;
		}

#FooterInfo a {
	border: none !important;
}
	
#FooterInfo img.nzgovt {
	float: right;
	position: relative;
	right: 16px;
	margin-bottom: 1em;
	border: none;
}