/* KP Solutions CSS File */
 
/* Misc Styles and defaults 
-------------------------------------------- */
  
* {
	margin: 0;
	padding: 0;
}

body {

}

html {
	background: #cfc;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear{
	clear:both;
}

/* CONTAINER
----------------------------------------- */
#BgContainer {
	background: url(../images/Background.gif) repeat;
}
#ContainerTop {
	background: url(../images/containerTop.gif) no-repeat;
	height: 17px;
	width: 914px;
	margin: 30px auto -6px auto;
}
#ContainerBottom,
#ContainerBottomMaori {
	height: 100px;
	width: 914px;
	margin: 0 auto;
}
#ContainerBottom {
	background: url(../images/containerBottom.gif) no-repeat;
}
#ContainerBottomMaori {
	background: url(../images/containerBottomMaori.gif) no-repeat;
}
#Container { 
	width: 900px;
	background: #FFF;
	border-right: 7px solid #1D3F08;
	border-left: 7px solid #1D3F08;
	margin: 0 auto;
}
#Wrapper {
	overflow: hidden;
	margin: 0;
}
#LeftNav {
	width: 170px;
	height: 570px;
	float: left;
	background: #FFF;
	margin: 10px 0 0 0;
	}
	#LeftNav ul {
		list-style-type: none;
	}
		#LeftNav ul li a {
			display:block;
			height: 102px;
			width: 159px;
		}
		#LeftNav ul li:hover a {
			cursor: pointer;
		}
	#LeftNav ul li.jobs a {
		text-indent: -999px;
	}
		#LeftNav ul#English li.jobs a {
			background: url(../images/jobsButton.png) top left no-repeat;
		}
		#LeftNav ul#English li:hover.jobs a {
			background: url(../images/jobsButton-hover.png) top left no-repeat;
		}
		#LeftNav ul#Maori li.jobs a {
			background: url(../images/jobsMaoriButton.png) top left no-repeat;
		}
		#LeftNav ul#Maori li:hover.jobs a {
			background: url(../images/jobsMaoriButton-hover.png) top left no-repeat;
		}
	#LeftNav ul li.cv a {
		text-indent: -999px;
	}
		#LeftNav ul#English li.cv a {
			background: url(../images/cvButton.png) top left no-repeat;
		}
		#LeftNav ul#English li:hover.cv a {
			background: url(../images/cvButton-hover.png) top left no-repeat;
		}
		#LeftNav ul#Maori li.cv a {
			background: url(../images/cvMaoriButton.png) top left no-repeat;
		}
		#LeftNav ul#Maori li:hover.cv a {
			background: url(../images/cvMaoriButton-hover.png) top left no-repeat;
		}
	#LeftNav ul li.tools a {
		text-indent: -999px;
	}
		#LeftNav ul#English li.tools a {
			background: url(../images/toolsButton.png) top left no-repeat;
		}
		#LeftNav ul#English li:hover.tools a {
			background: url(../images/toolsButton-hover.png) top left no-repeat;
		}
		#LeftNav ul#Maori li.tools a {
			background: url(../images/toolsMaoriButton.png) top left no-repeat;
		}
		#LeftNav ul#Maori li:hover.tools a {
			background: url(../images/toolsMaoriButton-hover.png) top left no-repeat;
		}
	#LeftNav ul li.humanresource a {
		text-indent: -999px;
	}
		#LeftNav ul#English li.humanresource a {
			background: url(../images/hrButton.png) top left no-repeat;
		}
		#LeftNav ul#English li:hover.humanresource a {
			background: url(../images/hrButton-hover.png) top left no-repeat;
		}
		#LeftNav ul#Maori li.humanresource a {
			background: url(../images/hrMaoriButton.png) top left no-repeat;
		}
		#LeftNav ul#Maori li:hover.humanresource a {
			background: url(../images/hrMaoriButton-hover.png) top left no-repeat;
		}
	#LeftNav ul li.talent a {
		text-indent: -999px;
	}
		#LeftNav ul#English li.talent a {
			background: url(../images/talentButton.png) top left no-repeat;
		}
		#LeftNav ul#English li:hover.talent a {
			background: url(../images/talentButton-hover.png) top left no-repeat;
		}
		#LeftNav ul#Maori li.talent a {
			background: url(../images/talentMaoriButton.png) top left no-repeat;
		}
		#LeftNav ul#Maori li:hover.talent a {
			background: url(../images/talentMaoriButton-hover.png) top left no-repeat;
		}
	
#Layout {
	width: 710px;
	margin: 20px 15px 25px 0;
	float: right;
}
	#Layout #listingButtons {
		margin: -10px 0 20px 0;
	}
#Content {

	}
#WeavePattern {
	height: 43px;
	width: 900px;
	margin: 0;
	background: url(../images/Weave.jpg);
	border-top: 2px solid #030;
}

/* HEADER
----------------------------------------- */
#Header { 
	width: 880px;
	height: 125px;
	margin: 5px 0 0 10px;
	background: url(../images/headerBackground.png) no-repeat;
	}

	#Header h1 {
		margin-left: 30px;
		padding-top: 20px;
		font-family: Helvetica, Arial;
		font-style: italic;
		font-weight: bold;
		font-size: 3.0em;
	}
 	
	#Header #Search {
		overflow: hidden;
		float: right; 
	/*	margin: -2px 55px 0 0; */
		width: 199px;
		margin: -2px 0 0 0;
	}
	
	#SearchResults li * {
		font-size: 12px;
	}
	
	#Header #Search .middleColumn {
		width: 156px;
	}
	
	#Header #Search input.text {
		float: left;
		width: 150px;
		margin: 0 0 0 0;
	}
	#Header #Search	#KPSearchForm_KPSearchForm_action_kpresults {
		float: right;
		margin: -28px 7px 0 0;
	}
	
	.typography #SearchResults li {
		margin: 10px 0;
	}
	.typography #SearchResults li p#searchReadMore {
		padding-bottom: 5px;
		border-bottom: #ccc dotted 2px;
		text-align: right;
	}
	/* JOB HEADER */

	#Header.jobSection {
		background: url(../images/headerBackgroundJobs.jpg) no-repeat;
	}
	#Header.jobSection #Search input.text {
		background: none;
		border: 0;
	}
	#Header #KPSearchForm_KPSearchForm_action_kpresults {
		display: block;
		height: 0px;
		width: 25px;
		border: none;
		padding-top: 25px;
		_height: 25px;
		cursor: pointer;
		background: url(../images/SearchButton.gif) no-repeat;
	}
		#Header.jobSection #KPSearchForm_KPSearchForm_action_kpresults {
			background: none;
		}
/* MAIN NAVIGATION - TABS
----------------------------------------- */
#NavContainer {
	width: 880px;
	height: 30px;
	background: #fff;
	overflow: hidden;
	margin: 10px 0 0 10px;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 800;
}
#Language {
	float: right;
	margin: 7px 0 0 0;
	}
	#Language ul {
		list-style: none;
	}
	#Language a {
		text-decoration: none;
		color: #582f08;
	}
	#Navigation {
		height: 34px;
		float: left;
		line-height: normal;
		font-family: Arial;
		font-size: 1.0em;
		border-bottom: #440E62 solid 4px;
	}
		#Navigation ul { 
	 		list-style-type: none;
			margin: 0;
			padding: 7px 0 0;
		}
			#Navigation ul li { 
				float: left;
				margin: 0 5px 0 0;
				padding: 0;
				background: url(../images/navRightBg.png) no-repeat right top;
			}
			#Navigation ul li a {
				display: block;
				background: url(../images/navLeftBg.png) no-repeat left top;
				padding: 5px 15px 4px;
				color: #fff;
				text-decoration: none;


			}
				#Navigation ul li .current {
				/*	background: url(../images/navRightBg-hover.png) no-repeat right top; */
				}
				#Navigation ul li a.current {
				/*	background: url(../images/navLeftBg-hover.png) no-repeat left top;
					color: #440E62; */
					
				}
					#Navigation ul span {

					}
						#Navigation ul li a:hover { 
				 			color: #ccc;
						}
						#Navigation ul li a:hover span {


					}
					
/* BREADCRUMBS
-------------------------------------------- */
#Breadcrumbs { 
 	color: #333;
	text-align: left;
	font-size: 0.9em; 
	margin: 0px 5px 10px 0;
}
	#Breadcrumbs p {
		margin: 0;
	}

	/* HOMEPAGE
	-------------------------------------- */
	
#HomePageContainer {
	overflow: hidden;
	margin: 0;
	width: 710px;
	}
	#HomePageContainer #HomePageLeft {
		float: left;
		width: 330px;
	/*	height: 200px; 
		padding: 10px; */
		}
		#HomePageContainer #HomePageLeft .textBox {
			width: 330px;
			height: 200px;
			background: url(../images/homePageLeftBg.gif) no-repeat top left;
			}
			#HomePageContainer #HomePageLeft .textBox p {
				width: 310px;
				padding: 10px 0 0 10px; 
				color: #FFF;
			}
	#HomePageContainer #HomePageLeft #HomePageVideo {
		margin-top: 20px;
		width: 330px;
		}
		
	#HomePageContainer #HomePageRight {
		float: right;
		width: 340px;
		overflow: hidden;
	}
	
	


/* SIDEBAR
-------------------------------------- */
#Sidebar { 

}
	#Sidebar .sidebarBox {

	}
	#Sidebar ul {
	}
		#Sidebar li {

		}
	#Sidebar h3 { 

	}
	
	#Sidebar .sidebarBottom {

	}
	#Sidebar a em {
		font-style: normal;
	}
	#Sidebar p {
		font-size: 11px;
	 	clear: both;
	 	margin: 10px 10px 0 10px;
	}
	
	/* MENU2 */
    ul#Menu2 li { 
    	font-size: 0.9em; 
    	margin: 1px 0 5px 4px;
        list-style: none;
    }
    	ul#Menu2 li a {
            display: block;
            width: 196px;
            font-size: 1.2em;
            height: 1.8em;
            line-height: 1.8em;
            color: #898989;
      	}
			ul#Menu2 li em {
				padding-left: 8px;
				display: block;
			}
				ul#Menu2 li li em {
					padding-left: 0;
				}
      	/* Level 1 
      	- We use 3 elements for the nav to get 3 background images applied.
            * span - topleft rounded corner
            * em - bottomleft rounded corner
            * a - arrow on the right
            <a><span><em></em></span></a>
      	*/
      	ul#Menu2 li a:hover,
      	ul#Menu2 li a.current,
      	ul#Menu2 li a.current:hover {
        	background: #DCDCDC url(../images/sidebarSideArrow.gif) no-repeat right center;
        	color: #666;
			cursor: pointer;
            text-decoration: none;
      	}
	  	ul#Menu2 li a.current {
	  		font-weight: 700;
	  	}
      	ul#Menu2 li a.section,
      	ul#Menu2 li a.section:hover {
            background: #DCDCDC;
            font-weight: 700;
            width: 193px; 
      	}
      	ul#Menu2 li a.levela:hover span,
      	ul#Menu2 li a.current span,
      	ul#Menu2 li a.section span,
      	ul#Menu2 li a.section:hover span,
      	ul#Menu2 li a.current:hover span {
			background: transparent url(../images/sidebarTopLeftHover.gif) no-repeat left top;
			display: block;
			width: 100%;
			height: 100%;
		} 
		ul#Menu2 li a.levela:hover em,
		ul#Menu2 li a.current em,
		ul#Menu2 li a.section em,
		ul#Menu2 li a.section:hover em,
		ul#Menu2 li a.current:hover em {
        	background: transparent url(../images/sidebarBottomLeftHover.gif) no-repeat left bottom;
			display: block;
			width: 100%;
            height: 100%;
      	}
      		ul#Menu2 li ul {
            	height: 100%;
            	position: relative;
            	margin: -4px 0 0 0;
            	width: 193px;
            	padding: 4px 0 10px 0;
            	background: #DCDCDC url(../images/sidebarSectionBottom.png) no-repeat bottom left;
      		}
      			ul#Menu2 li ul li {
            		width: 160px;
            		background: #DCDCDC;
            		padding: 0;
            		font-size: 0.8em;
            		display: inline;
            		margin: 0;
      			}
      				ul#Menu2 li ul li ul {
            			background: #DCDCDC;
            			margin-left: 0;
      				}	
      
					ul#Menu2 li li a.current,
      				ul#Menu2 li li a.section,
      				ul#Menu2 li li a.section:hover,
      				ul#Menu2 li li a.current:hover {
            			color: #555;
            			font-weight: 700;
            			background: #DCDCDC;
      				}
      					ul#Menu2 li li ul {
            				margin: 0 0 0 10px;
            				padding: 0;
            				width: 175px;
      					}
      					ul#Menu2 li li ul .roundWhite {
            				margin-bottom: -10px;
      					}
      			
			/* Sub Menu */
      		ul#Menu2 li a.levelb {
            	font-size: 1.7em;
            	text-indent: 8px;
            	width: 188px;
				background: transparent;
            	margin-left: 10px;
      		}
	  		ul#Menu2 li a.levelb:hover,
      		ul#Menu2 li li a.current,
      		ul#Menu2 li li a.current:hover,
      		ul#Menu2 li li a.section,
      		ul#Menu2 li li a.section:hover {
            	background: #BCBCBC url(../images/sidebarSideArrow2.gif) no-repeat right center;
            	text-decoration: none;
            	display: block;
            	color: #fff;
      		}
      		ul#Menu2 li a.levelb:hover span,
      		ul#Menu2 li li a.current span,
      		ul#Menu2 li li a.current:hover span,
      		ul#Menu2 li li a.section span,
      		ul#Menu2 li li a.section:hover span {
            	background: transparent url(../images/sidebarTopLeftHover2.gif) no-repeat left top;
            	display: block;
            	width: 100%;
            	height: 100%;
      		} 	
      		ul#Menu2 li a.levelb:hover em,
      		ul#Menu2 li li a.current em,
      		ul#Menu2 li li a.current:hover em,
      		ul#Menu2 li li a.section em,
      		ul#Menu2 li li a.section:hover em {
            	background: transparent url(../images/sidebarBottomLeftHover2.gif) no-repeat left bottom;
            	display: block;
            	width: 100%;
            	height: 100%;
      		}

/* COMMENTS
---------------------------------------- */
#CommentHolder ul {
	list-style: none;
	margin: 20px 0;
}
#PageComments li {
	margin: 5px 0;
	padding: 1px;
	width: 88%;
}
	#PageComments li.odd {
		background: #E8F6FF url(../images/commentBg.png) no-repeat 1% 10%;
		padding-left: 40px;
		padding-right: 10px;
		border-bottom: 2px solid #BCE4FE;
	}
	#PageComments li.even {
		background: #fff url(../images/commentBgAlt.png) no-repeat 99% 10%;
		padding-right: 40px;
		padding-left: 10px;
	}

		#PageComments li.odd p.info {
			color: #3AA0C3;
		}

		.actionLinks li {
		   display: inline;
		   border-right: 1px solid;
		}
			.actionLinks li a {
				padding-right: 3px;
				font-size: 10px;
			}
   			.actionLinks li.last {
      			border-right: none;
   			}

.commentrss {
	background: transparent url(../images/feed-icon-14x14.png) no-repeat;
	padding-left: 20px;
	font-size: 1.1em;
	line-height: 1.6em;
}
#PageCommentsPagination p {
	text-align: center;
	font-size: 1.2em;
}
#PageComments p {
	font-size: 1em;
}
	#PageComments p.info {
		color: #999;
		margin: 0px;
		padding: 0;
		line-height: 1em;
		font-size: 0.9em;
	}

/* SEARCH RESULTS STYLES
------------------------------------------------ */
ul#SearchResults {
	margin: 10px 0;
}
	ul#SearchResults li {
		list-style: none;
		margin: 5px 0;
		font-size: 1em;
	}

/* MESSAGEBOXS
--------------------------------------------- */
.message {
	margin: 15px;
	padding: 5px;
	width: 92%;
	color: #979908;
	border: 4px solid #F7F8B4;
	background: #FFFFEA;
}
span.middleColumn .message {
	margin: 4px 0 0 3px;
}
.required {
	margin: 4px 0 0 3px;
	padding: 5px;
	width: 92%;
	color: #DC1313;
	border: 4px solid #FF7373;
	background: #FED0D0;
}

p#Remember label {
	margin: -24px 0 0 20px;
	text-align: left;
}
.entry {
	border-bottom: 1px solid #eee;
}

.typography #Content p.authorDate {
	color: #444;
	margin-top: -15px;
	}
/* UNSUBSCRIBE NEWSLETTER
------------------------------------------------ */
#Unsubscribe_MailingListForm_MailingListForm{
	min-height:100px;
}

	#Unsubscribe_MailingListForm_MailingListForm p{
		margin:0 !important;
		padding:10px;
	}
		#Unsubscribe_MailingListForm_MailingListForm p label{
			display: inline;
		}
	#Unsubscribe_MailingListForm_MailingListForm label{
		margin:0;
	}
	/* SITEMAP
	----------------------------------------------- */
	
#sitemap-list {
	list-style: none;
}
#sitemap-list li {
	font-size: 1.0em;
}
	/* CONTACT
	----------------------------------------------- */

#ContactDetails {
	overflow: hidden;
	margin: 0 0 0 10px;
	padding-top: 5px;
	}
	#ContactDetails p {
		color: #888;
	}
	#ContainerBottom #ContactDetails #ContactLeft,
	#ContainerBottomMaori #ContactDetails #ContactLeft {
		float: right;
		width: 180px;
	}
	#ContainerBottomMaori #ContactDetails #ContactMiddle {
		float: right;
		width: 237px;
	}
	#ContainerBottomMaori #ContactDetails #ContactRight {
		float: right;
		width: 203px;
	}
	#ContainerBottom #ContactDetails #ContactMiddle {
		float: right;
		width: 200px;
	}
	#ContainerBottom #ContactDetails #ContactRight {
		float: right;
		width: 180px;
	}
/* FOOTER
----------------------------------------------- */

#Footer { 
	text-align: center;
}
