/*  
Site Name: NZTE Onshore 
Site URI: ---
Description: NZTE Onshore Site
Version: 1.0
Author: Priya Singh, Peter Gregory, Olie Mason, Hamish Rouse
Author URI: www.terabyte.co.nz

UPDATE INFO ---------------------------------------

Revision number: 1.2
Last updated: 23 Dec 2008
Last update made by: Hamish Rouse

CONVENTIONS ---------------------------------------

hyphenate class / id names - #my-id-name, .my-class-name
class / id names to start with lower case letter (ID's reserved for .net use will start with Upper case letter)

CONTENTS ------------------------------------------

*01: Reset
*02: Util classes & Phrase Elements
*03: Default Styles (Typography, colour)
*04: Structure (layout, size, positioning)
*05: Common Containers & Subclasses
*06: Forms
*07: Custom Containers & Subclasses
*08: Section Skins
*09: Overrides

*/

/* *01: Reset -----------------------------------------------------------------------------------------------------------------*/


div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
img{display:block;}


caption,th {text-align:left;}

q:before,q:after{content:"'";}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
textarea, select{font-family:inherit;font-weight:inherit;}

/* *02: Util Classes ----------------------------------------------------------------------------------------------------------*/

.center 				{ text-align: center; }
.right 					{ text-align: right !important; }
.left 					{ text-align: left !important; }
.float-right 			{ float: right; }
.float-left 			{ float: left;}
.clear 					{ clear: both; }
.uppercase 				{ text-transform: uppercase; }
.nowrap 				{ white-space: nowrap; }
.offscreen				{ position: absolute; left: -9999px; top: -9999px; }
.hidden					{ display: none !important; }
.self-clear 			{ zoom: 1; }
.self-clear:after 		{ content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.no-right-margin		{ margin-right: 0 !important; }
.no-left-margin			{ margin-left: 0 !important; }
.no-top-margin			{ margin-top: 0 !important; }
.no-bottom-margin		{ margin-bottom: 0 !important; }
.no-top-border			{ border-top: none !important; }
.no-right-border		{ border-right: none !important; }
.no-bottom-border		{ border-bottom: none !important; }
.hot					{ cursor:pointer; }
.print					{ display: none; }

/* *02a: Phrase Elements -------------------- */
strong, .bold 			{ font-weight: bold !important; /*letter-spacing:1px;*/ }
code					{ font-family: Courier, serif; color: #FF0000; font-size: 0.5em; }
cite					{ font-style: italic; }
abbr, acronym			{ border-bottom: 1px dotted; cursor: help; }
q						{ color: #fff; }
blockquote				{ color: #fff; font-size: 1.1em; margin: 0 0 0.5em 0; }

/* *03: Default Styles --------------------------------------------------------------------------------------------------------*/



#master {
	background: #a7a6a1 url(images/Interface/bg/bg-body-gradient-default.gif) top left repeat-x;
}





ul.no-markers li {
	list-style: none;
	margin-left: 0;
}

ol li {
	list-style-type: decimal;
	margin-left: 2em;
}

/* *04: Structure -------------------------------------------------------------------------------------------------------------*/
/*    : NOTE: only structural css here - widths, heights, floats, margins etc. any styling code to go in '05: Common Containers & Subclasses' */

#header {
	margin: 0 auto;
	width: 970px;
	height: 142px;
	position: relative;
}

#navigation {
	height: 38px;
	width: 964px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 0 3px;
}

#cookie-trail-wrapper {
	padding-top: 7px;
	width: 100%;
}

#cookie-trail {
	padding: 13px 16px 10px 16px;
	width: 938px;
	margin: 0 auto;
	position: relative;
	clear: left;

}

#expanded-navigation {
	width: 964px;
	margin: 0 auto;
	padding: 0 3px;
	display: none;
}


#page {
	width: 970px;
	margin: 0 auto;
	padding-bottom: 47px;
}

	#landing-content {
		position: relative;
		top:16px;
		margin:0 0 16px;
		padding:30px 30px 0;
		background: #fff;
	}
	
	/* add class "full-width" for pages that have no subnav */
	#content-wrapper {
		float: left;
		width: 970px;
		float: left;
		position: relative;
		margin-top: 16px;
	}
	
		#side-menu {
			width: 190px;
			float: left;
			
		}
		
		#ie6 #side-menu {
			zoom:1;
		}
		
		.full-width #sub-navigation {
			display: none;
		}
		
		#content {
			display:inline-block;
		float:left;
			padding: 22px 22px 44px 22px;
						width:506px;
		}
		
		#ie6 #content {
			zoom:1;
		}
		
		.full-width #content {
			margin-left: 0px;
			width:696px;
		}
	
	#sidebar {
		width: 230px;
		float: left;
		margin-top: 16px;
	}
	
	
#footer {
	margin: 0 auto;
	width: 964px;
	padding: 15px 3px;
	margin-top: -36px;
}

/* *05: Common Containers & Subclasses ----------------------------------------------------------------------------------------*/

/* *05a: Header & Search ----------------------------- */
#header-wrapper {
	background: #82b5c6 url(images/Interface/bg/bg-header-gradient-default.gif) top center repeat-y;
}

#header {
	background: url(images/Interface/bg/bg-header-default.jpg) top left no-repeat;
}

#header h1 {
	background: url(/Examples/Images/Global/SiteLogo.gif) no-repeat;
	width: 212px;
	height: 59px;
	text-indent: -1000em;
	overflow: hidden;
}

#header .logo-print,
#header .logo {
	position: absolute;
	top: 40px;
	left: 15px;
}

#header .logo-print {
	display:none;
}

.header-links, #search {
	position: absolute;
	right: 0px;
}

.header-links {
	top: 20px;
	float: right;
}

.header-links li {
	display: inline;
	border-left: 1px solid #fff;
	padding-left: 10px;
	margin-left: 10px;
}

.header-links li.first {
	border: none;
}

.header-links a {
	color: #fff;
	text-transform: uppercase;
}
	
#search {
	top: 50px;
}

#search .text-field {
	width: 238px;
	color: #000;
	padding: 4px 5px 5px;
	font-size: 1.4em;
	float: left;
	margin-right: 5px;
	border:none;
}


/* *05b: Navigation & Subnavigation ------------------------- */
#navigation {
	background: url(images/Interface/nav/nav-bg.png) top left no-repeat;
	
}


#navigation li {
	list-style: none;
	margin: 0px;
	float: left;
	height: 38px;
}

	#navigation li.first {
		width: 157px;
	}

#navigation li a {
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	line-height: 1em;
	color: #fff;
	padding: 10px;
	text-indent: -9999px;
	overflow: hidden;
	height: 18px;
	background-position: 0 -90px;
	background-repeat:no-repeat;
}
	
	#navigation li a:hover { 
		text-decoration: underline;	
		background-position: 0 -45px;
	}
	
	#navigation li.selected a {
		background-position: 0 1px;
		background-repeat:no-repeat;
	}

/* nav links */

.nav-Home {
	width:160px;
}

.nav-Home a {
	background-image: url(images/nav/home.png);
}

.nav-AboutNZTE {
	width:163px;
}

.nav-AboutNZTE a {
	background-image: url(images/nav/aboutnzte.png);
}

.nav-PressRoom {
	width:162px;
}

.nav-PressRoom a {
	background-image: url(images/nav/pressroom.png);
}

.nav-publications {
	width:163px;
}

.nav-publications a {
	background-image: url(images/nav/publications.png);
}

.nav-careers {
	width:164px;
}

.nav-careers a {
	background-image: url(images/nav/careers.png);
}

.nav-ContactUs {
	width:152px;
}	

.nav-ContactUs a {
	background-image: url(images/nav/contactus.png);
}	


/* sub navigation */
#content-wrapper #sub-navigation
{min-height:400px;
  float:left;
    width: 190px;
    background: url(images/Interface/bg/bg-subnav-default.png) left bottom no-repeat;
}

#content-wrapper #sub-navigation h2 {
	height: 110px;
	margin: 0px;
	color: #fff;
	text-indent: -9999px;
	background:#fff url(images/onlineTraining.png) left top no-repeat;
}

#content-wrapper #sub-navigation ul {
	margin: 0 6px;
	background: #000;
	border-top: 1px solid #424242;
}

#content-wrapper #sub-navigation ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	border-bottom: 1px solid #424242;
}

	#ie6 #content-wrapper #sub-navigation ul li {
		zoom: 1;
	}

#content-wrapper #sub-navigation a {
	color: #fff;
	padding: 5px 10px;
	display: block;
	font-weight:normal;
}

	#ie6 #content-wrapper #sub-navigation a {
		zoom: 1;
	}

#content-wrapper #sub-navigation ul li a:hover {
	background:#95c7f8;
	color:#000;
	text-decoration: none;
}

#content-wrapper #sub-navigation ul li.selected a {
	background: #95c7f8;
	color: #000;
	text-decoration: none;
}

	
	/* override background colour for all instances for nested nav */
	#master #content-wrapper #sub-navigation ul li.selected ul a {
		background: none;
	}
	
	#content-wrapper #sub-navigation ul li.selected ul a {
		color: #fff;
		padding: 0px;
		display: inline;
	}
	
	#content-wrapper #sub-navigation ul li.selected ul li a:hover {
		color: #95c7f8;
		text-decoration: underline;
	}
	
	#content-wrapper #sub-navigation ul li.selected ul li ul {
		margin: 0px;
		padding-bottom: 5px;
		padding-top: 0px;
	}
	
/* *05c: Cookie Trail  ------------------------- */
#cookie-trail-wrapper {
	background: #252525 url(images/Interface/bg/bg-cookie-trail.gif) top left repeat-x; 
}

#cookie-trail p{
	color: #a8a8a8;
	position: relative;
	border-bottom: 1px solid #707070;
	padding-bottom: 7px;
	font-size: 1em;
}

#cookie-trail p.trail {
	border: none;
	padding-bottom: 0;
	margin: 0;
	color: #fff;
}

#cookie-trail p.trail a {
	color: #6ca2dd;
}

#cookie-trail #expand-button {
	position: absolute;
	top: 13px;
	right: 16px;
	border-bottom: none;
	cursor: pointer;
	cursor: hand;
	padding-left: 15px;
	display: none;
}

#cookie-trail .expand {
	background: url(images/Interface/ind/ind-nav-expand.gif) 0 1px no-repeat;
}

#cookie-trail .collapse {
	background: url(images/Interface/ind/ind-nav-collapse.gif) 0 1px no-repeat;
}

/* *05d: Expanded Nav  ------------------------- */
#expanded-navigation ul, #expanded-navigation li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#expanded-navigation dl {
	float: left;
	width: 161px;
	margin-top:20px;
}

#expanded-navigation dl.first {
	width: 159px;
}

#expanded-navigation dl.get-ready-to-export {
	width:141px;
}

#expanded-navigation dl.develop-knowledge-expertise {
	width:192px;
}

#expanded-navigation dl.access-international-networks {
	width:200px;
}

#expanded-navigation dl.explore-export-markets {
	width:162px;
}

#expanded-navigation dl.find-funding-assistance {
	width:142px;
}

#expanded-navigation dl.features-commentary {
	width:127px;
}

#expanded-navigation dl dt {
	display: none;
}

#expanded-navigation ul {
	padding-left: 4px;
}

#expanded-navigation li {
	line-height: 1.1em;
}

	#ie6 #expanded-navigation li {
		zoom: 1;
	}

#expanded-navigation a {
	color: #c8c8c8;
	display: block;
	padding: 4px 12px 6px;
}

#expanded-navigation a:hover  {
	background: #6ca2dd;
	color: #000;
	text-decoration: none;
}

#expanded-navigation .selected a {
	background: #6ca2dd;
	color: #000;
	text-decoration: none;
}

/* *05e: Page, Content & Sidebar ----------------------------- */
#page {
	background: url(images/Interface/bg/bg-page.gif) 16px 0 no-repeat;
}

/* Content area */
#content-wrapper {
	background: #fff;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	margin-bottom: 0px;
}

#content h1 {
	font-size: 2.0em;
}

#content h2 {
	clear:right;
	font-size: 1.8em;
	font-weight: normal;
}

#content h3 {
	font-size: 1.4em;
}

#content h4 {
	font-size: 1.2em;
}



#content ul, #content ol {
	margin: 0 0 16px 16px;
	padding: 0;
}

#content ul li{
	list-style-type: none;
	background: url(images/Interface/ind/ind-content-ul.gif) 0 6px no-repeat;
	padding-left: 15px;
}

	#ie6 #content ul li {
		zoom: 1;
	}

#content ul li, #content ol li {
	margin-top: 12px;
}

#content li ul {
	margin-bottom: 0px;
}

#content li li {
	font-size: 1em;
	margin-top: 6px;
}

#content-wrapper a {
	
	color: #4588d2;
	text-decoration: none;
}



/*--- Back to Top links ---*/

	
	#content-wrapper #content p.back-to-top {
		position:relative;
		right:auto;
		bottom:auto;
		margin-bottom:16px;
		text-align:right;
	}
	
	#content-wrapper #content a.back-to-top,
	#content-wrapper #content p.back-to-top {
		line-height:1.2em;
	}
	
	#content-wrapper #content .back-to-top.section-divider {
		padding-bottom:4px;
		border-bottom:1px solid #ccc;
	}

	/* back to top link for listings */
	#content-wrapper #content .listing ul li .back-to-top {
		bottom: -4px;
		right: 0px;
		margin-bottom:0;
		font-size:.8em;
	}

/* Sidebar */
#sidebar .pod {
	background: url(images/Interface/bg/sidebar/pod-bottom.gif) left bottom no-repeat;
	width: 217px;
	margin: 0 0 16px 13px;
	padding-bottom: 6px;
}

#sidebar .pod-content {
	background: url(images/Interface/bg/sidebar/pod-top.gif) top left no-repeat;
	padding: 4px 3px 10px 3px;
	height: 1%;
}

#sidebar .pod h2 {
	font-size: 1.2em;
	background: url(images/Interface/bg/sidebar/pod-header-default.gif) top left no-repeat;
	margin: 0 0 3px 0;
	padding: 5px 0 7px 19px;
	color: #fff;
	line-height: 1.3em;
}

#sidebar .pod h2 a {
	color: #fff;
	text-decoration:none;
}

#sidebar .pod h2 a:hover {
	text-decoration:underline;
}

#sidebar .pod img {
	margin-left: 8px;
}

#sidebar .pod p {
	color: #404040;
	font-size: 1.1em;
	margin: 15px 15px 10px 25px;
}

#sidebar .pod ul {
	margin: 0 25px;
	font-size: 1em;
}

#sidebar .pod li {
	margin-bottom: 5px;
	background: url(images/Interface/ind/ind-sidebar-link.gif) 0 3px no-repeat;
	padding-left: 12px;
	line-height: 1.4em;
}

#sidebar .pod li a {
	color: #000;
	font-weight: bold;
	padding-bottom: 1px;
}

#sidebar .pod li a:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#sidebar .pod-content .more-link {
	margin-top: 0px;
}

#sidebar .pod li .date {
	display: block;
}

#sidebar .pod .more-link {
	margin-bottom: 0px;
}

#sidebar .pod .more-link a {
	font-size: 0.8em;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

#sidebar .pod .more-link a:hover {
	border-bottom: 1px solid #000;
	text-decoration: none;
}

/* *05f: Footer ----------------------------- */
#footer {
	background: url(images/Interface/bg/bg-footer.png) top left no-repeat;
	font-family: Arial, Verdana, Helvetica, Sans-Serif;
	font-size: 0.9em;
}

#footer ul {
	margin: 0;
}

#footer li {
	list-style: none;
	float: left;
	margin: 0;
	color: #737373;
	border-right: 1px solid #737373;
	padding: 0 12px;
	text-transform: uppercase;
}

#footer li.last {
	border: none;
}

#footer li a {
	color: #bfbfbf;
}

#footer p {
	color: #bfbfbf;
	text-transform: uppercase;
	margin: 0 16px;
}

#footer p.clear {
	margin-top: 16px;
	overflow: auto;
}

#footer .nzgovt {
	position: relative;
	top: 15px;
}

/* *05g: Content Pods ----------------------------- */

#content .pod {
	margin:0 0 16px;
	padding:6px 0 0;
	background:#e7e7e2 url(images/Interface/bg/bg-pod-content-full.png) left top no-repeat;
	width:506px;
	clear:left;
}

#content .pod-content {
float:left;
	padding:0 0 20px;
	background:url(images/Interface/bg/bg-pod-content-full.png) -520px bottom no-repeat;
	width:506px;
}

#ie6 #content .pod-content {
	zoom:1;
}

#content .pod h2 {
	margin:0 6px 0;
	padding:6px 12px;
	background:#252525;
	text-transform:uppercase;
	font-size:1.2em;
	font-weight:bold;
	color:#fff;
}
	
	#content .pod h2 a {
		color:#fff;
	}
	
#content .pod img {
	margin:0 6px;
}



#content .pod ul {
	overflow:hidden;
	margin:10px 0 0 15px;
	padding:0;
}

	#ie6 #content .pod ul {
		height:1%;
	}

	#content .pod ul li {
		margin:0;
		padding:0 15px 0 15px;
		color:#333;
	}

#content .pod-image-left .pod-content {
	overflow:hidden;
	padding:0 0 15px;
}
	
	#content .pod-image-left ul {
	/*	width:260px; */
	}

	#content .pod-image-left img {
		float:left;
		margin:0 0 0 6px;
	}

	#ie6 #content .pod-image-left img {
		display:inline;
	}

	#content .pod-image-left .pod-description {
		float:left;
		width:263px;
		margin:0;
		padding:0 0 11px;
	}
	
	#content .pod-image-left .pod-description p {
		margin-left:12px;
	}
	
	#content .pod-image-left .pod-description .hilited-links li {
		margin-left:12px;
	}

#content .pod-thumbnail .pod-content {
	padding:0 0 16px;
	background:url(images/Interface/bg/bg-pod-content-full.png) -1040px bottom no-repeat;
}

	#content .pod-thumbnail p {
		margin:6px 15px 6px;
		padding:0 110px 0 0;
		font-size:1em;
		color:#fff;
	}

	#content .pod-thumbnail a.enlarge {
		float:right;
		margin:6px 15px 6px 0;
		padding:0 15px 0 0;
		text-align:right;
		font-weight:normal;
		color:#b3b3b3;
		background:url(images/Interface/ind/ind-pod-content-plus.png) right 3px no-repeat;
	}

#content .pod-arrow-up {
	background:#e7e7e2 url(images/Interface/bg/bg-pod-content-full.png) -1040px top no-repeat;
	padding:14px 0 0;
}

	#content .generic {
		background:#e7e7e2 url(images/Interface/bg/bg-pod-content-full.png) -5200px top no-repeat;
	}

	#content .pod-arrow-up .pod-content {
		background:url(images/Interface/bg/bg-pod-content-full.png) left bottom no-repeat;
		padding:0 0 18px;
		overflow:hidden;
	}

	#content .pod-arrow-up .pod-col-left,
	#content .pod-arrow-up .pod-col-right {
		width:253px;
		float:left;
	}

	#ie6 #content .pod-arrow-up .pod-col-left,
	#ie6 #content .pod-arrow-up .pod-col-right {
		display:inline;
	}

	#content .pod-arrow-up .pod-col-left h2 {
		margin:0 0 0 6px;
	}

	#content .pod-arrow-up .pod-col-right h2 {
		margin:0 6px 0 0;
		padding:6px 6px 6px 18px;
	}

#content .pod .small-caps {
	text-transform:none;
}

#content .pod ul.horizontal-list li {
	float:left;
}

	#ie7 #content .pod ul.horizontal-list li,
	#ie6 #content .pod ul.horizontal-list li {
		display:inline;
		float:none;
		vertical-align:text-top;
		zoom:1;
	}

	#content .pod ul.horizontal-list li.left {
		clear:both;
	}

#content .pod .hilited-links {
	margin:5px 0 0;
}

	#content .pod .hilited-links ul {
		margin:0;
		padding:0;
	}

	#content .pod .hilited-links ul.horizontal-list li {
		width:195px;
	}
	
	#content .pod .hilited-no-icons ul.horizontal-list li,
	#content .pod .hilited-links li.no-icon {
		width:220px !important;
	}

	#content .pod .hilited-links li {
		margin:5px 15px 0 18px;
		padding:1px 0 5px 25px;
		background:url(images/Interface/ind/ind-arrowbig-default.png) top left no-repeat;
	}
	
	#content .pod .hilited-no-icons li,
	#content .pod .hilited-links li.no-icon {
		padding:1px 0 5px 0;
		background:none !important;
	}
	
	#content .pod .hilited-links li p {
		font-size:1em;
		margin:0;
		padding:0;
	}
	
	#content .pod .hilited-links li span.date {
		display:block;
	}


	/***** Normal File Size Icons *****/	

		#content .hilited-links li.download-pdf {
			background-image:url(images/interface/ico/ico-downloadsmall-pdf.png) !important;
		}

		#content .hilited-links li.download-doc {
			background-image:url(images/interface/ico/ico-downloadsmall-doc.png) !important;
		}

		#content .hilited-links li.download-xls {
			background-image:url(images/interface/ico/ico-downloadsmall-xls.png) !important;
		}

		#content .hilited-links li.download-gen {
			background-image:url(images/interface/ico/ico-downloadsmall-gen.png) !important;
		}
		
		#content .hilited-links li.download-ppt {
			background-image:url(images/interface/ico/ico-downloadsmall-ppt.png) !important;
		}

		#content .hilited-links li.download-mmp {
			background-image:url(images/interface/ico/ico-downloadsmall-mmp.png) !important;
		}

		#content .hilited-links li.download-vsd {
			background-image:url(images/interface/ico/ico-downloadsmall-xls.vsd) !important;
		}

		#content .hilited-links li.download-zip {
			background-image:url(images/interface/ico/ico-downloadsmall-zip.png) !important;
		}
		
		#content .hilited-links li.download-mdb {
			background-image:url(images/interface/ico/ico-downloadsmall-mdb.png) !important;
		}

	/***** Large File Size Icons *****/	

		#content .pod .hilited-big-icons .horizontal-list li {
			width:180px !important;
			min-height:30px;
		}

		#content .hilited-big-icons li.download-pdf {
			padding:0 0 0 40px;
			background-image:url(images/interface/ico/ico-download-pdf.png) !important;
		}

		#content .hilited-big-icons li.download-doc {
			padding:0 0 0 40px;
			background-image:url(images/interface/ico/ico-download-doc.png) !important;
		}

		#content .hilited-big-icons li.download-xls {
			padding:0 0 0 40px;
			background-image:url(images/interface/ico/ico-download-xls.png) !important;
		}

		#content .hilited-big-icons li.download {
			padding:0 0 0 40px;
			background-image:url(images/interface/ico/ico-download-default.png) !important;
		}
		
		#content .hilited-big-icons li.download-mdb {
			padding:0 0 0 40px;
			background-image:url(images/interface/ico/ico-download-mdb.png) !important;
		}

		#content .hilted-big-icons li.download-big-gen {
			padding:0 0 0 40px;
			background-image:url(images/interface/ico/ico-download-gen.png) !important;
		}

		#content .hilited-big-icons li.download-ppt {
			padding:0 0 0 40px;
			background-image:url(images/interface/ico/ico-download-ppt.png) !important;
		}

		#content .hilited-big-icons li.download-mpp {
			padding:0 0 0 40px;
			background-image:url(images/interface/ico/ico-download-mpp.png) !important;
		}
		
		#content .hilited-big-icons li.download-vsd {
			padding:0 0 0 40px;
			background-image:url(images/interface/ico/ico-download-vsd.png) !important;
		}

		#content .hilited-big-icons li.download-zip {
			padding:0 0 0 40px;
			background-image:url(images/interface/ico/ico-download-zip.png) !important;
		}

		#content .hilited-big-icons li.download-xls {
			padding:0 0 0 40px;
			background-image:url(images/interface/ico/ico-download-xls.png) !important;
		}
	
	/***** Section Style Default Icons *****/
	
		.get-ready-to-export #content .pod .hilited-links li {
			background:url(images/Interface/ind/ind-arrowbig-get-ready-to-export.png) top left no-repeat;
		}

		.develop-knowledge-expertise #content .pod .hilited-links li {
			background:url(images/Interface/ind/ind-arrowbig-develop-knowledge-expertise.png) top left no-repeat;
		}

		.access-international-networks #content .pod .hilited-links li {
			background:url(images/Interface/ind/ind-arrowbig-access-international-networks.png) top left no-repeat;
		}

		.explore-export-markets #content .pod .hilited-links li {
			background:url(images/Interface/ind/ind-arrowbig-explore-export-markets.png) top left no-repeat;
		}

		.find-funding-assistance #content .pod .hilited-links li {
			background:url(images/Interface/ind/ind-arrowbig-find-funding-assistance.png) top left no-repeat;
		}

		.features-commentary #content .pod .hilited-links li {
			background:url(images/Interface/ind/ind-arrowbig-features-commentary.png) top left no-repeat;
		}


/* *05h: pagination ------------------------------- */
#content .pagination { 
	overflow: hidden;
	margin:5px 0;
}
#ie6 #content .pagination {
	zoom:1;
}
#content .pagination ul {
	display: block;
	margin:0;
	float: right;
}
	#content .pagination ul li {
		margin: 0;
		padding: 0;
		background: none !important;
		display: block;
		float: left;
		line-height: 1.2em;
		font-size: 1.1em;
	}
		#content .pagination ul li a {
			text-align:center;
			float: left;
			display:block;
			width:16px;
			height:16px;
			margin-right: 2px;
			margin-top: 2px;
			font-weight: normal;
		}
		#ie6 #content .pagination ul li a {
			margin-right: 3px;
		}
		#content .pagination ul li a:hover,
		#content .pagination ul li a.selected {
			text-decoration: none;
			border-bottom: none;
			color:#555;
		}
		
	#content .pagination ul li .next,
	#content .pagination ul li .prev {
		height: 20px;
		width: 20px;
		margin-top:0;
		overflow:hidden;
		text-indent:-999px;
		background-position:  0 0;
		background-repeat:no-repeat;
		border: none;
	}
	#content .pagination .prev {
		background-image: url('/images/interface/ind/ind-pageprev-default.png');
	}
		#content .pagination .prev:hover {
			background-image: url('/images/interface/ind/ind-pageprev-grey.png') !important;
		}
	#content .pagination .next {
		background-image: url('/images/interface/ind/ind-pagenext-default.png');
		margin:0;
	}
		#content .pagination .next:hover {
			background-image: url('/images/interface/ind/ind-pagenext-grey.png') !important;
		}
	#ie6 #content .pagination .next { margin:0; }
	
	#content .pagination .page-numbers {
		float: left;
		font-size: 1.1em;
		margin:0;
	}
		#content .right-numbers .page-numbers {
			float:right;
			margin-right: 12px;
		}

/* *05i: listing styles --------------------------- */
#content-wrapper #content .listing h2 {
	border-bottom: 1px solid #666;
	margin:1em 0 0;
	padding:.4em 0 0;
	clear:none;
}
	#content-wrapper #content .listing a.back-to-top { 
		position:static; 
		font-size:1em; 
		font-weight:normal;
		margin-top:1.9em;
	}
		#ie6 #content-wrapper #content .listing a.back-to-top,
		#ie7 #content-wrapper #content .listing a.back-to-top {
			margin-top:2em;
		}

#content .listing h4 {
	margin: 0 0 5px;
}

#content .listing ul {
	margin-left: 0px;
	border-top: 1px solid #dedede;
}
	
	#ie6 #content .listing ul {
		zoom: 1;
	}

#content .listing ul li {
	background-image: none !important;
	border-bottom: 1px solid #dedede;
	margin: 0;
	list-style:none;
	padding: 13px 0 8px 0;
	position: relative;
}

	#ie7 #content .listing ul li,
	#ie6 #content .listing ul li {
		zoom: 1;
	}
	
#content .listing .image-thumbnail {
	float: left;
	margin: 0 13px 8px 0;
}

#content .listing p {
	margin-bottom: 5px;
}

#content .listing .date,
#content .listing .job-title {
	font-weight: bold;
	font-size: 0.9em;
}
#content .listing .available {
	font-weight: bold;
}

/* download links in lists */
#content ul.download-list,
#content ul.download-list li {
	border: none;
}
	#content ul.download-list p {
		margin: 0 0 0 20px;
	}
		#content .pod ul.download-list-large p {
			margin: 0;
		}
		
#content .download-list li {
	display: block;
	padding: 2px 0 2px 23px;
	background-position: 0 2px;
	background-repeat: no-repeat;
}
#content .download-list-large li {
	background-position: 0 2px;
	background-repeat: no-repeat;
	padding: 2px 0 2px 35px;
}

	#content .download-list li.pdf-download {
		background-image: url('/images/interface/ico/ico-download-pdf.gif');
	}
	#content .download-list-large li.pdf-download {
		background-image: url('/images/interface/ico/ico-download-pdf-large.gif');
	}
	
	#content .download-list li.word-download {
		background-image: url('/images/interface/ico/ico-download-word.gif');
	}
	#content .download-list-large li.word-download {
		background-image: url('/images/interface/ico/ico-download-word.gif');
	}
	#content span.file-size {
		font-weight: normal;
		font-size: .8em;
		color: #555;
	}

/* Event Listing Styles */
#content .listing .event-organiser {
	float:none;
	overflow:hidden;
	margin:0 0 5px;
}

	#content .listing .event-organiser p {
		display:inline;
		font-size:0.8em;
	}

	#content .listing ul.event-overview {
		border:none;
		margin:0 0 5px;
	}

	#content .listing ul.event-overview li {
		display:inline;
		padding:0 7px 0 10px;
		border-bottom:none;
		border-left:1px solid #555555;
		font-size:.8em;
		font-weight:bold;
		color:#000;
	}

	#content .listing ul.event-overview li.first {
		border:none;
		padding-left:0;
	}

/* *05j: Collapsable Listings --------------------------- */

#content .collapse-wrapper {
	margin: 5px 0;
	padding: 35px 0;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	position:relative;
}
	#content .open-all {
		display:none;
	}
	
	#content .collapse-listing p.open-all {
		margin:0 0 10px;
		font-size:1em;
	}

#content .collapse-listing {
	padding:0;
	margin:0;
	border-bottom:1px solid #d7d7d7;
}

	#ie7 #content .collapse-listing h3,
	#ie6 #content .collapse-listing h3 {
		zoom:1;
	}

	#content .collapse-listing h3 {
		border-top: 1px solid #d7d7d7;
		padding:8px 0;
		margin:0;
		background: 4px 8px no-repeat;
		color:#000;
	}

	#content .collapse-listing .closed h3 {
		cursor:pointer;
		padding:8px 0 8px 30px;
		background-image: url('/images/interface/ind/ind-expand-default.png');
		background-color:#f1f1f1;
	}
	
		#content .collapse-listing .closed h3.hover {
			background-color:#95C7F8;
			color:#fff !important;
			background-image: url('/images/interface/ind/ind-expand-hilite-default.png');
		}
		
		#content .collapse-listing .closed h3.hover a {
			color:#fff !important;
		}
			#content .collapse-listing h3 a {
				display:block;
			}
		
	#content .collapse-listing .open h3 {
		cursor:pointer;
		padding:8px 0 8px 30px;
		background-color:#fff !important;
		color:#F5862A;
		background-image: url('/images/interface/ind/ind-collapse-grey.png') !important;
	}
	
	#content .collapse-listing .open h3 a {
		color:#000;
	}
	
	#content .collapse-listing .closed .item-content {
		display:none;
	}
	
	/* section 1 */
	.get-ready-to-export #content .collapse-listing h3,
	.get-ready-to-export #content .collapse-listing .open h3 {
		color:#BF8200;
	}

	.get-ready-to-export #content .collapse-listing .closed h3 {
		background-image: url('/images/interface/ind/ind-expand-get-ready-to-export.png');
	}	
		.get-ready-to-export #content .collapse-listing .closed h3.hover {
			background-color:#ecc749;
			background-image: url('/images/interface/ind/ind-expand-hilite-get-ready-to-export.png');
		}
	/* section 2 */	
	.develop-knowledge-expertise #content .collapse-listing  h3,
	.develop-knowledge-expertise #content .collapse-listing .open h3 {
		color:#B7090E !important;
	}

	.develop-knowledge-expertise #content .collapse-listing .closed h3 {
		background-image: url('/images/interface/ind/ind-expand-develop-knowledge-expertise.png');
	}	
		.develop-knowledge-expertise #content .collapse-listing .closed h3.hover {
			background-color:#F75357;
			background-image: url('/images/interface/ind/ind-expand-hilite-develop-knowledge-expertise.png');
		}
	/* section 3 */	
	.access-international-networks #content .collapse-listing  h3,
	.access-international-networks #content .collapse-listing .open h3 {
		color:#066A0D !important;
	}

	.access-international-networks #content .collapse-listing .closed h3 {
		background-image: url('/images/interface/ind/ind-expand-access-international-networks.png');
	}	
		.access-international-networks #content .collapse-listing .closed h3.hover {
			background-color:#75D08E;
			background-image: url('/images/interface/ind/ind-expand-hilite-access-international-networks.png');
		}
	/* section 4 */	
	.explore-export-markets #content .collapse-listing  h3,
	.explore-export-markets #content .collapse-listing .open h3 {
		color:#EE650C !important;
	}

	.explore-export-markets #content .collapse-listing .closed h3 {
		background-image: url('/images/interface/ind/ind-expand-explore-export-markets.png');
	}	
		.explore-export-markets #content .collapse-listing .closed h3.hover {
			background-color:#F27D21;
			background-image: url('/images/interface/ind/ind-expand-hilite-explore-export-markets.png');
		}
	/* section 5 */	
	.find-funding-assistance #content .collapse-listing  h3,
	.find-funding-assistance #content .collapse-listing .open h3 {
		color:#789A13 !important;
	}

	.find-funding-assistance #content .collapse-listing .closed h3 {
		background-image: url('/images/interface/ind/ind-expand-find-funding-assistance.png');
	}	
		.find-funding-assistance #content .collapse-listing .closed h3.hover {
			background-color:#9FB652;
			background-image: url('/images/interface/ind/ind-expand-hilite-find-funding-assistance.png');
		}
	/* section 6 */	
	.features-commentary  #content .collapse-listing  h3,
	.features-commentary  #content .collapse-listing .open h3 {
		color:#295397 !important;
	}

	.features-commentary  #content .collapse-listing .closed h3 {
		background-image: url('/images/interface/ind/ind-expand-features-commentary.png');
	}	
		.features-commentary  #content .collapse-listing .closed h3.hover {
			background-color:#6CA2DD;
			background-image: url('/images/interface/ind/ind-expand-hilite-features-commentary.png');
		}
	
	/**** Collapsable Listings - Child Page Item Styles *****/
	
	#content .collapse-listing .child-pages {
	margin:0 0 0 30px;
	}

		#content .collapse-listing .child-pages div.hilited-links ul {
			margin:0 0 16px 0;
		}
		
		#content .collapse-listing .child-pages p {
			margin-bottom:5px;
			font-size:1.1em;
		}
		
		#content .collapse-listing .child-pages p.hilited-link {
			margin-bottom:10px;
			padding-left:15px;
			font-size:1.2em;
			background:0 6px no-repeat
		}
		
		#content .collapse-listing .child-pages p.hilited-link {
			background-image: url(images/Interface/ind/ind-bulletarrow-default.png);
		}
		
		.get-ready-to-export #content .collapse-listing .child-pages p.hilited-link {
			background-image: url(images/Interface/ind/ind-bulletarrow-get-ready-to-export.png);
		}
		
		.develop-knowledge-expertise #content .collapse-listing .child-pages p.hilited-link {
			background-image: url(images/Interface/ind/ind-bulletarrow-develop-knowledge-expertise.png);
		}
		
		.access-international-networks #content .collapse-listing .child-pages p.hilited-link {
			background-image: url(images/Interface/ind/ind-bulletarrow-access-international-networks.png);
		}
		
		.explore-export-markets #content .collapse-listing .child-pages p.hilited-link {
			background-image: url(images/Interface/ind/ind-bulletarrow-explore-export-markets.png);
		}
		
		.find-funding-assistance #content .collapse-listing .child-pages p.hilited-link {
			background-image: url(images/Interface/ind/ind-bulletarrow-find-funding-assistance.png);
		}
		
		.features-commentary #content .collapse-listing .child-pages p.hilited-link {
			background-image: url(images/Interface/ind/ind-bulletarrow-features-commentary.png);
		}
		
		#content .collapse-listing .child-pages ul.horizontal-list {
			overflow:hidden;
		}
		
		#content .collapse-listing .child-pages ul.horizontal-list li {
			float:left;
			width:205px;
			margin-top:2px;
			padding-right:10px;
		}

		#ie7 #content .collapse-listing .child-pages ul.horizontal-list li,
		#ie6 #content .collapse-listing .child-pages ul.horizontal-list li {
			display:inline;
			float:none;
			vertical-align:text-top;
			zoom:1;
		}

		#content .collapse-listing .child-pages ul.horizontal-list li.left {
			clear:both;
		}
	
	#ie7 #content .collapse-listing .item-holder {
		zoom:1;
	}
	
	#content .collapse-listing .item-holder .item-contacts {
		margin:0 0 0 30px;
	}

	
/* *05k: People Listings --------------------------- */
#content .listing ul.people-listing li {
	display:block;
	overflow:hidden;
	min-height:98px;
}
	
	#content .people-listing .open h4 a,
	#content .people-listing .closed h4 a {
		padding:3px 0 4px 25px;
		background-position: 0 2px;
		background-repeat:no-repeat;
	}
	#content .people-listing .closed h4 a {
		background-image: url('/images/interface/ind/ind-expand-default.png');
	}
	#content .people-listing .open h4 a {
		color:#000 !important;
		background-image: url('/images/interface/ind/ind-collapse-grey.png');
	}
	
	#ie6 #content .people-listing li.closed {
		height:98px;
	}
	
	#content-wrapper #content .listing .people-listing .back-to-top {
		position:absolute;
		right:0;
		bottom:4px;
		clear:none;
	}
	
	/** section colors **/
	/****** get-ready-to-export *****/
	.get-ready-to-export #content .people-listing .closed h4 a {
		background-image: url('/images/interface/ind/ind-expand-get-ready-to-export.png');
	}
	/****** develop-knowledge-expertise *****/
	.develop-knowledge-expertise #content .people-listing .closed h4 a {
		background-image: url('/images/interface/ind/ind-expand-develop-knowledge-expertise.png');
	}
	/****** access-international-networks *****/
	.access-international-networks #content .people-listing .closed h4 a {
		background-image: url('/images/interface/ind/ind-expand-access-international-networks.png');
	}
	/****** explore-export-markets *****/
	.explore-export-markets #content .people-listing .closed h4 a {
		background-image: url('/images/interface/ind/ind-expand-explore-export-markets.png');
	}
	/****** find-funding-assistance *****/
	.find-funding-assistance #content .people-listing .closed h4 a {
		background-image: url('/images/interface/ind/ind-expand-find-funding-assistance.png');
	}
	/****** features-commentary *****/
	.features-commentary #content .people-listing .closed h4 a {
		background-image: url('/images/interface/ind/ind-expand-features-commentary.png');
	}

/* *05l: Status Module/Pod  Styles ----------------------------- */

#content .status {
	float:right;
	width:124px;
	padding:8px 0 0;
	margin:0 0 10px;
	background:url(images/Interface/bg/bg-status.png) top center no-repeat;
}

	#content .status dl {
		margin:0;
		padding:0 15px 19px;
		text-align:center;
		background:url(images/Interface/bg/bg-status.png) bottom center no-repeat;
	}

	#content .status dt {
		display:inline;
		font-size:1.1em;
		color:#fff;
	}

	#content .status dd {
		display:inline;
		font-size:1.4em;
		font-weight:bold;
		color:#fff;
	}

/* *05m: Bigger-Link ----------------------------- */

#content .bigger-link {
	width:506px;
	margin:16px 0 16px;
	padding:6px 0 0;
	background:url(images/Interface/bg/bg-content-biggerlink.png) center top no-repeat;
}

	#content .bigger-content {
		padding:0 6px 6px;
		background:url(images/Interface/bg/bg-content-biggerlink.png) center bottom no-repeat;
	}
	
	#content .bigger-bgcolor {
		padding:10px 0;
		background:#98b21d;
	}
	
	#content .hover .bigger-bgcolor  {
		background:#252525;
	}
	
	#content .bigger-content .bookmark {
		background-image:url(images/Interface/ico/ico-biggerlink-bookmark.png);
		background-position: -80px 0;
		background-repeat:no-repeat;
	}
	
	#content .hover .bigger-content .bookmark {
		background-position: 0 -80px;
	}
	
	#content .bigger-content .register {
		background-color: #4588d2;
		background-image:url(images/Interface/ico/ico-biggerlink-register-events.png);
		background-position: -80px 0;
		background-repeat:no-repeat;
	}
	
		.access-international-networks #content .bigger-content .register {
			background-color: #066a0d;
			background-image:url(images/Interface/ico/ico-biggerlink-register-access-international-networks.png)
		}
		
		.find-funding-assistance #content .bigger-content .register  {
			background-color: #98b21d;
			background-image:url(images/Interface/ico/ico-biggerlink-register.png)
		}
		
		.develop-knowledge-expertise #content .bigger-content .register {			
			background-color: #e23336;
			background-image:url(images/Interface/ico/ico-biggerlink-register-develop-knowledge-expertise.png);
		}
	
	#content .hover .register  {
		background-color:#252525 !important;
	}
	
	#content .hover .bigger-content .register {
		background-position: 0 -80px;
	}
	

	#content .bigger-content h2 {
		margin:0;
		padding:0 10px 0 80px;
		text-transform:uppercase;
		font-size:1.4em;
	}

	#content .bigger-content h2 a {
		color:#000;
	}
	
	#content .hover .bigger-content h2 a:hover,
	#content .hover .bigger-content h2 a {
		color:#fff;
		text-decoration:none;
	}

	#content .bigger-content p {
		margin:0;
		padding:5px 10px 0 80px;
		font-size:1.1em;
		font-weight:bold;
		color:#fff;
	}

/* *05n: Content Pods ----------------------------- */

#content .pod-holder {
	clear:both;
}

#ie7 #content .pod-holder {
	display:inline;
}
	
	#content .pod-holder .pod {
		zoom:1;
		clear:none;
	}

.pod-link-down {
	background:#e7e7e2 url(images/Interface/bg/bg-pod-content.png) left top no-repeat;
}
	
	#content .pod-link-down .pod-content {
		position:relative;
		padding:0 0 60px;
		background:none;
	}

	#content .pod-link-down h2 {
		padding:10px 10px 0;
		line-height:1.2em;
		font-size:1.6em;
		color:#000;
		background:none;
	}

	#content .pod a.arrow-down {
		position:absolute;
		left: 0;
		bottom:0;
		display:block;
		width:470px;
		margin:9px 0 0;
		padding:8px 18px 23px;
		color:#fff;
		text-transform:uppercase;
		background:#6ca2dd url(images/Interface/bg/bg-pod-content-full.png) -1560px bottom no-repeat;
	}
	
	#ie6 #content .pod a.arrow-down {
		margin-bottom:-1px;
	}
	
	.get-ready-to-export #content .pod-link-down a.arrow-down {
		background:#eca100 url(images/Interface/bg/bg-pod-content-full.png) -2080px bottom no-repeat;
	}
	
	.develop-knowledge-expertise #content .pod-link-down a.arrow-down {
		background:#b7090e url(images/Interface/bg/bg-pod-content-full.png) -3640px bottom no-repeat;
	}

	.access-international-networks #content .pod-link-down a.arrow-down {
		background:#066a0d url(images/Interface/bg/bg-pod-content-full.png) -2600px bottom no-repeat;
	}
	
	.explore-export-markets #content .pod-link-down a.arrow-down {
		background:#f27d21 url(images/Interface/bg/bg-pod-content-full.png) -3120px bottom no-repeat;
	}

	.find-funding-assistance #content .pod-link-down a.arrow-down {
		background:#98b21d url(images/Interface/bg/bg-pod-content-full.png) -4160px bottom no-repeat;
	}
	
	.features-commentary #content .pod-link-down a.arrow-down {
		background:#4473b3 url(images/Interface/bg/bg-pod-content-full.png) -4680px bottom no-repeat;
	}

	#content .pod-link-down a.arrow-down:hover {
		text-decoration:none;
		background:#000 url(images/Interface/bg/bg-pod-content-full.png) -1040px bottom no-repeat;
	}

#content .pod-link-down-half .pod {
	float:left;
	width:246px;
	margin-left:14px;
	background:#e7e7e2 url(images/Interface/bg/bg-pod-content-half.png) left top no-repeat;
}

	#content .pod-link-down-half .pod-left {
		margin-left:0;
	}
	
	#ie6 #content .pod-link-down-half {
		display:inline;
	}
	
	#content .pod-link-down-half .pod .pod-content {
		position:relative;
		padding:0 0 55px 0;
		background:none;
	}

	#content .pod-link-down-half .pod h2 {
		padding:10px 10px 0;
		line-height:1.2em;
		font-size:1.6em;
		color:#000;
		background:none;
	}
	
			#content .pod-link-down-half .custom-pod h2  {
				font-size: 1.8em;
			}

	#content .pod-link-down-half a.arrow-down {
		width:210px;
		background:#6ca2dd url(images/Interface/bg/bg-pod-content-half.png) -500px bottom no-repeat;
	}
	
	.get-ready-to-export #content .pod-link-down-half a.arrow-down {
		background:#eca100 url(images/Interface/bg/bg-pod-content-half.png) -750px bottom no-repeat;
	}
	
	.develop-knowledge-expertise #content .pod-link-down-half a.arrow-down {
		background:#b7090e url(images/Interface/bg/bg-pod-content-half.png) -1500px bottom no-repeat;
	}

	.access-international-networks #content .pod-link-down-half a.arrow-down {
		background:#066a0d url(images/Interface/bg/bg-pod-content-half.png) -1000px bottom no-repeat;
	}
	
	.explore-export-markets #content .pod-link-down-half a.arrow-down {
		background:#f27d21 url(images/Interface/bg/bg-pod-content-half.png) -1250px bottom no-repeat;
	}

	.find-funding-assistance #content .pod-link-down-half a.arrow-down {
		background:#98b21d url(images/Interface/bg/bg-pod-content-half.png) -1750px bottom no-repeat;
	}
	
	.features-commentary #content .pod-link-down-half a.arrow-down {
		background:#4473b3 url(images/Interface/bg/bg-pod-content-half.png) -2000px bottom no-repeat;
	}

	#content .pod-link-down-half .pod a.arrow-down:hover {
		text-decoration:none;
		background:#252525 url(images/Interface/bg/bg-pod-content-half.png) -250px bottom no-repeat;
	}

#content .pod-link-down-third .pod {
	float:left;
	width:160px;
	margin-left:13px;
	background:#e7e7e2 url(images/Interface/bg/bg-pod-content-third.png) left top no-repeat;
}
	
	#ie6 #content .pod-link-down-third {
		display:inline;
	}
	
	#content .pod-link-down-third .pod-left {
		clear:left;
		margin-left:0;
	}
	
	#content .pod-link-down-third .pod .pod-content {
		position:relative;
		padding:0 0 55px 0;
		background:none;
	}

	#content .pod-link-down-third .pod h2 {
		padding:10px 10px 0;
		line-height:1.2em;
		font-size:1.4em;
		color:#000;
		background:none;
	}
	
	#content .pod h2.small {
		font-size:1.2em;
	}
	
	#content .pod-link-down h2 a,
	#content .pod-link-down-half h2 a,
	#content .pod-link-down-third h2 a {
		color:#4588D2;
	}
	
	.get-ready-to-export #content .pod-link-down h2 a,
	.get-ready-to-export #content .pod-link-down-half h2 a,
	.get-ready-to-export #content .pod-link-down-third h2 a {
		color:#BF8200;
	}
	
	.develop-knowledge-expertise #content .pod-link-down h2 a,
	.develop-knowledge-expertise #content .pod-link-down-half h2 a,
	.develop-knowledge-expertise #content .pod-link-down-third h2 a {
		color:#B7090E;
	}
	
	.access-international-networks #content .pod-link-down h2 a,
	.access-international-networks #content .pod-link-down-half h2 a,
	.access-international-networks #content .pod-link-down-third h2 a {
		color:#066A0D;
	}
	
	.explore-export-markets #content .pod-link-down h2 a,
	.explore-export-markets #content .pod-link-down-half h2 a,
	.explore-export-markets #content .pod-link-down-third h2 a {
		color:#EE650C;
	}
	
	.find-funding-assistance #content .pod-link-down h2 a,
	.find-funding-assistance #content .pod-link-down-half h2 a,
	.find-funding-assistance #content .pod-link-down-third h2 a {
		color:#789A13;
	}
	
	.features-commentary #content .pod-link-down h2 a,
	.features-commentary #content .pod-link-down-half h2 a,
	.features-commentary #content .pod-link-down-third h2 a {
		color:#295397;
	}
	
	#content .pod-link-down-third .pod a.arrow-down {
		width:124px;
		background:#6ca2dd url(images/Interface/bg/bg-pod-content-third.png) -340px bottom no-repeat;
	}
	
	.get-ready-to-export #content .pod-link-down-third a.arrow-down {
		background:#eca100 url(images/Interface/bg/bg-pod-content-third.png) -510px bottom no-repeat;
	}
	
	.develop-knowledge-expertise #content .pod-link-down-third a.arrow-down {
		background:#b7090e url(images/Interface/bg/bg-pod-content-third.png) -1020px bottom no-repeat;
	}

	.access-international-networks #content .pod-link-down-third a.arrow-down {
		background:#066a0d url(images/Interface/bg/bg-pod-content-third.png) -680px bottom no-repeat;
	}
	
	.explore-export-markets #content .pod-link-down-third a.arrow-down {
		background:#f27d21 url(images/Interface/bg/bg-pod-content-third.png) -850px bottom no-repeat;
	}

	.find-funding-assistance #content .pod-link-down-third a.arrow-down {
		background:#98b21d url(images/Interface/bg/bg-pod-content-third.png) -1190px bottom no-repeat;
	}
	
	.features-commentary #content .pod-link-down-third a.arrow-down {
		background:#4473b3 url(images/Interface/bg/bg-pod-content-third.png) -1360px bottom no-repeat;
	}

	#content .pod-link-down-third .pod a.arrow-down:hover {
		text-decoration:none;
		background:#000 url(images/Interface/bg/bg-pod-content-third.png) -170px bottom no-repeat;
	}


/* *05o: pagination ------------------------------- */

#content .article-pagination {
	overflow:hidden;
	margin-bottom:16px;
	border-bottom:1px solid #bdbdbd;
}

	#ie6 #content .article-pagination {
		zoom:1;
	}

	#content .article-pagination h4 {
		margin:1em 0 .5em 0;
		padding:0;
		float:left;
		font-size:1.1em;
		font-weight:normal;
		line-height:1.5em;
	}

	#content .article-pagination ul {
		margin:0;
		padding:0;
	}

	#content .article-pagination li {
		margin:1em 0 .5em .5em;
		padding:0;
		float:left;
		font-size:1.1em;
		font-weight:normal;
		background:none !important;
	}

	#content .article-pagination li a {
		font-weight:bold;
	}

	#content .article-pagination li.full-article {
		float:right;
	}

	#content .article-date {
		position:absolute;
		bottom:25px;
		font-size:1em;
		margin:0;
	}
	
/* *05p: Content Details --------------------------- */

.contact-details {
	padding-bottom:8px;
}

	#content .contact-details h5 {
		font-size:1.2em;
		margin:0;
		color:#555555;
	}

	#content .contact-details p,
	#content .contact-details dl {
		font-size:1.1em;
		margin:0 0 8px;
	}
	
	#content .contact-details dl {
		margin:8px 0 8px;
	}
	
	#content .contact-details dt {
		float:left;
		margin:0 .5em 0 0;
	}
	
	#content #regional-data .listing li.contact-details {
		font-size:1em;
	}
	
	#content #regional-data .contact-details h5 {
		color:#000;
	}

/* *05q: Page Tools --------------------------- */

#side-menu .page-tools {
	margin:20px 0 0 5px;
}

	#side-menu .page-tools .print-page a {
		display:block;
		width:159px;
		height:47px;
		background:url(images/Interface/btn/btn-print.png) top center no-repeat;
		text-indent:-10000px;
		overflow:hidden;
	}




/* *05r: Content Pods ----------------------------- */

.pod-link-down-fullwidth-full {
	 width:696px !important;
	 background:#e7e7e2 url(images/Interface/bg/bg-pod-content-fullwidth-full.png) left top no-repeat !important;
}
	
	#content .pod-link-down-fullwidth-full .pod-content {
		background:none;
		padding:0;
	}

	#content .pod-link-down-fullwidth-full h2 {
		padding:10px 10px 0;
		line-height:1.5em;
		font-size:2.1em;
		color:#555;
		font-weight:bold;
		background:none;
		text-transform:none;
	}

	#content .pod-link-down-fullwidth-full a.arrow-down {
		position:relative;
		display:block;
		width:auto;
		margin:9px 0 0;
		padding:8px 18px 23px;
		color:#fff;
		text-transform:uppercase;
		background:#6ca2dd url(images/Interface/bg/bg-pod-content-fullwidth-full.png) -1450px bottom no-repeat;
	}
	
	#content .pod-link-down-fullwidth-full a.arrow-down:hover {
		text-decoration:none;
		background:#000 url(images/Interface/bg/bg-pod-content-fullwidth-full.png) -725px bottom no-repeat;
	}
	
	#content .pod-link-down-fullwidth-full .hilited-no-icons ul.horizontal-list li,
	#content .pod-link-down-fullwidth-full .hilited-links li.no-icon {
		width:310px !important;
	}
	
	#content .pod-link-down-fullwidth-full .hilited-no-icons ul.horizontal-list li p.date,
	#content .pod-link-down-fullwidth-full .hilited-links li.no-icon  p.date {
		font-size:1em;
	}
	
	#content .pod-link-down-fullwidth-full .hilited-no-icons ul.horizontal-list li a,
	#content .pod-link-down-fullwidth-full .hilited-links li.no-icon  a {
		font-weight:bold;
		font-size:1.1em;
	}

/* *05s: Video Player ----------------------------- */

.video-holder {
	clear:both;
	overflow:hidden;
	margin:0 0 16px;
}

	#content .video-holder p.video-abstract {
		margin:0;
	}

	#content .video-holder p.video-transcript {
		margin:10px 0 0 0;
	}

.video-media {
	display:none;
	width:506px;
	margin:0 0 16px;
	padding:6px 0 0;
	background:#E7E7E2 url(images/Interface/bg/bg-pod-content-full.png) no-repeat left top;
}

	.video-media .content {
		position:relative;
		padding:0 0 14px;
		background:url(images/Interface/bg/bg-pod-content-full.png) no-repeat -1040px bottom;
	}
	
	.video-media .content h2 {
		margin:0;
		padding:5px 15px 0;
	}
	
	.video-media .content p {
		margin:0 15px;
	}
	
	.video-media .video-player {
		height:400px;
		margin:0 6px;
		padding:7px 7px 0;
		background:#fff;
	}
	
	.video-media .extras {
		margin:0 6px;
		padding:6px 9px;
		background:#252525;
		text-align:right;
	}
	
	#ie6 .video-media .extras {
		zoom:1;
	}
	
	#content .video-holder .video-media .video-transcript {		
		margin:0;
		float:left;
		font-size:1em;
	}
	
	#content .video-holder .video-media .video-transcript a {		
		padding:0 0 0 12px;
		color:#fff;
		background:url(images/Interface/ind/ind-bulletarrow-white-charcoal.png) no-repeat 0 3px;
	}
	
	#content .video-media .collapse {
		margin:0;
		font-size:1em;
	}
	
	#content .video-media .collapse a {
		padding:0 15px 0 0;
		font-weight:normal;
		color:#fff;
		background:transparent url(images/Interface/ind/ind-pod-content-close.png) no-repeat right center;
	}
	
.video-pod {
	float:left;
	width:246px;
	margin:0 14px 0 0;
	padding:6px 0 0;
	background:#E7E7E2 url(images/Interface/bg/bg-pod-content-half.png) no-repeat scroll left top;
}

	.video-pod .content {
		background:#252525 url(images/Interface/bg/bg-pod-content-half.png) -250px bottom no-repeat;
		padding:0 0 15px;
	}
	
	.video-pod .content img {
		margin:0 6px;
	}
	
	#content .video-pod .content .video-show,
	#content .video-pod .content .video-hide {
		margin:0 6px;
		padding:6px 6px 6px;
		text-align:center;
		font-size:1em;
	}
	
	#content .video-pod .content .video-show a,
	#content .video-pod .content .video-hide a {
		color:#fff;
	}

/* *05t: Event Details ----------------------------- */

.event-organiser {
	float:right;
}

	#content .event-organiser p {
		margin:0 0 5px 0;
		padding:1px 5px 2px;
		font-size:1em;
		font-weight:bold;
		color:#fff;
		background:#999999;
	}

#content p.back-to-listing {
	padding:0 0 0 11px;
	font-size:1.1em;
	background:url(images/Interface/ind/ind-left-default.png) left center no-repeat;
}

.save-to-calendar {
	margin:20px 0 13px;
}
	
	#content .save-to-calendar p.back-to-listing {
		margin:0;
		padding:3px 0 3px 11px;
	}
	
	.save-to-calendar .calendar-types {
		float:right;
	}
	
	#content .save-to-calendar .calendar-types p {
		float:left;
		margin:0;
		padding:3px 0;
		font-weight:bold;
		font-size:1.1em;
	}
	
	#content .save-to-calendar .calendar-types ul {
		float:left;
		margin:0;
	}
	
	#content .save-to-calendar .calendar-types li {
		float:left;
		margin:0 0 0 10px;
		padding:3px 0 3px 23px;
		font-size:1.1em;
	}
	
	#content .save-to-calendar li.ical {
		background:url(images/Interface/ico/ico-ical.png) left center no-repeat;
	}
	
	#content .save-to-calendar li.vcard {
		background:url(images/Interface/ico/ico-vcard.png) left center no-repeat;
	}

.event-details {
	clear:both;
	overflow:hidden;
	margin:0px;
	padding:0 0 14px;
	font-size:1.2em;
	border-bottom: 1px solid #dedede;
}

	#ie6 .event-details {
	 zoom:1;
	}

	.event-details dt {
		float:left;
		clear:left;
		width:81px;
		margin:0;
		padding:0 15px 16px;
		font-weight:bold;
		background:transparent url(images/Interface/ind/ind-content-ul.gif) no-repeat scroll 0 6px;
	}

	.event-details dd {
		float:left;
		width:386px;
		margin:0;
		padding:0 0 16px;
	}

/* *05u: Event Landing / Listing ----------------------------- */


	#content .pod-filter .location {
		position:relative;
		margin:10px 12px 0;
		padding:5px 0 0;
		text-align:center;
		background:url(images/Interface/bg/bg-pod-filter-location.png) center top no-repeat;
	}
	
	#ie6 #content .pod-filter .location {
		zoom:1;
	}

		#content .pod-filter .location h3 {
			position:relative;
			margin:0;
			padding:0 0 10px;
			text-align:center;
			background:url(images/Interface/bg/bg-pod-filter-location.png) center bottom no-repeat;
			line-height:1em;
			font-size:1.9em;
			font-weight:normal;
		}

		#content .pod-filter .location ul {
			margin:0;
			padding:0;
		}
		
		#content .pod-filter .location li {
			padding:0;
			position:absolute;
			top:7px;
			max-width:150px;
			background:none;
			font-size:1em;
		}
		
		#content .pod-filter .location li.prev {
			left:15px;
			text-align:left;
		}
		
		#content .pod-filter .location li.prev a {
			display:block;
			padding:2px 0 3px 25px;
			background:url(images/Interface/ind/ind-pageprev-default.png) left top no-repeat;
		}
		
		.features-commentary #content .pod-filter .location li.prev a {
			background-image:url(images/Interface/ind/ind-pageprev-features-commentary.png);
		}
		
		#content .pod-filter .location li.prev a:hover {
			background-image:url(images/Interface/ind/ind-pageprev-grey.png);
		}
		
		#content .pod-filter .location li.next {
			right:15px;
			text-align:right;
		}
		
		#content .pod-filter .location li.next a {
			display:block;
			padding:2px 25px 3px 0;
			background:url(images/Interface/ind/ind-pagenext-default.png) right top no-repeat;
		}
		
		.features-commentary #content .pod-filter .location li.next a {
			background-image:url(images/Interface/ind/ind-pagenext-features-commentary.png);
		}
		
		#content .pod-filter .location li.next a:hover {
			background-image:url(images/Interface/ind/ind-pagenext-grey.png);
		}
	
	#content .pod-filter .filter-holder {
		overflow:hidden;
		margin:0 18px 0;
		padding-bottom: 5px;
	}
	
		#content .pod-filter .filter-type {
			float:left;
			width:117px;
		}
		
		#content .pod-filter .col-two {
			width:234px;
		}
		
		#content .pod-filter .filter-type h3 {
			margin:10px 0 8px;
			text-transform:uppercase;
			font-size:1.1em;
		}
		
		#content .pod-filter .filter-type ul {
			margin:0;
			padding:0;
		}
		
		#content .pod-filter .filter-type li {
			float:left;
			width:101px;
			padding:0 0 0 15px;
			font-weight:bold;
			color:#000;
			background:url(images/Interface/ind/ind-content-hilited-link.gif) left 6px no-repeat;
		}


/* *05v: Site Map ----------------------------- */

	#content ul.sitemap {
		margin:0;
		padding:0;
	}

	#content ul.sitemap li {
		margin:0 0 25px;
		padding:0;
		background:none;
	}
	
	#content ul.sitemap h2 {
		margin:0;
		padding:0;
		font-weight:normal;
		font-size:1.5em;
		background:none;
	}

	#content ul.sitemap h2 a {
		margin:0;
		padding:0;
		font-weight:normal;
		background:none;
	}

	#content ul.sitemap ul {
		margin:10px 0 0 30px;
		padding:0;
	}
	
	#content ul.sitemap ul li {
		margin:0 0 7px;
	}
	
	#content ul.sitemap ul ul {
		margin:0;
		padding:0;
	}
	
	#content ul.sitemap ul ul li {
		margin:0 0 0 20px;
		padding:0;
	}
	
	#content ul.sitemap ul ul li a {
		font-weight:normal;
	}


/* *05w: Image Gallery ----------------------------- */
#content .gallery-expand .pod-content {
	position:relative;
	padding-bottom:50px;
}

	#content .pod-gallery .image-list {
		margin:4px 0 10px 20px;
	}
	
	#content .pod-gallery .image-list li {
		float:left;
		width:148px;
		margin:10px 10px 0 0;
		padding:0;
		text-align:center;
		background:none;
	}
	
	#content .pod-gallery .image-list li.hide {
		display:none;
	}
	
	#content .pod-gallery .image-list li img {
		margin:0;
	}
	
	#content .pod-gallery a.arrow-down {
		text-transform:none;
		text-align:center;
		background:url(images/Interface/bg/bg-pod-content-full.png) -1040px bottom no-repeat;
	}
	
	#content #are-you-ready-export-questionaire
	{
		display:none;
	}

/* *05x: Toolkit ----------------------------- */

.toolkit {
	width:220px;
	margin:0 0 16px 10px;
	padding:0 0 4px;
	background:url(images/Interface/bg/bg-nztetoolkit.png) right bottom no-repeat;
}

	.toolkit .options {
		padding:0 13px 0 25px;
		background:url(images/Interface/bg/bg-nztetoolkit-options.gif) center top no-repeat;
	}

	.toolkit .options h2 {
		margin:0;
		padding:8px 0 0;
		text-transform:uppercase;
		text-indent:-10000px;
		font-size:1.5em;
		font-weight:normal;
		color:#fff;
		background:url(images/Interface/hdg/hdg-nztetoolkit.png) -1px 12px no-repeat;
	}
	
	.toolkit .options p {
		margin:0 0 8px;
		padding:0;
		font-size:1em;
		color:#fff;
	}
	
	.toolkit .options ul {
		margin:0;
		padding:0 0 13px;
	}
	
	.toolkit .options li {
		margin:2px 0 0;
	}
	
	#ie6 .toolkit .options li {
		zoom:1;
	}
	
	.toolkit .options li a {
		display:block;
		padding:5px 0 6px 35px;
		text-transform:uppercase;
		color:#fff;
		background:0 -27px no-repeat;
	}
	
		#ie6 .toolkit .options li a {
			zoom:1;
		}
	
	.toolkit .options li a:hover {
		background:-28px 0 no-repeat;
	}
	
	.toolkit .options li.print-page a {
		background-image:url(images/Interface/ico/ico-nztetoolkit-print.png);
	}
	
		#ie6 .toolkit .options li.print-page a:hover {
			background:url(images/Interface/ico/ico-nztetoolkit-print.png) -28px 0 no-repeat;
		}
	
	.toolkit .options li.email a {
		background-image:url(images/Interface/ico/ico-nztetoolkit-email.png);
	}
	
		#ie6 .toolkit .options li.email a:hover {
			background:url(images/Interface/ico/ico-nztetoolkit-email.png) -28px 0 no-repeat;
		}
		
	.toolkit .options li.save a {
		background-image:url(images/Interface/ico/ico-nztetoolkit-save.png);
	}
	
	.toolkit .options li.save .message-saved {
		display:none;
		margin:0 0 2px;
		background:#D6D6D6;
	}
	
	.toolkit .options li.save .message-saved p {
		margin:0;
		padding:5px;
		text-align:center;
		color:#555555;
	}
	
		#ie6 .toolkit .options li.save a:hover {
			background:url(images/Interface/ico/ico-nztetoolkit-save.png) -28px 0 no-repeat;
		}
		
	.toolkit .options li.rss a {
		background-image:url(images/Interface/ico/ico-nztetoolkit-rss.png);
	}
	
		#ie6 .toolkit .options li.rss a:hover {
			background:url(images/Interface/ico/ico-nztetoolkit-rss.png) -28px 0 no-repeat;
		}
		
	.toolkit .options li.word a {
		background-image:url(images/Interface/ico/ico-nztetoolkit-word.png);
	}
	
		#ie6 .toolkit .options li.word a:hover {
			background:url(images/Interface/ico/ico-nztetoolkit-word.png) -28px 0 no-repeat;
		}
		
	.toolkit .options li.pdf a {
		background-image:url(images/Interface/ico/ico-nztetoolkit-pdf.png);
	}

		#ie6 .toolkit .options li.pdf a:hover {
			background:url(images/Interface/ico/ico-nztetoolkit-pdf.png) -28px 0 no-repeat;
		}
	
	.toolkit .send-email {
		display:none;
	}
	
	.page-list {
		width:210px;
		margin:0 0 0 10px;
		padding:0 0 10px;
		border-top:1px solid #999999;
	}
	
	.page-list h3 {
		margin:13px 13px 0;
		padding:0;
		text-transform:uppercase;
		font-size:1.3em;
		font-weight:normal;
	}
	
	#ie6 .page-list h3 a {
		zoom:1;
	}
	
	.page-list p {
		margin:0 13px;
		padding:0;
		font-size:1em;
	}
	
	.page-list .page-listings {
		width:182px;
		margin:8px 0 0 13px;
		padding:3px 0 0;
		background:#d6d6d6 url(images/Interface/bg/bg-nztetoolkit-listing.gif) center top no-repeat
	}
	
	.page-list .page-listings ul {
		padding:0 1px 11px;
		background:#d6d6d6 url(images/Interface/bg/bg-nztetoolkit-listing.gif) center bottom no-repeat
	}
	
	#ie6 .page-list .page-listings ul {
		zoom:1;
	}
	
	.page-list .page-listings p {
		margin:0;
		padding:7px 10px 20px;
		text-align:center;
		background:#d6d6d6 url(images/Interface/bg/bg-nztetoolkit-listing.gif) center bottom no-repeat
	}
	
	.page-list .page-listings li {
		margin:1px 0 0;
		position:relative;
	}
	
	#ie6 .page-list .page-listings li {
		zoom:1;
	}
	
	.page-list .page-listings a.link {
		display:block;
		padding:3px 35px 4px 10px;
		color:#555555;
	}
	
	#ie6 .page-list .page-listings li a,
	#ie7 .page-list .page-listings li a {
		zoom:1;
	}
	
	.page-list .page-listings a.link:hover {
		background:#fff;
		font-weight:bold;
		color:#000;
	}
	
	.page-list .page-listings a.remove {
		position:absolute;
		top:7px;
		right:15px;
		width:11px;
		height:11px;
		text-indent:-10000px;
		overflow:hidden;
		background:#d6d6d6 url(images/Interface/ind/ind-toolkit-close.png) left top no-repeat
		
	}
	
	#ie6 .page-list .page-listings a.remove {
		line-height:0px;
	}
	
/* *05y: General Content ----------------------------- */

	#content .general-content, #content div.abstract {
		font-size:1.2em;
	}

	#content .general-content p, #content div.abstract p,
	#content .general-content li, #content div.abstract li {
		font-size:1em;
	}

	#content .general-content h2, #content div.abstract h2 {
		font-size:1.5em;
	}

	#content .general-content h3, #content div.abstract h3 {
		font-size:1.2em;
	}

	#content .general-content h4, #content div.abstract h4 {
		font-size:1em;
	}


/* *06: Forms -----------------------------------------------------------------------------------------------------------------*/

/* *06a: Master ----------------------------- */
#content .form-notes {
	font-size: 1.1em;
	text-align: right;
	color: #000;
	margin: 0 10px 5px 0;
}

#content .form {
	background: url(images/Interface/bg/bg-form.png) top left no-repeat;
}

#content .form .pod-content {
	background: url(images/Interface/bg/bg-form.png) bottom left no-repeat;
}

#content .global-alert .pod-content {
	padding: 15px 20px 20px 20px;
}

#content .global-alert h3, #content .global-alert p {
	color: #ff0000;
}

#content .global-alert h3 {
	text-transform: uppercase;
	font-size: 1.3em;
	margin: 0;
}

#content .global-alert p {
	margin: 0px;
	margin-bottom: 9px;
	line-height: 1.2em;
}

#content .global-alert .alert-icon {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
}



#content .form h2 {
	background: #95c7f8;
	color: #000;
	text-transform: none;
}

#content .form h3 {
	margin: 9px 18px 0;
	font-size: 1.2em;
}







#content .form .divider {
	border-bottom: 1px solid #fff;
	height: 15px;
	width: 474px;
	margin: 0 auto;
	margin-bottom: 10px;
}


#content .pod .form-field {
	margin-bottom: 15px
}

	#content .pod .extra-margin {
		margin-top: 20px;
	}

#content .pod .form-field .error
 {
	font-weight: bold;
	font-size: 0.9em;
	color: #f00;
	float: right;
	margin: -25px 10px 0 0;
}

#content .form-field .input {
	width: 222px;
	display: block;
	margin-bottom: 5px;
}

#content .form-field .input-select {
	width: 227px;
	margin-bottom: 3px;
}

#content .form-field .area-code {
	width: 38px;
}

#content .form-field .phone-number {
	width: 130px;
}

#content .pod .date-time {
	margin-bottom: 0px;
}

#content .form .day, #content .form .month, #content .form .year {
	width: 62px
}

#content .form .time {
	width: 61px;
}



#content .form .answer {
	margin-left: 50px;
}



#content .form textarea {
	width: 465px;
	height: 65px;
	margin-bottom: 5px;
}

#content .form .radio {
	margin-right: 50px;
}

#content .form .radio input {
	margin-right: 5px;
}

#content .form ul {
	margin-left: 18px;
}

#content .form ul li {
	list-style-type: none;
	background: none;
	font-size: 1.1em;
	padding-left: 0px;
	width: 45%;
	float: left;
	margin-top: 10px;
}



/* *06b: Confirmation ----------------------------- */
#content .confirm-success {
	padding:7px 0 3px 30px;
	color:#7f9b33;
	font-size:1.4em;
	font-weight:bold;
	background:url(images/Interface/ind/ind-tick.png) 0 4px no-repeat;
}



/* *07: Custom Containers & Subclasses ----------------------------------------------------------------------------------------*/

#content .custom-pod h2 {
	background: none;
	font-size: 1.8em;
	color: #000;
	text-transform: none;
	padding-bottom: 0px;
	padding-top: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}

/* *07a Hilited links - with arrows */
#content .hilited-links {
	margin-left: 0px;
}
#content .listing .hilited-links {
	border-top: none;
}
#content .hilited-links li {
	background-image: url(images/Interface/ind/ind-content-hilited-link.gif);
	background-repeat: no-repeat !important;
	background-position: 0 6px;
}

#content .listing .hilited-links li {
	padding:1px 0 5px 25px;
	margin: 2px 0 0;
	background-position: top left !important;
	border:none;
}

	#ie6 #content .hilited-links li,
	#ie7 #content .hilited-links li {
		zoom:1;
	}

#content .hilited-links li p {
	font-size: 0.9em;
	margin: 5px 0 0 0;
}

/* *07a: Landing Styles */
	.landing-pod {
		float:left;
		margin:15px 0 0;
		padding:5px 0 0;
		background: url(images/Interface/bg/bg-landing-pod.png) top left no-repeat;
	}

	.landing-pod-content {
		padding:0 5px 13px 5px;
		background: url(images/Interface/bg/bg-landing-pod.png) bottom left no-repeat;
	}
	
	.landing-header {
		position:relative;
		margin:0 0 12px 0;
		padding: 0 300px 0 0;
		background:url(images/Interface/bg/bg-horizontalline-C6C6C6.png) bottom left repeat-x;
	}
		
	#ie6 .landing-header {
		zoom:1;
	}

	#landing-content h2.country-name {
		display:inline;
		font-size:2.5em;
		margin:5px 0 0 0;
		padding: 0 10px 0 0;
		line-height:1.2em;
		text-transform:uppercase;
		color:#555;
		background:#fff;
	}

	
/* *07b: Landing Jump Sections */

	#content .pod-jump-list-holder-java {
		position:relative;
		overflow:hidden;
		display: block;
		width:696px;
		margin:0 0 7px;
		background-image: url('/images/interface/bg/bg-pod-content-split-explore-export-markets-jumplist-holder.png');
	}

	#content .pod-jump-list-holder-footer-java {
		position:absolute;
		bottom:0;
		left:0;
		display:block;
		width:700px;
		height:7px;
		background: url('/images/interface/bg/bg-pod-content-split-explore-export-markets-jumplist-holder.png') no-repeat left bottom;
		z-index:0;
	}

	#content .pod-jump-list-holder-java .pod-map-jump-list {
		display:block;
		width: 324px;
		min-height:401px;
		float: left;
		padding:0 14px;
	}

	#content .pod-jump-list-holder-java .pod-map-jump-list h2,
	#content .pod-jump-list-holder .pod-map-jump-list h2  {
		font-size:2.1em;
		line-height:1em;
		color:#555;
		font-weight:bold;
		background:none;
		text-transform:none;	
		}
		
	#content .pod-jump-list-holder-java .jump-target {
		display:block;
		position:relative;
		float: left;
		width:335px;
		padding-top:20px;
		z-index:100;
	}

	#content .pod-jump-list-holder .jump-target {
		border-top:1px solid #e1e1dd;
		padding-top:2em;
	}

	#content .pod-jump-list-holder .instructions {
		display:none;
	}

	#content .pod-jump-list-holder .jump-target img	{
		float:right;
	}

	#content .pod-jump-list-holder-java .jump-target h3,
	#content .pod-jump-list-holder .jump-target h3 {
		font-size:1.8em;
		line-height:1em;
		font-weight:bold;
		color:#555;
	}

	#content .pod-jump-list-holder-java .jump-target a.view-all-link {
		position: absolute;
		bottom:6px;
		display: block;
		width: 337px;
		padding: 8px 0;
		text-indent:15px;
		text-transform:uppercase;
		color:#fff;
		background:#F27D21;
	}

	#content .pod-jump-list-holder .jump-target a.view-all-link {
		display:block;
		font-size:1.1em;
		padding-bottom:20px;
	}

	#content .pod-jump-list-holder-java .jump-target a.view-all-link:hover {
		background: #000;
		color:#fff;
		text-decoration:none;
	}
	#content .pod-jump-list-holder-java .jump-target .target-content {
		padding:0 14px;
	}
	
	#content .pod-jump-list-holder-java .jump-target .target-content p,
	#content .pod-jump-list-holder .jump-target .target-content p {
		margin-bottom:.5em;
	}

	#content .pod-jump-list-holder-java .jump-target a.read-more,
	#content .pod-jump-list-holder .jump-target a.read-more {
		font-size:1.2em;
		background: url(images/Interface/ind/ind-bulletarrow-explore-export-markets.png) no-repeat 0 4px;
		padding-left: 15px;
	}
	
	#content .pod-jump-list-holder-java .jump-target ul {
		margin-bottom:60px;
	}
	
	#content .pod-jump-list-holder .jump-target ul 
	{
		margin-bottom:1em;
	}
	
	#content .pod-jump-list-holder .jump-target ul li,
	#content .pod-jump-list-holder-java .jump-target ul li {
		font-size:1.1em;
		background-image:none !important;
		padding-left:0;
		margin:.5em 0;
	}
	
	#content .pod-jump-list-holder-java .pod-map-jump-list .jump-links {
		margin:0 0 16px;
	}
	
	#content .pod-jump-list-holder-java .pod-map-jump-list .jump-links li {
		background:none;
		padding:0;
		margin-top:6px;
	}
	
	#content .pod-jump-list-holder-java .pod-map-jump-list .jump-links li a {
		display:block;
		padding:3px 0 3px 30px;
		background: url(images/Interface/ind/ind-arrowbig-explore-export-markets.png) no-repeat 3px center;
	}
		



/***** 09 HOMEPAGE *****/
.homepage #content-wrapper {
	background: url(/Images/Content/Page/Homepage/bg-homepage-bottom.png) bottom left no-repeat;
	padding-bottom: 5px;
}

	#ie6 .homepage #content-wrapper {
		background: url(/Images/Content/Page/Homepage/bg-homepage-bottom.gif) bottom left no-repeat;
	}

.homepage #content {
	background: url(/Images/Content/Page/Homepage/bg-homepage.png) top left no-repeat;
}

	#ie6 .homepage #content {
		background: url(/Images/Content/Page/Homepage/bg-homepage.gif) top left no-repeat;
	}

.homepage #content h1 {
	text-transform: uppercase;
}



#content .homepage-pods .pod {
	width: 337px;
	height: 175px;
	float: left;
	margin-bottom: 13px;
	padding: 0;
	background: none;
	overflow: hidden;
	clear:none;
}


#content .homepage-pods .pod h2 {
	background: none;
	color: #000;
	text-indent: -9999px;
	height: 65px;
	line-height: normal;
	position: relative;
}

	#content .homepage-pods .pod h2 a {
		position: absolute;
		width: 325px;
		height: 152px;
		outline: none;
		top: 7px;
		left: 0px;
	}

#content .homepage-pods .pod p {
	margin: 0 27px;
	line-height: 1.2em;
}

#content .homepage-pods .left {
	margin-right: 22px;
}

#content .homepage-pods .hover {
	background-position: 0 -175px !important;
}

#content .homepage-pods .hover p {
	color: #000;
}

#content .homepage-pods #pod-get-ready-to-export {
	background: url(/Images/Content/Page/Homepage/bg-pod-get-ready-to-export.png) top left no-repeat;
}

#content .homepage-pods #pod-explore-knowledge-expertise {
	background: url(/Images/Content/Page/Homepage/bg-pod-explore-knowledge-expertise.png) top left no-repeat;
}

#content .homepage-pods #pod-access-international-networks {
	background: url(/Images/Content/Page/Homepage/bg-pod-access-international-networks.png) top left no-repeat;
}

#content .homepage-pods #pod-explore-export-markets {
	background: url(/Images/Content/Page/Homepage/bg-pod-explore-export-markets.png) top left no-repeat;

}

#content .homepage-pods #pod-find-funding-assistance {
	background: url(/Images/Content/Page/Homepage/bg-pod-find-funding-assistance.png) top left no-repeat;
}

#content .homepage-pods #pod-features-commentary {
	background: url(/Images/Content/Page/Homepage/bg-pod-features-commentary.png) top left no-repeat;
}

.homepage #content .full-width {
	width: 690px;
	clear: left;
	background: url(/Images/Content/Page/Homepage/bg-pod-full-width.gif) top left no-repeat;
	padding-top: 5px;
}

.homepage #content .full-width .pod-content {
	background: url(/Images/Content/Page/Homepage/bg-pod-full-width.gif) bottom left no-repeat;
	padding: 15px 23px 23px 23px;
}

.homepage #content .full-width .pod-content h2 {
	background: none;
	margin: 0 0 10px 0;
	color: #000;
	padding: 0px;
	font-size: 1.8em;
	font-weight: normal;
	line-height: normal;
}

.homepage #content .full-width .pod-content .hilited-links {
	color: #000;
}

.homepage #content .full-width .pod-content .hilited-links li {
	margin-left: 0px;
	padding: 0 16px 0 30px;
	float: left;
	width: 276px;
	margin-right: 0px;
	margin-bottom: 8px;
	line-height: 1.4em;
}

.homepage #content .two-col .pod-content .hilited-links ul {
	float: left;
}

.homepage #content .two-col .pod-content .hilited-links li {
	float: none;
}

.homepage #content .full-width .pod-content .hilited-links a {
	display: block;
}

.homepage #sidebar .featured {
	background: url(/Images/Content/Page/Homepage/bg-sidebar-pod-featured.gif) bottom left no-repeat;
	padding-bottom: 4px;
}

.homepage #sidebar .featured .pod-content{
	background: url(/Images/Content/Page/Homepage/bg-sidebar-pod-featured-top.gif) top left no-repeat;
	padding-bottom: 20px;
}

.homepage #sidebar .featured .pod-content p {
	margin-top: 10px;
	color: #fff;
}

.homepage #sidebar .featured li {
	font-size: 0.9em;
	background: url(/Images/Content/Page/Homepage/ind-sidebar-arrow.gif) 0 3px no-repeat;
}

.homepage #sidebar .featured li a {
	text-transform: uppercase;
	color: #fff;
}

.homepage #sidebar .featured li a:hover {
	border-bottom: 1px solid #fff;
}

.homepage #sidebar .doing-business-with-new-zealand .pod-content h2 {
	background: url(/Images/Content/Page/Homepage/hdg-doing-business-with-new-zealand.gif) 22px 10px no-repeat;
	text-indent: -9999px;
	height: 30px;
}

.homepage #cookie-trail-wrapper {
	padding-bottom: 20px;
}

.homepage #homepage-landing {
	width: 960px;
	height: 297px;
	margin: 5px auto auto;
	background: url(/Images/Content/Page/Homepage/bg-homepage-landing.gif) top left no-repeat;
	padding: 6px 5px;
}

.homepage #homepage-landing .intro-copy {
	float: left;
	width: 218px;
	height: 289px;
	border-right: 1px solid #3d3e3e;
}

.homepage #homepage-landing .intro-copy h1 {
	height: 85px;
	width: 166px;
	text-indent: -9999px;
	background: url(/Images/Content/Page/Homepage/hdg-welcome-to-nzte.gif) top left no-repeat;
	margin: 20px 0 0 15px;
}

.homepage #homepage-landing .intro-copy p {
	color: #b3b3b3;
	font-size: 1.2em;
	margin: 15px;
}

.homepage #homepage-landing #flash-video {
	float: right;
	width: 741px;
	height: 289px;
}

.homepage #page {
	background: none;
}

#SRSB {
	margin:0 0 10px;
}

#SRSB input {
	border:#999999 solid 1px;
	color:#000000;
	float:left;
	font-size:1.4em;
	margin-right:5px;
	padding:4px 5px 5px;
	width:238px;
}

.srch-stats {
	margin:0 0 10px;
	padding:3px 5px;
	background:#ececec;
}

.srch-sort-right {
	margin:0 0 10px;
}

.srch-sort-right img.rpo-gif {
	display:inline;
}

.srch-Page {
	margin:0 0 10px;
	text-align:right;
}

.srch-results {
	padding:10px 0 0;
	border-top:1px solid #999;
}

.srch-results .srch-Title  {
	font-size:1.2em;
}

.srch-results .srch-Icon {
	display:none;
}

#content-wrapper .srch-results .srch-Metadata {
	margin:0 0 10px;
	padding:0 0 13px;
	border-bottom:1px solid #dedede;
}

#content-wrapper .srch-results .srch-URL a {
	color:#066A0D;
}
