/* Styles for Northland DHB ~ Healthpoint Frameset */

body {
	background-color: #fff;
}

body.top {
	background-position: 0px 0px;
	background-repeat: repeat-x;
	background-image: url(top-bg.png);
	padding: 0px;
	margin: 0px;
}

#banner {
	z-index: 1;
	height: 168px;
}

#banner #logo-left {
	
	z-index: 0;
	
	float: left;
	
	background-position: 0px 0px;
	
	background-repeat: no-repeat;
	
	height: 168px;
	
	width: 285px;
	
	background-image: url(logo-bg.png);
	
}

#banner #image-right {
	
	z-index: 0;
	
	background-repeat: no-repeat;
	
	float: left;
	
	background-position: 0px 0px;
	
	height: 168px;
	
	width: 733px;
	
	background-image: url(image-right.png);
	
}

#navigation {
	line-height: 12px;
	font-family: Arial, sans-serif, Helvetica;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #262626;
	background-image: url(nav-bg.png);
	background-repeat: no-repeat;
	left: 72px;
	top: 135px;
	position: absolute;
	z-index: 2;
	height: 33px;
	width: 267px;
}

#navigation a {
	text-decoration: none;
	color: #262626;
}

#navigation a:hover {
	text-decoration: none;
	color: #92ca2c;
}

#navigation #home {
	left: 15px;
	top: 15px;
	float: left;
	position: absolute;
}

#navigation #services {
	position: absolute;
	left: 141px;
	top: 15px;
	float: left;
}
