body {
	background: #eee url(images/body.gif) repeat-x top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0 0 20px 0;
	margin: 0;
	}
	
hr, .hide {
	display: none;
	}
	
img {
	border: none;
	}
	
	
/* content */
#content {
	font-size: 12px;
	padding: 10px 20px 30px; 
	color: #333;
	margin: 0;
	position: relative;
	min-height: 400px;
	z-index: 1;
	width: 510px;
	float: left;
	}
	
* html #content {
	height: 400px;
	}
	
p {
	line-height: 1.6em;
	margin: 0 0 20px 0;
	}


/*  links */

a {
	color: #046fbd;
	text-decoration: none;
	}
	
a:hover {
	text-decoration: underline;
	}
	
ul {
	list-style: none;
	margin: 10px 0 20px;
	padding: 0;
	}
	
li {
	background: url(images/li.gif) no-repeat 0 7px;
	padding: 0 0 0 20px;
	margin: 10px 0;
	line-height: 16px;
	}
	
* html li {
	height: 1px;
	}
	
.link_buttons {
	height: 20px;
	clear: both;
	}

.link_button,
.link_button_submit
 {
	background: #036ebd url(images/link_button.gif) no-repeat 0 0;
	text-decoration: none;
	color: #fff !important;
	font-size: 9px;
	line-height: 19px;
	height: 20px;
	padding: 0;
	position: relative;
	display: block;
	float: left;
	}
	
.link_button:hover {
	background: #0482e0 url(images/link_button.gif) no-repeat 0 -20px;
	text-decoration: none !important;
	}
	
.link_button strong,
.link_button_submit strong {
	font-weight: normal;
	background: url(images/link_button_strong.gif) no-repeat right 0;
	padding: 0 15px 0 10px;
	display: block;
	}
	
.link_button:hover strong,
.link_button_submit:hover strong
 {
	background-position: right -20px;
	}
	
.link_button_submit:hover {
	background: #6ebe16 url(images/link_button_submit.gif) no-repeat 0 -20px;
	text-decoration: none;
	}
	
.link_button_submit {
	background: #4f8a10 url(images/link_button_submit.gif) no-repeat 0 0px;
	}
	
.link_button_submit strong {
	background: url(images/link_button_submit_strong.gif) no-repeat right 0;
	}
	
	#services .link_button {
		background-image: url(images/link_button_services.gif);
		}
		
	#services .link_button strong {
		background-image: url(images/link_button_strong_services.gif);
		}
		
	#news .link_button {
		background-image: url(images/link_button_news.gif);
		}
		
	#news .link_button strong {
		background-image: url(images/link_button_strong_news.gif);
		}				
	
	
.more_button * {
	display: none;
	}
	
.more_button {
	display: block;
	width: 45px;
	height: 15px;
	background: #036ebd url(images/more_button.gif) no-repeat 0 0;
	}
	
.more_button:hover {
	background: #0480dc url(images/more_button.gif) no-repeat 0 -15px;
	}

	#news .more_button {
		background-image: url(images/more_button_news.gif);
		}
		

	
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #003873;
	}
	
h1 strong,
h2 strong,
h3 strong,
h4 strong
{
	color: #87750b;
	font-weight: normal;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 embed,
h2 embed,
h3 embed,
h4 embed,
h5 embed,
h6 embed
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 22px;
	line-height: 26px;
	margin: 0 0 5px 0;
	font-weight: normal;
	}
	
h2, h3, h4 {
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px 0;
	font-weight: normal;
	}
	
h2 {
	margin: 20px 0 0 0;	
	}
	
h3 {
	line-height: 18px;
	}
	
h4 {
	margin: 40px 20px 5px 0;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
	}
	
	
/* Wrapper */

#wrapper {
	width: 750px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
	}
	
/* Header */

#site_header {
	position: relative;
	height: 120px;
	margin: 0 auto;
	width: 750px;
	}
	
#site_header_logo {
	position: absolute;
	top: 35px;
	left: 0px;
	}
	
/* Header Site Tools */
#site_tools {
	position: absolute;
	top: 8px;
	right: 105px;
	font-size: 9px;
	text-transform: uppercase;
	color: #87750b;
	padding: 2px 0;
	text-align: right;
	line-height: 25px;

	}
	
#site_tools a {
	color: #87750b;
	text-decoration: none;
	padding: 2px 3px;
	}
	
#site_tools a:hover {
	background: #f3f1e6;
	color: #87750b;
	border: 1px solid #e1dcc2;
	padding: 1px 2px;	
	margin: 0;
	}
	
/*** NZX Link ***/
#nzx_link {
	position: absolute;
	top: 10px;
	right: 0;
	border-left: 1px solid #ded9bf;
	padding-left: 10px;
	}
	
/** Site Description **/
#site_description {
	position: absolute;
	top: 32px;
	right: 320px;
	width: 200px;
	text-align: right;
	}
	
#site_description h2 {
	font-size: 12px;
	color: #999;
	line-height: 14px;
	}
	
/* Site Header Search */
	
/* Header Search */
#site_header_search {
	position: absolute;
	top: 10px;
	right: -5px;
	background: url(images/header_search.gif);
	width: 190px;
	height: 20px;
	padding: 5px;
	}

* html #site_header_search {
	background: none;
	}
	
#site_header_search .search_field {
	font-size: 11px;
	width: 158px;
	height: 14px;
	border: 1px solid #bfdaee;
	padding: 2px 25px 2px 5px;
	color: #9d9d9d;
	margin-right: 0px;
	background: #f9f9f9;
	position: absolute;
	top: 5px;
	left: 5px;
	}
	



#site_header_search .search_field:focus, #site_header_search .search_field.focus {
	border: 2px solid #058ef2;
	top: 4px;
	left: 4px;
	background: #fff;
	color: #666;
	}


#site_header_search .search_button {
	position: absolute;
	display: block;
	width: 19px;
	height: 18px;
	background: url(images/header_search_button.gif) no-repeat 0 0;
	top: 6px;
	right: 6px;
	}
	
#site_header_search .search_button:hover {
	background-position: 0 -18px;
	}	
	
#site_header_search .search_button *{
	display: none;
	}
	

/* Main Menu Container */
#menu_container {
	width: 750px;
	height: 30px;
	z-index: 1000;
	position: relative;
	margin: 0 -10px 10px;
	padding: 0 10px;
	background: #fafafa;
	}
	
/* Page Header */

#page_header_container {
	padding: 0;
	background: #046fbd;
	position: relative;
	margin: 0 0 10px;
	color: #fff;
	}
	
#page_header {
	height: 100px;
	margin: 0 auto;
	position: relative;
	}
	
#page_header img {
	display: block;
	}

	
	
/* Main */
#main {
	padding: 0;
	position: relative;
	z-index: 1;
	width: 750px;
	margin: 0;
	min-height: 1px;
	}
	
#main:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	clear: both;
	}
	
* html #main {
	height: 1px;
	}
	
/* Breadcrumb */
#breadcrumb {
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
	font-size: 10px;
	
	}

	
/* Sidebar */
#sidebar {
	width: 200px;
	float: left;
	position: relative;
	padding: 0;
	z-index: 1000;
	display: inline;
	}
	
.tile_overview {
  display: block;
  width: 210px;
  height: 110px;
  background: url(images/tile_overview.gif);
  margin: -5px -5px 5px;
  position: relative;
}

.tile_overview .links {
  position: absolute;
  bottom: 10px;
  left: 15px;
  text-transform: uppercase;
  font-size: 9px;
  color: #aaa;  
}

.tile_overview .links a {
  color: #555;
}

.tile_overview .links strong {
  color: #8a720a;
}
	
/* Quicklinks & Downloads */

#quicklinks_container {
	clear:both;
	min-height: 100px;
	margin: 0 -5px 20px;
	min-height: 1px;
	}
	
* html #quicklinks_container {
	height: 1px;
	}
	
#quicklinks_container:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
	}

.quicklinks {
	width: 370px;
	padding: 0 5px 30px;
	font-size: 11px;
	color: #7f7f7f;
	float: left;
	background: url(images/quicklinks.gif) no-repeat bottom;
	}
	
.quicklinks h3 {
	background: url(images/quicklinks_h3.gif) no-repeat top left;
	margin: -5px -5px 5px;
	padding: 15px 20px 0;
	}
	
.quicklinks a {
	color: #7f7f7f;
	}
	
.quicklinks ul {
	margin: 0 0 0 15px;
	}
	
.quicklinks li {
	width: 150px;
	float: left;
	margin: 2px 0;
	line-height: normal;
	background-image: url(images/quicklinks_li.gif);
	}

/* Footer */
#footer {
	width: 750px;
	margin: 0 auto;
	padding: 5px 0;
	font-size: 11px;
	color: #222;
	line-height: 16px;
	position: relative;
	clear: both;
	min-height: 1px;
	border-top: 1px solid #ccc;
	}
	
* html #footer {
	height: 1px;
	}
	
#footer p {
	margin: 0;
	}
	
#footer a {
	color: #046fbe;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#lupo_links {
	position: absolute;
	top: 0;
	right: 0;
	color: #999;
	padding-top: 5px;
	}
	
#lupo_links a {
	color: #999;
	}
	
#disclaimer {
  color: #555;
  margin: 10px 250px 10px 0;
}

#disclaimer p {
  line-height: normal;
  margin: 5px 0;
}

/*** Sidebar Panels **/
.sidebar_panel {
	margin: 0 -5px 10px;
	padding: 0 0 15px 0;
	position: relative;
	z-index: 10000;
	border: none;
	background: url(images/sidebar_panel.gif) no-repeat bottom;
	min-height: 1px;
	}
	
* html .sidebar_panel {
	height: 1px;
	}
	
.sidebar_panel h3 {
	margin: 0 0 5px;
	padding: 20px 10px 0 25px;
	background: url(images/sidebar_panel_h3.gif) no-repeat left top;
	position: relative;
	}
	
.sidebar_contact h3 {
  background: none !important;
}
	
.sidebar_contact .content {
  margin: 0 0 10px 25px;
  color: #777;
}

.sidebar_contact .content strong {
  float: left;
  width: 55px;
}

.enquiry_link
 {
	display: block;
	min-height: 15px;
	padding: 7px 30px 8px 10px;
	border: 1px solid #fff;
	border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;		
	line-height: 15px;
	color: #046fbe;
	margin: 5px 0 5px -10px;
	text-decoration: none;
	background: url(sub_menu/sub_menu_a.gif) no-repeat 150px 12px;
	position: relative;
	width: 120px;
 }
 
.enquiry_link:hover {
 	background: #174073;
	border: 1px solid #5ab4cc;
	color: #fff;
	text-decoration: none;
}
	
/** Panels **/
.panel {
	position: relative;
	min-height: 1px;
	margin-top: -5px;

	}
	
* html .panel {
	height: 1px;
	}
	
.panel .content {
	padding: 1px 15px 15px;
	margin: 0 -5px 10px;
	background: url(images/panel.png) no-repeat 0 bottom;
	color: #333;
	min-height: 1px;
	}
	
* html .panel .content {
	height: 1px;
	background-image: url(images/panel.gif);
	}
	
.panel .content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}


.panel h3 {
	margin: 0 -5px 0;
	padding: 5px 15px 0;
	line-height: 25px;
	height: 25px;
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	background: url(images/panel_h3.png) no-repeat;
	}
	
* html .panel h3 {
	background: url(images/panel_h3.gif) no-repeat;
	}
	
	#news.panel h3 {
		background: url(images/panel_news_h3.png) no-repeat;
		}
		
	* html #news.panel h3 {
		background: url(images/panel_news_h3.gif) no-repeat;
		}
		
	#market.panel h3 {
		background: url(images/panel_market_h3.png) no-repeat;
		}
		
	* html #market.panel h3 {
		background: url(images/panel_market_h3.gif) no-repeat;
		}		
		
	
.panel input.field {
	font-size: 11px;
	height: 14px;
	padding: 2px 3px;
	border: 1px solid #999;
	margin: 0;
	width: 170px;
	display: block;
	}
	
.panel a {
	text-decoration: none;
	}
	
.panel .more_button {
	position: absolute;
	top: 10px;
	right: 5px;
	}
	



/* Search Box */

#search {
	}
	
.search_submit {
	width: 20px;
	height: 20px;
	background: #333;
	border: none;
	font-size: 14px;
	display: block;
	cursor: pointer;
	color: #fff;
	float: left;
	}
	
#search .search_field {
	width: 125px;
	margin-right: 5px;
	float: left;
	}
	
	
/* Page Header Login */
#site_header_login {
	position: absolute;
	top: 50px;
	right: 0;
	width: 280px;
	height: 48px;
	padding: 10px 10px 0;

	font-size: 10px;
	border: 1px solid #ccc;
	background: #fff url(images/site_header_login.gif) repeat-x bottom;
	}
	
#site_header_login a {
	color: #868686;
	}
	
#site_header_login a:hover {
	color: #036ebd;
	text-decoration: underline;
	}
	
#site_header_login h3 {
	width: 45px;
	padding: 1px 0;
	float: left;
	margin: 0;
	}
	
#site_header_login h4 {
	width: 80px;
	padding: 1px 0;
	float: left;
	margin: 0;
	}
	
#site_header_login ul {
	margin: 0;
	padding: 0;
	position: absolute;
	height: 18px;
	right: 5px;
	bottom: 5px;
	}
	
#site_header_login li {
	display: inline;
	padding: 0 5px;
	margin: 0;
	background: url(images/site_header_login_li.gif) no-repeat right center;
	}
	
#site_header_login li.last {
	background: none;
	}	
	
#site_header_login p {
	margin: 0;
	padding: 0;
	clear: both;
	min-height: 1px;
	}
	
* html #site_header_login p {
	height: 1px;
	}
	
#site_header_login .content strong {
  color: #333;
}

#site_header_login .content {
	color: #777;
	width: 180px;
	height: 40px;
	border-right: 1px solid #ccc;
	text-align: right;
	padding-right: 15px;
	}
	
#site_header_login .content p {
	margin-top: -3px;
	}
	
#site_header_login .content .link_button_submit strong {
	color: #fff;
	}
	
#site_header_login .field {
	background: #fff;
	border: 1px solid #ccc;
	height: 14px;
	position: relative;
	margin: 0 5px 0 0;
	line-height: 14px;
	padding: 1px 2px;
	display: inline;
	color: #666;
	width: 96px;
	float: left;
	}
	
* html #site_header_login .field {
	float: left;
	}
	
#site_header_login .field.focus,
#site_header_login .field:focus
 {
	border: 1px solid #62bd19;
	background: #fff;
	color:#333;
	}
	
#site_header_login .logout {
  min-height: 1px;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 30px;
}

* html #site_header_login .logout {
  height: 1px;
}

#site_header_login .logout:after {
  height: 0;
  clear: both;
  visibility: hidden;
  display: block;
  content: ".";
}


.link_button_login {
	display: block;
	float: left;
	width: 18px;
	height: 18px;
	background: #036ebd url(images/link_button_login.gif) no-repeat left top;
	}
	
.link_button_login:hover {
	background-color: #0487e8;
	background-position: 0 -18px;
	}
	
.link_button_login strong {
	display: none;
	}	

/* News Box */

.news {
	}
	
.news ul {
	list-style: none;
	margin: 5px 0;
	padding: 0;
	}
	
* html .news ul {
	height: 1px;
	}
	
.news li {
	background:none;
	padding: 0;
	margin: 0;
	}
	
* html .news li {
	height: 1px;
	position: relative;
	}
	
.news li a {
	color: #555;
	margin: 0px -5px;
	padding: 5px;
	display: block;
	line-height: normal;
	position: relative;
	font-size: 11px;
	}
	
* html .news li a  {
	height: 1px;
	}
	
.news li a:hover {
	background: #fff;
	border: 1px solid #ccc;
	padding: 4px;
	text-decoration: none;
	}
	
.news li .more {
	color: #046fbd;
	}
	
.news li .date {
	color: #046fbd;
	font-size: 9px;
	display: block;
	}
	

	

	
/***
==== Page Messages ====
***/
.page_message_container {
	background: #999;
	border: 2px solid #666;
	padding: 10px;
	margin: 20px 0;
	}

.page_message {
	font-weight: normal;
	font-size: 12px;
	padding: 4px 10px 4px 25px;
	line-height: 16px;
	margin:  0 100px 0 0;
	display: block;
	position: relative;
	color: #fff;
	min-height: 1px;
}

* html .page_message {
	height: 1px;
	}

.page_message img {
	position: absolute;
	top: 4px;
	left: 0;
}

.page_message_critical {

}

.page_message_warning {
}

.page_message_information {

}

/*** Pagenation ***/

.pagination {
  display: block;
  text-align: left;
  min-height: 25px;
  font-size: 10px;
  clear: both;
  margin: -21px 0 20px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 5px;
  background: #ddd;
} * html .pagination{ height: 25px; } .pagination:after { content: "."; height: 0; display: block; visibility: hidden; clear: both; }

.pagination a {
	display: block;
    float: left;
	text-align: center;
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	float: left; 
	margin: 0 1px 5px;
	color: #046fbd;
	border: 1px solid #999;
	background: #fff;
}

.page_numbers {
	padding: 0 5px;
	min-height: 25px;
	} * html .page_numbers{ height: 25px; } .page_numbers:after { content: "."; height: 0; display: block; visibility: hidden; clear: both; }

.pagination .page_numbers a {
	padding: 1px 6px 0 5px;
  background-image: url(images/pagination_a.gif);
  background-position: right top;
  background-repeat: no-repeat;
  border-top: none;
	border-right: none;
}

.pagination a:hover {
	background: #046fbd;
	color: #fff;
	text-decoration: none;
	border: 1px solid #003d88;
	}

.pagination .page_numbers a:hover {
  background-image: url(images/pagination_a_hover.gif);
  background-position: right top;
  background-repeat: no-repeat;
  border-top: none;
	border-right: none;  
}
	
.pagination a.current_page {
	background: #046fbd;
	border: 1px solid #003d88;
  background-image: url(images/pagination_a_current.gif);
  background-position: right top;
  background-repeat: no-repeat;
  border-top: none;
	border-right: none;  	
	color: #fff;
	}

.pagination a.disabled {
	background: #fff;
	border: 1px solid #aaa;
	color: #bbb;
	cursor: default;
	}
	
/*** Download List ***/

.download_list {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin: 20px 0;
  padding: 3px 0;
  position: relative;
}

.download_list li {
  background: none;
  padding: 0;
  margin: -1px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.download_list a {
  display: block;
  height: 35px;
  background: url(images/icon_pdf.gif) no-repeat 5px center;
  padding-left: 35px;
  line-height: 35px;
}

.download_list a:hover {
  text-decoration: none;
  background-color: #fff;
}

.download_list .date {
  color: #777;
  font-size: 11px;
}

.contact_details strong {
	float: left;
	width: 100px;
	}
