html, body
{
	height: 100%;
}

html, div, body, img, ul, li
{
	margin: 0px;
	padding: 0px;
	border: 0;
}

* html #layout1
{
	height: 100%;
}

* html #layout2
{
	height: 100%;
}

* html #bgcell
{
	height: 100%;
}

#layout1
{
	margin: auto;
	width: 1000px;
	min-height: 100%;
	position: relative;
}

#layout2
{
	margin: auto;
	width: 1000px;
	min-height: 100%;
	position: relative;
}

#bgcell
{
	margin: auto;
	width: 1000px;
	min-height: 100%;
	position: relative;
}


#header
{
	width: 1000px;
	background-image: url(../images/NCEP_headerbg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#layout1 .headerhomelink
{
	display: block;
	width: 255px;
	height: 105px;
	margin: -31px 0px 32px -37px;
}

#layout2 .headerhomelink
{
	display: block;
	width: 255px;
	height: 105px;
	margin: 30px 200px 0px 0px;
}

.footnote
{
	color: #c54a90;
	vertical-align: super;
	font-size: 10px;
	font-weight: bold;
}

.keypoint
{
	border-left: 4px solid #54bceb;
	padding-left: 10px;
	margin-bottom: 12px;
}

#footercontainer
{
	background-image: url(../images/NCEP_footerbg.jpg);
	background-position: bottom;
	background-repeat: repeat-x;
	height: 70px;
	position: relative;
	margin:-8.2em auto 0 auto;
	padding: 0px auto;
	padding-top: 60px;
	color: #707070;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}

#footer
{
	width: 1000px;
	margin: 0px auto;
}

#footerlinks
{
	float: right;
	margin-right: 55px;
}

#footerlinks a
{
	text-decoration: none;
	color: #54bceb;
	margin: 0px 5px;
}

#footerlinks a:hover
{
	text-decoration: underline;
}

#menu a
{
	color: #ffffff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: none;
	height: 25px;
	text-decoration: none;
	display: block;
	padding: 5px 0px 0px 23px;
}

#menu a:hover
{
	background-image: url(../images/NCEP_menu_itembg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

/* --------------------------------------------------------------------------------
Layout 1
---------------------------------------------------------------------------------*/

#layout1 #header
{
	height: 296px;
}

#layout1 #headerright
{
	width: 413px;
	float: right;
	margin-right: 60px;
}

ul
{
	list-style-type: none;
}

#contentcontainer
{
	width: 1000px;
	padding-bottom: 100px;
}

#layout1 #column1
{
	float: left;
	width: 462px;
	margin-left: 66px;
}

#layout1 #column2
{
	float: left;
	width: 238px;
}

#layout1 #column3
{
	float: left;
	width: 175px;
}

/*-------------------------------------------------
HOME
*/

#home #layout1 #column1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	margin-top: 25px;
	padding: 0px 25px 0px 50px;
	width: 385px;
	border-right: 1px solid #a9a9a9;
	height: 220px;
}

#home #layout1 #column2
{
	margin-top: 25px;
}

#home #column2 #goodnews
{
	border-right: 1px solid #a9a9a9;
	width: 238px;
	height: 220px;
}

#home #layout1 #column3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a9a9a9;
	width: 120px;
	margin-top: 25px;
	padding-left: 30px;
}

#home #layout1 #column3 p
{
	padding-bottom: 10px;
}

#home #headerleft
{
	float: right;
	width: 403px;
	height: 94px;
	margin-right: 30px;
	margin-top: 62px;
}

#home #featureimage
{
	width: 238px;
	float: right;
}

#home #menu
{
	width: 175px;
	float: right;
	background-color: #d75ba1;
	height: 242px;
	padding-top: 54px;
}

/*-------------------------------------------------
ABOUT
*/

#about #layout1 #column1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	margin-top: 25px;
	padding: 0px 25px 0px 50px;
	width: 295px;
}

#about #layout1 #column2
{
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	margin-top: 25px;
	width: 290px;
	padding-left: 25px;
	padding-right: 20px;
}

#about #layout1 #column3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a9a9a9;
	width: 120px;
	margin-top: 25px;
	padding-left: 30px;
}

#about #layout1 #column3 p
{
	padding-bottom: 10px;
}

#about #headerleft
{
	float: right;
	width: 403px;
	height: 94px;
	margin-right: 15px;
	margin-top: 62px;
}

#about #featureimage
{
	width: 238px;
	float: right;
}

#about #menu
{
	width: 175px;
	float: right;
	background-color: #d75ba1;
	height: 242px;
	padding-top: 54px;
}

#about h2
{
	padding-bottom: 12px;
}

/* #about .keypoint
{
	border-left: 4px solid #54bceb;
	padding-left: 10px;
	margin-bottom: 12px;
} */

#about .keypoint strong
{
	color: #54bceb;
}

/*-------------------------------------------------
RESEARCH
*/

#research .headerhomelink
{
	margin-bottom: 12px;
}

#research #layout1 #column1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	margin-top: 25px;
	padding: 0px 25px 0px 50px;
	width: 295px;
}

#research #layout1 #column2
{
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	margin-top: 25px;
	width: 290px;
	padding-left: 25px;
	padding-right: 20px;
}

#research #layout1 #column3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a9a9a9;
	width: 120px;
	margin-top: 25px;
	padding-left: 30px;
}

#research #layout1 #column3 p
{
	padding-bottom: 10px;
}

#research #headerleft
{
	float: right;
	width: 403px;
	height: 94px;
	margin-right: 15px;
	margin-top: 62px;
}

#research #featureimage
{
	width: 238px;
	float: right;
}

#research #menu
{
	width: 175px;
	float: right;
	background-color: #d75ba1;
	height: 242px;
	padding-top: 54px;
}

#research h2
{
	padding-bottom: 12px;
}

#research .keypoint
{
	border-left: 4px solid #54bceb;
	padding-left: 10px;
	margin-bottom: 12px;
}

#research .keypoint strong
{
	color: #54bceb;
}

.suffixblack
{
	color: #000000;
	font-style: italic;
}

.suffixreference
{
	font-size: 9px;
	color: #787878;
	padding: 20px 0px;
	border-top: 1px solid #787878;
	margin-top: 40px;
}

.suffixreference strong
{
	color: #c54a90;
}

.suffixblue
{
	margin-bottom: 60px;
}

.suffixblue a
{
	color: #1d85b4;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/*-------------------------------------------------
WHAT IS NCEPA
*/

#what #layout1 #column1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	margin-top: 25px;
	padding: 20px 25px 10px 50px;
	width: 385px;
	border-right: 1px solid #bcbcbc;
}

#what #layout1 #column2
{
	margin-top: 25px;
	padding-top: 15px;
}

#what #layout1 #column3
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #a9a9a9;
	width: 120px;
	margin-top: 25px;
	padding-left: 30px;
}

#what #layout1 #column3 p
{
	padding-bottom: 10px;
}

#what #headerleft
{
	float: right;
	width: 403px;
	height: 94px;
	margin-right: 30px;
	margin-top: 62px;
}

#what #featureimage
{
	width: 238px;
	float: right;
}

#what #menu
{
	width: 175px;
	float: right;
	background-color: #d75ba1;
	height: 242px;
	padding-top: 54px;
}

#what .headerhomelink
{
	margin-bottom: 12px;
}

/*-------------------------------------------------
PROGRAM PARTNERS
*/

#partners #layout1 #column1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #787878;
	margin-top: 25px;
	width: 875px;
}

#partners #headerleft
{
	float: right;
	width: 403px;
	height: 94px;
	margin-right: 30px;
	margin-top: 62px;
}

#partners #featureimage
{
	width: 238px;
	float: right;
}

#partners #menu
{
	width: 175px;
	float: right;
	background-color: #d75ba1;
	height: 242px;
	padding-top: 54px;
}

#partners .headerhomelink
{
	margin-bottom: 12px;
}

.partner
{
	border-bottom: 1px dotted #b7b7b7;
}

.partner a
{
	margin-top: 2px;
	width: 815px;
	margin-left: 53px;
	height: 75px;
	background-position: top left;
	background-repeat: no-repeat;
	display: block;
}

#partners #csiro .partner a
{
	background-image: url(../images/NCEP_partners_csiroHN.jpg);
}

#partners #csiro .partner a:hover
{
	background-image: url(../images/NCEP_partners_csiroHN_over.jpg);
}

#partners #daa .partner a
{
	background-image: url(../images/NCEP_partners_daa.jpg);
}

#partners #daa .partner a:hover
{
	background-image: url(../images/NCEP_partners_daa_over.jpg);
}

#partners #athero .partner a
{
	background-image: url(../images/NCEP_partners_athero.jpg);
}

#partners #athero .partner a:hover
{
	background-image: url(../images/NCEP_partners_athero_over.jpg);
}

#partners #racgp .partner a
{
	background-image: url(../images/NCEP_partners_racgp.jpg);
}

#partners #racgp .partner a:hover
{
	background-image: url(../images/NCEP_partners_racgp_over.jpg);
}

#partners #nznf .partner a
{
	background-image: url(../images/NCEP_partners_nznf.jpg);
}

#partners #nznf .partner a:hover
{
	background-image: url(../images/NCEP_partners_nznf_over.jpg);
}

#partners #unileverAU .partner a
{
	background-image: url(../images/NCEP_partners_uniAU.jpg);
}

#partners #unileverAU .partner a:hover
{
	background-image: url(../images/NCEP_partners_uniAU_over.jpg);
}

/* --------------------------------------------------------------------------------
Layout 2
---------------------------------------------------------------------------------*/

#layout2
{
	background-image: url(../images/NCEP_headerbg2.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

#layout2 #column1
{
	float: left;
	width: 700px;
	padding-left: 65px;
}

#layout2 #column2
{
	float: left;
	width: 175px;
}

#layout2 #header
{
	width: 700px;
	background-image: none;
}

#layout2 #headerleft
{
	float: right;
}

#layout2 #headerright
{
	float: right;
	width: 238px;
}

#layout2 #contentcontainer
{
	width: 685px;
	margin-left: -35px;
}


/*-------------------------------------------------
NEWS
*/

#news #menu
{
	width: 175px;
	background-color: #d75ba1;
	height: 242px;
	padding-top: 54px;
}

.newsitemcontainer
{
	border-bottom: 1px dotted #b7b7b7;
	padding: 25px 0px 40px 35px;
	font-family: Arial, Verdana, Sans-Serif;
	color: #707070;
}

.newsitem
{
	border-left: 4px solid #f1f1f1;
	width: 460px;
	padding-left: 25px;
	margin-left: 55px;
}

.newsitem h2, .newsitem h3,
.newsitem p, .newsitem a
{
	margin: 0px;
	padding: 0px;
}

.newsitem h2
{
	font-size: 15px;
	font-weight: bold;
}

.newsitem h3
{
	font-size: 15px;
	font-weight: normal;
	padding-bottom: 20px;
}

.newsitem p
{
	font-size: 11px;
	font-weight: normal;
	padding: 10px 0px;
}

.newsitem a
{
	font-size: 11px;
	font-weight: normal;
	color: #54bceb;
	text-decoration: none;
}

/*-------------------------------------------------
CONTACT US
*/

#contact #menu
{
	width: 175px;
	background-color: #d75ba1;
	height: 242px;
	padding-top: 54px;
}

#contact #bgcell
{
	background-image: url(../images/NCEP_contact_bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	width: 1000px;
	margin: 0px auto;
}

#contact #contentcontainer
{
	margin-left: 55px;
	margin-top: 33px;
}

#contact #contentcontainer p
{
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	font-weight: bold;
	color: #787878;
	margin: 2px 0px;
}

#contact #contentcontainer a
{
	color: #54bceb;
	text-decoration: none;
}

#contact #contentcontainer #left
{
	width: 280px;
	float: left;
	padding-right: 67px;
}

#contact #contentcontainer #left div
{
	margin-bottom: 27px;
}

#contact #contentcontainer #right div
{
	margin-bottom: 27px;
}

#contact #contentcontainer #right
{
	width: 280px;
	float: left;
}

#contact .info
{
	width: 200px;
	height: 60px;
	padding: 61px 0 0 16px;
}

#contact #csiro
{
	background-image: url(../images/NCEP_contact_csiro.gif);
	background-repeat: no-repeat;
	width: 275px;
	height: 115px;
}

#contact #daa
{
	background-image: url(../images/NCEP_contact_daa.gif);
		background-repeat: no-repeat;
	width: 275px;
	height: 115px;
}

#contact #athero
{
	background-image: url(../images/NCEP_contact_athero.gif);
		background-repeat: no-repeat;
	width: 310px;
	height: 115px;
}

#contact #racgp
{
	background-image: url(../images/NCEP_contact_racgp.gif);
		background-repeat: no-repeat;
	width: 275px;
	height: 115px;
}

#contact #nznf
{
	background-image: url(../images/NCEP_contact_nznf.gif);
		background-repeat: no-repeat;
	width: 275px;
	height: 115px;
}

#contact #unilever
{
	background-image: url(../images/NCEP_contact_unilever.gif);
		background-repeat: no-repeat;
	width: 275px;
	height: 115px;
}