/* -----------------------------------

	Whakaangi Screen 2007

--- MASTER COLORS ---



PINK	#ed2e60
Dpink	#bf1c46
GREEN	#26a259

YELLOW	#fff100

Lgrey	#CCC
GREY 	#666
Dgrey	#353634

VLgreen	#e5ebe3 (Background)

----------------------------------- */

body {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
	font-size:75%; 
	line-height:1.4em;
	background:#e5ebe3;
	position:relative;
}

body, div, object, embed, form, img, dl, dt, dd, ul, ol, li {
	margin:0;
	padding:0;
	border:0;
}
img {
	display:block;
	}

/* Base Container/Holder Elements */
#entire {
	padding-top:30px;
	background:#FFF url(../images/gen/bk/bodyBk.gif) center bottom no-repeat;
}

#topNav, #content, #footer {
	margin:0 auto;
	width:100%;	
	}

#topNav {
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	position:relative;
	z-index:10;
}
#content {
	width:955px;
	margin-bottom:30px;
	overflow:hidden;
	position:relative;
	z-index:2;
}
#footer {
	width:955px;
	overflow:hidden;
	padding:10px 0 5px;
	font-size:9px;
	text-align:right;
	color:#999;
	}
#ftrNav {
	float:left;
	text-align:left;
}

/* CONTENT PANELS */
.left, .main, .right {
	float:left;
	display:inline;
}

.left {
	width:260px;
	margin-right:30px;
}
.main {
	width:445px;
	margin-right:30px;
	padding:40px 15px 0;
}
.right {
	width:160px;
	background:transparent url(../images/gen/bk/rBk.png);
	behavior: url(../css/iepngfix.htc);
}

/* INNER ELEMENTS */
/* Left */
.logo {}

.promo {
	padding:0 0 60px;
	display:block;
	position:relative;
	background-position:left bottom;
	background-repeat:no-repeat;
	}
.promo:hover {
	background-position:right bottom;
}	
.leftBase {
	padding:10px 15px;
	border-top:1px solid #CCC;
	background:#353634;
	color:#FFF;
}


	
/* Main */
.pullout {
	margin:0 -15px 5px;
	width:445px;
	padding:10px 15px;
	position:relative;
	overflow:hidden;
}
.pullout .greyBk {
	position:absolute;
	top:0px;
	left:0px;
	bottom:0px;
	width:475px;
	height:auto;
	background:transparent url(../images/gen/bk/semiBk.png);
	behavior: url(../css/iepngfix.htc);
	z-index:-1;
}

/* Right */
#login {
	margin-top:40px;
	height:175px;
	position:relative;
}
#loginBk {
	position:absolute;
	top:0px;
	left:0px;
	width:160%;
	height:175px;
	background:transparent url(../images/gen/bk/loginBk.png);
	behavior: url(../css/iepngfix.htc);
	z-index:-1;
}
#login h6 {
	padding:7px 15px;
	padding-top:9px !important;
	padding-top:6px; 
	text-transform:uppercase;
	color:#FFF;
	font-size:.9em;
	line-height:1em;
	/*font-weight:normal;*/
}
#login form {
	padding:0 15px;
}

#rImgs {
	padding:20px 5px 10px 5px;
	text-align:center;
	color:#000000;
	/*overflow:hidden;*/	
}
.rtxt {
	padding:10px 25px;
	text-align:center;
		
}
.rCap {
	text-decoration:none;
	color:#000000;		
}
.pop {
	display:block;
	margin:0 auto 15px;
	text-decoration:none;
	font-size: 80%;
	line-height:1em;
	
}

/* IMAGE IN TEXT STYLES */
.imgR {
	width:110px;
	float:right;
	text-align:right;
	}
.imgR img {
	float:right;
	}

/* LINK STYLES */
a { 
	color:#ed2e60;
	text-decoration:underline; 
	}
a:hover { 
	color:#bf1c46;
	}
#footer a {
	color:#999;
	text-decoration:underline; 
	}
#footer a:hover {
	color:#bf1c46;
	}
	
#ftrNav a {
	color:#999;
	text-transform:uppercase;
	text-decoration:none;
	}
#ftrNav a:hover {
	color:#bf1c46;
	}

.right a {
	color:#666;
	}
.right a:hover {
	color:#bf1c46;
	}
	
#login a {
	font-size:.9em;
	color:#FFF;
	}
#login a:hover {
	color:#bf1c46;
	}

/* Bread Crumb */

.bC {
	font-size:.9em;
	text-transform:uppercase;
}
.bC a {
	text-decoration:none;
}
.black {
	color:#000;
}
.pink {
	color:#ed2e60;
}

.Dpink {
	color:#bf1c46
	}	
/* SPECIAL LINKS */	

/* FIX FIREFOX BORDER ON FOCUS */
a:focus, input:focus {outline-style: none !important;}



/**************** STANDARD TEXT CLASSES *****************/
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	margin-top:.3em;
	}

h1 { 
	font-size:1.8em;
	line-height:1.2em;
	font-weight:normal;
	margin:.5em 0;
	}
h2 {
	font-size:1.5em;
	line-height:1.2em;
	padding:.7em 0 .3em;
	z-index:10;
}
h3 {
	font-size:1.1em;
	font-weight:normal;
	margin:0;
}
h4 { 
	font-size:1.4em !important;
	font-size:1.3em;
	line-height:1em;
	margin:0;
}
h5, h6 {
	font-size:1.1em;
	/*line-height:1.3em;*/
	}
h6 {
	margin-bottom:.8em;
	}
p {
	margin-bottom:.6em;
	}
.left p {
	font-size:.9em;
	line-height:1.2em;
	margin-bottom:.6em;
}

/* UNIQUE TEXT CLASSES */
.b {
	font-weight:bold;
	}

.sm {
	font-size:.9em !important;
	font-size:.8em;
}

	
/* LIST STYLES */
ul, ol {
	padding:5px 0 8px;
	margin-left:1.5em;
	list-style:disc outside;
	}
li {
	padding:2px 0 0;
}	
ol li {
	list-style:decimal outside;
	}
/* UNIQUE LISTS */
.left ul, .left ol {
	list-style:none;
	margin:0;
	font-size:.9em !important;
	font-size:.8em;
}

/* COLORS */



	
/* FORM ELEMENTS */
form { 
	}

input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	padding-left:3px;
	padding-right:3px;
	background:#FFF;
	border:1px solid #ed2e60;
	}
.button { 
	width:auto;
	padding:0;
	border:0;
	background:transparent;
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFF;
	}
.button:hover {
	background-position:left bottom;
	}
	
.log { 
	width:60px;
	height:22px;
	background-image:url(../images/gen/click/login.png);
	behavior: url(../css/iepngfix.htc);
}
	
select {
	font-family:Arial, Helvetica, sans-serif;
	background:#FFF;
	font-size:11px;
	color:#000;
	border:1px solid #ed2e60;
	padding:0;
	padding-top:1px;
	}
option {
	padding:1px 10px 1px 5px;
	}	
label {
	display:block;
	margin:3px 0;
	padding:0;
	line-height:1.2em;
	}

.r { font-weight:bold; }

.form-strip {
	padding:3px 0 0;
	margin-bottom:5px;
	width:100%;
	overflow:hidden;
	}
#login label {
	color:#FFF;
	margin:6px 0 0 0;
}
#login input {
	margin:3px 0 0 0;
	}
#login input {
	width:100px;
	margin-top:3px;
	}
	
#login input.loginButton {
	background-color: #ed2e60;
	color:#FFFFFF;
	font-weight:bold;
	width:auto;
	margin-top:3px;
	padding:1px 3px;
	}	
#login input.loginButton:hover {
	background-color:#000;
}	

/* ++ HELPER STYLES ++ 
(.fc - CLEAR BOTH) */
.fc:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.fc { 
display: inline-table;
height: 1%;
display: block; 
}

/* Quick Styles & Over-Riders (!important) */
.b {
	font-weight:bold;
}
.ofH {
	overflow:hidden;
	}
.flL {
	float:left !important;
	}
.flR {
	float:right !important;
	}
.clB {
	clear:both !important;
	}
.clL {
	clear:left !important;
	}
.clR {
	clear:right !important;
	}
.taR {
	text-align:right !important;
	}
.taL {
	text-align:left !important;
	}
.taC {
	text-align:center !important;
	}
.nb {
	border:0 !important;
}

/* -----------------------------

      MAIN TOP NAVIGATION 

----------------------------- */
#nav {
	width:955px;
	height:33px;
	list-style:none;
	margin:0 auto;
	padding:0;
	background:transparent;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	z-index:10;
}

/* TOP LEVEL */
#nav li {
	list-style:none;
	float:left;
	padding:0;
	margin:0;
}
#nav li:hover {
	position:relative;
	z-index:10;
}
#nav a {
	float:left;
	display:block;
	margin:0;
	height:33px;
	padding:0;
	font-size:0px;
	line-height:0px;
	text-decoration:none;
	background-position:left top;
	background-repeat:no-repeat;
	color:#FFF;
	font-weight:bold;
	behavior: url(../css/iepngfix.htc);
}
#nav a span {
	display:none;
	}
#nav .r {
	float:right;
}

#nav a:hover span, #nav li:hover a span, #nav li.current a span { 
	display:block;
	}
.index { width:61px; background-image:url(../images/gen/nav/index.png); }
.thetrust { width:87px; background-image:url(../images/gen/nav/thetrust.png); }
.ecology { width:77px; background-image:url(../images/gen/nav/ecology.png); }
.threats { width:76px; background-image:url(../images/gen/nav/threats.png); }
.pestcontrol { width:107px; background-image:url(../images/gen/nav/pestcontrol.png); }
.reference { width:85px; background-image:url(../images/gen/nav/reference.png); }
.helpingus { width:92px; background-image:url(../images/gen/nav/helpingus.png); }
.students { width:84px; background-image:url(../images/gen/nav/students.png); }
.downloads { width:98px; background-image:url(../images/gen/nav/downloads.png); }
.forum { width:66px; background-image:url(../images/gen/nav/forum.png); }
.contactus { width:95px; background-image:url(../images/gen/nav/contactus.png); }


/* HOME EXCEPTION */
#nav li.current a.index em { 
	display:none;
	}
#nav a.index:hover em, #nav li:hover a.index em { 
	display:block; 
	}

/* SUB LEVEL 1 */
#nav ul {
	position:absolute;
	width:142px;
	top:33px;
	left:0px;
	border:0;
	margin:0;
	padding:0;
}
#nav li li {
	display:block;
	width:142px;
	position:relative;
	}

#nav li li a {
	display:block;
	float:left;
	height:auto;
	font-size: 11px !important;
	line-height:12px;
	text-decoration: none;
	text-transform: none;
	width:112px;
	padding:5px 15px !important;
	margin:0;
	font-weight:normal;
	color:#FFF;
	background-color:transparent;
	position:relative;
	overflow:hidden;
}
#nav li li a em {
	position:absolute;
	left:0px;
	top:0px;
	height:55px;
	width:142px;
	display:block;
	background:transparent url(../images/gen/nav/dropBk.png) left top no-repeat;
	behavior: url(css/iepngfix.htc);
	z-index:-1 !important;
	}

/* SUB LEVEL 2 */
#nav ul ul {
	top:0px;
	left:142px;
}

/* Current */
#nav ul li.current a, 
#nav ul li.current:hover li.current a {
	background-color:#ed2e60;
	color:#FFF;
}
#nav ul li.current a em, 
#nav ul li.current:hover li.current a em {
	display:none;
}

/* Nested Normal */
#nav ul li a, 
#nav ul li:hover li a,
#nav ul li.current:hover li a {
	background-color:transparent;
	color:#FFF;
}
#nav ul li a em, 
#nav ul li:hover li a em, 
#nav ul li.current:hover li a em {
	display:block;
}

/* Hover */
#nav ul li:hover a, 
#nav ul li:hover li:hover a, 
#nav ul li:hover li:hover a, 
#nav ul li.current:hover li:hover a {	
	background-color:#ed2e60;
	color:#FFF;
}
#nav ul li:hover a em, 
#nav ul li:hover li:hover a em, 
#nav ul li:hover li:hover a em, 
#nav ul li.current:hover li:hover a em {	
	display:none;
}
	

/* DISPLAYS */
#nav ul, #nav li:hover ul ul, #nav ul li:hover ul ul {
	display:none;	
}
#nav li:hover ul, #nav ul li:hover ul, #nav ul ul li:hover ul {
	display:block;	
}


/* PRINT STYLES FOR NAVS */

@media print {
#topNav {
	display:none !important;
	}
}
