body, html {
	margin:0px;
	background-color: #ffffff;
	background-image: url(../images/bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

/*
div {	
	overflow: hidden;
}*/


table {
	border-collapse: collapse;
}

/* CONTAINER */

div#container {
	margin-left: auto;
	margin-right: auto;
	width: 941px;
	margin-top: 15px;
}

/* HEADER */

div#header {
	height: 90px;
	background-color: #ffffff;
	vertical-align: bottom;
	position: relative;
}

div#header_top_left {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/header_top_left.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div#header_top_right {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0px;
	right: -1px;
	background-image: url(../images/header_top_right.jpg);
	background-position: top right;
	background-repeat: no-repeat;
}

div#header_logo {
	width: 265px;
	height: 43px;
	margin-left: 34px;
	float: left;
	background-image: url(../images/logo.gif);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 24px;
}

a#header_logo {
	width: 100%;
	height: 100%;
	position: absolute;
}

div#header_winner {
	width: 139px;
	height: 70px;
	float: left;
	background-image: url(../images/energy_awards.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 17px;
	right: 220px;
}

a#header_winner {
	width: 100%;
	height: 100%;
	position: absolute;
}

div#header_hitech {
	width: 174px;
	height: 35px;
	float: left;
	background-image: url(../images/NZHiTech2010FinalistsLogo.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	position: absolute;
	top: 17px;
	right: 30px;
}

a#header_hitech {
	width: 100%;
	height: 100%;
	position: absolute;
}


/*
SEARCH
*/

div#header_search {
	float: right;
	position: absolute;
	height: 30px;
	top: 65px;
	right:25px;
	width: 178px;
}

div#header_search div.search {
	background-image: url(../images/search_left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 24px;
}

div#header_search input {
	float: right;
}

div#header_search input#mod_search_searchword {
	float: none;
	border: none;
	font-family: Helvetica, Arial;
	background-color: transparent;
	background-image: url(../images/search_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	outline: none;
	position: absolute;
	margin-left: 7px;
	padding-top: 5px;
	margin-right: 10px;
	width: 145px;
	height: 21px;
	color: #5a5a5a;
}



div#header_search form {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

/*
MAIN NAV
*/

div#main_nav {
	background-image: url(../images/nav_bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	height: 30px;
	overflow: hidden;
}


div#main_nav ul {
	margin: 0px;
	padding: 0px;
	padding-left: 23px;
	padding-right: 23px;
	list-style: none;
	display: table-cell;
	vertical-align: middle;
	height: 30px;
}

div#main_nav li {
	display: inline;
	margin-right: 16px;
}

div#main_nav ul ul {
	display: none;
}

/*
SECONDARY NAV
*/

div#secondary_nav {
	min-height: 2px;
	height: auto;
	background-color: #636363;
	background-image: url(../images/secondary_nav_bg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	overflow: hidden;
}

div#secondary_nav ul {
	margin: 0px;
	padding: 0px;	
	padding-left: 35px;
	padding-right: 35px;
	list-style: none;
	padding-top: 4px;
	padding-bottom: 1px;
	height: 18px;
}

div#secondary_nav li {
	display: inline;
	margin-right: 40px;
}

div#secondary_nav li ul {
	display: none;
}

/*
TERTIARY NAV
*/


div#tertiary_nav {
	background-color: #cccccc;
	background-image: url(../images/tertiary_nav_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	overflow: hidden;
}


div#tertiary_nav ul {
	height: 16px;
	margin: 0px;
	padding: 0px;
	padding-left: 26px;
	padding-right: 36px;
	padding-top: 6px;
	padding-bottom: 2px;
	list-style: none;
	width: auto;
}

div#tertiary_nav li {
	display: inline;
}

div#tertiary_nav li ul {
	display: none;
}




/* 
BREADCRUMB
*/
div#breadcrumb {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10px;
	margin-left: 21px;
}

div#breadcrumb,
div#breadcrumb a {
	color: #a08484;
}

/*
CONTENT CONTAINER 
*/

div#content_container {
	background-image: url(../images/main_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	padding-left: 14px;
	padding-right: 14px;
	height: 100%;
	overflow: hidden;
}

div#content_container_home {
	overflow: hidden;
	height: 100%;
}

/*
* html div#content_container {
	height: 240px;
}*/

/*
MAIN CONTAINER 
*/

div#main_container_2col,
div#main_container_3col {
	position: relative;
	float: left;
}

div#main_container_2col {
	width: 630px;
}

div#main_container_3col {
	width: 100%;
}

/*
HOME PAGE
*/

div#top {
	height: 321px;
}

div#home_content {
	width: 442px;
	float: left;
	margin: 10px;
	margin-right: 20px;
	margin-top: 15px;
	display: inline;
	overflow: hidden;
}

div#home_left {
	float: left;
	width: 214px;
	margin: 10px;
	margin-top: 15px;
	display: inline;
	overflow: hidden;
}

div#home_right {
	float: left;
	width: 214px;
	margin: 10px;
	margin-top: 30px;
	display: inline;
	overflow: hidden;
}

div#home_left div.moduletable,
div#home_right div.moduletable {
	margin-bottom: 10px;
}

div#home_content h1 {
	width: 100%;
	border-bottom: 1px solid #f9cac8;
	padding-bottom: 5px;
	background-image: url(../images/title_arrow.gif);
	background-position:8px left;
	background-repeat: no-repeat;
	padding-left: 18px;
	font-weight: normal;
}

/*
MAIN COLUMN
*/

div#main_col {
	background-image: url(../images/main_col_bg.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #ffffff;
	width: 100%;
	overflow: hidden;
}

/*
* html div#main_col {
	height: 200px;
}*/


div#main_col_top_left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 15px;
	height: 15px;
	background-image: url(../images/main_col_top_left.jpg);
	background-repeat: no-repeat;
}

div#main_col_top_right {
	position: absolute;
	right: 0px;
	width: 15px;
	height: 15px;
	background-image: url(../images/main_col_top_right.jpg);
	background-repeat: no-repeat;
	display: inline;
	overflow: hidden;
}

div#content {
	margin: 20px;
}

span.article_separator {
	display: none;
}

/*
SECONDARY CONTAINER
*/

div#secondary_container {
	float: right;
	width: 268px;
	margin-left: 15px;
	overflow: hidden;
	margin-top: -10px;
}

div#secondary_col {
	width: 100%;
	margin-left: 0px;	
}

div#secondary_col div.moduletable {
	margin-bottom: 10px;
}

div#secondary_col div.moduletable ul {
	list-style-type: none;
	margin: 0px;
	margin-top: -12px;
	padding: 0px;
}

div#secondary_col div.moduletable li {
	padding-bottom: 5px;
	padding-top: 5px;
	border-bottom: 1px solid #b3b3b3;
}

/*
SECONDARY CONTAINER - MIDDLE
*/

div#middle_col {
	width: 50%;
	background-image: url(../images/middle_bg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

div#middle_col div.moduletable h3,
div#secondary_col div.moduletable h3 {
	text-transform: uppercase;
	font-weight: normal;
	background-image: url(../images/title_arrow.gif);
	background-position:2px left;
	background-repeat: no-repeat;
	padding-left: 18px;
	padding-bottom: 5px;
	border-bottom: 1px solid #b3b3b3;
	color: #014554;
}

/*
SEARCH
*/
table.contentpaneopen fieldset {
	border: none;
}

/* FOOTER */

div#footer {
	background-image: url(../images/footer_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 28px;
	overflow: hidden;
	margin-top: 16px;
	padding-left: 25px;
	padding-right: 25px;
	margin-bottom: 50px;
	float:left;
	width: 900px;
}



div#footer_nav,
div#footer_copy {
	margin-top:5px;
}


div#footer_nav {
	float: left;
}

div#footer_copy {
	float: right;
}

div#footer_nav ul {
	margin: 0px;
	padding: 0px;
}

div#footer_nav li {
	display: inline;
}



