@charset "utf-8";
/* CSS Document */

/* --- RESET (Eric Meyer Reset) --- */
	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, font, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	 caption       {
		margin: 0; 
		padding: 0;
		border: 0;
		outline: 0;
		font-size: 100%;
		vertical-align: baseline;
		background: transparent;
	}

	body { line-height: 1; }
	ol, ul { list-style: none; }
	blockquote, q { quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after { content: ''; content: none; }
	/* remember to define focus styles! */
	:focus { outline: 0; }
	/* remember to highlight inserts somehow! */
	ins { text-decoration: none; }
	del { text-decoration: line-through; }
	/* tables still need 'cellspacing="0"' in the markup */
	/*table { border-collapse: collapse; border-spacing: 0; }*/
	a	{ text-decoration: none; color: #3a4d80; }
	a:hover { text-decoration: underline; }

/* Clear */
.clear {
	clear: both;
}
div.clearBoth {
	clear: both;
	font-size: 1px;
}
	
/* --- SECTIONS --- */
	body {
		background: #7DAE1A url('../img/bg_body.png') repeat-x top left;
		color: #333;
		font: 12px Arial, Helvetica, sans-serif;
	}
	#global {
		margin: 0 auto;
		position: relative;
		width: 968px;
	}
	#header { height: 92px; position: relative; z-index: 100; }
	#template {
		background: #fff;
		padding: 20px;
		overflow: hidden;
		height: 1%;
		position: relative;
		z-index: 10;
	}
	.article { float: left; width: 610px; }
	.aside { float: left; width: 297px; margin-left: 21px; }
	#intro { background: url('../img/bg_home_intro.jpg') no-repeat; height: 276px; margin-bottom: 20px; }
	#footer { background: #7DAE1A; overflow: hidden; height: 1%; padding: 5px 0; }
	
	
	.intro { margin-bottom: 20px; }
	.sections { border-top: 1px solid #E9E9E9; margin-top: 10px; }
	
/* --- TYPO --- */
	h1.lifelines {
		background: #fff url('../img/h1-auckland-engineering.jpg') no-repeat top left; 
		clip: rect(auto, 218px, 124px, auto);
		clip: rect(auto 218px 124px auto);
		height: 124px; 
		left: 16px;
		padding-left: 218px;
		position: absolute;
		top: 0;
		width: 218px;
	}
	h1 {
		color: #060;
		font: normal 24px Arial, Helvetica, sans-serif;
	}
	h2 {
		color: #060;
		font: normal 24px Arial, Helvetica, sans-serif;
		margin: 20px 0 15px 0;
	}
	#intro h2 { margin:0 0 20px;
padding:40px 20px 0 25px;
width:350px; }
	
	h3 {
		/* border-bottom: 1px solid #e9e9e9; */
		color: #333;
		font: normal 20px Arial, Helvetica, sans-serif;
		margin: 10px 0 5px 0;
		/*padding: 5px 0;*/
	}
	.item h3 { border-top: 1px solid #E9E9E9; padding-top: 5px; margin-top: 20px; }
	
	h4 {
		color: #333;
		font: bold 14px Arial, Helvetica, sans-serif;
		margin: 10px 0;
		position: relative
	}
	.news h4 { border-top: 1px solid #E9E9E9; padding-top: 10px; }
	.partner h4 { margin-top: 0; }
	h4 span { position: absolute; top: 0; right: 0; font-size: 12px; }
	
	p {
		color: #333;
		font: 12px Arial, Helvetica, sans-serif;
		margin: 5px 0;
	}
	.intro p { margin: 10px 0; }
	
	a {	color: #690; font: bold 12px Arial, Helvetica, sans-serif; }
	
	.btnPDF { background: url('../img/bg_btn_pdf.png') no-repeat top left; font-size: 18px; font-weight: normal; display: block; height: 55px; line-height: 55px; padding: 0 0 0 75px; width: 207px; }
	.btnPDF:hover { text-decoration: none; }
	#intro .btnPDF { float: left; margin: 0 5px; }
	
	.partner {overflow: hidden;  margin: 20px 0; }
	.partnerimage {float: left; margin-right: 20px; width:180px;}
	.partner img {  }
	.partner .content { float: left; width:410px; }
	
	.item { margin-bottom: 40px; }
	.item p { margin-top: 15px; }
	.item p a { font-size: 14px; }
	
/* --- LIST --- */
	#header ul { overflow: hidden; height: 1%; }
	#header li { float: left; font: bold 12px Arial, Helvetica, sans-serif; color: #333; background:none;}
	#header li a {
		border-right: 1px solid #690;
		padding: 0 10px;
	}
	#footer ul { overflow: hidden; height: 1%; }
	#footer li { float: left; font: bold 12px Arial, Helvetica, sans-serif; color: #333; background:none;}
	#footer li a {
		border-right: 1px solid #690;
		padding: 0 10px;
	}
	
	
	ol{ 
		list-style: decimal; 
		list-style-position:inside;
		
	}
	ol li{
		margin:5px 0;
	}
	
	
	
	
	ul { overflow: auto; }
	ul li { float: none; margin: 5px 0; background: url('../img/li_chip.gif') no-repeat 0 5px; padding-left: 10px; position: relative; }
	ul li a {
		border-right: 0;
		padding: 0;
	}
	
	
	
	dl { color: #333; font: bold 12px Arial, Helvetica, sans-serif; overflow: hidden; height: 1%; margin-bottom: 20px; }
	dl dt, dl dd { float: left; }
	dl dd { font-weight: normal; padding: 0 10px; border-right: 1px solid #666; }
	dl dd a { font-weight: bold; }
	dl dd span { color : #666; }
	
	ul.file li { font-weight: normal; padding: 0 10px; border-right: 1px solid #333; background:none; float:left; height: 1% }
	ul.file li span { font-weight: bold; }
	

	ul.links { overflow: auto; }
	ul.links li { float: none; margin: 5px 0; background: url('../img/li_chip.gif') no-repeat 0 5px; padding-left: 10px; position: relative; height: 1%; }
	ul li.links { float: none; margin: 5px 0; background: url('../img/li_chip.gif') no-repeat 0 5px; padding-left: 10px; position: relative; height: 1%; }
	ul.links li.links { float: none; margin: 5px 0; background: url('../img/li_chip.gif') no-repeat 0 5px; padding-left: 10px; position: relative; height: 1%; }
	
	ul.links li a {
		border-right: 0;
		padding: 0;
	}
	ul li a.links {
		border-right: 0;
		padding: 0;
	}
	
	.page { text-align:center; margin: 10px 0; border-top: 1px solid #e9e9e9; padding-top: 10px; font: normal 12px Arial, Helvetica, sans-serif; }
	.page a { font-weight: normal; border: none; padding: 0; }

	#header ul { bottom: 0; position: absolute; right: 10px; height: auto; overflow: visible; height: auto; }
	#header li { padding: 5px 0; font-size: 14px;	position: relative; }	
	#header li a { border-color: #4d8609; color: #d9ffc0; }	
	#header li a:hover { text-decoration: none; color: #fff; }	
	
	#header ul.loggedin { position: absolute; bottom: -30px; right: 10px; z-index: 100; }
	#header ul.loggedin li { color: #999; font-size: 14px; }
	#header ul.loggedin li a { color: #999; border-color: #999; }
	#header ul.loggedin li a:hover { color: #690; }
	
ul li em {
	font-weight: normal;
	background: url('../img/hover.gif') no-repeat;
	color: #558310;
	font: bold 11px Arial, Helvetica, sans-serif;
	width: 235px;
	height: 33px;
	position: absolute;
	top: -45px;
	left: -95px;
	line-height: 28px;
	text-align: center;
	padding: 0;
	font-style: normal;
	z-index: 2;
	display: none;
}

	
	#footer li { color: #fff; font-size: 10px; padding: 0 5px; }	
	#footer li a { border: none; font-size: 10px; color: #fff; padding: 0; }
	
/* --- FORM --- */
	#login  { display: none; padding-top: 30px; position: absolute; right: 11px; top: 62px; width: 260px; z-index: 1000; }
	#login fieldset { background: #4c4c4c url('../img/bg_login.png') repeat-x top left; padding: 15px 20px; }
	#login .title { background: #666; display: block; padding: 5px 9px; position: absolute; right: 0; top: 0; }
	#login p { color: #FFF; font: bold 12px Arial, Helvetica, sans-serif; }
	#login fieldset p { display: none; margin-bottom: 10px; }
	label { 
		clear: left; 
		color: #FFF; 
		display: block;	
		float: left; 
		font: 12px Arial, Helvetica, sans-serif; 
		margin: 3px 0; 
		width: 70px; 
	}
	input.text { 
		border: 1px solid #fff; 
		font: 11px Arial, Helvetica, sans-serif; 
		margin: 2px 0; 
		width: 148px;
	}
	input.submit {
		background: url('../img/bg_submit_off.gif') no-repeat left 2px;
		border: none;
		color: #fff;
		cursor: pointer;
		float: right;
		font: bold 10px Arial, Helvetica, sans-serif;
		height: 23px;
		line-height: 21px;
		margin: 10px 0 0 0;
		padding: 0;
		text-align: center;
		width: 55px;
	}
	input.submit:hover {
		border: none;
		background: url('../img/bg_submit_on.gif') no-repeat left 2px;
	}
	
	#login.homepage {  padding-top: 0; margin-bottom: 20px; width: auto; position: relative; top: auto; right: auto; display: block; }
	#login.homepage .title { display: none; }
	#login.homepage fieldset p { display: block; }
	#login.homepage label { width: 104px; }
	
/* --- TOOLS --- */
	.corner			{ background: url('../img/bg_template.gif') no-repeat; height: 5px; position: absolute; width: 5px; }
	.topLeft		{ background-position: 0 0; top: 0; left: 0; }
	.topRight		{ background-position: -5px 0; top: 0; right: 0; }
	.bottomLeft		{ background-position: 0 -5px; bottom: 0; left: 0; }
	.bottomRight	{ background-position: -5px -5px; bottom: 0; right: 0; }
	.bTop 		{ border-top: 1px solid #e9e9e9; padding-top: 10px; }
	.fLeft 		{ float: left; }
	.fRight 	{ float: right; }
	.hr 		{ background: url('../img/hr_dashed.gif') repeat-x; clear: both; height: 1px; line-height: 1px; margin: 10px 0; }
	.hrdesign 	{ background: url('../img/hrdesign.gif') no-repeat top left; height: 112px; margin: 0 -20px; }
	.hr hr 		{ display: none;}
	.mTop20 	{ margin-top: 20px; }
	/*.none { display: none; }*/
	
	
/* --- IE6 --- */
/*
	#ie .corner { display: none; }
	#ie .btnPDF { background: none; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/bg_btn_pdf.png",sizingMethod="scale"); cursor: pointer; }
	#ie input.text { width: 143px; }
	#ie #login.homepage label { width: 100px; }
	*/
