/* Copyright © 2006. NZDH Ltd. All Rights Reserved. */
/* All source code remains the property of NZDH Ltd. */
/* For any questions/comments, please email info@nzdh.co.nz. */


/* START CSS Document */

.bg {
	;
	background-image: url(images/bg.gif);
}
.bg-header {
	background-color: White;
}
.bg-menu {
	background-image: url(images/bg_submenu.gif);
}
.bg-menu_hover { background-image:url(images/bg_submenu_hover.gif); }
.bg-text { background-color:#FFFFFF; }
.bg-footer { background-color:#FFFFFF; }

A {
  color: #333333;
  text-decoration: none;
}

A:hover {
	color: Blue;
	text-decoration: underline;
}

BODY {
margin-left:0;
margin-bottom:0;
margin-right:0;
margin-top:0;
}

SELECT, INPUT, TEXTAREA {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#333333;
}

.menu_top {
	font-family: Arial, Verdana, sans-serif;
	font-size: 10px;
	color: White;
}

.menu_horizontal {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: Navy;
	font-weight: bold;
}

.menu_horizontal_hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	color: #FF4500;
	font-weight: bold;
}

.menu_vertical {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: Navy;
	font-weight: bold;
}

.menu_vertical_hover {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	color: #FF4500;
	font-weight: bold;
}

.news_date {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#316f88;
  font-weight:bold;
  background-color:#FFFFFF; 
}

.news_name {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#b49664;
  text-decoration: underline;
  background-color:#FFFFFF; 
}

.heading {
	font-family: Arial, Verdana, sans-serif;
	font-size: 15px;
	color: #DCDCDC;
	font-weight: bold;
}

.subheading {
  font-family: Arial, Verdana, sans-serif;
  font-size:12px;
  color:#333333;
  font-weight:bold;
}

.text {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#333333;
  background-color:#FFFFFF; 
}

.text_small {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#333333;
}

.error {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#CC0000;
}

.success {
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#009900;
}

.footer {
  font-family: Arial, Verdana, sans-serif;
  font-size:10px;
  color:#495766;
}



.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 135px; /* Width of Menu Items */
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#1B5AA0;
}
	
.suckerdiv ul li{
position: relative;
}
	
/*Sub level menu items */
.suckerdiv ul li ul{
position: absolute;
width: 135px; /*sub menu width*/
top: 0;
visibility: hidden;
}

/* Sub level menu links style */
.suckerdiv ul li a{
display: block;
overflow: auto; /*force hasLayout in IE7 */
text-decoration: none;
background: #FFFFFF;
padding: 1px 5px;
  font-family: Arial, Verdana, sans-serif;
  font-size:11px;
  color:#1B5AA0;
}

.suckerdiv ul li a:hover{
background-color: #D9EAFF;
}
	
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */

/* END CSS Document */
