body {
	font-size:80%;
	font-family: "Verdana", "Arial", "sans-serif";
}

/* page wrapper */
#wrapper {
	margin: 0px auto;
	width:800px;
	background-image:url('/pub/images/home/wrapper_body.png');
	background-repeat:repeat-y;
}
#wrapper-header {
	margin: 0px auto;
	width:800px;
	height:50px;
	background-image:url('/pub/images/home/wrapper_header.png');
	background-repeat:no-repeat;
	background-position:center;
}
#wrapper-footer {
	margin: 0px auto;
	width:800px;
	height:50px;
	background-image:url('/pub/images/home/wrapper_footer.png');
	background-repeat:no-repeat;
	background-position:center;
}

/* header */
#header {
	float:left;
	text-align:left;
	padding:0px 10px 0px 60px;
	height:110px;
}

/* right navigation list */
#nav_right {
	float:right;
	margin:0px 40px 0px auto;
	list-style:none;
	overflow: hidden;
	padding-left:0px;
}
#nav_right a {
	text-decoration:none;
	font-weight:bold;
	color:#ffffff;
	padding:2px 10px 2px 10px;
}
#nav_right a.open {
	color:#ef3d34;
}
#nav_right li {
	display:inline;
	border-right: 1px solid #ffffff;
}
#nav_right li img {
	display:none;
}
#nav_right li:hover img {
}
#nav_right a:hover {
	color:#bbbbbb;
}
#nav_right a:active {
	color:#ffffff;
}

/* main content */
#content {
	clear:both;
	margin-top:10px;
	padding:0px 60px 20px 60px;
}
p {
	margin:0px;
	color:#ffffff;
}
.h1 {
	font-size:140%;
	font-weight:bold;
	color:#ffffff;
	text-align:center;
}
.body {
}
.h2 {
	font-size:100%;
	font-weight:normal;
	color:#fff;
    text-align: justify;
}
.h3 {
	font-size:100%;
    color:#fff;
    text-align: justify;
}
.h4 {
    font-size:110%;
    font-weight:normal;
    color:#000;
    background-color: #eee;
    padding:10px;
}
.center {text-align: center;}
.strong {font-weight: bold;}
img {
	border:0px;
	float:left;
}
img.center {
	clear:both;
	float:none;
	margin:0px auto;
	text-align:center;
}
p.center {
	clear:both;
	float:none;
	margin:0px auto;
	padding-left:66px;
	padding-right:66px;
}
#content ul {
    margin-top:10px;
	margin-left:20px;
	float:left;
	color:#ffffff;
}
#content li {
	margin-top:5px;
	font-style:italic;
	font-size:90%;
}

#content li b {
	font-style:normal;
	font-size:110%;
}

#content a {
	text-decoration:none;
	color:#ef3d34;
	padding-bottom:1px;
}
#content a:hover {
	color:#ef3d34;
	border-bottom:1px solid #ffffff;
}

/* footer */
#footer {
	font-size:70%;
	clear:both;
	text-align:center;
	padding-top:40px;
	padding-left:40px;
}
#footer p {
	display:inline;
	color:#ffffff;
	padding:0px 5px 5px 5px;
}
#footer span {
	padding:0px 5px 5px 5px;
	border-bottom:1px solid #ffffff;
}
#footer p.line {
	border-bottom:1px solid #ffffff;
}
#footer a {
	text-decoration:none;
	color:#ffffff;
	padding-bottom:1px;
}
#footer a:hover {
	color:#ffffff;
	border-bottom:1px solid #ffffff;
}

.loginInput {width:220px;}

/* 3 column layout */
.leftcol {
    float:left;
    width:333px;
}
.rightcol {
	float:left;
	width:340px;
}
.leftcol2 {
    float:left;
    width:433px;
}
.rightcol2 {
    float:left;
    width:240px;
}
.centercol {
	float:left;
	width:266px;
}
.centercol p {
	padding:0px 10px 0px 10px;
	width:246px;
}
.rightcol img {
	float:none;
	margin:2px 20px 0px 4px
}
.rightcol img.last{
	float:none;
	margin:0px 4px 0px 8px
}
.leftcol img {
	float:none;
	margin:2px 20px 0px 4px
}
.leftcol img.last{
	float:none;
	margin:0px 4px 0px 8px
}

/* Map CSS */

#nzmapwrapper {
	float:left;
}
#nzmap {
	position:relative;
	margin-top:10px;
	margin-left:20px;
	padding:0px;
	width:300px;
	height:377px;
	background-image:url('/pub/images/home/map.png');
	background-repeat:no-repeat;
	background-position:center;
}
#nzmap span {
	display:none;
}
#nzmap a:active, #nzmap a:link, #nzmap a:visited {
	position:absolute;
	width:129px;
	height:13px;
	cursor:crosshair;
	border:none;
	text-decoration:none;
}
#nzmap a img {
	border:none;
	width:129px;
	height:13px;
}
#nzmap a:hover {
	z-index:24;
	cursor:crosshair;
	border:none;
	text-indent: 0;
}
#nzmap a:hover span {
	display:block;
	position:absolute;
	top:16px;
	left:-140px;
	font-size:90%;
	color:#000000;
	width:180px;
	background-color:#FFFFFF;
	border:1px dashed #505050;
	padding:5px;
	cursor:text;
}
#nzmap a:hover span b.title {
	color:#0b52a0;
	font-size:110%;
}



.ErrorBox {font-size: 140%;border: dashed 2px #cc0000;padding: 5px;margin-top:10px;}