/* NZVC main stylesheet */

* {
	font-style: normal;
	list-style: none;
	margin: 0;
	outline: none;
	padding: 0;
	text-decoration: none;
}

img {
	border: none;
}

a:hover {
	text-decoration: underline;
}

html {
	background: #FFF url("/img/bg.gif");
	color: #656565;
	float: left;
	padding-bottom: 20px;
	width: 100%;
}

body {
	font: small/150% "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
	text-align: center;
}

/*** Main Positioning *********************************************************/

#wrapper {
	width: 770px;
	background: #FFF;
	border: 1px solid #dcdcdc;
	margin: 20px auto;
	text-align: left;
}

#header {
	background: url("/img/header_bg.gif") repeat-x;
	position: relative;
	overflow: hidden;
	height: 108px;
}

#skip {
	position: absolute;
	visibility: hidden;
}

#header h1 a {
	background: transparent url("/img/logo.gif") no-repeat 0 0;
	display: block;
	top: 0;
	height: 93px;
	line-height: 400px;
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 162px;
}

#banner {
	position: absolute;
	right: 10px;
	top: 18px;
	width: 468px;
	height: 60px;
}

#headerImage {
	width: 770px;
	height: 248px;
}

#corps {
	padding: 2px;
	padding-bottom: 0px;
}

#corps #corpsLeft {
	background: #f5f5f5 url("/img/corpsL_bg.gif") repeat-x;
}

#corps #corpsLeft .contentBlock,
#corps #corpsLeft .teaser,
#corps #corpsLeft .article {
	padding: 12px;
	border-bottom: 2px #FFFFFF solid;
	clear: both;
}

#corps #corpsLeft .contentBlock img.left,
#corps #corpsLeft .teaser img.left,
#corps #corpsLeft .article img.left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
}

#corps #corpsLeft .contentBlock img.right,
#corps #corpsLeft .teaser img.right,
#corps #corpsLeft .article img.right {
	float: right;
	margin-left: 10px;
	margin-bottom: 5px;
}

#corps #corpsLeft .contentBlock h2, 
#corps #corpsLeft .teaser h2,
#corps #corpsLeft .article h2 {
	color: #009393;
	font-size: 120%;
	letter-spacing: -0.05em;
	margin-bottom: 0.5em;
}

#corps #corpsLeft .contentBlock h3,
#corps #corpsLeft .teaser h3,
#corps #corpsLeft .article h3 {
	font-size: 12px;
	color: #00548f;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 5px;
	clear: both;
}

#corps #corpsLeft .contentBlock p, 
#corps #corpsLeft .teaser p,
#corps #corpsLeft .article p {
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 12px;
	margin-bottom: 0px;
}

#corps #corpsLeft .contentBlock img, 
#corps #corpsLeft .teaser img,
#corps #corpsLeft .article img {
	border: 5px #FFFFFF solid;
}

#corps #corpsLeft .contentBlock a:link, 
#corps #corpsLeft .contentBlock a:active, 
#corps #corpsLeft .contentBlock a:visited,
#corps #corpsLeft .teaser a:link, 
#corps #corpsLeft .teaser a:active, 
#corps #corpsLeft .teaser a:visited,
#corps #corpsLeft .article a:link, 
#corps #corpsLeft .article a:active, 
#corps #corpsLeft .article a:visited {
	color: #0667a7;
	text-align: underline;
}

#corps #corpsLeft .contentBlock a:hover,
#corps #corpsLeft .teaser a:hover,
#corps #corpsLeft .article a:hover {
	color: #009393;
}

#corps #corpsLeft .contentBlock ul,
#corps #corpsLeft .teaser ul,
#corps #corpsLeft .article ul,
#corps #corpsLeft .article ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	margin-left: 10px;
	margin-bottom: 10px;
}

#corps #corpsLeft .contentBlock ul li,
#corps #corpsLeft .teaser ul li,
#corps #corpsLeft .article ul li,
#corps #corpsLeft .contentBlock ol li,
#corps #corpsLeft .teaser ol li,
#corps #corpsLeft .article ol li {
	background: url("/img/ul.gif") left top no-repeat;
	padding-left: 13px;
}

#corps #corpsLeft .contentBlock ul li a,
#corps #corpsLeft .teaser ul li a,
#corps #corpsLeft .article ul li a {
	text-decoration: none;
}

#corps #corpsLeft .postdate {
	margin: 0;
	padding: 0;
	font-size: .85em;
}

#corps #corpsLeft form {
	padding: 10px; 
	border: 1px solid #CCCCCC; 
	margin-top: 10px; 
	background:#FBFBFB; 
}

#corps #corpsRight {
	width: 231px;
	float: right;
	background: #00FF99;
}

#footer {
	color: #FFFFFF;
	line-height: 31px;
	background: url("/img/footer_bg.gif") repeat-x;
	padding-left: 10px;
	font-size: 80%;
	clear: both;
}

table td,
table th {
	vertical-align: top;
	padding: 5px;
}

input,
textarea {
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #656565;
	padding: 3px;
	font-size: 1em;
}
.warning { font-weight: bold; color: #CC0000; }
.button {
	background: #00548e;
	color: #FFFFFF;
	width: auto;
}

.datatable {
	background-color: #FFFFFF;
	border: 1px solid #dcdcdc;
}

.datatable th {
	color: #FFFFFF;
	text-align: left;
	background-color: #0667A7;
}

.datatable tr.altrow {
	background-color: #F8F8F8;
}

.datatable a {
	text-decoration: none;
}
.error {
	color: #CC0000;
	font-weight: bold;
}

#navigation {
	background: url("/img/nav_bg.gif") repeat-x;
	height: 28px;
	padding-left: 5px;
	font-weight: bold;
}
#navigation div { 
	float: right; 
	margin-right: 10px; 
	margin-top: 3px; 
}
#navigation div a { 
	color: #FFF; 
}

/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:2em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:9.45em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
}
.nav li li {
	border-bottom:1px solid #80A9C5;
}
.nav a {
	color: #FFF;
	padding: .5em .7em;
	text-decoration:none;
}
.nav li li a {
	width: 9em;
}
.nav li:hover, .nav li.sfHover,
.nav a:focus, .nav a:hover, .nav a:active {
	background: #00548F;
	text-decoration: none;
}
.nav li li {
	background:#1868A1;
}


/* @group Gallery */

ul.galleries li span {
	font-size: 90%;
}
ul.galleries li a:link, 
ul.galleries li a:visited {
	color: #FFF;
	text-decoration: none;
}
ul.galleries li a:hover {
	text-decoration: underline;
}
.thumbnail {
	text-align: center;
	float: left;
	margin: 7px;
	padding: 5px 5px 0px;
}
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
.clearer {clear: both;}