@charset "UTF-8";
/* CSS Document */
/*
=general
=page structure
=main_navigation
=sub_navigation
=sub_sub_navigation
=page content
=misc
=tech
*/



/* =panel */

.panel_wrapper {
	width: 100%;
	background: transparent url(/images/panel-wrapper.gif) repeat-y 0% 0%;
	margin: 0 0 10px;
}
.panel {
	width: 740px;
}
.panel.left {
	float: left;
}
.panel.right {
}
.panel.right h2 {
	border-color: #F5D590 !important;
}
.panel h2 {
	background-color: #fff;
	border-bottom: 1px solid #CDD3D2;
	padding: 0 9px 3px;
	margin: 0;
	line-height: 110%;
}
.panelheader {
	background-color:#7A1944;
	color:#FFFFFF;
	font-weight:normal;
	margin:5px 0 0;
	padding:3px 0 3px 5px;
}
.panel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.panel li {
	margin: 0;
	padding: 0 10px;
	width: 320px;
	background: transparent url(/images/panel-li.gif) no-repeat 0% 100%;
}
.panel li.last {
	background: none;
}
.panel li a {
	background: transparent url(/images/arrow-big.gif) no-repeat 0% 50%;
	padding: 3px 0px 3px;
	display: block;
}
.panel img {
	margin: 6px 0px 0px 0px;
}
.panel p {
	font-size: 0.9em; /* 11px */
	line-height: 130%; /* 18px */
	margin: 4px 10px 4px 10px;
}
.panel .more {
	position: absolute;
	left: 11px;
	top: 142px;
}
a.slider {
	color: #333;
	background:transparent;
	margin-top: 15px;
	font-size: 1.2em;
	font-weight: bold;
}
a:focus .slider, a:hover .slider, a:active .slider {
	color: #fff;
	background-color: transparent;
	text-decoration:underline;
}
.links {
	border-top: 1px solid #fff;
	width: 100%;
	position: relative;
	text-align: center;
	font-size: .915em; /* 11px */
	padding-top: 1px;
}
.links .previous {
	position: absolute;
	left: 6px;
	margin-right: 5px;
}
.links .next {
	position: absolute;
	right: 6px;
margin-right: 5px;
}
/* =slides */
#slide_wrapper {
	position: relative;
	overflow: hidden;
	height: 171px;
	width: 780px;
	
}
#slide_content {
	width: 740px;
}
#slide_content div {
}
.slide {
	position: absolute;
	width: 780px;
}
#slide_controls {
	float: right;
	margin-top: 5px;
}
.slidebackground {
	height: 171px;
	width: 780px;
}
#a1895 {
	background-image: url(../images/northland.jpg);
	background-repeat: no-repeat;
}
#a1896 {
	background-image: url(../images/auckland.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#a1897 {
	background-image: url(../images/westernnorth.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#a1898 {
	background-image: url(../images/central.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#a1899 {
	background-image: url(../images/easternnorth.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#a1900 {
	background-image: url(../images/nelson.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#a1901 {
	background-image: url(../images/canterbury.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#a1902 {
	background-image: url(../images/westcoast.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
#a1903 {
	background-image: url(../images/otago.jpg);
	background-repeat: no-repeat;
	background-color: #000;
}
.slideregions {
	margin-right:10px;
	color: #fff;
	font-size:12px;
	float: right;
	text-align: left;
	margin-top: 20px;
}
.slideheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 10px;
}
a:link.slidelink {
	color: #fff;
	text-decoration: none;
	font-size:11px;
	padding-right: 1px;
padding-left: 1px;
}
a:visited.slidelink {
	color: #fff;
	text-decoration: none;
	font-size:11px;
}
a:hover.slidelink {
	color: #fff;
	background-color:#000;
	text-decoration:none;
	font-size:11px;
}
a:link.slidelinkbig {
	color: #fff;
	text-decoration: none;
	font-size:16px;
	padding-right: 1px;
padding-left: 1px;
}
a:visited.slidelinkbig {
	color: #fff;
	text-decoration: none;
	font-size:16px;
	
}
a:hover.slidelinkbig {
	color: #fff;
	background-color:#000;
	font-size:16px;
	text-decoration:none;
	
}
/*



=misc
---------------------------------------------- */
.hide, hr {
	position: absolute;
	left: -999em;
}
.more {
	background: transparent url(../media/img/arrow-next.gif) no-repeat 100%;
	padding: 0 16px 0 0;
}
.next {
	background: transparent url(../media/img/arrow-next.gif) no-repeat 100%;
	padding: 0 0px 0 5px;
}
.previous {
	background: transparent url(../media/img/arrow-previous.gif) no-repeat 0%;
	padding: 5px 0 0 0px;
}
.backnav {
	background: transparent url(../media/img/arrow-previous.gif) no-repeat 0%;
	padding: 0 0 0 25px;
	margin-left: 480px;
	margin-bottom: 10px;
}
.smallnav {
	background: transparent url(../media/img/arrow-next.gif) no-repeat 100%;
	padding: 0 30px 0px 10px;
	margin-top: 5px;
	width: 150px;
}
.smallnavcontainer {
	height: 25px;
}
/* =self clearing floats */
.clearfix:after, #header .content:after, #main_navigation:after, #current_rates:after, .panel_wrapper:after, .links:after, #quick_links:after, #footer:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}








/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

