/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.3.0
*/
body{color:#000;background:#FFF;}
/*
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:-1px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
*/
/* general styles */
body {
  text-align: center;
  font-family: Verdana, arial, sans-serif;
  background: #fff url('images/bg.jpg') left top repeat-x;
  margin: 0;
  padding: 0;
}

body, td {
  font-size: 1em;
  color: #222;
}

body {
  font-size: 0.8em;
}

h1 {
  color: #24761E;
  font-size: 1.5em;
  background: #fff url('images/heading.gif') left center no-repeat;
  padding-left: 29px;
  margin: 0 0 10px 0;
}

#main.left h1 {
  margin: 10px 0;
}

h2 {
  font-size: 1.3em;
  margin: 0;
}

h3 {
  font-size: 1.2em;
  margin: 0;
}

h4 {
  font-size: 1.1em;
  margin: 0;
}

a {
  color: #000;
}

a:hover {
  color: #222;
}

img {
  border: 0;
}

div {margin:0;padding:0;}

.clear {
  clear: both;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  margin-left: 20px;
  list-style-type: disc;
}

/* layout */

#wings {
  width: 100%;
  background: transparent url('images/wings.jpg') center 125px no-repeat;
}

#wrap {
  margin: 10px auto 0 auto;
  text-align: left;
  background: #E0F4D9;
  width: 980px;
  padding: 0;
}

#wrap.white {
  background: #fff;
}

#header {
  background: #F8F8F8 url('images/bg.jpg') left -10px repeat-x;
  height: 125px;
}

#header img {
  margin-top: 15px;
}

#quote {
  float: right;
  width: 260px;

}

#login_form {
  background: #2A8625;
  border-radius: 8px;
  padding: 8px 15px;
  margin-right: 10px;
}

#login_form h3 {
  margin:  0;
  color: #fff;
  font-size: 1.2em;
}

#username, #password, #fake_password, #login {
  background: #fff;
  border-radius: 5px;
  width: 100%;
  height: 28px;
  padding: 3px 5px;
  border: 0;
  margin: 5px 0;
  display: inline-block;
  box-sizing: border-box;
}

#login_form label {
  margin: 5px 0 0;
  display: block;
  color: #fff;
  line-height: 1em;
}

#password, #fake_password {
  width: 80%;
  margin: 0;
  border-radius: 5px 0 0 5px;
}

#login {
  width: 20%;
  margin: 0;
  background: #DFF7D9;
  border-radius: 0 5px 5px 0;
  color: #2A8624;
  font-weight: bold;
  vertical-align: top;
}

#menu {
  clear: both;
  height: 51px;
  background: #3E3D8D url('images/menu.gif') left top repeat-x;
  text-align: center;
}

#menu_inner {
  height: 51px;
  background: transparent url('../images/menu.gif') right -51px no-repeat;
}

#menu ul {
  margin:0;
  padding:0;
}

#menu ul li {
  float: left;
  list-style-type: none;
  margin:0;
  padding:0;
}

#menu ul li a {
  display: block;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  height: 51px;
  line-height: 51px;
  background: transparent url('../images/menu.gif') left -204px no-repeat;
}

#menu ul li a.two_line {
  line-height: 15px;
  padding: 10px 0 0 0;
  height: 41px;
}

#menu ul li a:hover {
  text-decoration: underline;
}

#menu ul li.selected {
  background: transparent url('../images/menu-selected.gif') center top no-repeat;
}

#menu ul li.selected ul li {
  background: #3E3D8D;
}

#menu ul li.first a {
  background: transparent url('../images/menu.gif') left -102px no-repeat;
}

#menu ul li.first ul li a {
  background: #3E3D8D;
}

#menu ul li.selected.first a {
  background: transparent url('../images/menu.gif') left -153px no-repeat;
}

#menu ul li.selected.first ul li a {
  background: #3E3D8D;
}

#menu ul li ul {
  background: #3E3D8D;
  display: none;
  height: auto;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top: 1em;
  /*left: 0;*/
}

#menu ul li:hover ul{
  display:block;
}

#menu ul li:hover ul li ul{
  display:none;
}

#menu ul li ul li a {
  width: 205px;
  height: auto;
  line-height: 25px;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
  font-size: 0.9em;
  background: #3E3D8D;
}

#menu ul li ul li:hover ul{
  display:block;
}

#menu ul li ul li ul {
  background: #3E3D8D;
  display: none;
  height: auto;
  position: absolute;
  width: 225px;
  z-index: 200;
  margin-top: -25px;
  margin-left: 224px;
  /*top: 1em;
  /*left: 0;*/
}

#menu img {
  margin-top: 10px;
}

#menu ul#nav_functions li {
  float: right;
  background: transparent url('images/button-green.gif') left top no-repeat;
  padding: 0 0 0 10px;
  margin-right: 10px;
}

#menu ul#nav_functions li a {
  background: transparent url('images/button-green.gif') right top no-repeat;
  padding: 0 10px 0 0!important;
}

#sidebar {
  float: left;
  width: 253px;
  margin: 9px;
}

#sidebar h2, #sidebar_left h2 {
  color: #23761E;
  background: #E0F4D9 url('images/sidebar-heading.gif') left center no-repeat;
  line-height: 60px;
  padding-left: 50px;
  margin-top: 0;
}

#sidebar_left h3 {
  margin: 10px 0;
}

#sidebar_left h3 a {
  color: #23761E;
  text-decoration: none;
}

#sidebar_left ul li a {
  text-decoration: none;
}

#sidebar_left ul li a:hover {
  text-decoration: underline;
}

#sidebar_right {
  float: right;
  width: 253px;
  margin: 9px;
  padding-top: 28px;
}

#sidebar_right p {
  color: #24761E;
  font-style: italic;
  margin: 0 35px;
}

#sidebar_right img {
  display: block;
  margin: 35px auto 10px auto;
}

#sidebar_left {
  float: left;
  width: 253px;
  margin: 9px;
  padding-top: 0;
}

#main {
  float: right;
  width: 700px;
  margin: 9px 9px 9px 0;
  color: #575757;
  background: #fff;
  min-height: 450px;

}

#main.left {
  float: left;
  margin: 9px 0 9px 0;
  width: 636px;
  padding: 0 32px 32px 32px;
  background: #fff url('images/content-top.gif') right top no-repeat;
}

#main.left div.main_wrap {
  background: transparent url('images/content-bottom.gif') right bottom no-repeat;
}

#footer {
  clear: both;
  background: #fff url('images/footer.jpg') center top no-repeat;
  text-align: center;
  padding: 30px;
  font-size: 0.9em;
  line-height: 20px;
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer p {
  text-align: center;
}

#footer strong {
  color: #2D2D77;
  float: left;
  width: 250px;
  font-size: 1.4em;
  font-weight: bold;
  text-align: left;
}

#footer em {
  float: right;
  width: 250px;
  text-align: right;
}

/* home boxes */
#boxes {
  margin: 20px -60px 20px 0;
}

div.box {
  float: left;
  width: 193px;
  height: 204px;
  background: transparent url('images/boxes.png') left top no-repeat;
  margin: 0 25px 20px 0;
}

div.box h2 {
  color: #24761E;
  font-size: 0.9em;
  height: 40px;
  line-height: 18px;
  padding: 3px 10px 0 10px;
  overflow: hidden;
}

div.box h2.one_line {
  line-height: 36px;
}

div.box h2 span, div.box h2 a {
  display: block;
  color: #24761E;
  text-decoration: none;
}

div.box h2 a:hover {
  text-decoration: underline;
}

div.box div.box_image {
  background: #fff url('images/boxes/0.jpg') left top no-repeat;
  width: 191px;
  margin: 0 1px 0 1px;
  height: 98px;
}

div.box ul {
  margin-top: 8px;
}

div.box ul li {
  margin: 0;
  list-style-type: none;
}

div.box ul li a {
  font-size: 0.9em;
  color: #fff;
  display: block;
  padding-left: 24px;
  text-decoration: none;
  background: transparent url('images/box-bullet.gif') 13px center no-repeat;
}

div.box ul.single li {
  height: 40px;
  line-height: 40px;
}

div.box ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

div.box_1 {
  background-position: left top;
}

div.box_2 {
  background-position: left -204px;
}

div.box_3 {
  background-position: left -408px;
}

div.box_4 {
  background-position: left -612px;
}

div.box_5 {
  background-position: left -816px;
}

div.box_6 {
  background-position: left -1020px;
}

div.box_7 {
  background-position: left -1224px;
}

div.box_8 {
  background-position: left -1429px;
}

div.box_9 {
  background-position: left -1633px;
}
div.box_orange1 {
  background-position: left -1837px;
}
div.box_orange2 {
  background-position: left -2041px;
}


#au_map {
  height: 400px;
  margin-left: 10px;
  margin-top: 0;
}

#sidebar_left h3#australia_label {
  position: absolute;
  z-index: 100;
  margin-top: 0;
  color: #24761E;
}

#au {
  background: transparent url('images/australia.png') left top no-repeat;
  width: 250px;
  height: 226px;
  position: absolute;
  margin-left: 0;
}

#au div {
  background: transparent url('images/australia.png') left top no-repeat;
  width: 250px;
  height: 226px;
  position: absolute;
}

#au img {
  width: 250px;
  height: 226px;
  position: absolute;
}

#au .western_australia {
  background-position: -250px top;
}
#au .northern_territory {
  background-position: -500px top;
}
#au .queensland {
  background-position: -750px top;
}
#au .new_south_wales {
  background-position: -1000px top;
}
#au .victoria {
  background-position: -1250px top;
}
#au .south_australia {
  background-position: -1500px top;
}
#au .tasmania {
  background-position: -1750px top;
}


#nz_map {
  height: 320px;
  margin-top: 60px;
  margin-left: 10px;
}

#sidebar_left h3#north_island_label {
  position: absolute;
  z-index: 100;
  margin-top: 60px;
  color: #24761E;
}

#sidebar_left h3#south_island_label {
  position: absolute;
  z-index: 100;
  margin-top: 220px;
  margin-left: 120px;
  color: #24761E;
}

#north_island {
  background: #fff url('images/new-zealand-map.png') left top no-repeat;
  width: 111px;
  height: 169px;
  position: absolute;
  margin-left: 98px;
}

#north_island div {
  background: transparent url('images/new-zealand-map.png') left top no-repeat;
  width: 111px;
  height: 169px;
  position: absolute;
}

#north_island img {
  width: 111px;
  height: 169px;
  position: absolute;
}

#north_island .northland {
  background-position: -111px top;
}

#north_island .auckland {
  background-position: -222px top;
}

#north_island .waikato {
  background-position: -333px top;
}

#north_island .bay_of_plenty {
  background-position: -444px top;
}

#north_island .gisborne {
  background-position: -555px top;
}

#north_island .hawkes_bay {
  background-position: -666px top;
}

#north_island .taranaki {
  background-position: -777px top;
}

#north_island .manawatu_wanganui {
  background-position: -888px top;
}

#north_island .wellington {
  background-position: -999px top;
}

#south_island {
  background: #fff url('images/new-zealand-map.png') left bottom no-repeat;
  width: 125px;
  height: 144px;
  position: absolute;
  margin-top: 139px;
}

#south_island div {
  background: transparent url('images/new-zealand-map.png') left bottom no-repeat;
  width: 125px;
  height: 144px;
  position: absolute;
}

#south_island img {
  width: 125px;
  height: 144px;
  position: absolute;
}

#south_island .tasman {
  background-position: -125px bottom;
}

#south_island .marlborough {
  background-position: -250px bottom;
}

#south_island .canterbury {
  background-position: -375px bottom;
}

#south_island .otago {
  background-position: -500px bottom;
}

#south_island .southland {
  background-position: -625px bottom;
}

#south_island .west_coast {
  background-position: -750px bottom;
}

/* sidebar */
#resources_heading {
  color: #302F7B;
  margin: 40px 0 10px 0;
}

#resource_downloads li {
  background: transparent url('images/resources-pdf.gif') left center no-repeat;
  margin: 0 15px 0 0;
  padding: 8px 0 8px 35px;
  border-bottom: 1px solid #95B592;
  list-style-type: none;
}

#resource_downloads .video {
  background: transparent url('images/youtube.png') left center no-repeat;
  margin: 0 15px 0 0;
  padding: 8px 0 8px 35px;
  border-bottom: 1px solid #95B592;
  list-style-type: none;
}

#resource_downloads li.last {
  border-bottom: 0;
}

#resource_downloads li a {
  color: #24761E;
  font-weight: bold;
  text-decoration: none;
}

#resource_downloads li a:hover {
  text-decoration: underline;
}

#form_printable {
  background-color: rgb(250, 235, 215);
  border: 1px dotted rgb(153, 153, 153);
  padding: 10px;
  margin: 10px 0;
}

#form_printable_content {
  margin: 10px 0;
}

.print_confirmation {
  display: block;
  background: transparent url('images/print-confirmation.gif') left top no-repeat;
  border: 0;
  width: 173px;
  height: 59px;
  text-indent: -999px;
  font-size: 0;
}
