@charset "utf-8";
/* CSS Document */

/* STRUCTURE */

#content {
	margin-right:0px; /*set right margin back to 0 for homepage */
}

/* HOME PAGE LAYERS */

#buses {	
	display:block;
	width:290px;
	height:110px;
	padding-top:10px;
}
#bus-metrolink,
#bus-valley-flyer,
#bus-north-star,
#bus-go-west,
#bus-link-bus,
#bus-adams,
#bus-stagecoach,
#bus-fullers,
#bus-airport-flyer,
#bus-go-wellington {
	display:none;
}
#infobox,
#infobox-nzbus,
#infobox-metrolink,
#infobox-valley-flyer,
#infobox-north-star,
#infobox-go-west,
#infobox-link-bus,
#infobox-adams,
#infobox-stagecoach,
#infobox-fullers,
#infobox-airport-flyer,
#infobox-go-wellington {
	background-image:url(http://www.nzbus.co.nz/images/infobox-bg.gif);
	background-repeat:repeat-y;
	display:none;
	z-index:2;
}
#infobox-nzbus,
#bus-nzbus {
	display:block;
	
}
#infobox-img
 {
	display:block;
}
#infobox-body {
	background-image:url(http://www.nzbus.co.nz/images/infobox-head.gif);
	background-repeat:no-repeat;
	padding:10px 20px;
	height:80px;
}
#infobox-foot {
	background-image:url(http://www.nzbus.co.nz/images/infobox-foot.gif);
	height:16px;
	background-repeat:no-repeat;
	margin-bottom:12px;
}



