+/*Global Section */


html { 
   background: #25502b; 
   
} 

body {

	margin: 0;
	padding: 0;

    background: #000000;  /* changed for NZ website */
	/* background: #25502b; */
	text-align: center;	
	/*behavior: url("hover.htc");*/
}

body {
	font: 62.7% Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
	width: 1020px;
	padding: 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;

    background: #18542E  url(../imagesl/bkgr.jpg) /* repeat-y left top */ ; 
	/* background: #18542E url(images/column_bg.png) repeat-y  right top; */
	background-repeat: repeat;
	text-align: left;	
}


table.index { 
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	table-layout: fixed;	
	border-collapse: collapse;
	border: solid 1px black;
    text-align: left;
}




.leftPics {
	float: left;
	width: 470px; 
	margin: 0;
	padding: 0;
	padding-top: 10px; 
	padding-left: 10px;
	/*margin-left: -960px;	*/	
	color: #D8E1C1;	
}


.main {
   display: inline; /* for IE */
   	margin: 0;
	padding: 0;
	float: left; 
	width: 470px; 
	/*margin-top: 15px; */
	/* margin-left: 510px; */
	padding-top:0px;
	padding-left: 10px;
	padding-right: 10px;
	border-left: 1px dashed #999999;
	/* border-right: 1px dashed #999999; */
	/* background: #18542E url(../imagest/main.jpg) repeat-y  left top; */
	color: #D8E1C1;
}

.main  a {
	text-decoration: none;
	/* border-bottom: 1px dashed #B2F511;	*/
	color: #152D6A;
}





h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

  h1 {
	color: #D8E1C1;
	/*margin-top: 15px; */
	margin-bottom: 5px;
	border-bottom: 2px solid #B2F511;
	font: normal 18px Impact, "Arial Narrow", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	word-spacing: 5px;
	text-align: center;	
	/*background: url(images/feature_bug.png) no-repeat top right; */
}

   

   h2 {   
	font: normal 16px Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	margin-top: 15px;
	margin-bottom: 2px;
	color: #D8E1C1;
}


 p {
	text-indent: 25px;
	font-size: 12px;
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 0.8em;
}

p.title {
	text-indent: 0;
	text-align: left;
	font-size: 11px;
	color: white;
}

/* End Global Section */

/* url(imagest/bg.jpg) repeat-y center top */

/* applies to any block level element eg. p and div for centering images */
.centeredImage { 
	position: relative;	
	margin: 0 auto;	
	padding: 0px;
	padding-bottom: 10px;
	text-align: center;
    color: white;
}

p.centeredImage{
	text-indent: 0; /* cancels previous indent of 25px */	
}



.text-4 {
	text-indent: 0em;
	font-size: 8pt;
	color: #FAFAFA;
/*	background-color: #332626; */
	font-family: Verdana, Geneva, Arial, sans-serif;
}

div.footer {
    clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	color: #ffffff;
/*    color: #cccccc; 
	background: #332626;	*/
    text-align: center;
}

div.footer a {
	color: aqua;
}


.caption {	
	font-size: 10px;
}

img.figureL{
	float: left;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-right: 10px;
}

img.figureR{
	float: right;
	margin: 0;
	padding: 0;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}



.reference{
		color: #FFFFFF;
		font-size: 10px;	
} 

div.floatIcon {
	float: left;
	/*display: inline-block; */
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;	
	/*a:link img{border: 1px solid aqua;}*/ 
}

div.floatIconR {
	float: right;
	/*display: inline-block; */
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;	
	/*a:link img{border: 1px solid aqua;}*/ 
}

#gototop a
	{
	text-align: center;
	text-decoration:none;
	color: white;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin-left:385px;
	/*margin-right: 100px; */
	/* padding: 0.3em; */
	padding: 5px;
	background-color: #4169E1;
	}





#gototop a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #6495ED;
	text-decoration:none;
	}	

#gotofresnel a
	{
	text-align: center;
	text-decoration:none;
	color: white;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin-left:385px;
	/*margin-right: 100px; */
	/* padding: 0.3em; */
	padding: 5px;
	background-color: #4169E1;
	}

#gotofresnel a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #6495ED;
	text-decoration:none;
	}	


.NextPage a
	{
	text-align: center;
	text-decoration:none;
	color: white;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin-left:360px; 
	/*margin-right: 100px;*/
	/* padding: 0.3em; */
	padding: 5px;
	background-color: #4169E1;
	}

.NextPage a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #6495ED;
	text-decoration:none;
	}	



/* vertical sub-menu  */

#button {
width: 100px;
border-right: 1px solid #000;
padding: 0 0 1em 0;
margin: 0;
margin-left: 10px;
margin-bottom: 1em;
font-family: 'Trebuchet MS', 'Lucida Grande',
Verdana, Lucida, Geneva, Helvetica,
Arial, sans-serif;
background-color: #90bade;
color: #333;
font-size: 11px;
float:right;
}

#button ul {
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#button li {
border-bottom: 1px solid #90bade;
margin: 0;
}

#button li a {
display: block;
padding: 5px 5px 5px 0.5em;
border-left: 10px solid #1958b7;
border-right: 10px solid #508fc4;
background-color: #2175bc;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #button li a {
width: auto;
}

#button li a:hover {
border-left: 10px solid #1c64d1;
border-right: 10px solid #5ba3e0;
background-color: #2586d7;
color: #fff;
}

/* vertical menu */

#vertmenu {
font-family: 'Trebuchet MS', 'Lucida Grande',
Verdana, Lucida, Geneva, Helvetica,
Arial, sans-serif;
font-size: 11px;
width: 100px;
padding: 0px;
margin: 0px;
margin-left: 10px;
margin-bottom: 10px;
float: right;
}

#vertmenu h1 {
display: block;
background-color:#B2F511;
font-size: 11px;
padding: 2px 0 5px 2px;
border: 1px solid #000000;
color: #333333;
margin: 0px;
width:100px;
}

#vertmenu ul {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu ul li {
margin: 0px;
padding: 0px;
}
#vertmenu ul li a {
font-size: 11px;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: aqua;
width:100px;
}

#vertmenu ul li a:hover, #vertmenu ul li a:focus {
color: #000000;
background-color: #eeeeee;
}

/* links within main body */
a.internal:link    { color: aqua; }    /* unvisited links */
a.internal:visited { color: silver;  }   /* visited links   */
a.internal:hover   { color: yellow; } /* user hovers     */
a.internal:active  { color: lime; }   /* active links    */

.statistics{
font-family: 'Trebuchet MS', 'Lucida Grande',
Verdana, Lucida, Geneva, Helvetica,
Arial, sans-serif;
font-size: 14px;
/*width: 100px; */
padding: 0px;
margin: 0px;
margin-left: 10px;
margin-bottom: 0px;
float: left;

}

.statistics ul li {list-style-type:square;}


/* Begin CSS Drop Down Menu */


/*
#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

*/

#menuh-container {
	/*position: fixed;
    width: 100%;
	top: 0;
	left: 0; 	*/		  

	margin: 0px;	
	padding: 0px;
	/*padding-top: 5px; */
	padding-left: 10px;
   /*background: url(../imagesl/banner.jpg) repeat-y left top; */
	color: #000000;
	font-size: 14px;
}


#menuh
	{
	/*font-size: small;*/
    font-size: 10px;
	font-family: arial, helvetica, sans-serif;
	width:100%;
	float:left;
/*	margin:2em;
	margin-top: 1em;
	*/
	}
	
		
#menuh a
	{
	text-align: center;
	display:block;
	border: 1px solid #555;
	white-space:nowrap;
	margin:0;
	/* padding: 0.3em; */
	padding: 5px;
	}
	
#menuh a:link,#menuh a:visited,#menuh a:active	 /* menu at rest */
	{
	color: white;
	background-color: #4169E1;
	text-decoration:none;
	}

/*
#menuh a:visited
	{
	color: red;
	background-color: #4169E1;
	text-decoration:none;
	}
*/

/*
#menuh a:active	
	{
	color: yellow;
	background-color: #4169E1;
	text-decoration:none;
	}
*/


#menuh a:hover						/* menu on mouse-over  */
	{
	color: white;
	background-color: #6495ED;
	text-decoration:none;
	}	


/*#menuh a.top_parent, #menuh a.top_parent:hover */ /* attaches down-arrow to all top-parents */
/*
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
*/	
/* #menuh a.parent, #menuh a.parent:hover */	/* attaches side-arrow to all parents */
/*	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
*/
#menuh ul
	{
	list-style:none;
	margin:0;
	padding:0;
	float:left;
	/*width:9em; */	
	
	/* width of all menu boxes */
	/* NOTE: For adjustable menu boxes you can comment out the above width rule.
	However, you will have to add padding in the "#menh a" rule so that the menu boxes
	will have space on either side of the text -- try it */
	}

#menuh li
	{
	position:relative;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: bottom;		/* Sophie Dennis contribution for IE7 */
	}

#menuh ul ul
	{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top:0;
	left:100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

/* EXPT HORIZONTAL MENU IN TERMS OF ID */
/*
#nav {
	width: 100%;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; }
#nav li {
	float: left; }
#nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc; }
#nav li a:hover {
	color: #c00;
	background-color: #fff; }
*/
/* END OF EXPT  HORIZONTAL MENU IN TERMS OF ID*/

/* HORIZONTAL MENU IN TERMS OF CLASSES */
.nav {
	width: 100%;
	float: left;
	margin: 0 0 3em 0;
	padding: 0;
	list-style: none;
	background-color: #f2f2f2;
	border-bottom: 1px solid #ccc; 
	border-top: 1px solid #ccc; }
.nav li {
	float: left; }
.nav li a {
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	font-weight: bold;
	color: #069;
	border-right: 1px solid #ccc; }
.nav li a:hover {
	color: #c00;
	background-color: #fff; }

/* END HORIZONTAL MENU IN TERMS OF CLASSES */
