/*global styles*/
h1 { color: #2f4f4f; font-size: 20px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-weight: bold; line-height: normal; }
/*layout styles*/
#container { width: 100%; left: 0; top: 0; position: absolute; height: 100%; z-index: 0; visibility: visible; }
#bgimage {
	background-image: url(../images/nzlsbanner.jpg);
	position: absolute;
	top: 0;
	left: 0;
	height: 423px;
	width: 592px;
	z-index: 1;
	visibility: visible;
}
/*masthead area*/
#nzlsname { background-image: none; background-repeat: no-repeat; background-position: right bottom; text-align: right; height: 110px; width: auto; left: 10px; position: relative; z-index: 2; visibility: visible; margin-top: 10px; margin-right: 20px; }
/*Navigation panel on left*/
#navborder {
	position: absolute;
	height: 380px;
	width: 140px;
	left: 20px;
	top: 200px;
	z-index: 4;
	visibility: visible;
	padding: 5px;
}
#navboxcont { position: relative; height: 350px; width: 120px; left: 10px; z-index: 3; visibility: visible; border-width: 2px; }
.navbox_nav {
	color: 0;
	font-size: 12px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	font-style: inherit;
	line-height: 20px;
	width:100%;
	visibility: visible;
}
/*information panel on right*/
#infobox { color: #000; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; background-color: #faebd7; height: 366px; width: 110px; position: relative; top: 50px; z-index: 5; visibility: visible; float: right; margin: 10px 12px 12px; padding: 10px; }
/*main body area*/
#mainbox { color: black; font-size: 12px; font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; font-style: normal; background-image: none; height: auto; width: auto; position: relative; z-index: 6; visibility: visible; margin: 50px 50px 12px 200px; padding: 2px; border-color: transparent; }

/*Gallery pages - these are the elements that differ to the main pages or are unique to the the gallery section of the site.
*/
/*The 'infobox' becomes the Gallery Navigation Box
*/
#GalleryNavigationBox {
	color: #000;
	font-size: 10px;
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
	background-color: #9cc;
	height: 366px;
	width: 110px;
	position: relative;
	top: 50px;
	z-index: 8;
	visibility: visible;
	float: right;
	margin: 10px 12px 12px;
	padding: 5px;
	margin-top: 10px;
	clear: left;
}
