/*--------------------------------------------------------------
----------------------------------------------------------------
    LAYOUT css
	
	Changes: 
	
		GLOBAL
			Added blank class to HTML and BODY
			SS 22/06/09
		
		TYPOGRAPHY - GLOBAL
			Added H5 - duplicate of H4
			Altered H4 to bold
			SS 04/06/09
	
		FIELDSETS
			Altered div.errormessage h4 to div.errormessage h5
			SS 04/06/09
			
		BUTTONS
			Added height: 20px to div.buttons input - for Safari
			SS 04/06/09
			
			Added tablebutton style
			SS 04/06/09
			
		LINKS
			.gotoTop is now #gotoTop
			Added font-size: 0.9em;
			SS 05/06/09	
			
		TABLES
			Added searchresults even and odd tr's
			SS 09/06/09	
			
		SEARCH
			Changed styles of #search
			SS 15/06/09	
		
----------------------------------------------------------------
--------------------------------------------------------------*/

/*---------------------
    GLOBAL
---------------------*/

html,body {
    margin: 0;
    padding: 0;
    background: #eaeaea;
    min-width: 990px;
    background: #eaeaea url(/images/body_shadow2.gif) repeat-y  50% 0;
}

html.popup, body.popup {
	margin: 10px;
	background: none;
	min-width:380px;
	width: 430px;
}	
 
#wrapper {
    overflow: hidden;
    position: relative;
}

#bannerwrapper {
	background: #fff url(/images/banner_bg.gif) repeat-x  100% 0;
	border-bottom: 1px solid #ccc;
}

#ie6 #bannerwrapper {
	zoom: 1;
}

#contentwrapper {
    margin: 0 auto;
    width: 990px;

}
 
/*---------------------
    BANNER
---------------------*/
 
#banner {
    position: relative;
    margin: 0 auto;
    height:122px;
    z-index: 10;
    width: 950px;
    /*padding: 50px 20px 0; *** post O.S.S change */
	padding: 0 20px 0;
}
#ie7 #banner {height:121px; }
#ie6 #banner {height:121px;}



/*
#ie6 #contentwrapper {width: 990px;}
#ie6 #banner {width: 950px;}

#ie6 #banner #globalmenu {width: 990px;}
*/
 
#banner h1 {margin:0; padding: 0; }
#ie6 #banner h1 {zoom: 1; }
 
#banner h1 a {
    display: block;
    overflow: hidden;
    width: 391px;
    height: 78px;
    float:left;
    text-indent: -9999em;
}

.printlogo, #printfooter {
	display: none;
}



#banner small {
	float:right;
	text-align:right;
	line-height: 9px;
	font-size:9px;
	color: #000;
	/*padding-top: 0px; *** post O.S.S. changes */
	padding-top: 15px;
	margin-right: 22px;
}

#ie6 #banner small {
	float:none;
	margin-right: 0px;
	position: absolute;
	right: 39px;
	top: 50px;
	z-index: 1001;
}

#banner small b {
	color: #000;
	font-weight: normal;
	font-size:10px;
}
#banner #phoneNo {
	font-size:25px;
	line-height:25px;
	color: #000;
	display: block;
	padding-top: 5px;
}
#banner br {display: none;}

#shortcuts {display:none;}

/*---------------------
    SEARCH
	
	Changes
		#search SS 15/06/09
	
---------------------*/

/* Original Hiser style
#search {
	background:transparent url(/images/search-bg.png) no-repeat  0 0;
	height:102px;
	padding:9px;
	position:absolute;
	right:25px;
	top:94px;
	width:273px;
	z-index:1000;
}*/

#search {
	background:transparent url(/images/search-bg.png) no-repeat  0 0;
	height:40px;
	padding:9px;
	position:absolute;
	right:28px;
	top: 120px;
	width:205px;
	z-index:1000;
}

#ie6 #search {
	background: url(/images/iesearch.gif) no-repeat scroll 4px -1px;
	overflow: hidden;
	height:100px;
}

#search a {color: #fff;}

#search input {
	background:transparent url(/images/search-input.jpg) no-repeat  0 0;
	border: none;
	height: 13px;
	margin: 19px 0 8px 15px;
	padding: 9px;
	width: 157px;
	float: left;
	display: block;
	
	font-size:12px;
	font-family: verdana;
}

#ie6 #search input {
	margin: 19px 0 8px 8px;
}

#searchagainform 
{
height: 44px; 
overflow: hidden;
}

#search .searchlinks {clear: both;}

#search .searchlinks b {margin-left: 0px;}

#search .searchlinks a {text-decoration: underline; margin-left: 10px;}
#search .searchlinks a:hover {text-decoration: none;}

#search .searchlinks p {
	text-align: right !important;
	padding-right:15px;
	margin-right: 0 !important;
}

#livehelp {
	background:url(http://server.iad.liveperson.net/hc/51647459/?cmd=repstate&site=51647459&channel=web&&ver=1&imageUrl=http://www.fwa.gov.au/system/livehelp/images) no-repeat top right;
	height: 30px;
	padding-left: 20px;
	position:absolute;
	right:43px;
	/*top:98px; *** post O.S.S. changes */
	top:65px;
	text-indent: 16px;
	color: #fff;
	line-height: 14px;
	font-weight: normal;
	font-size: 10px;
	width: 166px;
	text-align: right;
	
}
#ie7 #livehelp, #ie6 #livehelp {
	right: 43px;
	background: url(http://server.iad.liveperson.net/hc/51647459/?cmd=repstate&site=51647459&channel=web&&ver=1&imageUrl=http://www.fwa.gov.au/system/livehelp/images/ie) no-repeat top right;
	height: 50px;
	z-index: 2; /* sits on top of the search box */
}


#livehelp a { 
	color:#fff; 
	text-decoration: underline;
}

#livehelp a {
	cursor: pointer;
}
	
/*---------------------
    BREADCRUMBS
---------------------*/
.home #breadcrumbs {
	background: #fff none repeat-x  0 0;
	overflow: hidden;
	height: 30px;
}

#ie6 .home #breadcrumbs {
	margin-top: -2px;
}

#breadcrumbs {
	background: #fff url(/images/breadcrumbs-bg.jpg) repeat-x  0 0;
	height: 57px;
	overflow: hidden;
	border-bottom: 2px solid #fff;
}

#breadcrumbs div {
	width: 640px;
	margin: 12px auto 0;
	padding: 5px 300px 5px 0px;
	font-weight: bold;
	color: #666;
	font-size: 11px;
}
#breadcrumbs a {
	padding: 0 3px 0 0;
	text-decoration: underline;
	color: #000;
	font-weight:normal;
	
}
#breadcrumbs span {
	padding: 0 3px 0 0;	font-weight:normal;
	color: #000;
}

#breadcrumbs a.sectionItem {
	background: url(/images/breadcrumbs-section-arrow.gif) no-repeat  100% 0px;
	padding: 0px 26px 0 0;
	text-decoration: none;
	height:26px;
	margin-top: -4px;
	margin-right: 10px;
	display:block;
	float:left;
}
#ie6 #breadcrumbs a.sectionItem {
	background-position: 100% 1px;
	padding-top: 1px;

}

#breadcrumbs a.sectionItem span {
	background: url(/images/breadcrumbs-section-bg.gif) no-repeat  0 0px;
	padding: 2px 10px 8px 16px;
	text-decoration: underline;
	display: block;
}

#ie6 #breadcrumbs a.sectionItem span {
	background-position: 0 0px;
	padding: 1px 10px 9px 16px;
	display: block;

}

#ie7 #breadcrumbs a.sectionItem {padding: 2px 26px 7px 0;}
#ie7 #breadcrumbs a.sectionItem span {padding: 2px 10px 10px 16px; background: url(/images/breadcrumbs-section-bg.gif) no-repeat  0 0px; margin-top: -2px;}
 
/*---------------------
    CONTENT
---------------------*/
 
#content {
    position: relative;
	min-height:550px;
	margin: 0 auto;
	width: 960px;
	background: #fff;
}
#ie6 #content {height:550px;}

/*------- CENTER COLUMN --------*/

#centercolumn {
	width: 408px;
	margin: 10px 6px 60px 15px;
	float: left;
    background: #fff;
    padding: 14px 0 5px 0;
}
#ie6 #centercolumn {
	margin-left: 8px;
}
.fullwidth #centercolumn {
	width: 940px;
	padding: 5px 10px;
	margin: 10px 0px 0 0px;
}
.noleftcol #centercolumn {
	margin-left: 0;
	padding: 5px 20px;
	width: 608px;
}
.noleftcolmenu #centercolumn {
	margin-left: 0;
	padding: 5px 20px;
	width: 840px;
}

#ie6 .fullwidth #centercolumn,
#ie6 .noleftcol #centercolumn {
	margin-left: 0;
}

#centercolumn.contentList h1 {
	color:#FFFFFF;
	margin-bottom:58px;
	margin-top:-58px;
	padding:0 10px;
	font-size: 23px;
}
#centercolumn.contentList h2 {margin-bottom: 0;}
#centercolumn h2 img {
	background: #ccc;
	margin: 5px 20px 10px 0;
	border:1px solid #CCCCCC;
}


/*------------HOME PAGE BLOCKS---------------*/


.blueBlock, .newsBlock, .flashBlock {
	width:533px;
	min-height:150px;
	float:left;
	padding: 0 5px 5px 5px;
	margin: 0 4px 8px;
}

#ie6 .blueBlock, #ie6 .newsBlock, #ie6 .flashBlock {
	height:150px;
	margin: 0 0 8px 0;
}


.blueBlock {
	background: #e2ebf9 url(/images/blueBlockBG.jpg) no-repeat  0 100%;
	padding-bottom: 33px;
}


#ie6 .blueBlock,
#ie7 .blueBlock {padding-bottom: 30px;}

.sidebar {
	background: #f3f0d9 url(/images/sidebar_bg.jpg) no-repeat 0 100%; 
	padding:0 20px 20px 0;
	width:353px;
	min-height: 140px;
	margin-top: 5px;
	float: right;
	margin-right: 10px;
}

#ie6 .sidebar {height: auto; overflow: hidden; }

.sidebarTop {
	background: #f3f0d9 url(/images/sidebar-top.jpg) no-repeat  0 0;
	display: block;
	height:11px;
	width:373px;
}
#ie6 .sidebarTop {
	height: 10px;
	overflow: hidden;
}

.newsBlock, .flashBlock {
	width: 353px; 
	min-height: 140px;
	
}

#ie6 .newsBlock, #ie6 .flashBlock {
	height: 140px;
	margin-left: 4px;
}

.flashBlock img {
	margin-left: 8px;
	margin-top:7px;
}

.blueBlock h2 {
	background:#FFFFFF url(/images/cta_heading_bg2.jpg) no-repeat  0 0;
	color:#000000;
	height:32px;
	padding:9px 0 0 110px;
	width:423px;
	margin-top: 0;
}
.blueBlock h2 a {
	float:right;
	text-decoration: underline;
	font-weight: bold;
	font-size:11px;
	margin-top: -20px;
	color: #fff;
	margin-right: 12px;
}
.blueBlock h2 a:visited {color: #fff;}

.blueBlock p, .blueBlock img, .blueBlock ul {
	float: left;
}

.blueBlock img {
	margin-left: 10px;
	margin-right: 30px;
	margin-top: -45px;
}

.newsBlock h2 {
	background:#eee url(/images/news-top.jpg) no-repeat  0 0;
	padding:11px 20px 0;
	margin-top: 0;
}

.newsBlock {
	background: #eee url(/images/news-bg2.gif) no-repeat  left bottom;
	padding: 0 0 25px 0;
	width: 337px;
	margin-left: 19px;
	margin-bottom: 17px;
}

#ie6 .newsBlock {margin-left: 10px; margin-bottom: 17px;}

.newsBlock p {
	margin-bottom: 8px !important;
	line-height: 15px;
	margin-right:0;
}

.newsBlock a {
	color: #07348e;
}

.footercolumn ul li, .footercolumn ol li{
	background: none;
	padding-left: 0;
}
.landingPage #centercolumn .twocolumn p {margin: 0 0 10px;}

.twocolumn {
	width: 48%;
	float:left;
}

.programOfEvents img {
	margin-left: 19px;
	cursor: pointer;
}



/*-------------------- news table */

.newsBlock table {
	margin-left: 20px;
}

table p {
	margin:0 0 8px !important;
}

th, td {
	border-bottom: none !important;
	vertical-align: top;
}

/*------- RIGHT COLUMN --------*/

#rightcolumn {
	background:transparent url(/images/rightcol-bg.jpg) no-repeat  0 100%;
	float:left;
	margin-left:8px;
	width:270px;
	margin-top: -20px;
	padding-bottom: 80px;
}

#rightcolumn p {
	padding: 0px 20px;
	margin-bottom: 20px;
}

#ie6 #rightcolumn {
	position: relative;
	margin-top: 0;
	top: -20px;
	margin-left: 14px;
}

#rightcolumn h3.heading,
#rightcolumn h3.quicklinks {
	background:transparent url(/images/rightcol-top2.jpg) no-repeat  -2px -3px;
	padding:11px 0 0 75px;
	color: #fff;
	font-weight:bold;
	font-size:14px;
	display:block;
	height:41px;
}
#rightcolumn h3 {
	font-size:1.1em;
	padding: 0 20px;
	margin-bottom: 3px;
}
#rightcolumn h4.heading {
	background:transparent url(/images/rightcol-top2-v2.jpg) no-repeat  15px 0px;
	padding: 9px 0 0 75px;
	color: #fff;
	font-weight:bold;
	font-size:14px;
	display:block;
	height:41px;
}

#rightcolumn ul {
	color:#3474d5;
	padding: 0 20px;
	margin-bottom: 20px;
}

/*------------------ Complaint Box */


#rightcolumn img {
	margin: 0 0 0 10px;
	padding: 0;
}

.complaintbox {
	background: url(/images/complaint-bg.jpg) no-repeat  left bottom;
	width: 258px;
	margin-left: 18px;
	margin-top: 15px;
	float:left;
	overflow: hidden;
	padding-bottom: 12px;
}
#rightcolumn .complaintbox {margin-left: 9px;}
#ie6 #rightcolumn .complaintbox {margin-left: 4px; position: relative; left: 1px;}

#rightcolumn .complaintbox h3, .complaintbox h3 {
	background: url(/images/complaint-top.jpg) no-repeat  0 0;
	color:#555555;
	height: auto;
	margin-bottom:0;
	padding:10px 20px 10px;
	display:block;
	font-size:14px;
	font-weight:bold;
}

.complaintbox p {
	padding: 0px 10px 30px 20px;
	line-height: 16px;
}	
	
/*------- LEFT COLUMN --------*/

#leftcolumn {
	width: 220px;
	padding: 14px 5px 5px 5px;
    background: #fff;
    float: left;
    position: relative;
    z-index: 100;
}

/*-----------SEARCH RESULTS-----------*/

#searchbar {
	background: #f4f4f4;
	padding: 12px 10px 0 20px;
	position: relative;
	overflow: hidden;
	margin-bottom:5px;
}
#ie6 #searchbar {zoom: 1;}
#ie6 #searchbar .twocolumn {zoom: 1;}
#searchbar form {margin:-5px 0 0 17px; }
#searchbar form div.searchform {height: 45px; overflow: hidden;}

#ie7 #searchbar form,
#ie6 #searchbar form {margin-top: 0;}

#searchbar input {
	background:transparent url(/images/fullsearch-input.gif) no-repeat  0 0;
	border:none;
	height: 17px;
	margin: 0px 0 8px 10px;
	padding: 9px;
	width: 248px;
}
#ie7 #searchbar label,
#ie6 #searchbar label {top: -20px;}

.fullwidth #centercolumn #searchbar p {margin: 0;}

#displaybar {
	padding: 8px 20px 12px 20px;
	background: #cfe0fb;
	margin-bottom: 1px;
	position: relative;
}
#ie6 #displaybar {
	height: 20px;
	padding-bottom: 10px;
	overflow: hidden;
}
#displaybar h4.mainlabel {
	font-size: 14px;
	margin: 0;
	width: 145px;
	float:left;
}

#displaybar img {margin: 5px 10px 0 40px;}

.pagenav a {
	text-decoration: underline;
	margin-left: 5px;
}
.pagenav {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	background: url(/images/pagenav-bg.png) repeat-x 0 100%;
}
.pagenav td {padding: 10px 10px 10px 20px;}

.searchresults {margin-bottom: 40px;}

.searchresults th {
	font-weight:normal;
	text-align:left;
	font-size: 14px;
	padding: 10px 20px;
	background: #fff;
}
.searchresults td {padding: 6px 20px 6px 20px;}
 
/*---------------------
    FOOTER
---------------------*/

#footerdivider {
	background: #fff url(/images/footer_top.gif) repeat-x 0 100%;
	height: 18px;
	clear:both;
	width: 960px;
	margin: 0 auto;
	z-index: 11;
}

#footer {
    padding: 5px 5px 20px;
    border: 5px solid #e9e9e9;
    border-top:none;
    border-bottom:none;
    clear:both;
    color: #fff;
    background: #121212 url(/images/footer_bg.gif) repeat-x  0 0;
    margin: 0 auto;
    width:940px;
	z-index: 11;
    
}



/*------- FOOTER LIST --------*/

#footer #language,
#footer #footerlinks {
	width: 930px;
	margin: 0;
	overflow: hidden;
	padding: 10px 0;
}

#footer h3, #footer h4 {
	font-weight:bold; 
	color: #fff;
	font-size: 12px;
}
#footer h4 {color: #ccc;}
#footer a {color: #99ccff;}

#footer ul ul li {
	padding-left: 20px;
	background: url(/images/footer-dotpoint.gif) no-repeat  0 7px;
}

.footercolumn {
	width: 180px;
	float:left;
	margin: 0 10px 20px 10px;
}
#ie6 .footercolumn {
	margin-left: 5px;
	margin-right: 0px;
}
.fairworkonline_column {width: 301px;}
#ie6 .fairworkonline_column {width: 291px;}

/*------- LANGUAGE BOX --------*/

#footer #language {
	background:#333 url(/images/languages_bg.gif) repeat-x 0 100%;
	margin: 5px;
	padding:0;
	width: 930px; 
}
#footer #language h3 {
	width: 200px;
	float:left;
	padding:5px;
}
#footer #language ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float:right;
	width: 600px;
	margin:5px 5px 0 0;
}
#footer #language li {
	background: #fff;
	margin-bottom: 5px;
	padding: 2px;
	text-align:center;
}
#footer #language li a {
	color: #000;
	padding: 0 3px;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
    TYPOGRAPHY css
----------------------------------------------------------------
--------------------------------------------------------------*/

/*---------------------
    GLOBAL
	
	Changes: 
		Added H5 - duplicate of H4
		Altered H4 to bold
		SS 04/06/09
		
---------------------*/
 
body {
    font-family: verdana, tahoma, arial, sans-serif;
    font-size: 0.75em;
    line-height: 1.4em;
    color: #333;
}
td { 
	font-family: verdana, tahoma, arial, sans-serif;
	}
 
h1 {
    font-size: 1.68em;
    line-height: 1.2em;
    margin: 15px 0 20px;
    font-weight: normal;
    color: #666;
    letter-spacing: -0.03em;
}

h1.homehighlight {color: #000; font-size:2.18em;}
.fullwidth #centercolumn h1, .fullwidth #centercolumn p {margin: 10px 10px 20px;}
h2 {
    font-size: 1.38em;
    line-height: 1.25em;
    margin: 15px 0 15px 0;
    font-weight: normal;
    color: #666;
}
p+h2,ul+h2 {margin: 1.2em 0 0.5em 0;}
h3 {
    font-size: 1.2em;
    line-height: 1.25em;
    margin: 0 0 0.5em 0;
    color: #000;
    font-weight: bold;
}
#rightcolumn h3 {font-weight: normal;}
h4 {
    font-size: 1.1em;
    margin: 0 0 0.3em 0;
    font-weight: bold;
}
h5 {
    font-size: 1.1em;
    margin: 0 0 0.3em 0;
    font-weight: normal;
}
h2 a, h3 a, h4 a {color: #07348e;}
 
p {margin: 0 0 1em 0;}

.smalltext {font-size:10px; line-height: 14px;}
p.smalltext {margin: 1px 0; }
.smalltext a {text-decoration: underline;}
 
/*---------------------
    LINKS
	
	Changes: 
		gotoTop is now an ID, not a class
		Added font-size: 0.9em;
		SS 05/06/09
			
---------------------*/
 
a {
    color: #07348e;
    text-decoration: none;
}
.searchresults a
{
text-decoration: underline;
}


a:hover {text-decoration: underline;}
a:active {outline: none;}
/*a:visited {color: #731C2D;}*/
a:visited {color: #07348e;}
a img {border: none;}

#gotoTop {
	text-align: right;
	font-size: 0.9em;
	margin: 0;
}

#gotoTop a {
	background: url(/images/gotoTop-icon.gif) no-repeat scroll 0 3px;
	padding: 2px 0 4px 18px;
	
}
div.indexBar {
	margin: 10px 0 20px;
	padding: 5px 15px;
	background: #6699ff;
}
div.indexBar a, div.indexBar a:visited { 
	color: #fff;
	text-decoration: underline;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 4px;
}
 
/*---------------------
    LISTS
---------------------*/
 
ul {
	list-style: none;
	margin: 0 0 20px;
	padding-left: 0px;
}

ul li {
	padding-left: 20px;
	background: url(/images/dotpoint.gif) no-repeat scroll 0 7px;
}

#ie6 ul li {position: relative;}
 
ol  {
	margin: 0 0 20px 0px;
	padding-left: 20px;
}
#ie7 ol {padding-left: 30px;}
 
#ie6 #centercolumn ol {
	padding-left: 0px;
	margin-left: 30px;
}

ul li, ol li {line-height: 20px;}

li h4, li h5, li h6 {
	font-weight:normal;
	font-size: 12px;
    line-height: 18px;
    color: #333;
    margin: 0;
    padding: 0;
}

ul.fivecolumn, 
ul.threecolumn {padding-right: 5px;}

ul.fivecolumn li,
ul.fourcolumn li,
ul.threecolumn li,
ul.twocolumn li,
.indextable li {background-image: url(/images/dotpoint-black.gif); }

.footercolumn ul li, 
.footercolumn ol li{
	background: none;
	padding-left: 0;
	line-height: 14px;
	margin-bottom: 5px;
}

hr {
	border: none;
	border-top: 1px solid #000;
	margin: 10px 0;
	clear: both;
}
/*-- MODERN AWARDS BULLETS --*/
ul.bullet1 li, ul.bullet2 li, ul.bullet3 li, ul.tablebullet li {
	background: none !important;
	list-style-position: outside !important;
	list-style-type: disc !important;
	padding-left: 0 !important;
}


/*-------------------- column content */

.twocolumn {
	width: 48%;
	float:left;
}

.threecolumn {
	width: 30%;
	float:left;
}

.fourcolumn {
	width: 24%;
	float:left;
}

.fivecolumn {
	width: 18%;
	float:left;
}

.divider {
	border-bottom: 1px solid #000;
	margin: 0px;
	padding: 10px 0;
	overflow: hidden;
	clear:both;
}
#ie6 .divider {height: 100%;}

/*-------------------- index table */

table.indextable {
	border:none;
}

.indextable th {
	font-weight:normal;
	text-align:left;
	font-size: 14px;
	padding: 10px 0px;
	background: #fff;
}

.indextable td {padding: 0;}
.indextable ul {margin: 0;}
.indextable h3 {
	font-weight:normal;
	color: #666;
	font-size: 18px;
}

/*---------------------
    HIGHLIGHTS
---------------------*/

/*---------------------news box */

.newsboxwrapper {
	background: url(/images/fwa/fwa_highlighted-top.gif) no-repeat scroll top left;
	padding: 10px 0px 0px;
}
.newsbox {
	background: url(/images/fwa/fwa_highlighted-bg.gif) no-repeat scroll bottom left;
	padding: 0px 20px 10px;
	margin-bottom: 20px;
	clear:both;
	overflow: hidden;
}
.newsbox ol,
.newsbox ul {margin-bottom: 0;}

.newsbox a {
	color: #07348e;
	text-decoration:underline;
}
.newsbox h3 {
	color: #666;
	font-weight:normal;
	font-size: 18px;
}

.newsbox table, .widenews table, .newsBlock table {border:none;}
.newsBlock td, .newsbox td {padding:0;}

.newsbox a {text-decoration: none;}
.newsbox a:hover {text-decoration: underline;}


/*---------------------wide news box */

.widenews {
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	width: 686px;
	float:left; 
	margin: 0 10px 20px 20px;
	padding: 0px 20px 0 20px;
}

#ie6 .widenews {
/* 	padding-left: 5px; */
	margin: 0 5px 20px 10px;
}

.widenews h4 {
	font-size: 18px;
	color: #000;
	margin: 0;
}
.widenews td {padding:0;}
.widenews table {margin-top:10px;}

/*---------------------highlighted box */

.highlighted {
	background: #e7f4cb;
	border: 1px solid #cec5ba;
	padding: 10px 20px;
	margin-bottom: 20px;
	/*clear:both;*/
	overflow: hidden;
}

.greyhighlight {background: #EAEAEA; margin-left: 10px; margin-right: 11px;}
.greyhighlight ul li {background: url(/images/dotpoint-grey.gif) no-repeat scroll 0 8px;}

#ie6 .highlighted  {zoom: 1;}

.highlighted a {
	color: #07348e;
	text-decoration:underline;
}
.highlighted a:hover {font-weight: bold; }
.highlighted ol,
.highlighted ul {margin-bottom: 0;}

.highlighted ul li {background-image: url(/images/dotpoint-black.gif); }

.highlighted table {border:none;}

.fullwidth #centercolumn .highlighted p {margin: 0 0 10px;}

/*---------------------full width box */

.landingPage .highlighted {
	border:none;
	background: #fff url(/images/highlightbox_wide_top.gif) no-repeat scroll 0 0;
	margin: 0 14px;
	padding:7px 0 0;
}
.landingPage .highlighted .highlighted_inner {
	padding: 10px 20px 20px;
	background: #fff url(/images/highlightbox_wide_bottom.gif) no-repeat scroll bottom left;
	position: relative;
	overflow: hidden;
}
.landingPage .highlighted .twocolumn {margin-top:10px;}


/*---------------------
    FORMS
---------------------*/


input#searchSubmit {
	background: #f9d73a;
	border: 1px solid #fff;
	padding: 2px 6px;
}

 
/*---------------------
    TABLES
	
	Added table.searchresults tr.even/tr.odd
	09/06/09 SS
---------------------*/

th {
	text-align: left;
}

table.datatable {
	border: 2px solid #656565;
	font-family: arial, helvetica, sans-serif;
}

table.searchresults {border: none;}

table.searchresults tr.even {background: #ececec;} 
table.searchresults tr.odd {background: #ffffff;}

table.pagenav {
	border-left: none;
	border-right: none;
}

table.datatable caption {
	font-size:13px;
	text-align:left;
	background: #656565 url(/images/caption-bg.jpg) repeat-x scroll 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px 5px 9px;
}
table.datatable thead {
	background: #3366CC; 
	color: #000;
}
table.datatable th, table.datatable td {border-bottom:1px solid #ccc; text-align: left;}

table.datatable td, table.datatable th {
	padding: 6px 0px 6px 10px;
}

table.datatable th {font-weight: bold;}

table.datatable tr.even {background: #ececec;} 
table.datatable tr.odd {background: #ffffff;}

table.datatable thead th {
	background: #3366CC;
	padding: 5px 5px;
	color: #fff;
	border-top: 1px solid #fff;
	text-align: left;
}

table.datatable thead th.first {
	border-left: 1px solid #fff;
}


/*---------------------
    OTHER
---------------------*/
 
 
b, strong {font-weight: bold;}
 
em {font-style: italic;}
 
u {text-decoration: underline;}
 
/*---------------------HORIZONTAL LINE */
.hr {
    border: none;
    height: 5px;
    margin: 1em;
    clear: both;
}
.hr hr {display: none;}
hr.thin {margin: -0.3em 0 0.5em 0;}
hr.black {border-color: #000;}
 
/*---------------------DATA TABLES */
dt{
    float: left;
    clear: left;
    font-weight: bold;
    margin: 0 0 1em 1em;
    width: 55px;
    color: #000;
}
dd {
    display: block;
    margin: 0 0 1em 0;
    padding-left: 75px;
}
 
/*---------------------BLOCKQUOTE */
blockquote {
    margin: 0.5em 0;
    padding: 1.5em;
    background: #F5F8E2;
    color: #000;
}
blockquote h2, blockquote h3,blockquote h4, blockquote a {color: #000;}
blockquote p {}
 
/*---------------------CODE VIEW */
code {
    background: #F0F0F0;
    color: #000;
    font-size: 1.1em;
}
pre {
    background: #333;
    font-size:1.2em;
    line-height:1.4em;
    color: #eaeaea;
    padding: 1em;
    margin: 0.5em 0;
    font-family: Verdana, Helvetica, sans-serif;
}


/*--------------------------------------------------------------
----------------------------------------------------------------
    FORMS + GLOBAL RESET css
----------------------------------------------------------------
--------------------------------------------------------------*/


/*---------------------
    GLOBAL
---------------------*/

form {
	display: block;
	margin: 0;
	padding: 0;
}


/*---------------------
    FIELDSETS
---------------------*/

input {
	border: 0px solid #ccc;
	background:transparent;
	font-size:12px;
	font-family:verdana;
}

fieldset {
	border: 1px solid #b7b7b7;
	background: #eff5fe;
	padding: 10px 20px 30px;
}
fieldset h3 {
	font-weight: normal;
	font-size:16px;
	padding-top: 10px; /* original is 20px*/
}
fieldset p {margin: 0;}

/*-------------- DIVS */

fieldset div {margin-bottom: 5px; } /*original is 10px*/
fieldset div div {margin-bottom: 0px;}

fieldset div.required {
	padding-left: 20px;
	background: url(/images/form-required-symbol.gif) no-repeat scroll 8px 4px;
}

fieldset div.error {
	padding-left: 20px;
	background: url(/images/form-error-symbol.gif) no-repeat scroll 8px 4px;
}

div.errormessage h5 {
	padding: 7px 10px 2px 60px;
	margin: 0;
	background: url(/images/form-errormessage-top.gif) no-repeat scroll 0px -3px;
}
div.errormessage {
	margin: 20px 0 10px -8px;
	padding-bottom: 30px;
	background: url(/images/form-errormessage-bg.gif) no-repeat scroll bottom left;
}
div.errormessage ul {margin: 10px 0 0 60px;}
div.errormessage ul li {background-image:url(/images/dotpoint-black.gif);}
div.errormessage a {text-decoration:underline;}

div.form-success {
	padding: 0 0 24px;
	margin: 0 0 0 -8px;
	background: url(/images/form-success-bottom.gif) no-repeat scroll bottom left;
}
div.form-success div {
	padding: 45px 30px 30px 120px;
	background: url(/images/form-success-top.gif) no-repeat scroll top left;
}


/*------------- LABELS */

label {
	font-weight: bold;
	display:block;
}
fieldset div div label {
	font-weight: normal;
	display:inline;
}

/*-------------- INPUTS */

fieldset input,
fieldset select {
	margin: 4px 0;
	width: 120px;
	background: #fff;
}

fieldset input[type=radio], fieldset input[type=checkbox] {
	width: auto;
}

fieldset .wide input,
fieldset .wide select {
	width: 100%;
}

fieldset textarea {
	margin: 4px 0;
	width: 100%;
	height: 200px;
	background: #fff;
}

fieldset input {border: 1px solid #1f9ef2;}

fieldset textarea, 
fieldset select {border: 1px solid #256fa4; z-index:0;}

fieldset div.error input {border-color: #ff0000;}

fieldset div.error textarea, 
fieldset div.error select {border-color: #ff0000;}

#ie7 fieldset div.checkboxSet input,
#ie7 fieldset div.radioSet input,
#ie6 fieldset div.checkboxSet input,
#ie6 fieldset div.radioSet input {
	border: none; 
	width: 15px; 
	background: transparent;
	float:left;
	clear:left;
}

#ie7 fieldset div.checkboxSet div label,
#ie7 fieldset div.radioSet div label,
#ie6 fieldset div.checkboxSet div label,
#ie6 fieldset div.radioSet div label {
	margin: 5px 0 0 20px;
	display:block;
/* 	width: 300px; */
}

#ie7 fieldset div.checkboxSet,
#ie7 fieldset div.radioSet,
#ie6 fieldset div.checkboxSet,
#ie6 fieldset div.radioSet {
	clear:both;
}

/*---------------------
    BUTTONS
---------------------*/

div.buttons {
	/*padding: 15px 0 0;*/
	overflow: hidden; 
	margin-bottom: 5px;
}

div.buttons input.left {float:left;}
div.buttons input.right {float:right;}

div.buttons input {
	background: url(/images/form-btn.gif) no-repeat scroll 0 0;
	border: none;
	width: 116px;
	font-size: 12px;
	font-family: arial;
	cursor: pointer;
	/*padding: 2px; - original padding */
	height: 20px;
}

div.buttons input:hover {font-weight:bold;}

#ie7 div.buttons input,
#ie6 div.buttons input {font-size:11px;}

.tablebutton {
	background: url(/images/form-btn.gif) no-repeat scroll 0 0;
	border: none;
	width: 116px;
	font-size: 12px;
	font-family: arial;
	cursor: pointer;
	padding-bottom: 2px;
	height: 20px;
}


/*--------------------------------------------------------------
----------------------------------------------------------------
    MENU css
----------------------------------------------------------------
--------------------------------------------------------------*/

.navElement h3, 
.navElement dfn,
.navElement label {
	display: none; 
}

.navElement ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

/*--------------------
	GLOBAL MENU
--------------------*/

#globalmenu {
	position: absolute;
	top: 0;
	left: 0px;
	width: 990px;
	height: 43px;
	display: none;
}
#ie7 #globalmenu,
#ie6 #globalmenu {height:42px;}

#globalmenu ul {
	margin-left: 165px;
	margin-left: 0px;
}
#globalmenu ul li {
	width: auto;
	float:left;
	background: none;
	padding-left: 0;
}
#globalmenu ul li a {
	display:block;
	color: #fff;
	font-weight:bold;
	padding: 14px 20px 0px;
	height: 28px;
	border-top:1px solid #666;
	text-align:center;
	text-decoration: none;
	position: relative;
}
#globalmenu ul li a:hover {text-decoration: underline;}
#globalmenu ul li.FWcontact {float:right; margin-right: 22px;}
#ie6 #globalmenu ul li.FWcontact {margin-right: 0px;position: relative; right:-60px;}
#globalmenu ul li.FWcontact a {font-weight: normal;}

#globalmenu ul li.FWonline a {background: transparent; width:120px;}

#globalmenu ul li.FWombudsman a {background: #0084C2 url(/images/globalnav_fwotab.gif) repeat-x scroll bottom left;  width:159px;}


#globalmenu ul li div.activeItem a {color: #000;}


/*--------------------
	SITE MENU
--------------------*/

#sitemenu {
	clear:both;
	height: 27px;
	width: 800px;
	overflow: hidden;
	position: absolute;
	bottom: -1px;
	left: 42px;
}
#ie6 #sitemenu {
	bottom: -2px;
}

#sitemenu li {
	width: auto;
	float: left;
	margin-left:3px;
	background: none;
	padding-left: 0;
}

#sitemenu li a {
	display:block;
	padding: 4px 0px;
	background: transparent url(/images/sitenav_tab.gif) no-repeat scroll 0 0;
	color: #000;
	width: 116px;
	text-align: center;
	border-bottom: 1px solid #ccc;
}

#sitemenu li:hover>a {
	background: transparent url(/images/sitenav_activetab.gif) no-repeat scroll 0 0;
}

#sitemenu li.activeItem a {
	border-color: #fff;
	background: transparent url(/images/sitenav_activetab.gif) no-repeat scroll 0 0;
	font-weight: bold;
}

/*--------------------
	CONTENT MENU
--------------------*/


/*----- global menu formatting ----*/

#contentmenu {
	background: #f9f9f9 url(/images/contentmenu-bg2.jpg) no-repeat scroll left bottom;
	padding: 10px 2px 62px 1px;
	width: 210px;
	margin: 0px 0px 0px 9px;
}

#contentmenuTop {
	background: #f9f9f9 url(/images/contentmenu-top2.jpg) no-repeat scroll 0 0;
	height:12px;
	margin-left:9px;
	width:212px;
	padding-right:1px;
}
#ie6 #contentmenuTop {
	margin-bottom: -2px;
	height:12px;
}

#contentmenu b {font-weight: normal;}
#contentmenu a:hover {text-decoration: none;}

#contentmenu a span {
display: block;
padding: 6px 19px 6px 23px;
width: 172px;
position: relative;
cursor: pointer;
}

#ie6 #contentmenu a span {
width: 167px;
}

/*---- top level menu layout ---*/

#contentmenu ul {
	padding-left: 0px;
}

#contentmenu ul li {
	position: relative;
	list-style: none;
	padding: 0 0 0 0;
	width: 211px;
	background: none;
	margin: 0;
}

#ie6 #contentmenu ul li {
	margin-top: 0;
	margin-bottom: 0;
	zoom: 1;
	float: left;
	clear: left;
}

#contentmenu ul li a {
	display: block;
	color: #000;
	line-height:14px;
	position: relative;
	/* new code */
	padding: 0px;
	width: 211px;
	cursor: pointer;
}

/* --- hide all secondary and tertiary menus by default ----*/

#contentmenu ul ul,
#contentmenu ul ul ul,
#contentmenu ul li:hover ul ul,
#contentmenu ul li.focus ul ul,
#contentmenu ul li.activeParentItem ul ul,
#contentmenu ul li.activeParent ul ul 
{
	display: none; 
	position: absolute;
	top: -1px;
	left: 209px;
	left: 211px;
	z-index: 100;
	border-right: dotted 1px #000;
	border-bottom: dotted 1px #000; 
	padding-bottom: 0;
}


#contentmenu ul ul ul ul {display: none !important;}

/*-------- flyout states -------------*/


/* secondary level flyout */

#contentmenu li:hover ul,
#contentmenu li.hover ul,
#contentmenu li.focus ul,
#contentmenu li.parentfocus ul
{
	display: block;
	padding-bottom: 0;
}

#contentmenu li:hover ul li,
#contentmenu li.hover ul li,
#contentmenu li.focus ul li
{
	border-top: 1px dotted #000;
	width: auto;
}

#contentmenu li:hover ul li ul,
#contentmenu li.hover ul li ul,
#contentmenu li.focus ul li ul,
#contentmenu li.parentfocus ul li ul
{
	display: none; 
}

/* new code */
#contentmenu a span {
padding: 6px 19px 6px 23px;
}


/* tertiary level flyout */

#contentmenu ul  li.activeParentItem ul li:hover ul,
#contentmenu ul  li.activeParentItem ul li.hover ul,
#contentmenu ul  li.activeParentItem ul li.focus ul,
#contentmenu ul  li.activeParent ul li:hover ul,
#contentmenu ul  li.activeParent ul li.hover ul,
#contentmenu ul  li.activeParent ul li.focus ul  
{
	display: block;
}


#contentmenu ul li.activeParent ul  ul {
	position: absolute;
	top: 0;
	left: 211px;
}
#contentmenu ul li.activeParent ul li ul li,
#contentmenu ul li.activeParentItem ul li ul li  {
	border-top: 1px dotted #000;
	padding-bottom: 0;
	width: auto;
}

#contentmenu ul li.activeParent ul li ul li a,
#contentmenu ul li.activeParentItem ul li ul li a {
	padding-left: 5px; 
}
#ie6 #contentmenu ul li.activeParentItem ul ul li a { 
	background-image: none;
}

#contentmenu ul li.activeParent ul ul li a span,
#contentmenu ul li.activeParentItem ul ul li a span{
	padding: 6px 10px 6px 19px;
	width: 175px;
}
#ie6 #contentmenu ul li.activeParent ul ul li a span,
#ie6 #contentmenu ul li.activeParentItem ul ul li a span{
	width: 172px;
}


/*----------- inline display states -------------*/

/* secondary level inline display */

#contentmenu ul li.activeParent ul,
#contentmenu ul li.activeParentItem ul {
	position: static;
	display:block;
	border: none;
	padding-bottom: 3px;
	margin: 0;
}
#ie7 #contentmenu ul li.activeParent ul,
#ie7 #contentmenu ul li.activeParentItem ul {
	border-top: 1px solid transparent !important;
}

#contentmenu ul li.activeParent ul li,
#contentmenu ul li.activeParentItem ul li {
	border-top: none;
	padding-bottom: 0px;
	width: 211px;
}





#contentmenu ul li.activeParent ul li a ,
#contentmenu ul li.activeParentItem ul li a {
	border:none;
	background-repeat: no-repeat !important;
	padding: 0px;
	width: auto;
}
#contentmenu ul li.activeParent ul li a span,
#contentmenu ul li.activeParentItem ul li a span{
	padding: 6px 10px 6px 45px;
	width: 155px;
}


#ie6 #contentmenu ul li.activeParent ul li a span,
#ie6 #contentmenu ul li.activeParentItem ul li a span{
	width: 152px;
}




/* tertiary level inline display */

#contentmenu ul ul li.activeParent ul,
#contentmenu ul ul li.activeParentItem ul {
	position: static;
	display: block;
	border: none;
	padding-bottom: 3px;
}

#contentmenu ul  li.activeParent ul li.activeParent a,
#contentmenu ul  li.activeParent ul li.activeParentItem a{
}

#contentmenu ul ul li.activeParent ul li a,
#contentmenu ul ul li.activeParentItem ul li a {
	border: none;
	background-repeat: no-repeat;
	background-position: 49px 10px;
	padding: 0;
	width: auto;
}

#contentmenu ul ul li.activeParent ul li a span,
#contentmenu ul ul li.activeParentItem ul li a span{
	padding: 6px 10px 6px 65px;
	width: 135px;
}
#ie6 #contentmenu ul ul li.activeParent ul li a span,
#ie6 #contentmenu ul ul li.activeParentItem ul li a span{
	width: 132px;
	padding: 6px 9px 6px 65px;
}


#contentmenu ul li.activeParent ul li.activeParent ul li,
#contentmenu ul li.activeParent ul li.activeParentItem ul li  {
	border-top: none;
	padding-bottom: 0px;
	width: 211px;
}


/* --------- active menu item display ----------------*/


/* primary level  */

#contentmenu ul li.activeItem
{
	padding-bottom: 0 !important;
}
#ie6 #contentmenu ul li.activeItem a
{
	background-color: transparent !important;
}


#contentmenu ul li a.activeItem,
#contentmenu ul li a.activeParentItem
 {
	padding-top: 5px;
	position: relative;
	left: 2px;
	left: 1px;
	color: #000 !important;
}


#ie6 #contentmenu ul li a.activeItem,
#ie7 #contentmenu ul li a.activeItem,
#ie6 #contentmenu ul li a.activeParentItem,
#ie7 #contentmenu ul li a.activeParentItem  
{
	background-position: 4px 1px;
}

#contentmenu ul li a.activeItem span,
#contentmenu ul li a.activeParentItem span {
	padding-top: 0;
	padding-left:21px;
	padding-left:19px;
	left: 1px;
	font-weight: bold !important;
}
#ie6 #contentmenu ul li a.activeItem span,
#ie6 #contentmenu ul li a.activeParentItem span {
	padding-top: 0;
	padding-left:21px;
	left: 1px;
}

#contentmenu ul li a.activeItem,
#contentmenu ul li a.activeParentItem {
	font-weight: bold;
}


/* secondary level  */

#contentmenu ul li.activeParent ul li a.activeItem,
#contentmenu ul li.activeParent ul li a.activeParentItem
{
	border-right: none;
	padding-top: 5px;
}

#ie6 #contentmenu ul li.activeParent ul li a.activeItem,
#ie7 #contentmenu ul li.activeParent ul li a.activeItem,
#ie6 #contentmenu ul li.activeParent ul li a.activeParentItem,
#ie7 #contentmenu ul li.activeParent ul li a.activeParentItem 
{
	background-position: 24px 1px;
}

#contentmenu ul li.activeParent ul li a.activeItem span,
#contentmenu ul li.activeParent ul li a.activeParentItem span {
	padding-top: 0;
}

/* tertiary level */

#contentmenu ul li.activeParent ul li.activeParent ul li a.activeItem
{
	padding-top: 5px;
	padding-left: 0px;
}

#ie6 #contentmenu ul ul li.activeParent ul li a.activeItem,
#ie7 #contentmenu ul ul li.activeParent ul li a.activeItem 
{
	background-position: 44px 1px;
}


#contentmenu ul ul li.activeParent ul li a.activeItem span {
	padding-top: 0;
}

#ie7 #contentmenu ul ul li.activeParent ul li a.activeItem span,
#ie6 #contentmenu ul ul li.activeParent ul li a.activeItem span {
	background-position: 43px 100% !important;
}

/* IE6 fixes for active states */

/*first level*/
#ie6 #contentmenu ul li a.activeItem span,
#ie6 #contentmenu ul li a.activeParentItem span {
padding-left: 22px;
margin: 0;
width: auto;
left: 0px;
}
/*second level*/
#ie6 #contentmenu ul li ul li a.activeItem span,
#ie6 #contentmenu ul li ul li a.activeParentItem span {
padding-left: 43px;
margin: 0;
width: auto;
}

/*third level*/
#ie6 #contentmenu ul li ul li ul li a.activeItem span,
#ie6 #contentmenu ul li ul li ul li a.activeParentItem span {
padding-left: 70px;
margin: 0;
width: auto;
}

/*---------------------------

SECTIONHEADINGS AND SECTION SUBITEMS

------------------------------*/

#contentmenu ul li.sectionHeader {
	padding: 6px 19px 6px 10px;
	font-weight: bold;
	font-style:italic;
}

/* second level */
#contentmenu ul li ul li.sectionHeader {border-top: dotted 1px #000; width: 182px; padding-left: 10px;}
#contentmenu ul li.activeParent ul li.sectionHeader,
#contentmenu ul li.activeParentItem ul li.sectionHeader  
{
border-top: none;
padding-left: 30px;
width: 211px;
}
/* third level */
#contentmenu ul li.parentItem ul li ul li.sectionHeader,
#contentmenu ul li.activeParent ul li.parentItem ul li.sectionHeader,
#contentmenu ul li.activeParentItem ul li.parentItem ul li.sectionHeader {border-top: dotted 1px #000; padding-left: 10px; width: 179px; }
#contentmenu ul li.activeParent ul li.activeParent ul li.sectionHeader,
#contentmenu ul li.activeParent ul li.activeParentItem ul li.sectionHeader  
{
border-top: none;
padding-left: 50px;
width: 142px;
}

/* second level */
#ie6 #wrapper #contentmenu ul li ul li.sectionHeader {width: 179px !important; }
#ie6 #wrapper #contentmenu ul li.activeParent ul li.sectionHeader,
#ie6 #wrapper #contentmenu ul li.activeParentItem ul li.sectionHeader  
{
width: 211px !important;
}
/* third level */
#ie6 #wrapper #contentmenu ul li ul li.parentItem ul li.sectionHeader, 
#ie6 #wrapper #contentmenu ul li.activeParentItem ul li.parentItem ul li.sectionHeader  { width: 176px !important;}
#ie6 #wrapper #contentmenu ul li ul li.activeParent ul li.sectionHeader,
#ie6 #wrapper #contentmenu ul li ul li.activeParentItem ul li.sectionHeader  
{
width: 142px !important;
}

li.firstsectionsubitem {
border-top: none !important;
}

/*---------------------------

IE6 GRACEFUL DEGRADATION

------------------------------*/

#ie6 #contentmenu.ie6disabled ul,
#ie6 #contentmenu.ie6disabled li
{
display: block !important;
margin: 2px 0 2px 2px !important;
background: transparent !important;
padding: 0 0 0 9px !important;
position: static !important;
border: none !important;
width: auto !important;
}

#ie6 #contentmenu.ie6disabled li
{
background: url(/images/sitenav-bullet.gif) no-repeat scroll -1px 9px !important;
}



#ie6 #contentmenu.ie6disabled span,
#ie6 #contentmenu.ie6disabled a
{
display: inline !important;
padding: 0 !important;
margin: 0 !important;
background: transparent !important;
border: none;
}

#ie6 #contentmenu.ie6disabled a
{
text-decoration: underline !important;
color: #00F !important;
}




