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

.body{
	background-color: white;
	text-align:center;
}

#container{
	background-colour: #fdbb30;
	width: 100%;
	z-index:0;
}

#header{
	background-color: #fdbb30;
	position: absolute;
	top:7px;
	height: 73px;
	width: 760px;
	background-image:url(images/page/header.gif);
	background-repeat: no-repeat;
	z-index:1;
	background-position: bottom;
}
	
#advert {
	position:absolute;

	width:100%;
	left:0px;
	top:0px;
	z-index:15;
}

#home-page{
	top: 20px;
	left: 0px;
	position: relative;
	height: 368px;
	width: 760px;
	overflow:hidden;
	background-color: #fdbb30;
	z-index:1;
}

#home-page_bottom{
	left: 0px;
	top: 500px;
	position:relative;
	z-index:10;
	height: 0px;
	width: 760px;
}


#content_container{
/* section between header and footer */
	top: 80px;
	position: absolute;
	width: 760px;
	background-color: #fdbb30;
	background-image:url(images/page/footer.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	z-index:2;
}

#content_background{
/* rounds the corners for the content and provides consistent width across browsers */
	top: 90px;
	left: 80px;
	position:relative;
	width: 600px;
	background-color:white;
 	background-image:url(images/page/content-corners-top.gif); 
	background-position:top;
	background-repeat:no-repeat;
	z-index:5;

}


#content_content{
/* content text/body */
	font-family:Georgia, Times New Roman, Times, serif;
	font-size: 13px;
	color:#666666;
	top: 25px;
	left: 20px;
	position: relative;
	width: 556px;
	padding-bottom: 20px;
	background-color: white;
	z-index:5;
}

#content_bottom{
	left: 0px;
	top: 20px;
	position:relative;
	z-index:10;
	height: 37px;
	background-image:url(images/page/content-corners-bottom.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	width: 600px;
	clear:both;
}




#topmenu{
	top: -10px;
	left: 400px;
	position: absolute;
	height: 96px;
	width: 289px;
	background-color: #fdbb30;
	z-index:4;
}


#nzcs-logo-text{
	left: 12px;
	position:relative;
	overflow:auto;
	height: 74px;
	width: 189px;
	background-color: #fdbb30;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:4;
	top: 100px;
}

#nzcs-logo-small{
	left: 620px;
	position:relative;
	overflow:auto;
	height: 147px;
	width: 124px;
	background-color: #fdbb30;
	background-repeat:no-repeat;
	overflow:hidden;
	z-index:4;
	top: -40px;
}

#content-circle{
	top: 5px;
	left: -60px;
	position: absolute;
	height: 49px;
	width: 49px;
	background-color: #fdbb30;
	background-image:url(images/page/content-circle.gif);
	background-repeat:no-repeat;
	z-index:1;
}

#logos{
	position: relative;
	top: 27px;
	left: 0px;
	z-index: 1;
}


		
.pic{
	padding:5px;
}		

#footer{
	background-color: white;
	position: relative;
	text-align: right;
	color:#999999;
	font-size: 10px;
	font: Helvetica, sans-serif;
	height: 41px;
	top: 50px;
	clear:both;
	width: 760px;
	z-index:4;
}


h1{
	font-family:Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#666666;
}

h2{
	font-family:Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#666666;
}

h3{
	font-family:Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	color:#666666;
}

.pagetitle{
	font-family:Helvetica, sans-serif;
	color: #C59606;
	font-size: x-large;
	font-weight:bolder;
}

#menu_table{
	width:100%;
	background-color: #fdbb30;
	padding:2px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	border-left:thick;
	border-left:#FFFFFF;
	color: #8E6C04;
}
			#menu_table th{
				text-align:left;
				color: white;
				background-color:#C59606;
				font-size:14px;
			}

			#menu_table a {
				color:#FFFFFF;
				text-decoration:none;
			}
			
			#menu_table a:hover {
				color: #C59606;
			}

.course_dates_table{
	width:70%;
	outline-color:#999999;
	background-color:#EDEDED;
	padding:2px;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}

			
a {
	color:#C59606;
	text-decoration:none;
}

a:hover {
	color:#CCCCCC;
}

.form_errors{
	color: red;
	font-size:smaller;
}

.emphasis{
	color: #8E6C04;
	font-style:italic;
}

.note{
	font-size: 10px;
	font-style:italic;
}

#map_canvas{
	height:500px;
	width:560px;
	z-index:100;
	background-color:#ededed;
}



div#listing_table{
	z-index:100;

}

div#listing_table a:hover{
	position: relative;
	color: #999999;
}

div#listing_table a{
	color: #866707;
}

div#listing_table H3{
	color: #866707;
}

div#listing_table a span{
	display: none;
}

div#listing_table a:hover span{
	display: block;
	color:#FFFFFF;
	width: 380px;
   	position: absolute; top: -100px; left: 10px;
}