/* Standard body elements */

body {
	background: url('/gfx/newzealand/body_bg.gif') repeat-x #f2f2f2;
	color: #000;
}

* ul, * form {
	margin: 0;
	padding: 0;
}

* img {
	border: none;
}

/* layout elements */

#logo img {
	margin: 24px 0 0 20px;
}

#topWrapper {
	background: url('/gfx/newzealand/top_bg_image.jpg') no-repeat;
}

#bodyBottomImage {
	display: none;
}

/* text formatting */

h1 {
	color: #377100;
}

h1.boxGradientHeader {
	background: url('/gfx/newzealand/header_gradient_1.gif') repeat-x;
	color: #fff;
	font-family: trebuchet MS, arial, verdana, tahoma, sans-serif;
	font-size: 0.7em;
	line-height: 3.1em;
	margin: 1px;
	text-align: left;
	text-indent: 10px;
}

.nav {
	background-color: inherit;
	color: #fff;
	font-size: 11px;
	font-family: trebuchet MS, arial, verdana, tahoma, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.nav a:link, .nav a:visited {
	background-color: inherit;
	color: #f2ecda;
	text-decoration: none;
}

.nav a:hover, .nav a:active {
	background-color: inherit;
	color: #72af00;
	text-decoration: none;
}

.navMenu {
	background-color: inherit;
	color: #72af00;
	font-size: 11px;
	font-family: trebuchet MS, arial, verdana, tahoma, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.navMenu a:link, .navMenu a:visited {
	background-color: inherit;
	color: #72af00;
	text-decoration: none;
}

.navMenu a:hover, .navMenu a:active {
	background-color: inherit;
	color: #fff;
	text-decoration: none;
}

.content {
	background-color: inherit;
	color: #666666;
	font-size: 0.7em;
	font-family: trebuchet MS, arial, verdana, tahoma, sans-serif;
	font-weight: normal;
	text-decoration: none;
}

.content a:link, .content a:visited {
	background-color: inherit;
	color: #377100;
	font-weight: bold;
	text-decoration: none;
}

.content a:hover, .content a:active {
	background-color: inherit;
	color: #000000;
	text-decoration: none;
}