@charset "utf-8";
/* CSS Document */

/* Bottom Footer content */


.myFooter {
	width:100%;
	background-image: url(/images/footer-back-drop.gif);
	background-repeat: repeat-x;
	padding-bottom: 20px;
}

.myFooter #hideURL{
	display: none;
}

.footerLinks {
	float:right;
	font-size: 0.69em;
	letter-spacing: 0.08em;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	padding-top: 10px;
	/*padding-top: is set in IE conditional statement as bug exists*/
	padding-right: 4px;
}

.myRollovers {
	float:right;
	padding-top: 11px;
	/*padding-top: is set in IE conditional statement as bug exists*/
	padding-right: 4px;
}

.myRollovers2 {
	float:right;
	padding-top: 4px;
	/*padding-top: is set in IE conditional statement as bug exists*/
}

.footerLinks a {
	color: #666666;
	text-decoration: none;
}
.footerLinks a:hover {
	color: #666666;
	text-decoration: underline;
}



.myFooter #container {
	width: 86%; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
} 


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/*Rollover images for the footer only*/

.myFooter a#gotoGovt {
	display:block;
	font-size:26px;
	background-image:url(/images/goto-nzgovt.gif);
	background-repeat: no-repeat;
	background-position: right center;
	height: 16px;
	width: 130px;
}
.myFooter a#gotoGovt:hover {
	background-image:url(/images/goto-nzgovt-over.gif);
	text-decoration:none;
}
.myFooter a#topofPage{
	font-size:26px;
	display:block;
	background-image:url(/images/top-of-page.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 29px;
	width: 85px;
}
.myFooter a#topofPage:hover{
	background-image:url(/images/top-of-page-over.gif);
	text-decoration:none;
}
.myFooter a#reduceFont{
	display:block;
	background-image:url(/images/reduce-font-size.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 29px;
	width: 26px;
}
.myFooter a#reduceFont:hover{
	background-image:url(/images/reduce-font-size-over.gif);
	text-decoration:none;
}
.myFooter a#increaseFont{
	display:block;
	background-image:url(/images/increase-font-size.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 29px;
	width: 28px;
}
.myFooter a#increaseFont:hover{
	background-image:url(/images/increase-font-size-over.gif);
	text-decoration:none;
}
.myFooter a#normaliseFont{
	display:block;
	background-image:url(/images/normalise-font-size.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 29px;
	width: 17px;
}
.myFooter a#normaliseFont:hover{
	background-image:url(/images/normalise-font-size-over.gif);
	text-decoration:none;
}

.myFooter a#printPage{
	display:block;
	background-image:url(/images/print.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 29px;
	width: 47px;
}
.myFooter a#printPage:hover{
	background-image:url(/images/print-over.gif);
	text-decoration:none;
}
