/* CSS Document */

body {
	padding: 20px 0px 15px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	background: #cccccc url(/images/backgrounds/bg_gradient.jpg);
	background-repeat: repeat-x;
	margin: 0px;
} 
	
#global_overflow{
height:100%;
left:0;
position:fixed;
top:0;
width:100%;
z-index:100;
background-color:#CCCCCC;
opacity:0;
display:none;

}

* html #global_overflow { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#global_overflow_window{
left:35%;
position:fixed;
text-align:left;
top:20%;
z-index:102;
display:none;
}

* html #global_overflow_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

/** common styles across each page of site **/

div.container {
	width: 772px;
	margin: 0px auto;
	overflow: hidden;
	position: relative;
	}
	
/** styles for top nav blurb and generic text links **/	

div.top-nav {
	height: 16px;
	}

div.top-left {
	position: absolute;
	left: 0px;
	color: #999999;
	font-size: 7.7pt;
	}
	
div.top-right-links {
	right: 0px;
	position: absolute;
	color: #00529f;
	font-size: 7.7pt;
	}

div.top-right-links a {
	font-weight: bold;
	}

/** specific styles for site banners **/
div.banner {	
	background: url(/images/backgrounds/banner_bg.gif) left top no-repeat;
	color: #ffffff;	
	padding-top: 0px;
	margin: 0 0 0 0;
	}
	
div.logo {
	padding: 30px 0 0 1px;
	}
	
div.logo-inner {
	padding: 10px 0 0 1px;
}

	
/** specific styles for home page main links and section headings **/

div.hp-content {
	margin: 0 0 0 0;
	position: relative;
	}
	
/** for inner pages **/
	
div.homepage-content {
	padding-left: 0px;
	margin: 0px;
	}

div.hp-tabs-sublinks {
	padding: 8px;
	xmargin: -14px 0 0 40px;
	border-right: 1px solid #cccccc;
	}
	
div.hp-tabs-sublinks-right {
	padding: 8px;
	xmargin: -28px 0 0 40px;
	}
	
.hp-tab ul {
	font-size: 8pt;
    display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	}

/** specific styles for homepage nav tabs **/

div.hp-tab-column1 {
	width: 257px;
	float: left;
	background: url(/images/backgrounds/homepage_bottomleft_curve.jpg) bottom left;
	margin-bottom: 18px;
	border-left: 1px solid #cccccc;
}

div.hp-tab-column2 {
	width: 257px;
	float: left;
	background-color: #f5f5f5;
	}
	
div.hp-tab-column3 {
	width: 256px;
	float: left;
	background: url(/images/backgrounds/homepage_bottomright_curve.jpg) bottom right;
	border-right: 1px solid #cccccc;
	}

/** specific styles for inner page top nav tabs **/

div.inner-content-column1 {
	width: 257px;
	float: left;
	padding-left: 1px;
	}

div.inner-content-column2 {
	width: 257px;
	float: left;
	}
	
div.inner-content-column3 {
	width: 256px;
	float: left;
	padding-right: 1px;
	}
	
/** specific styles for homepage content sections **/
	
div.homepage-content2 {
	float: left;
	background: url(/images/backgrounds/hp_content2_bottom.gif) bottom;
	margin-bottom: 14px;
	}

div.hp-content-left {
	width: 241px;
	float: left;
	padding: 8px 8px 8px 8px;
	}

div.hp-content-middle {
	width: 240px;
	float: left;
	padding: 8px 8px 8px 8px;
	}
	
div.hp-content-right {
	width: 239px;
	float: left;
	padding: 8px 8px 8px 8px;
	}

div.clear-both-content {
	clear: both;
	margin-top: -4px;
	}
	
div.hp-cc-ausgov-logo {
	clear: both;
	background: url(/images/backgrounds/homepage3_curve.jpg) no-repeat;
	height: 81px;
	padding: 8px 8px 6px 8px;
	margin-left: 8px;
	}
	
div.hp-cc-ausgov-logo-text {
	margin: 20px 16px 0 0;
	padding: 0;
	}

/** styles for homepage login section **/

div.hp-login {
	clear: both;
	background: url(/images/backgrounds/homepage4_curve.jpg) no-repeat;
	height: 39px;
	padding: 11px;
	color: #ffffff;
	font-weight: bold;
	font-size: 10pt;
	margin-left: 8px;
	}
	
/** styles for main content 2 column display **/

div.content {
	padding: 0;
/*	background: #ffffff url(/images/backgrounds/content_bottom.jpg) repeat-y;*/
	background-color:#FFFFFF;
	margin: 14px 0 0 0;
	float: left;
	clear: both;
}
	
/** styles for left column **/

div.left-content-column {
	width: 199px;
	float: left;
	overflow: hidden;
	padding-bottom: 40px;
}
	
div.left-nav {
	width: 199px;
	padding-top: 4px;
	padding-bottom:30px;
	background-color: #f5f5f5;
	margin-bottom:20px;
	border-bottom: 1px solid #f5f5f5;
}

div.search {
	padding: 2px 8px 29px 8px;
	background: url(/images/backgrounds/search.jpg) top left no-repeat;
	color: #ffffff;
	font-weight: bold;
	background-color: #f5f5f5;
}
	
/** styles for right column **/

div.right-content-column {
	background: url(/images/backgrounds/content_top_right.jpg) top right no-repeat;
	background-color: #ffffff;
	padding-left: 199px;
	width: 573px;
	padding-bottom: 15px;
}

div.content-header
{
	border-bottom: 1px solid #cccccc;
}

div.content-header .breadCrumbTrail
{
	padding: 5px 10px 19px 10px;
	margin-bottom: 18px;
}

div.content-header .section-title
{
	padding: 0px 10px 10px 22px;
}

div.content-spacing {
	padding: 5px 10px 5px 10px;
	margin-bottom: -5px
	}

div.content-spacing2 {
	padding: 0 10px 0px 22px;
	xmargin-top: -10px;
	}

/** specific styles for bottom tag line for inner and home pages**/
/* FOOTER */
div.tag-line {
	padding: 0 0 20px 0;
	width: 759px;
	margin: 0px auto;
	clear: both;
	text-align: center;
	}
	
div.tag-line-left {
	float: left;
	font-size: 7.7pt;	
	font-family: Arial, Helvetica, sans-serif;
	}
	
div.tag-line-right {
	float: right;
	}

.tag-line a {
	font-size: 7.7pt;
	padding: 1px;
	}

div.tag-line-inner {
	background: url(/images/backgrounds/content_tag_bottom.gif) bottom no-repeat;
	padding: 0px 29px 22px 12px;
	font-size: 7.85pt;
	font-weight: bold;
	color: #666666;
	width: 731px;
	clear: both;
	margin: 0 auto;
	border-top: 1px solid #cccccc;
	_border-top: 2px solid #cccccc;
	/background-position: 0px 0px;
}

div.tag-line-inner div
{
	padding-top: 12px;
}

div.tag-line-inner p
{
	font-size: 7.85pt;
	font-weight: bold;
	color: #666666;
	margin-top: 0px;
	line-height: 10pt;
}
	
span.tag-float-right {
	float: right;
	margin: 0px;
	padding-top: 8px;
}
	
/** styles for floating right hand quick links box on inner content pages **/

.quick-links {
	float: right;
	margin: 3px 0 0 10px;
	width: 184px;
	}	
	
.quick-links-top {
	background: url(/images/content_pages/right_float_head.gif) top no-repeat;
	padding: 2px 5px 2px 0;
	font-weight: bold;
	color: #ffffff;
	}	
	
.quick-links-lower {
	background: url(/images/content_pages/right_float_lower.gif) bottom no-repeat;
	padding: 5px 7px 6px 7px;
	margin: 0 0 11px 0;
	font-weight: bold;
	}

div.quick-links-lower ul
{
	padding-left: 12px;
	margin: 0px;
}
	
.quick-links-lower ul li
{
	list-style-image:url(/images/navigation/arrow.gif);
	list-style-position:outside;
	list-style-type:none;
	padding-bottom: 3px;
}

.ql-padding {
	padding: 7px;
	}
	
	
/* MOVIE OBJECT */
div.movie-object {
	overflow: hidden;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #f5f5f5;
}

div.movie-object.first
{
	margin-top: 6px;
	border-top: 1px solid #f5f5f5;
}

div.movie-object.last
{
	margin-bottom: 6px;
}

div.movie-object h4 {
	margin-top: -2px;
	margin-bottom:10px;
	}
	
div.movie-object .so-screenshot {
	float: left;
	width: 159px;
	overflow: hidden;
}

div.movie-object .so-screenshot a img {
	border: 1px solid #efefef;
}

div.movie-object .so-content {
	width: 378px;
	overflow: hidden;
	float: right;
}

div.movie-object .so-header {
	font-weight: bold;
	padding-bottom: 5px;
}

div.movie-object .so-description 
{
	padding-bottom: 5px;
}

div.movie-object .so-links
{
}

/* Showcase Object */
div.showcase-object {
	overflow: hidden;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #f5f5f5;
}

div.showcase-object.first
{
	margin-top: 6px;
	border-top: 1px solid #f5f5f5;
}

div.showcase-object.last
{
	margin-bottom: 6px;
}

div.showcase-object h4 {
	margin-top: -2px;
	}
	
div.showcase-object .so-screenshot {
	float: left;
	width: 159px;
	overflow: hidden;
}

div.showcase-object .so-screenshot a img {
	border: 1px solid #efefef;
}

div.showcase-object .so-content {
	width: 378px;
	overflow: hidden;
	float: right;
}

div.showcase-object .so-header {
	font-weight: bold;
	padding-bottom: 5px;
}

div.showcase-object .so-description 
{
	padding-bottom: 5px;
}

div.showcase-object .so-links
{
}


/* Footer */
div.tag-line-inner
{
	_margin-top: -1px; /* IE6 below */
}

div.tag-line-inner p
{
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	font-size: 7.85pt;
	color: #666666;
	line-height: 12px;
}


/****************************************************************/
/***  POPUP STYLES											  ***/
/****************************************************************/
body.popup .top-nav, body.popup .banner, body.popup .homepage-content, body.popup .left-content-column, body.popup .content-header,
body.popup .tag-line-inner
{
	display: none;
}

body.popup
{
	padding: 0px;
	margin: 0px;
	background-color: #FFFFFF;
	background-image: none;
}

body.popup div.container
{
	width: 573px;
	XXXposition: absolute;
	XXXtop: 0px;
	XXXbackground-color: #FFFFFF;
	XXXbackground-image: none;
	XXXmargin: 0px;
	XXXoverflow: auto;
}

body.popup .content
{
	margin-top: 0px;
}

body.popup .right-content-column
{
	padding-left: 0px;
	background-image: none;
}

body.popup .content-spacing2 h2
{
	padding-top: 10px;
	margin-top: 0px;
}


/***********/
/* SITEMAP */
/***********/

/* TOP LEVEL */
#sitemap h2
{
	color: #27478F;
	font-size: 18px;
	font-weight: normal;
	margin-top: 20px;
	margin-bottom: 8px;
}


/* SECOND LEVEL */
#sitemap ul
{
	padding-left: 20px;
	*padding-left: 0px;
	margin-bottom: 14px;
}

#sitemap ul li
{
	list-style: none;
	list-style-image: url(/images/navigation/arrow.gif);
	list-style-position: outside;
	padding-top: 8px;
	padding-bottom: 4px;
}

#sitemap ul li a
{
	color: #3778b3;
	font-size: 16px;
	font-weight: bold;
}

/* THIRD LEVEL */
#sitemap ul ul
{
	padding-bottom: 5px;
	margin-bottom: 0px;
}

#sitemap ul ul li
{
	padding-top: 2px;
	padding-bottom: 2px;
}

#sitemap ul ul li a
{
	font-size: 14px;
	font-weight: normal;
	color: #27478F;
}


/* FORTH LEVEL */
#sitemap ul ul ul
{
	margin-bottom: 0px;
}

#sitemap ul ul ul li a
{
	font-size: 12px;
	color: #27478F;
}










