	.dhtmlgoodies_tabPane{
		height:21px;	/* Height of tabs */
		border-bottom:1px solid #919b9c;
	}
	.dhtmlgoodies_aTab{
		border-left:1px solid #919b9c;
		border-right:1px solid #919b9c;
		border-bottom:1px solid #919b9c;
		font-family: Verdana;
		padding:5px;		
	}
	.dhtmlgoodies_tabPane DIV{
		float:left;
		height:100%;	/* Height of tabs */
		padding-left:3px;
		vertical-align:middle;
		background-repeat:no-repeat;
		background-position:bottom left;
		cursor:pointer;
		position:relative;
		bottom:-1px;
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane .tabActive{
		background-image:url('../images/tab_left_active.gif');
		margin-left:0px;
		margin-right:0px;	
		z-index:10;	
	}
	.dhtmlgoodies_tabPane .tabInactive{
		background-image:url('../images/tab_left_inactive.gif');
		margin-left:0px;
		margin-right:0px;
		z-index:1;
	}

	.dhtmlgoodies_tabPane .inactiveTabOver{
		background-image:url('../images/tab_left_over.gif');
		margin-left:0px;
		margin-right:0px;
	}
	.dhtmlgoodies_tabPane span{
		font-family:arial;
		vertical-align:top;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:21px;
		float:left;
	}
	.dhtmlgoodies_tabPane .tabActive span{
		padding-bottom:1px;
		line-height:20px;
	}
	
	.dhtmlgoodies_tabPane img{
		float:left;
	}
	
	/*Extras for the cfc specific tab view pages*/
	.propSummaryHeader{
		background-image:url('../images/propSummary.jpg');
		padding:5px;
	}
	.propSummaryHeader-purple{
		background-image:url('../images/propSummary-purp.jpg');
		padding:5px;
	}
	.propSummary{
		border:1px solid #5c5c5c;
		padding: 0px;
		background-color: #f1f1f1;
	}
	.psHeading{
		font-family:verdana;
		color:#f8f8f8;
		vertical-align:middle;
		font-size:11px;
		padding-left:3px;
		padding-right:3px;		
		line-height:18px;
	}
	#disclaimer {
	    FONT-SIZE: 6pt; FONT-STYLE: italic
	}
    #map-01 {
        width: 498px; 
        height: 330px; 
        text-align:center;
    }
	.locRowHeader {
        background-color: #f1f1f1;
        line-height:16px;
        border-bottom:1px solid #e1e1e1;
    }
    .mapOutline{
        background-color: #ffffff;     
        border:1px solid #e1e1e1;
        text-align:center;
    }
/*Map Navigation*/
#states {
 width: 199px;
 height: 180px;
 background: url(/images/new/mapAustralia.gif);
 margin: 0px; padding: 0;
 position: relative;
}
#states li {background: url(/images/new/invisible.gif); margin: 0; padding: 0; list-style: none; display: block; position: absolute;}

#states a {display: block;}

#wa {left: 0px; top: 7px; width: 78px; height: 130px;}
#nt {left: 78px; top: 3px; width: 43px; height: 72px;}
#sa {left: 78px; top: 75px; width: 56px; height: 67px;}
#qld {left: 121px; top: 0px; width: 75px; height: 96px;}
#nsw {left: 134px; top: 87px; width: 60px; height: 55px;}
#vic {left: 134px; top: 118px; width: 41px; height: 29px;}
#tas {left: 149px; top: 151px; width: 40px; height: 24px;}
#wa a {height: 130px;}
#nt a {height: 72px;}
#sa a {height: 67px;}
#qld a {height: 96px;}
#nsw a {height: 55px;}
#vic a {height: 29px;}
#tas a {height: 24px;}

#wa a:hover {background: url(/images/new/mapAustralia.gif) 0px -217px no-repeat;}
#nt a:hover {background: url(/images/new/mapAustralia.gif) -78px -213px no-repeat;}
#sa a:hover {background: url(/images/new/mapAustralia.gif) -78px -285px no-repeat;}
#qld a:hover {background: url(/images/new/mapAustralia.gif) -61px -370px no-repeat;}
#nsw a:hover {background: url(/images/new/mapAustralia.gif) -127px -605px no-repeat;}
#vic a:hover {background: url(/images/new/mapAustralia.gif) -27px -636px no-repeat;}
#tas a:hover {background: url(/images/new/mapAustralia.gif) -149px -361px no-repeat;}

/*Active Maps*/
/*Tasmania*/
#tasActive {left: 149px; top: 151px; width: 40px; height: 24px;}
#tasActive a {height: 24px;}
#tasActive a {background: url(/images/new/mapAustralia.gif) -149px -361px no-repeat;}
/*victoria*/ 
#vicActive {left: 134px; top: 118px; width: 41px; height: 29px;}
#vicActive a {height: 29px;}
#vicActive a {background: url(/images/new/mapAustralia.gif) -27px -636px no-repeat;}
/*n.s.w.*/ 
#nswActive {left: 134px; top: 87px; width: 60px; height: 55px;}
#nswActive a {height: 55px;}
#nswActive a {background: url(/images/new/mapAustralia.gif) -127px -605px no-repeat;}
/*Queensland*/ 
#qldActive {left: 121px; top: 0px; width: 75px; height: 96px;}
#qldActive a {height: 96px;}
#qldActive a {background: url(/images/new/mapAustralia.gif) -61px -370px no-repeat;}
/*N.T.*/ 
#ntActive {left: 78px; top: 3px; width: 43px; height: 72px;}
#ntActive a {height: 72px;}
#ntActive a {background: url(/images/new/mapAustralia.gif) -78px -213px no-repeat;}
/*W.A.*/ 
#waActive {left: 0px; top: 7px; width: 78px; height: 130px;}
#waActive a {height: 130px;}
#waActive a {background: url(/images/new/mapAustralia.gif) 0px -217px no-repeat;}
/*W.A.*/ 
#saActive {left: 78px; top: 75px; width: 56px; height: 67px;}
#saActive a {height: 67px;}
#saActive a {background: url(/images/new/mapAustralia.gif) -78px -285px no-repeat;}

.mainMapContainer {margin-left:25px; margin-top:5px; margin-bottom:0px; margin-right:0px; padding:3px; width:530px; height:224px; background:rgb(255,255,255) url(/images/new/bg_index_container.gif) no-repeat; }
.mainMapContainer .mainMapLeft {width:330px; padding-left:10px; padding-top:8px; text-align: left; font-size: 100%;}
.mainMapContainer .mainMapRight {width:230px; padding-right: 10px; padding-top:8px; text-align: right; font-size: 100%}
.mainMapContainer form {margin: 20px 0px 0px 0px;}
.mainMapContainer select {width:158px; margin:0 0 0 0; padding:0.1em 0 0.2em 0 !important /*Non-IE6*/; padding:0.2em 0 0.3em 0 /*IE6*/; border:solid 1px rgb(200,200,200); font-family:verdana,arial,sans-serif; font-size:95%;}
.mainMapContainer input.button {float:right; width:5.0em; margin-top:5px; margin-right:151px; padding:1px; background:rgb(230,230,230); border:solid 1px rgb(150,150,150); text-align:center; font-family:verdana,arial,sans-serif; color:rgb(150,150,150); font-size:95%;}
.mainMapContainer input.button:hover {cursor:pointer; border:solid 1px rgb(80,80,80); background:rgb(220,220,220); color:rgb(80,80,80);}

/*buttons for the rsearch page*/
input.btn {
  color:#333;
  font: bold 84% 'trebuchet ms',helvetica,sans-serif;
  font-size:100%;
  background-color:#ecf;
  border: 1px solid;
  border-color: #696 #363 #363 #696;
  filter:progid:DXImageTransform.Microsoft.Gradient
  (GradientType=0,StartColorStr='#ffffffff',EndColorStr='#ffddbbee');
}
input.btnhov {
  border-color: #c63 #930 #930 #c63;
}
.teaser {
	width:430px;
	padding:0 0 14px 0;
	margin:10px auto;
	background:url("/images/teaser.gif") bottom left no-repeat;
}
.teaser h4 {
	margin:0;
	padding:7px 10px 3px 10px;
	background:url("/images/teaser.gif") top left no-repeat;
}
.teaser p, .teaser a.more {
	margin:0;
	padding:0 10px 3px;
	border:1px solid #d8d8d8;
	border-width:0 1px;
	background:#fff;
}
.teaser a.more {
	display:block;
	text-align:right;
	background:url("/images/tsr-a.gif") 410px 50% no-repeat;
	padding:0 24px 0 0;
	text-decoration:none;
	color:#44a;
}
.teaser a.more:hover {
	text-decoration:underline;
}