@import url("reset.css");
@import url("navigation.css");
/**
 *	Best Practice Australia
 *  Homepage Screen Styles
 *	
 *	@author:	Andrew Taylor <andrew at imagin8 dot com>
 *	@date:		25/01/2008
 *
 *	Table of Contents:
 *		01. layout
 *		02. breadcrumbs
 *		03. typography
 *		04. lists/typography/links
 *		05. images
 *		06. tables
 *		07. forms
 *		08. ctoc
 *url(../images/body-bg.jpg) repeat-x
 */
html,body {
	background:					#ffffff url(../images/homepage/body-bg.jpg) 50% 0 repeat-x;
}

body {
	color:						#3c6266;
	font-family:				Tahoma, Arial, Verdana, "Lucida Grande", Helvetica, sans-serif;
}

/** layout
------------------------------------------------------------------ */
div#wrapper, div#footer-wrapper {
	font-size:					70%;
}

div#container {
	margin:						0 auto;
	width:						800px;
}

div#logo {
	width:						876px;
	margin:						0 auto;
	height:						100px;
}

div#logo div#printer {
	float:						right;
	margin:						50px 40px 0px 0px;
	height:						30px;
	width:						114px;
	background:					url(../images/printer-bg.jpg) no-repeat;
}

div#logo h1 {
	margin:					18px 0px 0px 0px;
	text-indent: 				-3000px;
	float:						left;
	height:						71px;
	width:						249px;
	background:					url(../images/logo.png) no-repeat;
}

div#logo div#search {
	float:						right;
	margin:						50px 5px 0px 0px;
	height:						30px;
	width:						219px;
	background:					url(../images/search-box-bg.jpg) no-repeat;
}

div#logo div#search div#magnify, div#logo div#search div#search-box, div#logo div#search div#go{
	float:						left;
}

div#logo div#search div#search-box {
	padding:					8px 0px 0px 14px;
	width:						142px;
}

div#logo div#search div#go {
	padding-top:				4px;
}

div#header {
	height:						355px;
	background:					url(../images/homepage/heading-bg.jpg) no-repeat;
}

div#header div#learn-more {
	clear:						left;
	float:						left;
	padding:					225px 0px 0px 38px;
}

#side-navigation-header, #content-header {
	margin-top:					75px;
	height:						23px;
}

div#side-navigation, #side-navigation-header {
	clear:						left;
	width:						240px;
	float:						left;
	padding:					0px 30px 0px 30px;
	color:						#3c6266;
	line-height:				150%;
}

div#side-navigation {
	padding-top:				20px;
}

div#content, #content-header {
	width:						490px;
	float:						left;
	padding-left:				10px;
}

div#content {
	line-height:				18px;
	padding:					20px 0px 20px 10px;
}



div#footer-wrapper {
	background:					url(../images/footer-bg.jpg) 50% 0 repeat-x;
	height:						138px;
	clear:						left;
	width:						100%;
}

div#footer {
	width:						800px;
	margin:						auto;
}

div#footer-left{
	padding:					20px 0px 0px 30px;
	float:						left;
}

div#footer-right{
	padding:					20px 30px 0px 0px;
	float:						right;
}


div#logo div#search div#search-box input:focus,
div#logo div#search div#search-box input.focus {
	background:					#7EB5BC;
}

#search-box input {
	width:						127px;
	background:					transparent;
	color:						#ffffff;
	font-size:					0.9em;
	border:						none;
}


/** breadcrumbs
------------------------------------------------------------------ */
/** typography
------------------------------------------------------------------ */
em {
	font-style:					italic;
}

h1 {
	font-size:					140%;
	font-weight:				normal;
}

h2 {
	font-size:					130%;
	font-weight:				normal;
}

h3 {
	font-size:					1.3em;
	font-weight:				normal;
}

h4 {
	font-size:					1.2em;
	font-weight:				bold;
}

h5 {
	font-size:					1.1em;
	font-weight:				bold;
}

h6 {
	font-size:					1em;
	font-weight:				bold;
}

strong, b {
	font-weight:				bold;
}

div#content p {
	padding:					5px 0px 5px 0px;
}

div#content ul {
	margin-bottom:				3px;
}

div#content ul li {
	background: 				url(../images/icons/bullet-list.gif) 0 4px no-repeat;
	padding:					2px 0px 2px 18px;
}

div#content ul li ul,
div#content ul li ol {
    margin: 0.5em 0 0.5em 1.5em;
}


div#content ul li ul li {
	background: 				none;
	list-style:					disc;
	padding:					2px 0px 2px 0px;
}

div#content ol {
	list-style-type: 			decimal;
	padding:					5px 0px 2px 20px;
}

div#content ul li ol {
	list-style-type: 			decimal;
}

div#content ol li {
	background: 				none;
	padding:					2px 0px 2px 0px;
}

div#content ol ol {
	list-style-type: 			lower-roman;
}

div#content ol ol ol {
	list-style-type: 			lower-alpha;
}

div#header h1 {
	color:						#ffffff;
	font-family:				"Myriad Pro", sans-serif;
}

div#header h2 {
	color:						#fea700;
	font-family:				"Myriad Pro", sans-serif;
}

div#side-navigation div {
	border-bottom:				#deecef 1px solid;
}

div#footer p, div#footer a {
	font-weight:				normal;
	color:						#3c6266;
	font-size:					1.1em;
	line-height:				150%;
}

div#footer p .fade {
	color:						#76acb4;
}



/** lists/typography/links
------------------------------------------------------------------ */

div#logo h1 a {
	height:						100%;
	width:						100%;
	display:					block;
}

div#logo div#printer li {
	float:						right;
	height:						30px;
	text-indent:				-99999px;
}

div#printer li#printer-icon {
	background:					transparent url(../images/icons/printer-icon.gif) 100% 50% no-repeat;
	width:						37px;
}

div#printer li#text-bigger-icon {
	background:					url(../images/icons/text-bigger-icon.gif) 100% 50% no-repeat;
	width:						37px;
}

div#printer li#text-smaller-icon {
	background:					url(../images/icons/text-smaller-icon.gif) 50% 50% no-repeat;
	width:						38px;
}

div#printer a, div#logo div#search a {
	height:						100%;
	width:						100%;
	display:					block;
}


div#learn-more a{
	background:					url(../images/learn-more-button.gif) no-repeat;
	display:					block;
	width:						131px;
	height:						30px;
	text-indent:				-9999px;
}

div#learn-more a:hover{
	background:					url(../images/learn-more-button-over.gif) no-repeat;

}


div#side-navigation ol li a {
	background:					url(../images/icons/bullet-list.gif) 0 50% no-repeat;
	padding:					0px 0px 0px 20px;
}

div#content a, div#side-navigation a {
	text-decoration:			none;
	color:						#3c6266;
}

div#content a:hover, div#side-navigation a:hover {
	text-decoration:			underline;
	color:						#6ca8ae;
}

div#content a:visited, div#side-navigation a:visited {
	color:						#2e4d5c;
}

div#footer-right li {
	text-align:					right;
}

div#footer-right li#copyright a{
	background:					url(../images/icons/copyright-icon.gif) 100% 50% no-repeat;
	padding:					0px 30px 0px 0px;	
}

div#footer-right li#privacy a{
	background:					url(../images/icons/privacy-icon.gif) 100% 50% no-repeat;
	padding:					0px 30px 0px 0px;	
}

div#footer-right li.disclaimer a{
	background:					url(../images/icons/disclaimer-icon.gif) 100% 50% no-repeat;
	padding:					0px 30px 0px 0px;	
}

div#footer-right li#sitemap a{
	background:					url(../images/icons/sitemap-icon.gif) 100% 50% no-repeat;
	padding:					0px 30px 0px 0px;	
}

div#footer-right li a#imagin8 {
	background:					url(../images/icons/external-link-icon.gif) 100% 50% no-repeat;
	padding:					0px 30px 0px 0px;	
}

div#footer li a {
	text-decoration:			none;
	color:						#3c6266;
}


/** images
------------------------------------------------------------------ */
/** tables
------------------------------------------------------------------ */

#research-table {
	width:						470px;
	border:						none;
}

#research-table .table-header th#research {
	height:						51px;
	background:					url(../images/table-header-extended.gif) 0 0 no-repeat;
}

#research-table .table-header th#discovery {
	height:						51px;
	background:					url(../images/table-header-extended.gif) 100% 0 no-repeat;
}

#research-table .table-header th {
	text-align:					left;
	font-size:					12px;
	padding-left:				20px;
	color:						#588288;
}

#research-table .field-cell,
#research-table .field-cell-active {
	background:					#cceaed;
	border:						#b3dbe5 1px solid;
	border-width:				0 1px 1px 1px;
	width:						244px
}

#research-table .program-cell {
	background:					#daeef1;
	border:						#b3dbe5 1px solid;
	border-width:				0 1px 1px 0;
}

#research-table .field-cell a,
#research-table .field-cell-active a {
	background:					url(../images/icons/green-arrow.gif) 20px 17px no-repeat;
	display:					block;
	height:						auto !important;
	height:						40px;
	min-height:					40px;
	padding:					10px 4px 10px 30px;
	width:						210px;
}

#research-table .field-cell-active, #research-table .field-cell a:hover {
	background-color:			#daeef1;
}

#research-table .program-cell a,
#research-table .program-cell-active a {
	display:					block;
	height:						auto !important;
	height:						40px;
	min-height:					40px;
	padding:					10px 0px 10px 15px;
	width:						208px;
}


#research-table .program-cell a:hover {
	background-color:			#dff4f7;
}

div#content #research-table a, div#content #research-table a:hover, div#content #research-table a:visited {
	color:						#3c6266;
	text-decoration: 			none;
}

#research-table .table-shadow {
	height:						30px;
	background:					url(../images/table-shadow-extended.gif) 0 0 no-repeat;
}


/** forms
------------------------------------------------------------------ */
/** ctoc
------------------------------------------------------------------ */