@import url("reset.css");
@import url("navigation.css");
/**
 *	Best Practice Australia
 *  Base 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/inside/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#search-box input{
	width:127px;
}

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

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


div#header {
	height:						245px;
	background:					url(../images/inside/heading1.jpg) no-repeat;
}

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

#side-navigation-header, #content-header {
	margin-top:					65px;
}

div#side-navigation, #side-navigation-header {
	clear:						left;
	width:						240px;
	float:						left;
	padding:					0px 0px 0px 30px;
}

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

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

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

div#footer-wrapper {
	background:					url(../images/footer-bg.jpg) 50% 0 repeat-x;
	height:						138px;
	clear:						both;
	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;
}

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


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

h1 {
	font-size:					140%;
	font-weight:				normal;
	padding-bottom:				6px;
}

h2 {
	font-size:					130%;
	font-weight:				normal;
	padding-bottom:				5px;
}

h3 {
	font-size:					125%;
	font-weight:				normal;
	padding-bottom:				3px;
}

h4 {
	font-size:					120%;
	font-weight:				bold;
	padding-bottom:				3px;
}

h5 {
	font-size:					115%;
	font-weight:				normal;
	padding-bottom:				2px;
}

h6 {
	font-size:					110	%;
	font-weight:				bold;
	padding-bottom:				1px;
}

h1.underlined,
h2.underlined,
h3.underlined,
h4.underlined,
h5.underlined,
h6.underlined {
	display:					block;
	width:						100%;
	border-bottom:				1px solid #eaeaea;
}


strong, b {
	font-weight:				bold;
}

div#content p {
	padding:					3px 0px 7px 0px;
}

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

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

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 .ctoc_item1 {
	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:				-9999px;
}

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 #ctoc a {
	background:					url(../images/icons/bullet-list.gif) 0 50% no-repeat;
	padding:					12px 0px 12px 20px;
	color:						#7d5d24;
	text-decoration:			none;
	display:					block;
	height:						100%;
	width:						auto;
}

div#side-navigation #ctoc .ctoc_item2 a {
	background:					none;
	padding:					7px 0px 7px 15px;
	background:					url(../images/icons/brown-bullet.gif) 0 50% no-repeat;
	color:						#7d5d24;
	text-decoration:			none;
	display:					block;
	height:						100%;
	width:						auto;
}

div#side-navigation #ctoc a:hover {
	color:						#fea700;
}

div#side-navigation #ctoc a.ctoc_current {
	font-weight:				bold;
}

div#content a {
	color:						#0f5057;
}

div#content a:hover {
	color:						#6ca8ae;
}

div#content a:visited {
	color:						#194448;
}

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, #research-table td {
	width:						230px;
	border:						none;
}

#research-table .table-header {
	height:						51px;
	background:					url(../images/table-header-bg.gif) no-repeat;
	font-size:					12px;
	padding-left:				20px;
	color:						#588288;
	
}

#research-table .table-cell {
	padding:					0px;
	margin:						0px;
	border-collapse:			collapse;
	border-left:				#b3dbe5 1px solid;
	border-bottom:				#b3dbe5 1px solid;
	border-right:				#b3dbe5 1px solid;
	background-color:			#cceaed;
}

#research-table .table-cell a {
	width:						178px;
	height:						100%;
	padding:					15px 0px 15px 30px;
	background:					#cceaed url(../images/icons/green-arrow.gif) 20px 50% no-repeat;
	text-decoration:			none;
	color:						#3c6266;
	display:					block;
	
}

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

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

/** Research Table turned into a UL list */
	/*height:						51px;
	background:					url(../images/table-header-bg.gif) no-repeat;
	font-size:					12px;
	padding-left:				20px;
	color:						#588288;*/

div#for_wrapper_menu{}	
div#for_wrapper_menu ul#suckerfishMenu20704.suckerfishMenu{}
div#for_wrapper_menu ul#suckerfishMenu20704.suckerfishMenu li{background:#cceaed url(/images/icons/green-arrow.gif) 20px 50% no-repeat;}
div#for_wrapper_menu ul#suckerfishMenu20704.suckerfishMenu li ul li{background:#cceaed;padding:0;margin:0;}
div#for_wrapper_menu ul#suckerfishMenu20704.suckerfishMenu li:hover{background:#DAEEF1;}
div#for_wrapper_menu ul#suckerfishMenu20704.suckerfishMenu li a{background:#cceaed url(/images/icons/green-arrow.gif) 20px 50% no-repeat;}
div#for_wrapper_menu ul#suckerfishMenu20704.suckerfishMenu li a:hover{background:#DAEEF1;}

div#for_wrapper_menu ul#suckerfishMenu20704 li#sf_menu_0,
div#for_wrapper_menu ul#suckerfishMenu20704 li#sf_menu_1,
div#for_wrapper_menu ul#suckerfishMenu20704 li#sf_menu_2,
div#for_wrapper_menu ul#suckerfishMenu20704 li#sf_menu_3,
div#for_wrapper_menu ul#suckerfishMenu20704 li#sf_menu_4{background:#cceaed url(/images/icons/green-arrow.gif) 20px 50% no-repeat;}

div#for_wrapper_menu ul#suckerfishMenu20704 ul#sf_menu_0 ul li,
div#for_wrapper_menu ul#suckerfishMenu20704 ul#sf_menu_1 ul li,
div#for_wrapper_menu ul#suckerfishMenu20704 ul#sf_menu_2 ul li,
div#for_wrapper_menu ul#suckerfishMenu20704 ul#sf_menu_3 ul li,
div#for_wrapper_menu ul#suckerfishMenu20704 ul#sf_menu_4 ul li{background:transparent;}

div#for_wrapper_menu ul#suckerfishMenu20704 li#sf_menu_0 a:hover,
div#for_wrapper_menu ul#suckerfishMenu20704 li#sf_menu_1 a:hover,
div#for_wrapper_menu ul#suckerfishMenu20704 li#sf_menu_2 a:hover,
div#for_wrapper_menu ul#suckerfishMenu20704 li#sf_menu_3 a:hover,
div#for_wrapper_menu ul#suckerfishMenu20704 li#sf_menu_4 a:hover{background:#DAEEF1 url(/images/icons/green-arrow.gif) 20px 50% no-repeat;}
	
div#for_wrapper_title{background:url(../images/table-header-bg.gif) no-repeat;font-size:12px;padding:15px 0px 0px 30px;color:#588288;height:36px;}
div#for_wrapper_menu ul#suckerfishMenu20704{background:none;}
div#for_wrapper_menu ul#suckerfishMenu20704 li{width:228px;height:40px;border-left:#b3dbe5 1px solid;border-right:#b3dbe5 1px solid;border-bottom:#b3dbe5 1px solid;background-color:#cceaed;padding:0 0 1px 0;}
div#for_wrapper_menu ul#suckerfishMenu20704 li:hover{background:#DAEEF1;}
div#for_wrapper_menu ul#suckerfishMenu20704 li a{width:198px;display:block;padding:15px 0px 15px 30px;/*background:#cceaed url(../images/icons/green-arrow.gif) 20px 50% no-repeat*/;text-decoration:none;color:#3c6266;display:block;}
div#for_wrapper_menu ul#suckerfishMenu20704 li a:hover{background-color:#DAEEF1;}
div#for_wrapper_menu ul#suckerfishMenu20704 li ul{display:none;background:none;visibility:none;}
div#for_wrapper_menu ul#suckerfishMenu20704 li ul li{display:none;background:none;visibility:none;}
div#for_wrapper_shadow{height:30px;background:url(../images/table-shadow-bg.gif) no-repeat;}

.contact_table {
	width:						100%;
	padding-bottom:				30px;
}

.contact_table td.heading {
	padding-left:				15px;
	width:						110px;
	font-weight:				bold;
}

.table_header {
	background-color:			#DAEEF1;
	font-weight:				bold;
	text-align:					center;
}

.row0 {
	background-color:			#e9f3f5;
}

.row1 {
	background-color:			white;
}


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

#request_form td.heading {
	text-align:					right;
	font-weight:				bold;
	padding:					5px 15px 5px 0px;
}

input, select, textarea {
	font-family:				Tahoma, Arial, Verdana, "Lucida Grande", Helvetica, sans-serif;
	font-size:					12px;
}

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

/*
.ctoc_item0 {
	display:					none;
}
*/

.ctoc_children {
	padding-left:				15px;
}

.ctoc_children .ctoc_children {
	padding-left:				15px;
}

.ctoc_children .ctoc_children div {
	padding-left:				15px;
}

/** sitemap
------------------------------------------------------------------ */

.category {
	background:					url(../images/icons/bullet-list.gif) 7px 4px no-repeat;
	padding:					2px 0px 8px 25px;
}

.item {
	background:					url(../images/icons/brown-bullet.gif) 7px 6px no-repeat;
	padding:					2px 0px 8px 17px;
	
}

.document {
	background:					url(../images/icons/green-arrow.gif) 7px 6px no-repeat;
	padding:					2px 0px 8px 17px;
	
}

/** search results
------------------------------------------------------------------ */

.search_result {
	padding-bottom:				20px;
}