@charset "utf-8";
/* CSS Document */

body{
	font:74% / 1.5 Arial, Helvetica, sans-serif;
	background-color:#fff;
	color:#333;
	background-image:url(../images/template/background.gif);
	background-position:center;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
}


/*---------------------------Structure----------------------------*/

#wrap{
	width:770px; /*770*/
	margin:0 auto;
	/*border-right:1px solid #e3e3e3;*/
}
#topBanner{
	border-left:8px solid #4a8e88;
	height: 100px;
}
#logoHidden {
	display: none;
}
#logo{
	padding:62px 0 0 0;
	float:left;
	width:214px;
}
#genericNav{
	background-color: #fff;
	float: right;
	margin:75px 0 0 0;
	padding: 5px 10px 5px 10px;
	color: #999999;
	height: 15px;
}
#genericNav a{
	font-size: .9em;
	color: #006699;
	text-decoration: none;
}
#genericNav a:hover {
	color: #6EA5A0;
	text-decoration: underline;
}
#mainContent{
	float:left;
	width:355px;
	padding:30px 5px 0 22px;
}
#mainContentNoRight{
	float:left;
	width:575px;
	padding:30px 5px 0 22px;
}
#rightContent{
	float:left;
	width:200px;
	margin:50px 0 0 0;
	padding:0px 0 0 16px;
}

/*--------------------------Navigation---------------------------*/
#leftNav{
	background-color:#4A8E88;
	width: 162px;
	float: left;
}
#leftNav ul{
	margin: 0 0 0 2px;
	padding:0;
	background-color:#dbe8e7;
}
/*1st level*/
#leftNav ul li{
	list-style:none;
	padding:0;
	margin:0;
}
#leftNav ul li a {
	display: block;
	width:140px;
	/*height:24px;*/
	color: #003d4d;
	text-decoration: none;
	padding:10px 5px 8px 15px;
	font-size: 0.9em;
	background-image:url(../images/nav/navStrip.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#leftNav ul li a:hover {
	background-color: #4a8e88;
	color:#fff;
}
#leftNav ul li.selecteditem a{
	background-color: #4a8e88;
	background-image: url(../images/nav/main_nav_arrow.gif);
	background-repeat: no-repeat;
	background-position:0 50;
	color: #fff;
}
/*2nd level*/
#leftNav ul li.selecteditem ul{
	background-color:#fff;
	padding:0;
	margin:0;
}
#leftNav ul li.selecteditem ul li a{
	background-color: #fff;
	background-image:none;
	color: #333333;
}
#leftNav ul li.selecteditem ul li.selecteditem a{
	background-image: url(../images/nav/greenArrow.gif);
	background-repeat: no-repeat;
	background-position:0 50;
	color: #000;
	font-weight:bold;	
	width:140px;
}
/*-----Hover for IE------*/
#leftNav ul li.selecteditem ul li a:hover{
	background-color: #fff;
	background-image:none;
	color: #333333;
}
#leftNav ul li.selecteditem ul li.selecteditem a:hover{
	background-image: url(../images/nav/greenArrow.gif);
	background-repeat: no-repeat;
	background-position:0 50;
	color: #000;
	font-weight:bold;	
	width:140px;
}
/*----------3rd level-----------*/
#leftNav ul li.selecteditem ul li.selecteditem ul{
	background-image:none;
	padding:0;
	margin:0 0 0 2px;
	background-color:#fff;/*#e1edec;*/
	border-left:2px solid #62b7b0;
}
#leftNav ul li.selecteditem ul li.selecteditem ul li a{
	background-image:none;
	background-color:#fff;
	border-bottom:1px dotted #ccc;
	width:130px;
	font-weight:normal;
	padding:10px 5px 8px 20px;
	color:#666;
}

#leftNav ul li.selecteditem ul li.selecteditem ul li.selecteditem a{
	background-color:#fff;
	background-image:url(../images/nav/thirdLevelArrow.gif);
	background-position:0px 0px;
	color:#666;
	font-weight:bold;
}
/*-----Hover for IE--------*/
#leftNav ul li.selecteditem ul li.selecteditem ul li a:hover{
	background-image:none;
	background-color:#fff;
	border-bottom:1px dotted #ccc;
	width:130px;
	font-weight:normal;
	padding:10px 5px 8px 20px;
	color:#666;
}
#leftNav ul li.selecteditem ul li.selecteditem ul li.selecteditem a:hover{
	background-color:#fff;
	background-image:url(../images/nav/thirdLevelArrow.gif);
	background-position:0px 0px;
	color:#666;
	font-weight:bold;
}
/*---------4th level-----------*/
#leftNav ul li.selecteditem ul li.selecteditem ul li.selecteditem ul{
	margin:0 0 0 2px;
	padding:0;
	border-left:2px solid #89dbd4;
}
#leftNav ul li.selecteditem ul li.selecteditem ul li.selecteditem ul li{
	background-color:#fff;
}
#leftNav ul li.selecteditem ul li.selecteditem ul li.selecteditem ul li a{
	background-color:#fff;
	background-image:none;
	width:122px;
	font-weight:normal;
	padding:10px 5px 8px 25px;
	color:#057A6B;/*#46736E;/*pass contrast colour*/
}
#leftNav ul li.selecteditem ul li.selecteditem ul li.selecteditem ul li.selecteditem a{
	background-image:url(../images/nav/fourthLevelArrow.gif);
	background-position:0 0;
	text-decoration:underline;
}
/*-----Hover for IE--------*/
#leftNav ul li.selecteditem ul li.selecteditem ul li.selecteditem ul li a:hover{
	background-color:#fff;
	background-image:none;
	width:122px;
	padding:10px 5px 8px 25px;
	color:#057A6B;
	font-weight:normal;
}
#leftNav ul li.selecteditem ul li.selecteditem ul li.selecteditem ul li.selecteditem a:hover{
	background-image:url(../images/nav/fourthLevelArrow.gif);
	background-position:0 0;
	color:#057A6B;
	text-decoration:underline;
	font-weight:normal;
}

/*---------------------------Headers-----------------------------*/

h1{
	color:#4a8e88;
	font-size:1.9em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}

h1.intro{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.4em;
	color:#9c9e82;
}

h2{
	font-size:1.4em;
	color:#003d4d;
	border-bottom:1px dotted #ccc;
}

h3{
	font-size:1em;
	font-weight:bold;
	margin:0;
	padding:0;
}
h3 em{
	color:#666;
}
h3.rightSide{
	color:#9c9e82;
	font-size:1.2em;
	margin:0 0 50px 0;
	padding:0;	
}
h4{
	color:#3c7775;
	font-size:1em;
	margin:0 0 5px 0;
	padding:0;
}

/*-----------------------Styling divs/elements-------------------*/

.clear{
	clear:both;
	font-size:0.1em;
	height:1px;
}
.intro{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.4em;
	color:#9c9e82;
}

.topicHolder{
	padding:12px 0px;
}
.topicHolderSignUp{
	padding:12px 0px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.topicHeader{
	color:#4a8e88;
	font-weight:bold;
	background-image:url(../images/template/arrowBlock.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:0 0 0 14px;
}

.divider{
	border-top:1px dotted #ccc;
	font-size:0.1em;
	height:5px;
}

#mainContent ul{
	margin:0;
	padding:0 0 12px 12px;
}
#mainContent ul li{
	list-style:none;
	background-image:url(../images/template/bullet.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}
#mainContentNoRight ul{
	margin:0;
	padding:0 0 12px 12px;
}
#mainContentNoRight ul li{
	list-style:none;
	background-image:url(../images/template/bullet.gif);
	background-position:0 4px;
	background-repeat:no-repeat;
	padding:0 0 0 10px;
}
.editableRight{
	color:#999999;
	padding:15px 0 15px 20px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}
.editableRight a{
	text-decoration:none;
}
.quote{
	font-size:1.4em;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#4a8e88;
	padding:15px 0;
	border-top:1px solid #e9f1f1;
	border-bottom:1px solid #e9f1f1;
	line-height:1.2em;
}
.smallImgLeft{
	float:left;
	width:77px;
}
.textLeft{
	float:left;
	width:475px;
	padding:0 0 5px 20px;
}
.findMore{
	color:#9c9e82; !important
	font-size:0.9em;
	text-decoration:none;
}
/*--files--*/
.pdf{
	background-image:url(../images/template/pdf.gif);
	background-repeat:no-repeat;
	padding-left:18px;
}
.word{
	background-image:url(../images/template/word.gif);
	background-repeat:no-repeat;
	padding-left:18px;
}
/*--related links--*/
#relatedLinks {
	border: 0px solid red;
	background-color: #F2F5F6;
}
#relatedLinks h2{
	background-color: #003D4D;
	color: #FFFFFF;
	font-size: 1em;
	padding: 5px;
	font-family:Arial, Helvetica, sans-serif;
	border:none;
	font-weight:normal;
	letter-spacing:0em;
}
#relatedLinks h3{
	color: #003D4D;
	font-size: 1em;
	padding: 5px;
	padding-bottom: 0;
	font-weight: normal;
	text-transform: none;
}
#relatedLinks h4{
	padding:5px;
}
#relatedLinks p{
	padding:0 5px;
}
#relatedLinks ul{
	margin: 0;
	padding: 0;
	
}
#relatedLinks li{
	padding-left: 5px;
	list-style: none;
	background-image: none;
}
/*News*/
#newsArchive{
	margin:15px 0px 0px 0px;
}
/*---------------------------Tables------------------------------*/

table{
	border-collapse:collapse;
}

th{
	background-color:#003D4D;
	color:#fff;
	padding:4px 8px;
}

td{
	background-color:#F2F5F6;
	padding:5px;
	border:1px solid #fff;
	vertical-align:top;
}


/*----------------------------Misc-------------------------------*/

img{
	border:none;
}

a{
	color:#4a8e88;
}

/*---------------------------Footer------------------------------*/

.footerFloat {
	float:left;
	width:100%;
	margin:30px 0px 16px 0px;
}
#maf{
	float:left;
	width:138px;
}
#MinFish{
	float:left;
	width:123px;
	margin:12px 0px 0px 16px;
}
#aquaUnit{
	float:left;
	width:182px;
	margin:12px 0px 0px 0px;
}
#nzgovt{
	float:left;
	width:127px;
	margin:27px 0px 0px 22px;
}
.footerLeft a {
	text-decoration: none;
}
.footerLeft a:hover {
	color: #6EA5A0;
	text-decoration: underline;
}
.footerLeft{
	float:left;
	width: 400px;
	height: 100px;
	margin:10px 0 30px 0;
	padding:20px 0 0 60px;
	background-image: url(../images/template/crest.gif);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	color: #CCC;
}
.footerRight{
	float:right;
	width:174px;
	height: 100px;
	margin:10px 0 30px 0;
	padding:20px 0 0 60px;
}
#extraFooter{
	margin:2px 0px 30px 0px;
}


