/*
	Copyright David Trewern Design         :: www.dtdesign.com ::
	Unauthorised modification / use is a criminal offence, and
	will be prosecuted to the fullest extent permitted by law.
	All Rights Reserved
*/

*, html {
	font-family: Arial, Geneva, Helvetica, sans-serif;
}

.nocss { display: none; }

body, form, ul, li, p, h1, h2, h3, h4, h5  {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #2161BA;
}

a:hover {
	color: #1A3E7B;
}

img {
	border: none;
}

h1 {
	color: #00407C;
	font-weight: bold;
	border-bottom: 1px solid #D7D7D7;
	padding: 0 2px 10px 2px;
}

h2 {
	color: #00407C;	
	font-weight: bold;
	border-bottom: 1px solid #D7D7D7;
	padding: 0 2px 5px 2px;
	margin-bottom: 9px;
}

td, th {
	vertical-align: top;
}

ul {
	list-style: none;
}

ul li {
	font: normal 11px Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

ul li a {
	color: #2161BA;
	display: block;
	line-height: 14px;
	padding-left: 11px;
	padding-bottom: 4px;
	margin: 0;
}

body {
	background: #FFF;
}

input.textbox {
	border: 1px solid #D3D3D3;
}

#wrap {
	width: 100%;
	background: none;
	text-align: center;
}

#site_container {
	width: 770px;
	background: #FFF;
	margin: 0 auto;
	text-align: left;
}



/* START: Header section */

#header {
	width: 770px;
	height: 112px;
        background-position: center !important;
        background-color: #02976f !important;
}
#header img.logo_government {
        display: none;
	float: left;
	margin-left: 14px;
	margin-top: 12px;
}
#header img.logo_ansto {
        display: none;
	float: right;
	margin-right: 14px;
	margin-top: 13px;
}
#header img.print_only {
	display: none;
}

/* END: Header section */





/* START Global Navigation section */

#global_navigation {position: relative; z-index:2} /*dp*/

#global_navigation ul {
	list-style: none;
	margin-left: 4px;
}

#global_navigation ul li {
	list-style: none;
	float: left;
}

#global_navigation ul li a {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #004687;
	padding: 4px 10px;
	display: block;
	background: none;
	margin-right: 0;
	float: left;
	margin-top: 1px;
}
#global_navigation.home_nav ul li a {
	margin-top: 0;
}

#global_navigation ul li.home a.active, #global_navigation ul li.home a.active:hover {
	color: #FFF;
}

#global_navigation ul li.home a:hover, #global_navigation ul li.home ul  {
	background: #C46000;
	color: #FFF;
}
#global_navigation ul li.discover a.active, #global_navigation ul li.discover a:hover, #global_navigation ul li.discover ul {
	background: #1A7213;
	color: #FFF;
}

#global_navigation ul li.information_about a.active, #global_navigation ul li.information_about a:hover, #global_navigation ul li.information_about ul {
	background: #005199;
	color: #FFF;
}

#global_navigation ul li.information_for a.active, #global_navigation ul li.information_for a:hover, #global_navigation ul li.information_for ul {
	background: #C46000;
	color: #FFF;
}

#global_navigation ul li.resources a.active, #global_navigation ul li.resources a:hover, #global_navigation ul li.resources ul {
	background: #1A7213;
	color: #FFF;
}

#global_navigation #search_top {
	float: right;
}

#global_navigation #search_top p {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #666;
	float: left;
	padding-top: 5px;
}

#global_navigation #search_top input.textbox {
	float: left;
	height: 15px;
	width: 87px;
	padding: 0;
	margin: 4px 5px 0 5px;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 12px;
}

#global_navigation #search_top input.go {
	float: left;
	height: 17px;
	margin-top: 4px;
	margin-right: 3px;
}

/* END: Global Naviation section */





/* START: Home Banner section */

#banner_home {
	clear: both;
	width: 770px;
	height: 159px;
}

#banner_home_search {
	width: 770px;
	height: 32px;
}

#banner_home_search_components {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333333;
	padding-left: 14px;
	padding-top: 0;
	height: 17px;
}

#banner_home_search_components p {
	float: left;
	padding: 13px 0 0 0;
	margin: 0;
}

#banner_home_search_components input.textbox {
	float: left;
	font: normal 11px Arial, Helvetica, sans-serif;
	line-height: 14px;
	color: #333333;
	margin: 10px 5px 0 6px;
	padding: 0;
	width: 85px;
	border: 1px solid #C8CCD0;
	height: 17px;
}

#banner_home_search_components input.go {
	float: left;
	padding: 0px 0 0 0;		
	margin-top: 10px;
}

/* END: Home Banner section */





/* START: Banner section */

#banner {
        zindex: 1;
	height: 54px;
}

#banner2 {
	height: 111px;
}

#banner, #banner2 {
	clear: both;
	width: 770px;
        display: none;
}

#banner p, #banner2 p {
	position: relative;
	top: 25%;
	left: 14px;
	font: normal 26px Arial, Helvetica, sans-serif;
	color: #FFF;
	line-height: 26px;
}

#banner p.sub, #banner2 p.sub {
	font-size: 14px;
}

#banner img.print_only {
	display: none;
}

/* END: Banner section */





/* START: Body section */

#home_body {
	width: 770px;
}

#body {
	width: 770px;
}

/* END: Body section */





/* START: Sub Navigation section */

#body #side {
	float: left;
	padding-top: 22px;
	margin-left: 0px;
	width: 187px;
	margin-top: 9px;
}

#sub_navigation ul {
	list-style: none;
	margin-left: 10px;
}

#sub_navigation ul li {
	list-style: none;
	margin: 0 12px 0 0;
	padding: 0;
}

#sub_navigation ul li a {
	padding: 4px 0;
	margin: 0 0 0 4px;
	padding-left: 11px;
	vertical-align: bottom;
	font-size: 12px;
}

#home_body #sub_navigation {
	width: 195px;
	float: left;
}

#home_body #sub_navigation p {
	font: bold 14px Arial, Helvetica, sans-serif;
	margin-left: 15px;
	margin-bottom: 7px;
	padding-top: 15px;
}

#home_body #sub_navigation ul li a {
	width: 150px;
}

#sub_navigation ul li a {
	width: 140px;
}
#side #sub_navigation {
	width: 187px;
}

#side #sub_navigation ul li a {
	width: 140px;
}

#side #sub_navigation ul li.active {
	background-color: #FFF;
}
#side #sub_navigation ul li.active a span {
	font-weight: bold;
	color: #1A3E7B;
}

#side #sub_navigation ul li.active ul {
	margin: 0;
	padding: 2px 0 5px 0;
	background-color: #F5F9FD;
	border-top: 1px solid #EBF3FA;
	border-bottom: 1px solid #EBF3FA;
}

#side #sub_navigation ul li.active ul li {
	background: none;
	margin: 0 0 0 15px;
	padding: 0;
}

#side #sub_navigation ul li.active ul li a {
	font-size: 11px;
	padding: 2px 0 2px 9px;
	margin: 0;
	vertical-align: bottom;
}

/* END: Suv Navigation section */

/* START: Side Modules */

#side #modules {
	padding-left: 10px;
	padding-bottom: 15px;
	margin-top: 6px;
}

#side #modules div.modules_border_top {
	height: 10px;
	width: 165px;
	font-size: 0;
	line-height: 1px;
}

#side #modules div.modules_border_body {
	width: 165px;
	padding-bottom: 10px;
	color: #336600;
	padding-left: 11px;
}

#side #modules div.modules_border_body p {
	font-weight: normal;
	padding: 0;
	margin: 0 17px 0 0;
	font-size: 12px;
}

#side #modules div.modules_border_body a.pdf {
	display: block;
	padding: 0 0 0 15px;
	font-size: 12px;
	margin-top: 3px;
}

#side #modules div.modules_border_body ul {
	padding: 0;
	line-height: 1px;
	list-style: none;
	margin-top: 2px;
}

#side #modules div.modules_border_body ul li {
	padding: 0;
	background: none;
	margin: 0;
	vertical-align: bottom;
	width: 130px;
	display: inline;
	list-style: none;
}

#side #modules div.modules_border_body ul li a {
	width: 120px;
	background-position: 0 3px;
	vertical-align: bottom;
	line-height: 14px;
	font-size: 12px;
	padding-bottom: 2px;
}

#side #modules div.modules_border_body div.divider {
	padding: 11px 0;
	width: 143px;
}

#side #modules div.modules_border_bottom {
	height: 10px;
	width: 165px; 
}

/* END: Side Modules */





/* START: Content section */

#home_body #content {
	float: left;
}

#body #content {
	float: left;
	background: #FFF;
	width: 583px;
}

#content div.inside {
	margin: 9px 22px 10px 14px;
        font-size: 0.8em;
}

#content #border_top, #content #border_sides, #content #border_bottom {
	width: 560px;
	margin-left: 8px;
}

#content #border_bottom {
	clear: right;
}

#content #border_sides div.first_column {
	float: left;
	width: 10px;
	height: 10px;
	padding: 0;
	margin: 0;
}

#content #border_sides div.column {
	float: left;
	width: 155px;
	margin: 0 0 14px 0;
	padding: 0;
}

#content #border_sides div.middle {
	width: 175px;
	margin-right: 15px;
}

#content #border_sides div.column p {
	color: #1A7402;
	font-size: 12px;
	padding-bottom: 15px;
}

#content #border_sides div.column h3 {
	font-weight: bold;
	color: #001E39;
	line-height: 16px;
	padding-bottom: 5px;
}

#content #border_sides div.column ul {
	margin: 0 0 6px 0;
}

#content #border_sides div.column ul li {
	list-style: none;
	display: inline;
}

#content #border_sides div.column ul li a {
	padding-bottom: 3px;
	line-height: 13px;
}

#content #border_sides div.column div.news {
	padding-bottom: 6px;
}

#content #border_sides div.column div.news h3 {
	margin: 0;
	padding: 0;
	line-height: 12px;
}

#content #border_sides div.column div.news img {
	float: left;
	margin-right: 8px;
	padding-bottom: 8px;
}

#content #border_sides div.column div.news {
	color: #0065BD;
	font-size: 12px;
	line-height: 14px;
}

#body #content ul {
 margin-bottom: 20px;
}

#body #content ul li {
	padding: 0;
	margin: 0;
}

#body #content ul.nolist {
	margin-top: 10px;
}

#body #content ul.nolist li {
	list-style: none;
	padding: 0;
	padding-left: 15px;
	margin-bottom: 2px;
}

#body #content ul.nolist li a {
	display: inline;
	vertical-align: bottom;
	background: none;
	margin-left: 0;
	padding-left: 0;
}

#body #content ul.nolist {
	margin-left: 0;
	padding-right: 0;
}

#body #content #accessibility {
	text-align: right;
}

#body #content #accessibility a img {
	margin-left: 3px;
}

#content #intro img {
	margin: 15px 12px 10px 0;
	float: left;
}
#content #intro p.intro {
	color: #00407C;
	padding-top: 15px;
	padding-bottom: 15px;
}
#content img.image_r {
	float: right;
}

#content img.image_l {
	float: left;
}

#content, #content p {
	color: #3C3E3A;
}

#body #content ul.list01 {
	margin-bottom: 17px;
}

#body #content ul.compact {
	margin-bottom: 8px;
}

#body #content ul.list01 li {
	padding-left: 7px;
	margin-bottom: 2px;
}

#content div.arrowlink {
	padding: 0 0 0 13px;
	vertical-align: bottom;
}

#content p {
	padding-bottom: 20px;
}

#content p.compact {
	padding-bottom: 15px;
}

#content div.arrow_enlarge {
	padding-left: 13px;
	vertical-align: bottom;
}

#content p.text_green {
	color: #336600;
	padding: 3px 0 1px 0;
}

#content div.img_caption {
	margin-right: 15px;
	width: 198px;
}

#content div.img_caption p {
	color: #336600;
	padding: 3px 0 1px 0;
}

#content div.img_caption02 {
	width: 112px;
	float: right;
	margin-left: 10px;
}
#content div.img_caption02 img {
	padding-bottom: 5px;
}

#content div.img_caption02 p.text_green {
	width: 112px;
}

#content .download_item {
	padding-bottom: 12px;
} 

#content .last {
	padding-bottom: 25px;
}

#content .download_item p {
	padding: 0;
}

#content .download_item p.date {
	font-weight: bold;
} 

#content .download_item p.description {
	color: #3C3E3A;
	margin-right: 80px;
}

#content .download_item div.view {
	float: right;
	padding-left: 15px;
	vertical-align: bottom;
} 

#content div.content_module01 p {
	padding: 0;
}

#content div.content_module01 img {
	float: left;
	width: 83px;
	margin-right: 10px;
}

#content div.content_module01 div {
	width: 445px;
	display: block;
	float: left;
}

#content div.content_module01 div.arrowlink {
	margin-top: 5px;
	width: auto;
}

/* END: Content section */





/* START: Footer section */

#footer {
	clear: both;
	width: 770px;
	margin-bottom: 10px;
}

#footer #bottom_navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#footer #bottom_navigation ul li {
	list-style: none;
	float: left;
	padding: 0 8px;
	background-color: #FFF;
}

#footer #bottom_navigation ul li a {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #0065BD;
	background: none;
	float: left;
	padding-top: 9px;
}

#footer #bottom_navigation ul li a:hover {
	color: #1A3E7B;
}

#footer #site_update {
	float: right;
	padding-top: 9px;
}
#footer #site_update p {
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #898989;
	margin-right: 15px;
}

/* END: Footer section */




/* START: Misc styling */

div.clr {
	clear: left;
	height: 1px;
	width: 1px;
	font-size: 1px;
	line-height: 1px;
	padding: 0;
	margin: 0;
}

.right {
	float: right;
}	

.left {
	float: left;
}
ul.nolist {
	padding: 0;	
	margin: 0;
}


div.table_wrap {
	width: 100%;
}

.table02 {
	margin-top: 5px;
}
.table02 td {
	border: 1px solid #C1D1B2;
	border-width: 0 1px 1px 0;
	padding: 10px;
	color: #336600;
}
.table02 td.t {
	border-top: 0;
}
.table02 td.l {
	border-left: 0;
}
.table02 td.tl {
	border-width: 0 1px 1px 0;
}
.table02 td.tr {
	border-width: 0 0 1px 0;
}
.table02 td.bl {
	border-width: 0 1px 0 0;
}
.table02 td.br {
	border: 0;
}
.table02 tr.wc td {
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.table02 tr.wc td div {
	font-size: 0;
	line-height: 1px;
	height: 0;
}

#print_page {
	display: none;
}
.print_only {
	display: none;
}
