body {
	background: #232629;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
	margin: 0;
	line-height: 18px;
	}
	
#grid_56 {
	position: fixed;
	top: 13px;
	left: -22px;
	background: url(56_grid.png);
	width: 100%;
	height: 100%;
	z-index: 10000;
	display: none;
	}
	
/* Baseline grid overrides */
/*#wrapper,
#header
 {
	background: none !important;
	}*/
	
	
hr, .hide, .flash_block_replaced_content {
	display: none;
	}
	
img {
	border: none;
	}
	
p {
	line-height: 18px;
	margin: 0 0 18px 0;
	}
	
center {
	text-align: left;
	}
	
#page_content .content hr {
    display: block;
    border: none;
    height: 1px;
    border-top: 1px solid #ccc;
    border-bottom: 3px solid #f9f9f9;
}


/*  links */

a {
	color: #025297;
	text-decoration: none;
	}
	
a:hover {
	color: #025297;
	text-decoration: underline;
	}
	
	a.rss {
		background: url(rss_icon.gif) no-repeat left center;
		padding-left: 15px;
		}
		
	a.rss_button {
		display: block;
		width: 30px;
		height: 30px;
		background: url(rss_button.gif);
		}
		
		a.rss_button strong {
			display: none;
			}
		
		a.rss_button:hover {
			background-position: 0 -30px;
			}
			
	a.more {
		background: url(more.gif) no-repeat right center;
		padding-right: 14px;
		}
		
/* [ Buttons ] */
a.button {
	background: #d9e5f0;
	border: 1px solid #80a8cb;
	display: block;
	float: left;
	clear: both;
	font-size: 11px;
	cursor: pointer;
	}
	
	a.button strong {
		padding: 0px 5px 2px;
		border-top: 1px solid #fff;
		border-left: 1px solid #fff;
		display: block;
		font-weight: normal;
		line-height: 1.25em;
		}
		
	a.button:hover {
		border: 1px solid #417db1;
		background-color: #b3d7f5;
		text-decoration: none;
		}
		
	.button_set {
		min-height: 1px;
		margin: .5em 0;
		}
		
		* html .button_set {
			height: 1px;
			}
		
		.button_set:after {
			content: ".";
			height: 0;
			visibility: hidden;
			clear: both;
			display: block;
			}				

.disabled {
	  color: #333;
	  text-decoration: none;
	}
	
	.disabled:hover {
	  color: #333;
	  background: none;
	  text-decoration: none;
	}	
	
	
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	line-height: 18px;
	}
	
* html h1,
* html h2,
* html h3,
* html h4,
* html h5,
* html h6
  {
 	height: 1px;
	}
	
h1 object,
h2 object,
h3 object,
h4 object,
h5 object,
h6 object
	{
	display: block;
	position: relative;
	left: -3px;
	}	
	
h1 {
	font-size: 30px;
	line-height: 36px;
	margin: 0;
	font-weight: normal;
	}
	
h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 9px 0;
	font-weight: normal;
	}
	
h3 {
  margin: 0 0 9px;
  font-size: 18px;
  line-height: 22px;
  padding: 0;
	}
	
h4 {
	font-size:12px;
	font-weight:bold;
	}

h5 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	}
	
	
/* [ Wrapper ] */

#wrapper {
	margin: 0;
	padding: 0;
	background: #eee;
	}
	
/* [ Site Header ] */

#site_header_wrapper {
	position: relative;
	height: 100px;
	margin: 0;
	background: url(site_header_wrapper.png) repeat-x top;
	padding: 0;
	z-index: 100;
	}
	
	* html #site_header_wrapper {
		padding: 0;
		background: #025297;
		}
	
#site_header {
	height: 100px;
	width: 971px;
	margin: 0 auto;
	position: relative;
	}
	
#site_header_logo {
	position: absolute;
	top: 10px;
	left: 0px;
	width: 195px;
	height: 86px;
	cursor: pointer;
	}
	
#site_header_logo a {
	display: block;
	background: url(site_header_logo.png) no-repeat;
	width: 195px;
	height: 86px;
	position: relative;
	}
	
	#site_header_logo a strong {
		display: none;
		}
	
/* [ Site Header Tools ] */
#site_header_tools {
	position: absolute;
	top: 5px;
	right: 0;
	font-size: 11px;
	color: #c0d4e5;
	padding: 0;
	margin: 0;
	border:1px solid #3c7cb3;
	}
	
	#site_header_tools a {
		color: #c0d4e5;
		text-decoration: none;
		}
		
	#site_header_tools a:hover {
		color: #fff;
		background-color: transparent;
		text-decoration: underline;
		}
		
	#site_header_tools li {
		display: inline;
		margin: 0;
		padding: 0 5px 0 6px;
		background: url(site_header_tools_li.gif) no-repeat left center;
		}
		
		#site_header_tools li.first {
			background: none;
			}
	
/* [ Mini Search ] */

#mini_search {
	position: absolute;
	top: 20px;
	right: 0px;
	}
	
.mini_search_field {
	background: url(field.gif) no-repeat 0 0;
	border: none;
	height: 19px;
	padding: 4px 5px 2px;
	width: 169px;
	line-height: 16px;
	float: left;
	margin: 0 5px 0 0;
	}
	
#mini_search .focus {
	background: #fff;
	color: #000;
	}

.mini_search_button {
	display: block;
	width: 55px;
	height: 30px;
	text-indent: -9000px;
	background: url(mini_search_button.gif) no-repeat 0 0;
	float: left;
	}
	
.mini_search_button:hover {
	background: url(mini_search_button.gif) no-repeat 0 -30px;
	}

	
/* [ Main ] */

#main_wrapper {
	background: #eee;
	position: relative;
	margin: -5px 0 0;
}
	* html #main_wrapper {
		margin: 0;
		}

#main {
	width: 971px;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	min-height: 1px;
	}
	
* html #main {
	height: 1px;
	}
	
#main:after {
	height: 0;
	clear: both;
	display: block;
	content: ".";
	visibility: hidden;
	}
	
	
/* [ Content ] */

#content {
	font-size: 12px;
	padding: 0; 
	color: #333;
	position: relative;
	min-height: 300px;
	z-index: 1;
	float: left;
	width: 793px;
	margin: 0 -5px 0 0;
	}
	
	* html #content {
		height: 300px;
		width: 798px;
		margin-right: -10px;
		}
		
	#content:after {
		height: 0;
		visibility: hidden;
		clear: both;
		display: block;
		content: ".";
		}
	
	ul{
		padding:0;
		margin:0;
		list-style:none;
	}
	
	ul li{
		margin:0;
		padding:0;
		list-style:none;
	}


		
/* [ Breadcrumb ] */
#breadcrumb {
	height: 20px;
	line-height: 20px;
	font-size: 11px;
	margin: -10px 5px 5px 0;
	text-align: left;
	color: #025297;
	position: relative;
	padding: 0 10px;
	}
	
	#breadcrumb a {
		color: #025297;
		}

	
	
/* [ Sidebar ] */
#sidebar {
	width: 178px;
	float: left;
	position: relative;
	padding: 0 0 0 10px;
	z-index: 1000;
	margin: 15px 5px 0 -10px;
	background: #fdb813;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	}
	
	#sidebar h3 {
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #fff;
	}
	
	#sidebar_logo {
	  position: absolute;
	  bottom: -130px;
	  left: 0;
	  width: 185px;
	}
	
	  #sidebar_logo img {
	    display: block;
	    margin: 0 auto;
	    width: 110px;
	  }
	  
#carousel-container {
    position: absolute;
    bottom: -270px;
}

/* [ Page Footer ] */

#page_footer_wrapper {
	min-height: 120px;
	background: #013663;
	border-bottom: 1px solid #1b4a73;
}

	#page_footer {
		width: 971px;
		margin: 0 auto;
		color: #bfcdd8;
		min-height: 1px;
		}
		
		* html #page_footer {
			height: 1px;
			}
			
		#page_footer:after {
			content: ".";
			clear: both;
			display: block;
			height: 0;
			visibility: hidden;
			}
			
	#page_footer h2 {
		color: #fff;
		font-size: 16px;
		margin: 9px 0 0;
		}
		
	#page_footer a {	
		color: #bfcdd8;
		}
		
		#page_footer a:hover {
			color: #fff;
			text-decoration: underline;
			background: none;
			}
		
	#page_footer .links {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
		#page_footer .links li {
			margin: 0;
			padding: 0;
			}
			
	#page_footer .section {
		border-right: 1px solid #1b4a73;
		float: left;
		padding: 0 0 15px 15px;
		min-height: 120px;		
		}
		
	* html #page_footer .section {
		height: 120px;
		}
		
	#page_footer .first 	{padding-left: 0; width: 238px;}
	#page_footer .second 	{width: 228px;}
	#page_footer .third 	{padding-left: 0; width: 304px;}
	#page_footer .fourth 	{width: 168px; border: none;}
	
	/* [ Newsletter Signup ] */
	#newsletter_signup {
		padding: 0 0 15px 15px;
		min-height: 1px;
		}
		
		* html #newsletter_signup {
			height: 1px;
			}
			
		#newsletter_signup:after {
			content: ".";
			visibility: hidden;
			clear: both;
			display: block;
			height: 0;
			}
		
		#newsletter_signup label {
			margin: 0 0 5px 0;
			display: block;
			}
		
		#newsletter_signup .field {
			background: url(field.gif) no-repeat 0 0;
			border: none;
			height: 19px;
			padding: 4px 5px 2px;
			width: 210px;
			line-height: 16px;
			float: left;
			margin: 0 5px 0 0;
			}
			
		#newsletter_signup .focus {
			background: #fff;
			}
			
		.newsletter_submit {
			display: block;
			float: left;
			width: 55px;
			height: 30px;
			background: url(newsletter_submit.gif) no-repeat 0 0;
			border: none;
			text-indent: -9000px;
			cursor: pointer;
			}
			
			.newsletter_submit:hover {
				background-position: 0 -30px;
				}
			
	/* [ Associations ] */
	#associations {
		padding: 0 10px;
		}
	
	#associations_list {
		margin: 0;
		padding: 0;
		list-style: none;
		min-height: 1px;
		}
		
		#associations li {
			float: left;
			display: inline;
			margin: 0 7px 0 0;
			padding: 0;
			background: none;
			}
			
	/* [ Footer RSS ] */
	#footer_rss_list {
		margin: 0;
		padding: 0;
		list-style: none;
		}
		
		#footer_rss_list a {
			color: #cc3300;
			padding: 0 0 0 20px;
			background: url(rss_icon.gif) no-repeat 0 0;
			}
			
		#footer_rss_list a:hover {
			color: #cc3300;
			text-decoration: underline;
			background: url(rss_icon.gif) no-repeat 0 0;			
			}			

/* [ Footer ] */
#site_footer_wrapper {
	background: #013663;
	min-height: 100px;
	clear: both;
	}

#site_footer {
	width: 971px;
	margin: 0 auto;
	font-size: 11px;
	color: #bfcdd8;
	line-height: 14px;
	position: relative;
	clear: both;
	min-height: 1px;
	padding: 20px 0;
	}
	
* html #site_footer {
	height: 1px;
	}
	
#site_footer p {
	margin: 0;
	}
	
#assoc_footer, #nz_footer{
	position:relative;
	margin-bottom:15px;
	min-height:1px;
}

#nz_footer #nz_statement{
	color:#BFCDD8;
	position:absolute;
	left:40px;
	top:2px;
}

#nz_footer #nz_statement a{
	color:#345E82;
}

		
	#site_footer_copyright {
		position:absolute;
		top:5px;
		left:40px;
		}
		
	#site_footer_links {
		position:absolute;
		top:5px;
		left:250px;
		}
	
#site_footer a {
	color: #bfcdd8;
	text-decoration: none;
	}
	
#site_footer a:hover {
	color: #fff;
	text-decoration: underline;
	background: none;
	}
	
#site_credit {
	position: absolute;
	top: 15px;
	right: 0;
	color: #345e82;
	}
	
	#site_credit a {
		color: #345e82;
		}
	
/* [ Datagrid ] */

.datagrid {
	width: 100%;
	border: 1px solid #666;
	border-collapse: collapse;
	}
	
	.datagrid th {
		background: #eee;
		border-bottom: 1px solid #666;
		text-align: left;
		padding: 2px 5px;
		}
		
	.datagrid td {
		border-bottom: 1px solid #ccc;
		padding: 2px 5px;
		}

/* [ Generic vCard ] */

.vcard {
	padding: 10px 0;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 20px 0;
	}
	
	.fn {
		font-size: 14px;
		font-weight: bold;
		}
		
	.adr {
		padding: 5px 0;
		}
		
/* [ Panels ] */

.panel_group {
	min-height: 1px;
	float: left;
	margin-right: 5px;
	position: relative;
	}
	
	* html .panel_group {
		height: 1px;
		margin: 0;
		}
		
	
/* [ Summary Panels ] */
/* [ Summary Panels ] */

	.summary_panel {
		margin: 0 0 5px 0;
		-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
		border-bottom: 1px solid #ccc;
		border: 1px solid #999;
		}

	.summary_panel .content {
		padding: 0;
		}
		
		.summary_panel .content p {
			line-height: 16px;
			color: #555;
			}

	.summary_panel .header {
		border-bottom: 1px solid #ccc;
		background: #f9f9f9 repeat-x 0 top;
		padding: 5px 10px;
		position: relative;
		text-shadow: 0 1px 0 #fff;		
		-moz-box-shadow: 0 0 2px rgba(0,0,0,.1);
		}
	
	.summary_panel .header h3 {
		font-size: 15px;
		color: #000;
		margin: 0;
		line-height: 1.3em;
		font-weight: normal;
		}
		
		.summary_panel .header h3 a {
			color: #000;
			}
			
		.summary_panel .header h3 a em {
			font-style: normal;
			color: #025297;
			}
			
		.summary_panel .header .rss_button {
			position: absolute;
			top: 3px;
			right: 3px;
			}
			
			.summary_panel .header .rss:hover {
				color: #cc3300;
				}
			
	.summary_panel .footer {
		margin: 10px 0 0;
		border-top: 1px solid #e0dcd9;
		line-height: 20px;
		font-size: 10px;
		background: #f9f9f9;
		padding: 3px 10px 5px;
		}

/* [ Ad Units ] */

.ad_unit {
	display: inline;
	position: relative;
	margin: 0 5px 5px 0;
	float: left;
	}
	
	.ad_unit img {
		display: block;
		}
	

/* [ Grid Dimensions ] */
	.grid_8 {
		width: 483px;
		}

	.grid_5 {
		width: 300px;
		}

	.grid_4 {
		width: 239px;
		}

	.grid_3x2 {
		width: 178px;
		height: 117px;
		}
		
	.grid_3 {
		width: 178px;
		}
		
	.grid_2x2 {
		width: 117px;
		height: 117px;
		}
		
	.grid_MPU {
		width: 300px;
		height: 250px;
		}
		
	
/* [ Content Header ] */

.content_header {
	background: #012d52;
	height: 77px; /* Grid 2 - 2x20 padding*/
	width: 687px; /* Grid 12 */	
	padding: 20px;
	margin: 0 5px 5px 0;
	position: relative;
	}
	
	.content_header h1 {
		color: #fff;
		text-shadow: 0 1px 0 rgba(0,0,0,.2);
		}
	
/* [ General Content Page - switched on by setting class="pagetype_content" on body ] */
.pagetype_content #page_content {
	background: #fff;
	width: 727px; /* Grid 9 */
	min-height: 422px; /* Grid 7 */
	position: relative;
	float: left;
	margin: 0;
	padding-bottom: 50px;
	
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.1);
	}
	
	.no_related #page_content {
	  width: 727px; /* Grid 11 */
	}
	
	.pagetype_content #page_content .content {
		padding: 20px;
		}
		
	.pagetype_content #page_content .header {
		border-bottom: 1px solid #ccc;
		padding: 20px 20px 0;
		min-height: 1px;
		}
		
		.pagetype_content #page_content .header h2 {
			margin-top: 20px;
			}

	.pagetype_content #page_content .footer {
		border-top: 1px solid #ccc;
		padding: 0;
		min-height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		}
		
		.pagetype_content #page_content .header .tool_strip {
			border-bottom: 1px solid #ddd;
			margin: -20px -20px 0;
			padding: 5px 20px;
			background: #f8f8f8;
			font-size: 11px;
			min-height: 1px;
			}
			
		.pagetype_content #page_content .footer .tool_strip {
			border-top: 1px solid #ddd;
			margin: 0;
			padding: 5px 20px 10px;
			background: #f8f8f8;
			font-size: 11px;			
			}
			
		.pagetype_content #page_content .content .tool_strip {
			margin: 0 -5px;
			padding: 2px 0 0;
			font-size: 11px;
			min-height: 1px;
			height: auto;
			border: 1px solid #ddd;			
			border-bottom: 2px solid #f8f8f8;
			background: #fff;
			}
			
			.pagetype_content #page_content .content .tool_strip .content_tabs {
				margin: 0;
				padding: 0 5px;
				border-bottom: 1px solid #ddd;
				height: 25px;
				}	
				
		
		
		
	/* [ Content Tabs ] */
	.content_tabs {
		list-style: none;
		margin: 0 -10px;
		padding: 0;
		min-height: 1px;
		}
		
		* html .content_tabs {
			height: 1px;
			}
			
		.content_tabs:after {
			height: 0;
			content: ".";
			visibility: hidden;
			clear: both;
			display: block;
			}
		
		.content_tabs li {
			margin: 2px 0;
			padding: 0;
			float: left;
			height: 20px;
			display: inline;
			background:none;
			}
		
		.content_tabs a {
			display: block;
			height: 20px;
			font-size: 11px;
			}
			
			* html .content_tabs a {
				float: left;
				}
			
			.content_tabs a strong {
				display: block;
				height: 20px;
				padding: 0 10px;
				cursor: pointer;
				}
				
				* html .content_tabs a strong {
					float: left;
					}
				
			.content_tabs .selected a {
				color: #fff;
				background: #025297 url(content_tabs_selected_a.gif) no-repeat left 0;
				}
				
				.content_tabs .selected a strong {
					background: url(content_tabs_selected_strong.gif) no-repeat right 0;
					}
					
		.content_tabs ul {
		  display: none;
		}					
	
	a.back {	
background:transparent url(back.gif) no-repeat scroll left center;
padding-left:14px;
}
	
/* [ Related Content - switch on by setting showRelatedContent="true" on page definition ] */
.related_content {
	background: #666;
	position: absolute;
	width: 239px; /* Grid 4 */
	min-height: 361px; /* Grid 5 */
	margin-top: -61px;
	border-left: 5px solid #eee;
	border-top: 5px solid #eee;
	border-bottom: 5px solid #eee;
	right: 0px;
	top: 127px;
	}
	
	* html .related_content {
		height: 361px;
		}
	
	.related_content .header {
		border-bottom: 1px solid #eee;
		padding: 0 10px;
		height: 34px;
		}
		
	.related_content .header h2 {
		line-height: 34px;
		font-size: 18px;
		margin: 0;
		}
		
	.related_content .footer {
		margin: 0 10px;
		padding: 5px 0 10px;
		border-top: 1px solid #655748;
		}
		
	.related_content .footer a {
		color: #fff;
		font-size: 11px;
		}
		
		.related_content .footer a.more {
			background-image: url(more_reverse.gif);
			}
		
/* [ Landing Pages ] */
#landing_page_header {
	height: 239px;
	background: #000;
	margin: 0 0 5px 0;
	width: 788px;
	}
	
	#landing_page_welcome {
		width: 341px;
		padding: 20px 0 20px 20px;
		}
		
	#landing_page_welcome h1 {
		color: #fff;
		font-size: 26px;
		line-height: 28px;
		margin: 0;
		}
		
	#landing_page_welcome h2 {
		color: #fff;
		font-size: 18px;
		line-height: 22px;
		}
		
/* [ Landing Page - Tile Link ] */
.tile_link {
	display: block;
	background: #222;
	font-size: 11px;
	line-height: 12px;
	float: left;
	background: #fff;
	position: relative;
	margin: 0 5px 5px 0;
	}
	
	.tile_link a {
		display: block;
		padding: 0 9px 9px;
		border: 1px solid #4b3c30;
		position: relative;
		cursor: pointer;
		color: #555;
		height: 107px;
		}
		
	.tile_link a:hover {
		border: 3px solid #ca0002;
		padding: 0 7px 7px;
		}
	
	.tile_link .title {
		font-size: 12px;
		font-weight: bold;
		display: block;
		margin: 0 -9px 3px;
		color: #004f5c;
		line-height: 14px;
		border-top: 2px solid #ccc;
		padding: 10px 9px 0;
		}
		
	.tile_link a:hover {
		text-decoration: none;
		}
		
			.tile_link a:hover .title {
				color: #ca0002;
				margin: 0 -7px 3px;
				padding: 10px 7px 0;
				border-top: none;
				}
		
/* [ NZC Beta Message ] */

#nzc_beta_message {
	color: #000;
	padding: 0 5px 15px;
	margin-top: 20px;
	font-size:12px;
	}
	
	#nzc_beta_message p {
		margin: 0 0 5px 0;
		line-height: 16px;
		}
		
	#nzc_beta_message a {
		color: #025297;
		text-decoration: underline;
		}
		
/* [ Content Managed Images ] */
.cms_img{
	margin: 0 0 10px 10px;
	border: solid 1px #111111;  
}

.cms_img_nb{
	margin: 0 0 10px 10px;
	border: none;
}

.pdf_link{
	padding-left:14px;
	background:url(pdf_icon.gif) no-repeat left center;
}

.word_link{
	padding-left:14px;
	background:url(word_icon.gif) no-repeat left center;
}

.no_list, .no_list li{
	list-style:none;
	margin-left:0;
	padding-left:0;
}

/* Content managed strong targets */

.wide_list strong{
	display:block;
	float:left;
	width:160px;
}

.contact_details strong{
	display:block;
	float:left;
	width:70px;
}

/* [table styles] */
.table{
	margin-bottom:15px;
	border: none;
	width: 100%;
	border-bottom: 2px solid #eee;	
}

.table th{
		border: none;
		border-bottom: 2px solid #eee;
		background: #f9f9f9;
		font-size: 10px;
		text-align: left;
		padding: 2px 5px;
}

.table td{
	padding:4px 5px;
	text-align:left;
	vertical-align:top;
	border: none;
}

.table .left{
	text-align:left;
}

.table ul li{
	list-style:none;
}

