/* General Layout */
	body {
		min-height: 300px;
	}
	.yui-u {
		margin-top: 18px;
	}

/* General Elements */
	body {
		color: #666;
		font-family:Tahoma, Geneva, sans-serif;
	}
	h1,h2,h3,h4,h5,h6 {color: #0b486c; font-weight:bold;margin-bottom: 0.5em}
	h1{font-size:2em}
	h2{font-size:1.25em}
	h3{font-size:1.1em}
	h4{font-size:1em}
	h5{font-size:1em}
	h6{font-size:1em}
	
	a, a:visited, a:hover, a:focus {
		color: #0b486c;
		text-decoration: none;
	}
	a:hover, a:focus {
		text-decoration: underline;
	}
	strong {font-weight:bold;}
	p { margin-bottom: 1.8em; *margin-bottom: 1.9em }
	
	#bd .yui-gc table th { padding: 5px; background: #4F81BD; color: #fff; font-weight:bold; }
	#bd .yui-gc table td { padding: 5px; }
	#bd .yui-gc table tr { border-bottom: 1px solid #ccc; }
	#bd #content ul { margin: 0 1.3em 1.3em 1.3em; }
	#bd #content ul li { list-style: outside disc; }

/* Header */
	#hd {
		background: url(../Images/cssimg/header.jpg) repeat-x top center;
		position:relative;
		height: 333px;
	}
	/* Logo */
		#logo {
			text-indent:-3000em;
			overflow:hidden;
			
			width: 361px;
			height: 88px;
			
			position:absolute;
			top: 0;
			left: 300px;
		}
	
/* Main Menu */
	#menu {
		position: absolute;
		bottom: 25px;
		left: 50%;
		width: 986px;
		margin-left: -493px;
	}
	#menu li {
		display: inline;
		background: url(../Images/cssimg/menu_bg.gif) no-repeat bottom right;
		float:left;
		height: 32px;
		padding-right: 14px;
		margin-right: 3px;
	}
	#menu li a {
		padding: 8px 6px 0 20px;
		*padding: 8px 6px 0 19px;
		color: #333;
		font-size: 12px;
		background: url(../Images/cssimg/menu_bg.gif) no-repeat top left;
		
		float: left;
		height: 24px;
		display: block;
	}
	#menu li a:hover {
		outline: 0;
	}
	
	#menu li ul {
		display:none;
	}
	
/* Footer Menu */
	#footer-menu {
		padding: 30px 0;
	}
	#footer-menu li {
		display:none;
	}
	#footer-menu li.parent {
		display:block;
		padding: 0 50px;
		border-right: 1px solid #999;
		float: left;
	}
	#footer-menu li.first {
		padding-left: 0;
	}
	#footer-menu li.parent a {
		font-weight: bold;
		color: #666;
		text-transform:uppercase;
	}
	#footer-menu li.parent li {
		display:list-item;
	}
	#footer-menu li.parent li a {
		font-weight: normal;
		text-transform: none;
	}
	
/* Footer */
	#ft {
		margin-top: 50px;
		height: 303px;
		background: url(../Images/cssimg/footer_bg.jpg) repeat-x top center;
		color: #A4A7A9;
		border-top: 1px solid #ccc;
	}
	#ft .inner {
		width: 986px;
		margin: 0 auto;
		padding: 30px 0;
		text-align: left;
	}
	.copy {
		display: block;
		padding: 30px 0;
		color: #A4A7A9;
	}
	.copy a {
		color: #a4a7a9;
		margin-left: 80px;
	}
/* Containers */

/* Home page */
	.home #bd {
		background: url(../Images/cssimg/content_bg.jpg) no-repeat top right;
	}
	.home #content {
		width: 30%;
		float: left;
		font-size: 14px;
	}
	.home .inner {
		position:relative;
		zoom: 1;
	}

.home .announcement-list {
 margin:0 !important;
border-bottom:1px solid #A2B9C7 !important;
}
.home .announcement-list h2 {
font-size:12px;
margin-bottom:0px;
}
.home .announcement-list .date {
color:#666666 !important;
}
.home .announcement-list p {
display:none;
}
	
	/* Bottom */
		#bottom {
			border-top: 1px solid #a2b9c7;
			margin-top: 30px;
			padding-top: 10px;
			padding-bottom: 30px;
		}
	
	/* Newsletter */
		#newsletter {
			position: absolute;
			right: 0;
			bottom: 0;
			background: url(../Images/cssimg/panui.gif) no-repeat bottom right;
			width: 508px;
			height: 136px;
		}
		#newsletter .item {
			position: absolute;
			bottom: 11px;
			right: 15px;
			padding: 0;
		}
		#newsletter .cat_textbox {
			border: 1px solid #c0d1da;
			border-right: 0;
			color: #999;
			padding: 7px;
			width: 212px;
			margin-right:0;
		}
		#newsletter .cat_button {
			border: 1px solid #c0d1da;
			text-transform:uppercase;
			font-weight:bold;
			color: #0b486c;
			padding: 6px;
			*padding: 5px 1px;
			margin-right:0;
		}
	/* Fisheries */
		#fisheries {
			width: 410px;
			border-right: 1px solid #a2b9c7;
			padding: 5px 20px;
			float: left;
			display:none;
		}
	/* whanaungatanga */
		#whanaungatanga {
			width: 260px;
			border-right: 1px solid #a2b9c7;
			padding: 5px 20px;
			float: left;
		}
	/* Whats new */
		#news {
			width: 290px;
			width: 440px;
			border-right: 1px solid #a2b9c7;
			padding: 5px 20px;
			float: left;
		}
		#news .announcement-list {
			padding: 10px 0;
			font-size: 12px;
		}
		#news .announcement-list p {
			margin-bottom: 0;
		}
		#news .date {
			color: #0b486c;
			font-size: 12px;
		}
	/* Register */
		#register {
			width: 180px;
			padding: 5px 0 5px 20px;
			float: left;
		}
	
/* Content page */
	#bd {
		background: url(../Images/cssimg/sub_content_bg.jpg) no-repeat top right;
	}
	#bd .inner {
		padding-top: 40px;
	}
	#bd .inner .yui-gc {
		width: 99%;
		
	}

/* Blog page */

/* Plugins */

/* Form Styles */
	.field-row {
		padding: 5px 0;
		margin: 5px 0;
	}
	
	
	
	

