/* auto-clearing styles */
/* for CSS2-compliant browsers */
.fix:after{ content: ".";display: block;height: 0;clear: both;visibility: hidden;}
/* trigger hasLayout for ie5/5.5/6 */
* html .fix{height: 1%;}
/* trigger hasLayout for ie5.5/6/7, containing for ie5/mac */
.fix{display: inline-block;}
/* reset display for non-ie5/mac \*/
.fix{display: block;}
/* end hide */
/*fixes issue where widths set in html push content out in ie 5 */
.ieoverflowfix {width:100%;overflow: hidden;}/*for ie*/
html>body .ieoverflowfix {overflow:visible;}/*for firefox,safari etc*/
body {margin:0px;}

#topBar {display:block;height:75px;}
	#topBar h1 {margin:20px 0px 15px 0px;width:411px;float:left;margin:0px;}
	#topBar h1 a {display:block;height:75px;width:411px;background: url(/custom/templates/page/nzv_home/images/newlogo.gif) no-repeat top left; text-indent:-999em;}
	#topLinks {float:right;margin-right:10px;margin-top:50px;}
	
h2#banner {clear:both; height:206px;display:block; background: url(/custom/templates/page/nzv_home/images/headerStrip.jpg) no-repeat top left;text-indent:-999em;margin:0px;float:left;width:100%;}

#nav {clear:both;height:42px;background-color:#dfeaf1;margin-bottom:20px;}
	 #nav #eMenuExtra {float:left;border-right:1px solid #b2cddd;}
	#nav .eMenuLevel2, #nav .eMenuLevel2CurrentPage, #nav #eMenuExtra {height:42px;float:left;}
		#nav .eMenuLevel2 a:link, #nav .eMenuLevel2 a:visited,
		#nav .eMenuLevel2CurrentPage a:link, #nav .eMenuLevel2CurrentPage a:visited, #eMenuExtra a:link, #eMenuExtra a:visited {display:block;padding:13px 15px 15px;border-left:1px solid #b2cddd;border-right:1px solid #eaf1f6;font-size:12px;color:#003373;text-decoration:none;font-weight:bold;}
		#nav .eMenuLevel2CurrentPage a:hover, #nav .eMenuLevel2 a:hover, #eMenuExtra a:hover {background:#003373; color:#fff;border-right:1px solid #003373; }
		
#secondMenu {width:195px;background: url(/custom/templates/page/nzv_home/images/sideMenuTop.gif) no-repeat top left;padding-top:10px; }
	#secondMenu .sideMenu {background:#dfeaf1 url(/custom/templates/page/nzv_home/images/sideMenuBttm.gif) no-repeat bottom left;width:179px;padding-bottom:20px;border-top:1px solid #b2cddd;}
		#secondMenu .sideMenuLevel3, #secondMenu .sideMenuLevel3CurrentPage  {}
			#secondMenu .sideMenuLevel3 a:link, #secondMenu .sideMenuLevel3 a:visited,
			#secondMenu .sideMenuLevel3CurrentPage a:link, #secondMenu .sideMenuLevel3CurrentPage a:visited {padding:10px 20px 10px 0;text-align:right;display:block; border-bottom:1px solid #b2cddd;border-top:1px solid #eaf1f6;font-size:11px;color:#003373;text-decoration:none;font-weight:normal;}
		
			#secondMenu .sideMenuLevel3 a:hover, #secondMenu .sideMenuLevel3CurrentPage a:hover {background:#003373; color:#fff;border-top:1px solid #003373;}
		