/* June 2008 - FRH
NZTA green #afbd21
NZTA blue #00456a
dark grey #333333
khaki green #616D00
light blue #41718f  
font: Verdana for most, Lucida Sans for nav and headings 1-3 only as it doesn't read well in body text (especially italics)
*/
html{
	background-color: #9b9e57;
	color:#222;
	text-align:center;
	font-family: Verdana, Arial, sans-serif;
}
body {
	width:850px;
	margin:0px auto 0px auto;
	min-width: 612px;
	font-size:1em;
	line-height:1.2em;
}
#container{
	float:left;
	background:#f7f7e8 url(../img/bg-gradient.gif) top left repeat-x;
	text-align:left;
}
#header {
	background:#ffffff url(../img/header-bg.gif) top left no-repeat;
	height:127px;
	margin:0 0 10px 0 ;
	float:left;
	width:850px;
}
#header ul{
	float:right;
	text-align:right;
	margin:30px 34px 0 0;
	padding:0;
	width:400px;
}

#header ul li {
	float:right;
	display:inline;
	margin:0pt;
	padding:0pt;
	font-size:0.8em;
	background-color:#fff;
	height:24px;
}
#header li a {
	border-left:1px solid #666666;
	padding:0px 6px 0px 6px;
	margin-top:2px;
}
#header ul li.first a {
	border:0;
}
#header ul li.first {
	background:#fff url(../img/tools-left.gif) top left no-repeat;
}
#header ul li.last {
	background:#fff url(../img/tools-right.gif) top right no-repeat;
}
#header img {
	margin:35px 0 0 31px;
	float:left;
}
/* -------------------central block --------------------------*/
#title{    /*so that the title can stretch the full width */
	padding:0;
	float:left;
	width:650px;
}
#content{             /*  for the narrow central column, space on right for image or sub nav  */
	margin-right:215px;
	padding:0;
}  
#content-wide{    /*  for the wider central column, about an inch away from the right edge  */
	margin-right:50px;
	padding:0;
}
#content-full{    /*  for the full width central column, right up to edge. Only for widest tables.  */
	margin-right:0px;
	padding:0;
}
#related {
	width:195px;
	float:right;
	padding:0px 0px 20px 0px;
}
/*-------------------------------- nav section -----------------------------*/
#nav {
	background:#00456a url(../img/nav-middle.gif) top left repeat-y;
	width:124px;
	float:left;
	padding:20px 20px 0 20px;
	color:white;
	font-weight:bold;
	margin:0 6px 0 7px;
}
#nav-top {
	background:transparent url(../img/nav-top.gif) top left no-repeat;
	margin:-20px  0 0 -20px;
	padding:10px 20px 0 20px;	
	width:124px;
}
.nav-bottom {
	background:transparent url(../img/nav-bottom.gif) bottom left no-repeat;
	margin:0 0 0 -20px;
	height:94px;
	width:164px;
}
#nav li {
	border-top:1px solid #41718f;
	padding:6px 0 6px 0;
	font-size:0.85em;
}
#nav li a{
	padding:2px 0 2px 6px;
}
#nav li li a{
	padding:2px 0 0px 26px;
	border:0;
}
#nav li.first{
	border:0;
}
#nav li.last{
	padding-bottom:0;
}
/*------------------------   other general bits and pieces  ------------------------------*/
.clear {
	clear:both;
}
.hide{
	visibility:hidden;
}
.skiplinks {
	font-size:0.1em;
	left:-1000em;
	line-height:0pt;
	margin:0pt;
	overflow:hidden;
	padding:0pt;
	position:absolute;
	width:0pt;
}
.image-left{
	float:left;
}
.image-right{
	float:right;
}
.printonly {   /*for things to only appear on printed versions.  Opposite is .dontprint */ 
	display:none;  
}
.box {     /* used in consultations but potentially elsewhere */
	border:1px solid #00456a;
	padding:0px 12px 0px 15px;
}
/*------------------------- link states --------------------------*/
a:link {
	color:#616d00;
	text-decoration:underline;
}
a:visited {
	color:#41718f;
}
a:hover {
	color:#afbd21;
	text-decoration:none;
}
a:active {
	color:#CC0033;
}
#header ul li a, #header ul li a:visited{
	color:#666;
}
#header ul li a:hover{
	color:#afbd21;
}
#nav li a:link, #nav li a:visited{
	color:white;
	font-weight:bold;
	text-decoration:none;
	display:block;
	font-family:"Lucida Sans", Verdana, Arial, sans-serif;
}
#nav li a:hover {
	background-color:#41718f;
	display:block;
}
#nav li ul li a:link, #nav li ul li a:visited{
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
#nav-top .this a:link, #nav-top .this a:visited{  /*current link in nav is green */
	color:#d7de90;
	font-weight:bold;
	text-decoration:none;
}
#nav-top .this .secondary a:link, #nav-top .this .secondary a:visited {   /*but don't want whole li green when in 2nd level */
	color:#fff;
	font-weight:normal;
	text-decoration:none;
}
/* -------------------- footer ------------------------*/
#footer{
	clear:both;
	text-align:left;
}
#footer img {
	margin:0 0 0 20px;
	padding:0;
}
#footer-bar {
	border-top:4px solid #afbd21;
	float:left;
	background:#00456a url(../img/footer-bg.gif) top left repeat-x;
	color:white;
	margin:0 20px 20px 20px;
	padding:10px 0 0 0;
	width:810px;
}
#footer-bar a{
	color:white;
	font-weight:bold;
	text-decoration:underline;
	font-size:0.8em;
	border-left:2px solid #afbd21;
}
#footer a:hover {
	color:#afbd21;
	text-decoration:none;
}
#footer ul {
	display:inline;
	padding:0;
	margin:0px 20px 6px 7px;
	float:left;
}
#footer ul li {
	float:left;
}
#footer ul li a{
	margin:0 0 0 10px;
	float:left;
	padding-left:10px;
}
#footer .useful{
	margin-left:-10px;
}
#footer .to-top {
	float:right;
	text-align:right;
	margin:0 7px 0 0;
	padding:0;
}
#footer ul li.first a{
	border: 0;
}
#govt-logo{
	position:relative;
	text-align:left;
	left:20px;
	top:-96px;
}
/*----------------------------text styles ----------------------------- */
h1 {
	color:#00456a;
	font-weight:bold;
	border-bottom:1px solid #bfd0da;
	font-size:1.2em;
	margin:0 0 12px 0;
	padding:6px 0 6px 0;
	font-family:"Lucida Sans", Verdana, Arial, sans-serif;
}
h2 {
	font-family:"Lucida Sans", Verdana, Arial, sans-serif;
	color:#616d00;
	font-weight:bold;
	font-size:1em;
	margin:20px 0 0.4em 0;
	display:block;
}
h3 {
	color:#41718f;
	font-weight:bold;
	font-size:0.95em;
	margin:12px 0 6px 0;
	font-family:"Lucida Sans", Verdana, Arial, sans-serif
}
h4 {
	color:#333;
	font-weight:bold;
	font-size:0.8em;
	margin:12px 0 4px 0;
}
h5 {
	color:#616d00;
	font-weight:normal;
	font-size:0.8em;
	margin:20px 0 0 0;
}
p, td{
	font-size:0.8em;
	margin:0 0 12px 0;
}
blockquote {
	font-size:0.8em;
	margin:0 20px 12px 20px;
}
.small-text /* Mainly used in consultation tables, where smaller text is needed to fit the narrow central column */
{
	font-size:0.75em;
}
.caption, .updated {
	font-size:0.7em;
	color:#41718f;
	margin:0;
	padding:0;
}
.updated{
	font-weight: bold;
	text-align:left;
	margin-bottom:10px;
	margin-top:10px;
	padding-bottom:0;
}

#content ul, #content-wide ul, #content-full ul, #content ol, #content-wide ol, #content-full ol {
	margin:0 0 6px 0;
}
#content li, #content-wide li, #content-full li {
	list-style-type:disc;
	list-style-position:outside;
	margin:0 0 0 20px;
	padding:3px;
	font-size:0.8em;
}
#content ol li, #content-wide ol li, #content-full ol li {
	list-style-type:decimal;
}
#content ol ul li, #content-wide ol ul li, #content-full ol ul li, #content ul ul li, #content-wide ul ul li, #content-wide ul ul li{
	list-style-type:circle;
	font-size:100%;
	list-style-position:inherit;
	padding-left:10px;
}
#content .no-bullet li, #content-wide .no-bullet li, #content-full .no-bullet li{
	list-style-type:none;

}
/*------- the right hand nav box (used for consultations, vacancies and other links)---------------------*/
.related-links{
	background:white;
	padding:0;
	border-bottom:1px solid #bfd0da;
	border-left:1px solid #bfd0da;
	border-right:1px solid #bfd0da;
	margin-top:-12px;
}
.related-links h2{
	color:#333;
	font-size:0.8em;
	background-color:#e5ecf0;
	border-bottom:1px solid #bfd0da;
	margin:0;
	padding:6px 12px;
}
.related-links ul{
	margin:12px;
}
.related-links ul li{
	font-size:0.8em;
	padding:3px 0 3px 0;
}
.related-links ul li a{
	color:#616d00;
}
/*-------------------------------- Table formats -------------------------*/
table {
	border:1px solid #7fa2b4;
	margin:4px 0px;
	font-family: Verdana,Arial,sans-serif;
	padding:0;
}
th {
	background-color:#e5ecf0;   /*mid blue */
	border-right:1px solid #7fa2b4;
	border-bottom:1px solid #7fa2b4;
	font-weight:bold;
	font-size: 0.8em;
	color:#00456a;
	padding:3px 6px;
}
td {
	background-color:#fff;
	border-color:#7fa2b4;
	border-style:none none solid;
	border-width:medium medium 1px 0;
	margin:0pt;
	padding:10px 5px;
	text-align:left;
	vertical-align:top;
}
#content-wide td li, #content-full td li, #content td li {
	font-size:0.9em;
}

/*------------------------ board members -------------------*/
.board-member {
	float:left;
	width:100%;
	text-align:right;
}
.board-member img {
	float:left;
	margin-right:20px;
}
.board-member p {
	float:right;
	width:480px;
	text-align:left;
}
/*------------------------ anchor links at top of pages -------------------*/
.anchors {
	display:block;
	margin:0;
	padding:0;
}
#content-wide .anchors li, #content .anchors li, #content-full .anchors li {
	float:left;
	margin:0pt;
	padding:0pt;
	list-style-type:none;
	font-size:0.7em;
}
.anchors li a {
	border-left:1px solid #00456a;
	padding:0px 6px 0px 6px;
	margin-left:0;
	font-weight:bold;
}
.anchors li a.first {
	border:0;
	padding-left:0;
}
/* ------------------- back to top --------------------------*/
.page-top {
	
	border-bottom: 1px solid #bfd0da;
	text-align:right;
	width:100%;
	padding-bottom:4px;
	font-size:0.7em;
}
/*  ------------------- download a file - put the class on the 'a' -----------------*/
.word-file {
	background:transparent url(../img/word-icon.gif) no-repeat scroll left top;
	display:block;
	padding-bottom:2px;
	padding-left:22px;
}
.excel-file {
	background:transparent  url(../img/excel-icon.gif) no-repeat scroll left top;
	display:block;
	padding-bottom:2px;
	padding-left:22px;
}
.pdf-file {
	background:transparent  url(../img/pdf-icon.gif) no-repeat scroll left top;
	display:block;
	padding-bottom:2px;
	padding-left:22px;
}
.ppt-file {
	background:transparent  url(../img/ppt-icon.gif) no-repeat scroll left top;
	display:block;
	padding-bottom:2px;
	padding-left:22px;
}
/*  ------------------------ layout of vacancies list (in a table) -------------------*/
.vacancies h2 {
	margin-top:0;
	color:#333;
}
#content-full .vacancies td li {
	list-style-type:none;
}
/*  ------------------------ the search form --------------------------*/
fieldset{
	border:1px solid #333;
	padding:10px;
}
legend {
	font-size:0.8em;
}
/*  ------------------------- get adobe reader -----------------------*/
.adobe-reader {
	float:right;
	text-align:right;
	width:100%;
	margin-top:8px;
}
.adobe-reader img {
	float:right;
	padding-left:33px;
}
.adobe-reader p {
	width:40%;
	font-size:0.7em;
	
	float:right;
}
