
body {
	margin: 0px;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color:#CC0000;
	text-decoration: underline;
	}

a:hover {  
	text-decoration:none;
	}
	

/* Generic Styles ---------------------------------------------------------------------------- */

h1 { 
	font-size: 22px;
	line-height: 25px;
	color: #CC0000;
	font-weight:normal;
	text-align:left;
	}
.line {
	border-bottom: 1px dotted #999999;
	padding-bottom: 10px;
	margin: 0 0 20px 0;
	}

h2 { 
	font-size: 15px;
	color: #CC0000;
	font-weight:bold;
	margin: 0 0 4px 0;
	text-align:left;
	}
h3 { 
	font-size: 11px;
	line-height: 18px;
	color: #000099;
	font-weight:bold;
	}

p {
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin: 0px 0px 8px 0px;
	}
p.sm {
	font-size: 10px;
	line-height: 14px;
	color: #333333;
	margin: 0px 0px 8px 0px;
	}
table.form tr {
	height: 20px;
	}

table.form p {
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	margin: 12px 0px 6px 0px;
	text-align:left;
	}


.bottom_text {
	font-size: 16px;
	line-height: 20px;	
	color: #FFFFFF;
	margin: 0;
	text-align: center;
	font-weight: normal;
	}

.main_pic {
	padding: 0 20px;
	}
.main_pic h1 {
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
	font-weight:normal;
	margin: 0;
	}
.main_pic h2 {
	font-size: 16px;
	line-height: 23px;
	color: #FFFFFF;
	font-weight:normal;
	margin: 0;
	}

table.black {
	background: url(images/bg.gif) #000000 repeat;
	}
/* Container Styles ---------------------------------------------------------------------------- */

.nav_bg {
	background: url(images/australia_bottom.gif) no-repeat top right #CCCCCC;
	}
#nav {
	padding: 6px 0;
	}
#nav p {
	font-size: 10px;
	line-height: 10px;
	text-transform:uppercase;
	color: #333333;
	margin: 0;
	padding: 0 10px;
	}
#nav a:link, #nav a:visited{
	font-size: 10px;
	line-height: 10px;
	color:#333333;
	text-decoration:none;
	padding: 0 4px;
	font-weight: bold;
	}

#nav a:hover {
	color:#CC0000;
	}

#panel {
	float:left;
	}

/* Background Panel Styles ---------------------------------------------------------------------------- */

.panel h1, .panel h1 a {
	font-size: 16px;
	line-height: 20px;
	color: #CC0000;
	font-weight:bold;
	margin-bottom: 4px;
	text-decoration:underline;
	text-align:center;
	}
.panel p, .panel p a {
	font-size: 11px;
	line-height: 14px;
	color: #000000;
	font-weight:bold;
	margin: 0;
	text-decoration:none;
	}
.panel p a:hover {
	color: #CC0000;
	text-decoration:none;
	}

.panel_text {
	text-align:center;
	}

.panel_1 {
	background:url(images/real_estate_appraisal.jpg) no-repeat top left;
	}
.panel_2 {
	background: url(images/home_loan.jpg) no-repeat top left;
	}
.panel_3 {
	background: url(images/rental_management.jpg) no-repeat top left;
	}
.panel_4 {
	background: url(images/buyer_home_appraisal.jpg) no-repeat top left;
	}
	
.google {
	padding: 0 24px;
	}
.main_bg {
	background: #f0f0f0;
	}
/* List Styles ---------------------------------------------------------------------------- */

ul {
	font-size: 11px;
	line-height: 18px;
	color: #333333;
	list-style-image:url(images/site_icon.gif);
	}

/* Special Styles ---------------------------------------------------------------------------- */

.error_red {
	font-weight: bold;
	color: #FF0000;
	font-size: 12px;
}
.breadcrumb { 
	padding: 0px 0 0px 0;
	margin: -8px 0 18px 0;
	border-bottom: #999999 dotted 1px;
	}
		
/* Field Styles ---------------------------------------------------------------------------- */

.fields {
	color: #000000;
	font-size: 12px;
	width: 100%;
	height: 18px;
	background-color: #CCCCCC;
	padding: 0px 0px 0px 2px;
	border: 1px solid #BEBEBE;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	}

.fields_small {
	color: #000099;
	font-size: 12px;
	width: 150px;
	height: 18px;
	background-color: #e9e9ff;
	padding: 0px 0px 0px 2px;
	border: 1px solid #CCCCFF;
	font-family: Arial, Helvetica, sans-serif;
	}

.fields_multi {
	color: #000000;
	font-size: 12px;
	width: 100%;
	height:100px;
	clip:      rect(   );
	background-color: #CCCCCC;
	padding: 0px 0px 0px 2px;
	border: 1px solid #BEBEBE;
	font-family: Arial, Helvetica, sans-serif;
	}

	
/* Footer ---------------------------------------------------------------------------- */

.footer {
	background: #CCCCCC;
	margin: 0;
	padding: 0;
	}
.footer p {
	font-size: 11px;
	line-height: 10px;
	color: #999999;
	margin: 0px;
	padding: 0 10px;
	}

.footer a:link, .footer a:visited{
	font-size: 10px;
	line-height: 10px;
	color:#999999;
	text-decoration:none;
	padding: 0 4px;
	font-weight: bold;
}

.footer a:hover {
	color:#CC0000;
	}
.footer p.black {
	color: #000;
	}

