/* CSS Document */

body {
	background: #fff;
	background-image: none !important;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	}
	
.hide, hr {
	display: none;
	}
	
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	}

p {
	line-height: 16px;
	}
	
a {
	text-decoration: none;
	}
	
img {border: none;}

/*** wrapper ***/
#wrapper {
	margin: 0 auto;
	width: 750px;
	}
	
/*** Header ***/
#header {
	height: 100px;
	width: 750px;
	position: relative;
	
	}
	
#header_logo {
	position: absolute;
	left: 0px;
	top: 20px;
	}
	
	
/*** Page Description ***/
#page_description {
	position: absolute;
	bottom: 0;
	width: 750px;
	height: 25px;
	background: #d6dde7;
	color: #406c93;
	line-height: 25px;
	}
	
#page_description h2 {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	}
	
/*** Nav ***/
#nav_container {
	height: 25px;
	width: 750px;
	background: #d6dde7;
	position: relative;
	bottom: 0;
	font-size: 11px;
	border-bottom: 2px solid #fff;
	}
	
#nav_container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	}
	
/* Main */
#nav_main {
	}
	
#nav_main li {
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#nav_main a {
	display: block;
	float: left;
	line-height: 25px;
	color: #7f919b;
	padding: 0 10px;
	border-right: 1px solid #fff;
	}
	
#nav_main a.first {
	background: none;
	}
	
#nav_main .last {
	border-right: none;
	width: 110px;
	}
	
#nav_main a:hover {
	background-color: #a2c1da;
	color: #fff;
	}
	
/*Services*/
#nav_services {
	position: absolute;
	right: 0;
	border-left: 1px solid #fff;
	}
	
#nav_services li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	border-left: 1px solid #fff;
	height: 25px;
	}
	
#nav_services a {
	display: block;
	float: left;
	line-height: 20px;
	background: #e4e4e4;
	color: #467094;
	padding: 0 0 2px 0;
	border-top: 3px solid #638caa;
	text-align: center;
	width: 87px;
	}
	
#nav_services a.first {
	width: 74px;
	}
	
#nav_services a:hover {
	background: #a2c1da;
	color: #fff;
	border-top: 3px solid #456f94;
	}
	
/*Site Tools*/
#nav_tools {
	position: absolute;
	right: 0px;
	top: 25px;
	margin: 0;
	padding: 0;
	}
	
#nav_tools li {
	padding: 0;
	margin: 0;
	display: inline;
	}
	
#nav_tools a {
	display: block;
	float: left;
	}
	
#nzsa_header_logo {
	position: absolute;
	top: 15px;
	right: 10px;
	}
	
/*** Feature ***/
#feature_container {
	padding: 2px 0;
	position: relative;
	height: 250px;
	}
	

	
#feature_image {
	background: #333;
	display: block;
	}
	
.feature_tile {
	display: none;
	}
	
#feature_tagline {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	}
	
#feature_tagline h3 {
	position: absolute;
	top: 150px;
	width: 500px;
	left: 20px;
	font-weight: normal;
	font-size: 20px;
	}
	
#feature_tagline h3 strong {
	color: #325883;
	}
	
	
/*** Content ***/
#content_wrapper {
	padding: 10px 0px;
	}
	
#content {
	min-height: 350px;
	}
	
* html #content {
	height: 350px;
	}
	
#content:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.gap {
	margin-bottom: 0px !important;
	}

.small {
	margin-bottom: 20px;
	}

.small p {
	width: 450px;
	font-size: 10px;
	margin: 20px 0 0 0 !important;
	padding: 0;
	}

/*** Half content width, used only on homepage ***/
.section {
	width: 355px;
	margin: 0;
	padding: 0 10px;
	float: left;
	}
	
/*** Content Blocks ***/
.block {
	padding: 10px;
	color: #666;
	margin: 10px 0;
	}
	
.block a {
	color: #325883;
	border-bottom: 1px solid #eff0f4;
	}
	
.block a:hover {
	border-color: #325883;
	}

.block img {
	float: right;
	margin: 4px 0 10px 10px;
	}
	
.block h2 {
	color: #0a508c;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 8px;
	line-height: 14px;
	background: url(images/block_h3_bg.gif) repeat-x bottom;
	}
	
.block strong {
	color: #325883;
	}
	
#block_welcome a {
	background: #eff0f4;
	border-color: #eff0f4;
	}
	
#block_welcome.block_link a:hover {
	border: 2px solid #a2c1da;
	}
	
/*** News Items ***/
.news_item {
	margin: 10px -10px;
	position: relative;
	}


	
/*** HP News Items & Service Items ***/
.block_link {
	margin: 10px -10px;
	position: relative;
	}
	
.news_item h4 {
	color: #325883;
	font-size: 1em;
	margin-bottom: 2px;
	border-bottom: 1px solid #eff0f4;
	}
	
.news_item h5 {
	font-weight: normal;
	color: #a2c1da;
	font-size: .8em;
	margin-bottom: 2px;
	padding: 0;
	position: absolute;
	top: 12px;
	right: 10px;
	}
	
* html .block_link,
* html .block_link a

 {
	height: 1px;
	}
	
.block_link a {
	display: block;
	border: none;
	padding: 8px;
	margin: 0;
	border: 2px solid #fff;
	color: #666;
	position: relative;
	}
	
.block_link a:hover {
	border: 2px solid #a2c1da;
	}
	
.service_item img {
	float: none;
	margin: 0;
	padding: 0;
	}

/*** Sub Menu ***/
.submenu {
	margin: 10px 0 40px;
	}

.submenu h2 {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 25px;
	background: #eee;
	color: #325883;
	padding-left: 15px;
	}
	
.submenu h2 object {
	margin-left: 15px;
	}
	
.submenu ul, .submenu li {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.submenu a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #666;
	border-bottom: 1px solid #ddd;
	padding-left: 15px;
	}
	
.submenu a:hover {
	background: #416c95;
	border-bottom: 1px solid #fff;
	color: #fff;
	}

.submenu_selected {
	background: url(images/submenu_selected_bg.gif) no-repeat 165px 10px;
	}
	


/*** Links List ***/
.links {
	margin: 0;
	padding: 0;
	list-style: none;
	}
	
.links li a img {
	position: absolute;
	top: 5px;
	right: 5px;
	border: none;
	}
	
#main_content .links, #main_content .submenu {
	margin: 20px 0 20px 0;
	width: 350px;
	}
	
.links li, #main_content .submenu li {
	font-size: 11px;
	margin: 3px 0!important;
	padding: 0;
	position: relative;
	}

	
.links a, #main_content .submenu a{
	display: block;
	background: #f1f1f1 url(images/list_a_bg.gif) no-repeat 5px center ;
	border: none;
	border-left: 5px solid #ddd;
	line-height: 2.2em;
	padding-left: 15px;
	}
	
.links a:hover, #main_content .submenu a:hover {
	background-color: #EEE;
	}
	
* html .links a {
	height: 1px;
	}
	
.links a {
	min-height: 1px;
	}
	
#main_content .submenu ul {
	margin: 0;
	}
	
#main_content .submenu h2 {
	background: none;
	}

#main_content .submenu h2 object {
	margin-left: 10px;
	}
	
	
/*** Footer ***/
#footer {
	background: none !important;
	width: 710px;
	clear: both;
	margin: 10px 20px 0;
	padding: 10px 0;
	color: #999;
	border-top: 1px solid #CCC;
	font-size: 10px;
	position: relative;
	}
	
#footer a {
	border-bottom: 1px solid #eff0f4;
	color: #777;
	}
	
#footer a:hover {
	color: #666;
	border-color: #325883;
	}

	
#footer_sitecredit {
	position: absolute;
	right: 0;
	top: 10px;
	padding-bottom: 1px;
	}
	
/*** Link Icons ***/
.read_more {
	display: block;
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 50px;
	height: 15px;
	margin: 0;
	padding: 0;
	background-image: url(images/icn_more.gif);
	background-position: 5px 0;
	}
	
.read_more * {
	display: none;
	}
	
a:hover .read_more {
	background-color: #a2c1da;
	background-position: 5px -13px;
	}

a.link_icon {
	display: block;
	height: 13px;
	padding: 0;
	margin: 2px 0;
	background-position: top;
	background-repeat: no-repeat;
	background-position: 0 0;
	border: none;
	}
	
a.link_icon:hover {
	background-color: #d9e0e8;
	background-position: 0 -13px;
	border: none;
	}
	
a.link_icon * {
	display: none;
	}
	
.icn_details {
	background-image: url(images/icn_details.gif);
	width: 50px;
	}
	
.icn_more {
	background-image: url(images/icn_more.gif);
	width: 40px;
	}
	
.icn_sitemap {
	background-image: url(images/icn_sitemap.gif);
	width: 63px;
	}
	
.icn_mail {
	background-image: url(images/icn_mail.gif);
	width: 42px;
	}
	
.icn_home {
	background-image: url(images/icn_home.gif);
	width: 45px;
	}


/*** Content Tables ***/

#main_content .content_table {
	margin: 0 0 20px 0;
	border: solid 2px #f5f5f5;
	}
	
#main_content .content_table strong {
	color: #325883;
	}
	
#main_content .content_table li {
	border-top: solid 2px #f5f5f5;
	padding: 10px;
	margin: 0;
	list-style: none;
	}
	
#main_content .content_table .tier_two {
	list-style: url("../css/images/bullet.gif") inside;
	border-bottom: none;
	border-top: none;
	padding: 5px 10px 3px 10px;
	}
	
#main_content .content_table .tier_two_last {
	list-style: url("../css/images/bullet.gif") inside;
	border-bottom: none;
	border-top: none;
	padding: 5px 10px 10px 10px;
	}
	
#main_content .content_table .first {
	border-top: none;
	}



/*** External Web Link ***/	
#main_content .external_link {
	background:   url("../css/images/link_external.gif") no-repeat right;
	padding-right: 20px;
	}
	
	
/*** Main Menu Hilites ***/
#about_us #nm_about_us,
#services #nm_services,
#request #nm_request,
#news #nm_news,
#resources #nm_resources,
#sales_enquiry #nm_sales_enquiry,
#contact #nm_contact,
#careers #nm_careers

{
	background: #fff;
	color: #999;
	}
