@charset "utf-8";
/* CSS Document */

	#Wrapper {
		background-color:#edf4f8;
		font-family: 'Stag-Serif-Medium','Calibri','Calibri',Helvetica,Arial,sans-serif;
	}	
	#Wrapper h3 {
		font-size:22px;
		background-color:#134e6c;
		color:#f4f4f4;
		padding-left: 25px;
		height:45px;
		line-height:45px;
	}
	#Wrapper ul{
		padding:1.3em;
		font-size:0.8em;
		color:#555a5d;
	}
	#Wrapper ul li{
		list-style:none;
	}
	#Wrapper ul li a{
		color:#106d9b;
		font-size:1em;
		line-height:1.6em;
	}
	#Wrapper ul.videos li a{
		float:left;
		width:50%;
		text-align:center;
	}
	#Wrapper ul.videos li a:hover{
		background-color:#7bb9dd;
		color:#edf4f8;
		text-decoration:none;
	}
	#Wrapper ul.videos li.selected a{
		font-weight:bold;
		text-decoration:none;
		background-color:#3183b2;
		color:#edf4f8;
	}
	#Wrapper p.instructions {
		margin-bottom:-1em;
		padding: 0.2em 0 0 1.7em ;
		font-size:0.9em;
	}
	#Wrapper img {
		margin-left:-1.3em;
	}
	#Wrapper .intro {
		padding: 1em 1.3em 0 1.3em;
		line-height:1.3em;
		font-size:0.95em;
	}
	#Wrapper .intro p{
		margin-bottom:0.9em;
	}
	#Wrapper #disclaimer {
		line-height:1.3em;
		font-size:11px;
		background-color:#cbcaca;
		padding:12px;
	}
	#Wrapper #disclaimer a {
		font-size:13px;
		font-weight:bold;
		text-decoration:none;
		line-height:1.6em;
	}
	#Wrapper #disclaimer a:hover {
		text-decoration:underline;
	}
	#Wrapper #MapFooter{
		font-weight:normal;
		height: 45px;
		font-size: 14px;
		font-family:Arial,sans-serif;
		color:#bcbcbc;
		text-transform:uppercase;
		text-align:center;
		background: #3d3d3e url(http://media.nzherald.co.nz/webcontent/infographics/141/nzheraldLogo.gif) 15px 13px no-repeat;	
	}	
	#Wrapper #MapFooter p{
		font-size: 13px;
		float:right;
		line-height:40px;
		margin-right:25px;
		text-transform:lowercase;	
	}
	#Wrapper #MapFooter a{
		color:#dddbdc;
		text-decoration:none;	
	}
	#Wrapper #MapFooter a:hover{
		text-decoration:underline;	
	}
	
	
	
	
	
	