/*		Main Content Styles		*/

body {
	
	font-family: Arial, "Trebuchet MS", Verdana, Helvetica, sans-serif;
	padding: 0;
	margin: 0;	
}
	
p {
	padding: 2px 0 5px;
	margin: 2px 0;
}

.white_link,
a.white_link:link,
a.white_link:visited {
	color:#FFFFFF;
	font-size: 11px;
	text-decoration: none;
}

a.white_link:hover
{
	text-decoration: underline;
}


ul {
	list-style: none;	
}

li
{
	list-style-type: circle;	
}

#news li
{
	padding: 2px 0;
	margin: 2px 0;
	list-style-image: url(images/hand_12.gif);
}

#content li a:link,
#content li a:visited
{
	list-style: none;
}


a:link, 
a:visited {
	color: #638E9F;
}

a:hover,
a:active {
	text-decoration: none;	
}

.sidebar img {
	display: block;
	margin: 0 auto;	
}

.textsize {
	color: #FFF;
	font-size: 12px;
	text-align: center;	
	padding: 10px 4px;	
}

.textsize a:link,
.textsize a:visited {
	color: #FFF;
	font-size: 12px;	
	padding-left: 18px;
}

.textsize a:hover,
.textsize a:active  {
	text-decoration: none;
}


#content {
	color: #444;
    padding: 135px 20px 30px 20px;
    font-size: 11px;
    line-height: 1.3em;
    width: 548px;
    float: left;
}

#rhs {
	padding: 195px 0px 0px 0px;
	width: 185px;
	float: left;
}

#content ul {
	padding: 0;
	margin: 5px 0 5px 30px;	
}

#content ul li {
	padding: 1px 0;
	margin: 0;	
}
	
#index-page {
	color: #444;
    padding: 135px 20px 30px 20px;
    font-size: 11px;
    line-height: 1.3em;
}

#index-page ul {
	padding: 0;
	margin: 5px 0 5px 30px;	
}

#index-page ul li {
	padding: 1px 0;
	margin: 0;	
}

#news ul {
	color: #333;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 15px;
}

#news ul a:link,
#news ul a:visited {
	color: #333;	
}

#postcode_search {
	/*background: url(images/victoria.jpg) no-repeat center center;*/
/*	height: 40px;*/
	margin: 0px auto;
	padding: 0 20px 0 0;
	text-align: center;
	width: 90%;  
}

#postcode_search td heading,
#postcode_search label
{
	color: #000;	
}

#postcode_wrapper {
	background: url(images/victoria.jpg) no-repeat 65px 8px;	
	padding: 0 0 45px 0; 
}

#postcode_wrapper2 {
	background: url(images/victoria.jpg) no-repeat 20px 25px;	
	padding: 0 0 45px 0; 
}


.header {
	color: #4a620c;
	font-size: 10pt;
	background: #ebbe3f;
	font-weight: bold;	
}

/*		Table Styles		*/

table.resource_table {
	border: 0; 
	margin: 0;
	padding: 0;	
}
	
table.resource_table td {
	padding: 6px;
	padding-left:3px;
}

table.resource_table tr.resource:hover,
table.resource_table tr.alt_resource:hover {
	background: #eeeeee;	
}

table.resource_table tr.resource td, table.resource_table tr.alt_resource td {
	border-top: 1px dotted #eeeeee;	
	border-bottom: 1px dotted #dddddd; 
}


/*		Footer Styless		*/

#footer
{
	background: #314853;
	border: 0;
	color: #FFF;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
	width: 1003px;

}

#clc-footer
{
	background: #C46E31;
	border: 0;
	color: #FFF;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
	width: 1003px;

}

#clc-footer a:link,
#clc-footer a:visited {
	color: #FFF;	
}


#footer a:link,
#footer a:visited {
	color: #FFF;	
}

#footer a:hover,
#footer a:active {
	text-decoration: none;	
}

#subfooter {
	text-align: right;
	margin: 0 auto;
	padding: 0 0 15px 0;	
	width: 980px; 
}

#subfooter a:link,
#subfooter a:visited {
	color: #000;	
	font-size: 10px;
	text-decoration: none;
}

#subfooter a:hover,
#subfooter a:active {
	text-decoration: underline;
}





/* 		Rounded Fluid Box 		*/
.box,
.box-left,
.box-right {
	background: url(images/box_bottomright_bg.gif) no-repeat bottom right;	
	float: left;
	font-size: 100%;
	margin: 15px 5px 0 5px;
	width: 360px;
}

.box-left {
	float: left;	
	margin: 15px 0 0 0;
}

.box-right {
	float: right;
	margin: 15px 0 0 0;	
}

.box .layer,
.box-left .layer,
.box-right .layer {
	background: url(images/box_topright_bg.gif) no-repeat top right;
	margin: 0;
	padding: 0
}

.box .layer .body,
.box-left .layer .body,
.box-right .layer .body {
	background: url(images/box_topleft_bg.gif) no-repeat top left;
	height: 120px;
	margin: 0;
	padding: 15px;
}

.box .layer2,
.box-left .layer2,
.box-right .layer2 {
	background: url(images/box_bottomleft_bg.gif) no-repeat bottom left;
	margin: -4px 0 0;
	padding: 0px 20px;
	height: 30px;
}

.box2,
.box2-left,
.box2-right {
	background: url(images/box_bottomright_bg.gif) no-repeat bottom right;	
	float: left;
	font-size: 100%;
	margin: 15px 5px 0 5px;
	width: 260px;
}

.box2-left {
	float: left;	
	margin: 15px 0 0 0;
}

.box2-right {
	float: right;
	margin: 15px 0 0 0;	
}

.box2 .layer3,
.box2-left .layer3,
.box2-right .layer3 {
	background: url(images/box_topright_bg.gif) no-repeat top right;
	margin: 0;
	padding: 0
}

.box2 .layer3 .body2,
.box2-left .layer3 .body2,
.box2-right .layer3 .body2 {
	background: url(images/box_topleft_bg.gif) no-repeat top left;
	height: 210px;
	margin: 0;
	padding: 15px;
}

.box2 .layer4,
.box2-left .layer4,
.box2-right .layer4 {
	background: url(images/box_bottomleft_bg.gif) no-repeat bottom left;
	margin: -4px 0 0;
	padding: 0px 20px;
	height: 30px;
}


/*		Heading Styles 		*/

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #314853;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;	
	margin: 0;
    padding: 3px 0px 10px 0px;	
}
	
h1 {
	color: #314853;
	font-size: 24px;
	margin: 20px 0px 10px 0px;
	line-height: 1.2em;	
}

h2 {
	color: #e0922f;
	font-size: 20px;
	margin: 5px 0px 5px 0px;
	line-height: 1.2em;
}

h3 {
	color: #e0922f;
	font-size: 18px;
}

h4 {
	color: #314853;
	font-size: 18px;
}

h5 {
	color: #e0922f;
	font-size: 18px;
	border-bottom: 1px dashed #e0922f;
	margin: 20px 0px 10px 0px;
	line-height: 1.2em;
}

h6 {
	color: #000;	
	font-size: 12px;
}

#content h6 {
	color: #333;
	font-size: 11px;
	margin: 5px 0 0;	
}

.h6-class {
	color: #000;
	font-size: 12px;
	font-weight: bold;	
}

/*		Sitemap Styles		*/

a.sm_level0, 
a.sm_level0:link, 
a.sm_level0:visited {
	color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: underline;
}

a.sm_level0:hover {
    text-decoration: none;
}

a.sm_level1, 
a.sm_level1:link, 
a.sm_level1:visited {
    color: #FFF;
    font-size: 11px;
    font-weight: bold;
    text-decoration: underline;
}

a.sm_level1:hover {
    color: #FFF;
    text-decoration: none;
}

a.sm_level2, 
a.sm_level2:link, 
a.sm_level2:visited {
	color: #638E9F;
    font-size: 10px;
    font-weight: normal;
    text-decoration: underline;
}

a.sm_level2:hover {
    text-decoration: none;
}

a.sm_level3, 
a.sm_level3:link, 
a.sm_level3:visited {
	color: #F7941E;
    font-size: 10px;
    text-decoration: underline;
}

a.sm_level3:hover {
    text-decoration: none;
}

TD.level0, 
.level0 {
	display: block;
	background-color: #C46E31;
    text-align: center;
	padding:4px;
	width:200px;
	margin: 0 auto;    
}

TD.level1, 
.level1 {
	background-color: #314853;
    text-align: center;
	padding:4px;    
}

TD.level2, .level2 {
	padding:2px;
}

TD.level3, .level3 {
    padding-left:10px;
}

/*		End of sitemap styles 		*/

/*		Form elements		*/
form {
	margin: 0;
	padding: 0;	
}

input, select, textarea {
	font-size: 10px;
	padding: 2px;	
}

.sidebar {
	background: #B1BB38 url(images/header_left_2.jpg) no-repeat;	
	color: #FFF;
}

.sidebar .txtboxelement {
	background: #C2CBCF;
}

.member-sidebar {
	background: #6b8635 url(images/member-header_left_2.jpg) no-repeat;	
	color: #FFF;
}

.clc-sidebar {
	background: #314853 url(http://www.communitylaw.org.au/images/clc-header-left-2.gif) no-repeat;	
	color: #FFF;
}


#search {
	margin: 0px 0 15px 0;
	text-align: right;	
	padding: 0 4px;
}

#search label {
	color: #FFF;
	display: block;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;	
	margin: 5px 0!important;
	padding: 0;
}

#login {
	width: 185px;
	/* background: #B0BF00; */
	padding: 5px 0 0 0; 
	margin: 0 auto;
	
}

#login h6 {
	color: #FFF!important;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	text-align: center;
}



#login table {
	border: 0; 
	margin: 0 auto;
	width: 100%; 

}

#login_member table {
	border: 1px solid #A3BF6B;
	background: #819F45;
}

#login td {
	font-size: 12px;
	color: #FFF; 
}

#login td label {
	font-weight: bold;	
}

.btelement {
	background: #9FAB1E;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

.btelement:hover {
	background-color: #EEE;
	color: #F90;
}

#login .txtboxelement,
.txtboxelement {
	border: 1px solid #295B6F;
	font-size: 11px;
	background: #5f6e75;
		
}

#login .txtboxelement-clc,
.txtboxelement-clc {
	border: 1px solid #295B6F;
	font-size: 11px;
	background: #5f6e75;	
}

.btelement-clc {
	background: #638E9F;
	border-top: 1px solid #EEE;
	border-left: 1px solid #EEE;
	border-bottom: 1px solid #666;
	border-right: 1px solid #666;
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
}

.btelement-clc:hover {
	background-color: #EEE;
	color: #F90;
}


fieldset {
	border: 1px solid #DDD;
	color: #444;
	margin: 0 auto;
	padding: 5px 10px;
	width: 90%;
	display: block;
}

fieldset legend {
	color: #638E9F;	
	font-weight: bold;
	margin: 0 0 5px;
}


label {
	color: #FFF;
	font-weight: bold;
	font-size: 12px;	
}

fieldset label,
#content label {
	color: #333;
	display: block;
	font-weight: bold;
	margin: 10px 0 0;
}

#form_postcode label {
	margin: 0;
	color: #000;	
}


fieldset textarea {
	border: 1px solid #DDD;
	display: block;
	font-size: 12px;
	margin: 0 auto;	
	width: 99%;
}

fieldset select {
	/*display: block;*/
	font-size: 11px;
}

fieldset input {
	margin: 0;
	padding: 0;	
}

#resource_tree {
	width:470px;

	background-color:#f5f5f5; 
	border:1px solid Silver;
	overflow:auto!important;	
}

#search-results div {
	width:230px;
}

.message_div{
	border: 1px solid #999999;
	background-color: #eeeeee;
	width: 380px;
	font-size: 8pt;
	line-height:15px;
	padding:3px;
	margin:0;
}

.message_header{
	color: #ffffff;
	border: 1px solid #999999;
	background-color: #999999;
	width: 350px;
	padding:3px;
	margin:0px;
}

.search_header{
	color: #FFF;
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica;
	font-weight: bold;
	text-decoration: none;
	background-color: #6b8635;
    padding: 4px;
	margin: 0;
	border: 0;
}

.search_result_title {
	font-weight:bold;
	color: #e0922f;	
}

.highlight{
	background-color: #ccffcc;
}

/*.error_div{
	background-color:#CF1808;
	color:#ffffff;
	width: 345px;
	border: 1px solid #444444;

}*/

.error_div h4 {
	background: #df0000;
	color: #FFF;
	padding: 3px;
	margin: 0;
	font-size: 12px;
	
	}
	
.error_div {
	border: 1px solid #df0000;
	width:450px;
}


.skin0{
	position:absolute;
	width:268px;
	border:1px solid #999999;
	background-color:#ffffff;
	font-family: Trebuchet ms, Verdana, Helvetica, Tahoma, sans-serif;
	line-height:18px;
	cursor:default;
	font-size:12px;
	color: #666666;
	z-index:100;
	visibility:hidden;
	padding:2px;
	padding-right:6px;
}

.menuitems{
	padding-left:5px;
	padding-right:8px;
}

#lhs-image{
	padding: 0px 0px 30px 0px;
}

/*		Custom List items		*/

#custom_list_items ul
{
	padding: 10px 0px 10px 40px;
	margin: 0px;	
	list-style: none;
}

.custom_list_items li,
custom_list_items li,
#custom_list_items li {
	list-style-image: url(images/hand_20.gif);
	line-height:20px;
}

#custom_list_items li:hover {	
	list-style-image: url(images/hand_20_hv.gif);
}


.custom_list_items li,
custom_list_items li,
#custom_list_items li a:link,
#custom_list_items li a:visited
{
	font-size: 16px;
	color: #999;
	text-decoration: none;	
	display: block;
}

#custom_list_items li a:hover
{
	color: #333;
}

#custom_list_items li a
{
	margin: 0px 0px 5px 0px; 		
}

/*		End of custom List items		*/

#bc 
{
	width: 548px;
}

#bc,
#bc a:link,
#bc a:visited
{
	color: #999;
	font-size: 11px;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
	padding: 5px 0px 5px 5px;
	font-style: italic;
	text-decoration: none;
}

#bc a:hover
{
	text-decoration: underline;
}

.map_mouseover:link,
.map_mouseover:visited
{
	background: url(images/fclc_map3_trans.gif) no-repeat;
	height: 159px;
	width: 210px;
	display:block;
}

.map_mouseover:hover
{
	background: url(images/fclc_map3.gif) no-repeat;
}


.survey {
	padding: 0 20px;
}

body .clc-sidebar #homelink {
	display: block; 
	width: 200px; 
	height: 180px; 
	position: relative; 
	text-decoration: none;
}