/* Print Style Sheet for Nzvif Intranet */
/* Created by Helion :: www.helion.co.nz */
* {
	margin: 0;
	padding: 0;
}
body {
	font: 13px/24px Arial, Helvetica, Verdana, sans-serif;
	color: #6b6962;
	text-align: justify;
	voice-family: "\"}\"";
	voice-family:inherit;
	background-color: #fff;
}

p {
	padding: 7px 0 7px 0;
}
a:link, a:visited {
	text-decoration: underline;
	color: #993300;
	}	
a:hover {
	text-decoration: underline;
	color:#ff3300;
	}
	
/****************** HEADER DIVISION **********************/

#header {
	position: relative;
	top: 0px;
	width: 640px;
	height: 106px;
	text-align: center;
}
#header h1 {
	font-size: 24px;
	font-weight: normal;
	color: #555;
	letter-spacing: 5px;
	width: 345px;
	text-align: center;	
	height: 24px;
	}

/********* MAIN DIV: Contains NAVIGATION, CONTENT and TEXT DIVS*********/
#main {
	float: left;
	width: 100%;
	position: relative;
	background: #F4FFE4 url(../Images/bg-img.gif) repeat-y 20% 0;
	margin: 0;
	padding: 0;
	top: 0px;
}
#content {
	float: right;
	width: 500px;
	clear: both;
}
#text {
	padding: 10px 40px 40px 40px;
}
/************************* MAIN MENU DIVISION **************************/

#main-menu{
	position: relative;
	width: 100%;
	height: 30px;
	background-color: #cc0000;
	border-bottom: 1px solid #333;
}
#menu {
  color: #fff;
  padding: 2px 0 0px 38px;
  margin: 0 0 0 20%;
  list-style: none;
  }
#menu li a:link, #menu li a:visited {
	font: bold 13px/20px "Trebuchet MS", Arial, Verdana, sans-serif;
	color: #fff;
	padding: 0 21px 0 22px;
	text-decoration: none;
	text-transform:uppercase;
	letter-spacing: 1px;
}
#menu li a:hover {
  	color: #ffcc99;
	text-decoration: none;
}
#menu li {
  float: left;
  position: relative;
	text-align: left;
	cursor: default;
  }
#menu li ul li a:link, #menu li ul li a:visited {
	display: block;
	color: #cc3c00;
}

#menu li ul li a:hover {
	display: block;
	color: #7C7A73;
}
/******************** NAVIGATION DIVISION *******************/

#nav-wrap{
	float: left;
	width: 140px;
	padding-top: 20px;	
}
#navig{
	margin-bottom: 1em;
}
#navig ul {
	list-style: none;
	border-top: 1px solid #fff;
	margin-top: 0px;
	margin-bottom: 0;
	}	
#navig li {
	border-bottom: 1px solid #fff;
	}	
#navig li a:link, #navig li a:visited {
	display: block;
	width: 92%;
	font: 13px/20px "Trebuchet MS", Arial, Verdana, sans-serif;
	text-decoration: none;
	text-transform: capitalize;
	padding: 3px 4% 3px 4%;
	color: #fff;
	letter-spacing: 1px;
	text-align: left;
	margin: 0px;
	}
#navig ul li ul {
	margin:0 0 10px 10px;
	padding:0;
  }
#navig ul li ul li{
  	border-bottom: none;	
}
#navig ul li > ul {
	top: auto;
	left: auto;
	}
#navig li ul li a:link, #navig li ul li a:visited {
	font-weight: normal;
	padding: 1px 6% 1px 6%;
	border-bottom: none;
	font-size: 11px;
}
/*******************FOOTER DIV ************/
#footer {
	clear: both;
	background:#ddd;
	text-align: center;
	width: 100%;
	height: 28px;
	border-top: 1px dashed #555;
	border-bottom: 1px dashed #555;
	margin-top: 30px;
}
#footer p{
	padding: 2px 20px;
	margin:0;
	font-size: 85%;
	letter-spacing: 1px;
}
#footer a:link, #footer a:visited {
	text-decoration: underline;
	color:#cc0000;
	}	
#footer a:hover {
	text-decoration: underline;
	color:#003399;
	}
.left-foot{
	float: left;
}
.right-foot{
	float: right;
}

/******************* Inside elements **************/
 
/*
Headings ***********/

h1 {
	color:#cc0000;
	margin: 0;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
h2 {
	color:#cc0000;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h3 {
	color:#333333;
	margin: 0;
	padding: 10px 5px 10px 0px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
h4  {
	colour:#333333;
	margin:  0;
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
	letter-spacing: 1px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
}
 h5 {
	font-size: 12px;
	color: #000000;	
}
 h6 {
	colour:#333333;
	margin:  0;
	font-size: 16px;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #CC0000;
}
 
/*
Images *******/

img.left-floating {
	text-align: left;
	float: left;
}
img.right-floating {
	text-align: left;
	float: left;
}


/*
Paragraph classes *******/
.contactp {
	border-top: 1px dashed #6b6962;
	border-bottom: 1px dashed #6b6962;
	margin-bottom: 10px;
}
.topofpage {
	display:none;
}
/*
Bulleted lists in the text *******/

#text ul {
	margin: 0px 0px 5px 3px;
	padding: 0px 0 10px 0;
	list-style-position: inside;
	list-style-type: circle;
}
#text ul li{
	margin: 0px 0 0px 0;	
	padding: 5px 0 0 0;
}

/*
Numbered lists in the text *******/

#text ol {
	margin-left: 5px;
	list-style-position: inside;
	margin-bottom: 10px;
}
#text ol li{
	padding-bottom: 5px;
}

/***************************************************************/