/* CSS Document */

body {
	width: 100%;

	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000000;




	}
	

	
#navbreadloc{

	margin-left:55px;

	

}

#logo {
	position: absolute;
	left: 0px;
	top: 0px;
	left: 20px;
	width: 340px;
	

	}
#stripes{
	background-image:url(http://www.csse.com.au/templates/css_template/images/bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 35px;

	
	width: 100%;
	text-align: center;


}
#searchbox{
	float:right;

	
}
#header_cms {
	
	height: 40px;
	background-color: #004D8D;
		background-image: url(http://www.csse.com.au/templates/css_template/images/waves.jpg);
	background-repeat: no-repeat;
	background-position: right;

	}
#header_banner {
	height: 40px;
	background-color: #004D8D;

}
#menu_bg {
padding-left:50px;
	height:27px;
	background-color: #DBF1FE;
	


}

#menu_cms_left{
	float: left;
	
	width: 500px;

}
#menu_cms_right{
	float: right;



}

#layout-table {
  width:100%;
  border-collapse:separate;
  margin-top: 8px;
}

#layout-table #left-column,
#layout-table #middle-column,
#layout-table #right-column 
{
  vertical-align:top;
}
#layout-table #left-column,
#layout-table #right-column 
{
  width:200px;
   padding-left:12px;
  padding-right:12px;
}

#layout-table #middle-column {
  padding-left:12px;
  padding-right:12px;
}
#left-column .hidden .header,
#right-column .hidden .header
{
  border-bottom-width: 1px;
  border-bottom-style: solid;
}

#left-column .hidden .content,
#right-column .hidden .content
{
  display: none;
}

#header_menu {
	position: relative;
	left: 150px;
	top: 0px;


}
#breadcrumbs, .breadcrumb{
	width:100%;
	background-color: #F0FAFF;
	vertical-align:middle;
	margin-bottom: 10px;
	text-indent: 5px;
	padding-top:5px;
	padding-bottom:5px;
	
}

/***
 *** Footer
 ***/

#footer {
  text-align:center;
}

.homelink {
  margin: 1em 0;
}

.homelink a {
  padding-left:1em;
  padding-right:1em;
}

.performanceinfo {
  margin: 2em;
}

.performanceinfo span {
  display: block;
}

/* ------------------------------------------------------ */
/*       STRUCTURAL FORMATTING - EXPANDING SECTIONS */
/* ------------------------------------------------------ */

.trigger {
  cursor:pointer;
  font-weight: bold;
  color: #0000ff;
}
	

.img-link img { border-style: none }


/* ------------------------------------------------------ */
/*              STRUCTURAL FORMATTING - HEADER */
/* ------------------------------------------------------ */

.header {
  
}

DIV.header {
  padding: 0px;
}

TABLE.header {
  float:none;
}


/* ------------------------------------------------------ */
/*              STRUCTURAL FORMATTING - CONTENT */
/* ------------------------------------------------------ */


DIV.content {
  border: 2px solid #00719e;
  padding: 20px 40px 20px 40px;
}

SPAN.code {
  font-weight: bold;
  font-family: "Courier New", "Courier", Fixed;
}

.level1 > LI {
  list-style: decimal;
  padding: 0 0 15px 0;
}

OL.level2 {
  padding-top: 20px;
  list-style: lower-alpha;
}
.level2  LI {
  padding: 0 0 15px 0;
}

OL.level3 {
  padding-top: 20px;
  list-style: lower-roman;
}
.level3  LI {
  padding: 0 0 15px 0;
}

/* Note - had to remove child selectors here, as IE6 doesnt support them! This means that any lists
   in the text will need to have list-style set specifically */
body{
background-image:url(/global/images/sb_bg.gif);
	background-repeat: repeat-x;
}
#cmscontainer {
border:1px solid #004D8D;
margin-left:20px;
margin-right:20px;
}