@media screen {
	
	* {
		padding:0;
		margin:0;
	}
	
	html {
		font-family: Verdana,Arial,sans-serif;
		font-size: 13px;
		background-color: #ffffff;
		color: #000000;
		padding-bottom: 20px;
	}
	
	body {
		margin: 0 auto 0 auto;
		width: 758px;
	}
	
	h1 {
		font-size: 16px;
		font-family: Arial,sans-serif;
		color: #555;
		text-transform: uppercase;
		margin: 0 30px 10px 20px;
		line-height: 1.5;
	}
	
	h2 {
		font-size: 14px;
		font-family: Arial,sans-serif;
		color: #555;
		text-transform: uppercase;
		margin: 0 30px 10px 20px;
	}
	
	h3, h4, h5 {
		font-family: verdana,helvetica,arial,sans-serif;
		margin: 0 30px 10px 20px;
	}
	
	h3 { 
		background-color:#cccccc;
		border: #666666 solid 1px;
		font-size: 16px;
		padding:2px 10px;
	}
	
	h4 { 
		font-size: 14px;
	}
	
	h5 { 
		font-size: 12px;
	}
	
	p, li {
		margin: 0px 30px 20px 20px;
		font-size: 12px;
		text-align: left;
		line-height: 1.5;
	}
	
	li {
		margin-left: 55px;
	}
	
	p a:link, a:visited {
		font-weight: bold;
	}
	
	a:link {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:visited { 
		color: #000000;
		text-decoration: none;
	}
	
	a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	/* Footer */
	
	#footer img {
		border: 0;
	}
	
	#footer p {
		font-size: 11px;
		color: #282828;
		text-align: center;
		margin: 0px;
		padding: 0px;
	}
	
	#footer a:link, #footer a:visited {
		color: #282828;
		text-decoration: none;
		font-weight: normal;
	}

	#footer a:hover {
		color: #000000;
		text-decoration: underline;
	}
	
	/* Main Layout */
	
	#banner, #footer {
		border: 0;
		clear: both;
	}
	
/*	#banner {
		margin-bottom: -2px;
	}
*/	
	#nav {
		width: 214px;
		float: left;
	}
	
	#view {
		width: 544px;
		float: right;
	}
	
	.viewsection {
		width: 544px;
		clear: both;
	}
	
	.contents {
		width: 415px;
		float: left;
		display: inline;
	}
	
	.rightbar {
		width: 126px;
		float: right;
		text-align: center;
		overflow: hidden;
		display: block;
	}
	
	/* Main Navigation Menu */
	
	ul#navlist {
		text-indent: 15px;
		width: 214px;
		margin: -1px 0;
		padding: 0;
		height: 199px;
		background-image: url(images/nav_link_bg.gif);
		list-style-type: none;
		font-weight: normal;
	}
	
	ul#navlist li, ul#navlist li a:link {
		display: block;
		height: 33px;
		margin: 0;
		background-image: url(images/nav_link_bg.gif);
		line-height: 33px;
		outline: none;
		font-weight: normal;
	}
	
	#navlist a:visited {
		font-weight: normal;
		color: #000000
	}
	
	#activenav, #navlist a:hover, #navlist a:active {
		background-image: url(images/nav_link_bg_hover.gif) !important;
		display: block;
		height: 33px;
		letter-spacing: normal;
		text-decoration:none;
	}
	
	#navlist a:hover {
		font-weight: bold !important;
	}
	
	/* Investments Navigation Menu */
	
	#subnav {
		width: 214px;
		margin-top: 30px;
	}
	
	#subnav ul {
		list-style-type: none;
		margin: 0;
		padding: 10px 0 0 10px;
	}
	
	#subnav #catnav ul {
		list-style-type: none;
		margin: 0;
		padding: 5px 0 5px 10px;
	}
	
	#sportsnav ul {
		list-style-type: none;
		margin: 0;
		padding: 0 0 0 10px;
	}
	
	#subnav li, #subnav a:link, #subnav a:visited,  #sportsnav li {
		margin: 0;
		padding: 3px 0 0 0;
		font-size: 12;
		font-weight: normal !important;
	}
	
	#subnav img {
		padding-top: 10px;
	}
	
	/* Misc */
	
	.contact a:link {
		font-weight: normal;
	}
	
	.execphoto {
		float: right;
	}
	
	#auckland {
		float: left;
		width: 272px;
		overflow: none;
	}
	
	#london {
		overflow: none;  
		float: right;
		width: 272px;
	}
	
	ul.tight li {
		margin-bottom: 10px;
	}
	
	p.tight {
		margin-bottom: 10px;
	}
	
	img.title {
		clear: both;
	}

	.subterms li {
		margin-top: 10px;
	}

	#stockquote {
		visibility: hidden;
	}

	.superscript	{
		vertical-align: super;
		font-size: 8px;
	}

	.rightimg {
		float:right;
		padding: 0 0 10px 10px;
	}
}

@media print {
	html {
		font-family: verdana,helvetica,arial,sans-serif;
		font-size: 11.5px;
		background-color: #ffffff;
		color: #000000;
		padding-bottom: 20px;
	}
	
	body {
		margin: 0 auto 0 auto;
		width: 758px;
	}
	
	h1 {
		font-size: 16px;
		color: #888888;
		padding-bottom: 20px;
 		font-weight: bold;
	}
	
	h2 {
		font-size: 16px;
		color: #888888;
		padding-bottom: 20px;
	}
	
	h3, h4, h5 {
		font-family: verdana,helvetica,arial,sans-serif;
		margin: 0 30px 10px 20px;
	}
	
	h3 { 
		background-color:#cccccc;
		border: #666666 solid 1px;
		font-size: 16px;
		padding:2px 10px;
	}
	
	h4 { 
		font-size: 14px;
	}
	
	h5 { 
		font-size: 12px;
	}

	p, li, h1 {
		margin: 0px 30px 20px 20px;
		font-size: 12px;
		text-align: left;
		line-height: 1.5;
	}

		p a:link, a:visited {
		font-weight: bold;
	}
	
	a:link {
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	
	a:visited { 
		color: #000000;
		text-decoration: none;
	}

	#mantlepiece {
		display:none;
	}
	
	#nav {
		display: none;
	}
	
	#footerlogo {
		display: none;
	}

	#footer p {
		clear: both;
		font-size: 11px;
		color: #282828;
		text-align: center;
		margin: 0px;
		padding: 0px;
	}

	.execphoto {
		float: right;
	}

	#execlist {
		display: none;
	}

	#auckland {
		float: left;
		width: 49%;
		overflow: none;
	}
	
	#london {
		overflow: none;  
		float: right;
		width: 49%;
	}

	#slideshowinv {
		display: none;
	}
	
	.viewsection {
		width: 100%;
		clear: both;
	}

	.contents {
		width: 80%;
		float: left;
	}
	
	.viewsection .contents p {
		padding-bottom: 10px;
	}

	.rightbar {
		width: 20%;
		float: right;
		text-align: center;
	}
	
	p.tight {
		clear: both;
	}

	#view { 
		margin-top: 12pt;
	}
}
