body, html {
	margin: 0;
	padding: 0;
	width: 100%;
	
	background: #A8A8A8;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 10pt;
}

div#pageContainer {
	width: 100%;
}

div#outline {
	background-color: white;
	width: 960px;
	margin: auto;
	border: 1px solid black;
}

div.banner#nzmeb { background: url('/images/banner-nzmeb.jpg'); }
div.banner#history { background: url('/images/banner-history.jpg'); }
div.banner#syllabuses { background: url('/images/banner-syllabuses.jpg'); }
div.banner#examinations { background: url('/images/banner-examinations.jpg'); }
div.banner#faq { background: url('/images/banner-faq.jpg'); }
div.banner#resources { background: url('/images/banner-resources.jpg'); }
div.banner#convo { background: url('/images/banner-convo.jpg'); }
div.banner#contact { background: url('/images/banner-contact.jpg'); }
div.banner {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	opacity: 0;
	/* IE6 needs these */
	filter: alpha(opacity=0);
	height: 170px;
	width: 960px;
}

div#bannerContainer {
	position: relative;
	height: 170px;
	background: black;
}

div.navBlocks {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0;
	margin: 0;
	z-index: 20;
}

div.navBlocks span {
	display: inline-block;
	padding: 2px;
	margin: 0;
	margin-left: 0px;
	height: 20px;
}

div.navBlocks#navBacks span {
	border: 1px solid black;
	background: black;
	opacity: 0.70;
	filter: alpha(opacity=70);
}
div.first {
	opacity: 1;
	filter: alpha(opacity=100);
}
span.first {
	background: #3A3C4E !important;
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

div.navBlocks#navLabels span {
	color: white;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 11pt;
	font-weight: bold;
	text-align: center;
	border: 1px solid black;
}

div.navBlocks#navLabels a:link {
	color: white;
	text-decoration: none;
}
div.navBlocks#navLabels a:hover {
	color: white;
	text-decoration: none;
}
div.navBlocks#navLabels a:active {
	color: white;
	text-decoration: none;
}
div.navBlocks#navLabels a:visited {
	color: white;
	text-decoration: none;
}

/*
div.navBlocks span#nzmeb { width: 65px; }
div.navBlocks span#syllabuses { width: 95px; }
div.navBlocks span#examinations { width: 110px; }
div.navBlocks span#resources { width: 95px; }
div.navBlocks span#contact { width: 70px; }
*/
div.navBlocks span#nzmeb { width: 65px; }
div.navBlocks span#history { width: 70px; }
div.navBlocks span#syllabuses { width: 95px; }
div.navBlocks span#examinations { width: 110px; }
div.navBlocks span#faq { width: 50px; }
div.navBlocks span#resources { width: 95px; }
div.navBlocks span#convo { width: 170px; }
div.navBlocks span#contact { width: 70px; }

div#navBar {
background-color: #3A3C4E;
height: 5px;
}

div.heading {
	background-color: #3A3C4E;
	color: white;
	font-weight: bold;
	/* IE HACK */
	width: 100%;
}

div.oneCol {
	padding: 20px;
}

div.leftCol {
	float: left;
	padding: 20px;
	padding-right: 10px;
}


div#newsContent {
	background-color: #B8BCDE;
}
div#newsTitle {
	background-color: #3A3C4E;
	font-weight: bold;
	color: white;
}
div#newsFooter {
	background-color: #B8BCDE;
}

div#nlTitle {
	background-color: #3A3C4E;
	font-weight: bold;
	color: white;
}

div#entryTitle {
	background-color: #3A3C4E;
	font-weight: bold;
	color: white;
}
div#entryBox {
	background-color: #B8BCDE;
}

div.c_pad {
	padding: 7px;
}


div.rightCol {
	padding: 20px;
	padding-left: 10px;
	float: left;
}

#quoteBlock {
	width: 540px;
	font-style: italic;
	background-color: #EFE3C8
}

img#bird {
	padding: 10px;
	float: right;
}

div#footer {
	padding: 10px;
	background-color: #3A3C4E;
	color: white;
	font-size: 8.5pt;
	line-height: 16px;
	
}

.c_tl { background:  url('/images/cnr-tl.png') top left no-repeat; }
.c_tr { background:  url('/images/cnr-tr.png') top right no-repeat; }
.c_bl { background:  url('/images/cnr-bl.png') bottom left no-repeat; }
.c_br { background:  url('/images/cnr-br.png') bottom right no-repeat; }

div.sylBlock {
	background-color: #EFE3C8;
}

a:link { color: blue; text-decoration: none;}
a:hover { color: blue; text-decoration: underline; }
a:visited { color: blue; text-decoration: none; }

td { vertical-align: top; }

div#examinerBio {
	position: fixed;
	top: 0;
	left: 0;
	width: 700px;
	padding: 20px;
	border: 5px solid #3A3C4E;
	background: white;
	z-index: 100;
	display: none;
}
div.mapLabel {
	position: absolute;
	padding: 2px;
	border: 1px solid black;
	background: #B8BCDE;
	font-family: sans-serif;
	font-size: 7pt;
	white-space: pre;
}
div.mapLabel:hover {
	background: #3A3C4E;
	color: white;
}
div#mapData {
	position: absolute;
	background: #B8BCDE;
	top: 30px;
	left: 25px;
	font-size: 8pt;
	width: 150px;
}
