body {
	color: #000;
	background: #fff url(../images/bg.png) top repeat-x;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.mceContentBody {
	background: #fff;
}
#container {
	width: 900px;
	margin: 0 auto;
	padding-bottom: 10px;
}
#header {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border-top: 8px solid #bebe00;
	background: transparent url(../images/bg-header.png) 0 bottom no-repeat;
}

/* change the header bg */
.property-news #header			{ background-position: -1000px bottom }
.static #header,
.consultancy #header,
.sinking-funds #header			{ background-position: -2000px bottom }
.tax-depreciation-schedules #header,
.property-depreciation-schedules #header,
.tax-depreciation-tips #header,
.depreciation-schedule-quote #header { background-position: -3000px bottom }
.quantity-surveyors #header 	{ background-position: -4000px bottom }
.building-construction-costs #header,
.property-development-finance #header { background-position: -5000px bottom }
.contact #header 			{ background-position: -6000px bottom }
.redballoons #header 		{ background-position: -7000px bottom }
.calculators #header 		{ background-position: -8000px bottom }

.adelaide #header,
.brisbane #header,
.cairns #header,
.hobart #header,
.melbourne #header,
.perth #header,
.sydney #header,
.darwin #header 		{ background-image: url(../images/bg-headers-cities.jpg) }
.adelaide #header 		{ background-position: -4999px bottom }
.brisbane #header 		{ background-position: -4000px bottom }
.cairns #header 		{ background-position: -3000px bottom }
.hobart #header 		{ background-position: -2000px bottom }
.melbourne #header 		{ background-position: -1000px bottom }
.perth #header 			{ background-position: 0 bottom }
.sydney #header 		{ background-position: -6000px bottom }
.darwin #header 		{ background-position: -7000px bottom }

#header a {
	float: left;
	margin: 25px 0 0;
}
#header a img {
	border: 0;
	padding-bottom: 25px;
}
#logo {
	float: left;
	display: block;
	width: 48px;
	height: 42px;
	padding-left: 30px;
	background: url(../images/email-sig-sm.gif) right no-repeat;
}
#logo img {
	display: none;
}
#siteSearch {
	float: right;
	width: 25%;
	margin-top: 20px;
}
#siteSearch fieldset {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}
#siteSearch legend,
#siteSearch label {
	display: none;
}
#siteSearch div {
	float: left;
}
#siteSearch input {
	color: #666;
}
#siteSearch .buttons input {
	height: 2em;
	margin-left: .5em;
	border: 1px solid #000;
	background: #333;
	line-height: 21px;
	color: #fff;
}
#callnow {
	float: right;
	width: 7em;
	margin-top: 20px;
	padding-left: 20px;
	background: url(../images/bg-header-quote.png) -1000px -18px no-repeat;
	font: 17px sans-serif;
}
#callnow p {
	margin: 0;
}
#header h3 {
	margin: 0;
}
#header h3 a {
	clear: right;
	float: right;
	width: 500px;
	height: 50px;
	margin: 0 35px 0 0;
	background: url(../images/bg-header-quote.png) left top no-repeat;
	text-indent: -9999px;
	text-decoration: none;
}
#header h3 a:hover {
	background-position: -500px top;
}
#menu {
	clear: both;
	position: relative;
	float: left;
	width: 840px;
	margin: 0;
	padding: 0 30px;
	background: transparent url(../images/bg-nav.png) center top no-repeat;
	list-style: none;
	text-align: center;
}
#menu li {
	position: relative;
	float: left;
}
#menu li a {
	float: left;
	padding: 10px 15px 10px 5px;
	background: url(../images/bg-nav-seperator.png) right bottom no-repeat;
	color: #484848;
	text-decoration: none;
	font-weight: bold;
}
#menu li a:hover {
	color: #408000;
}
#menu li.last a {
	background: none;
}

/* sub menu styles */
#menu ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 0;
	width: 11em;
	margin: 0;
	padding: 0;
	background: #bebe00;
	/* rounded corners for mozilla and webkit */
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
	/* - */	
	list-style: none;
	opacity: 0.9;
}
#menu ul li {
	display: block;
	float: none;
}
#menu ul li a {
	display: block;
	float: none;
	padding-left: 10px;
	background: none;
	text-align: left;
	color: #222;
	opacity: 1;
}

/* sub-sub menu styles */
#menu ul ul {
	margin-left: 11em;
	margin-top: -3em;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-radius-topright: 10px;
}

/* banner */
#banner,
#cols {
	display: none;
}
.home #banner {
	display: block;
	clear: both;
	float: left;
	width: 100%;
	height: 240px;
	background: #fff url(../images/grab-homepage.jpg) 0 0 no-repeat;
}
#banner .inner {
	margin: 5px 10px 5px 495px;
}
#banner .highlight {
	display: none;
	margin: 2px;
	margin-right: 7em;
	padding: 0;
	background: #fff;
	border: 0;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
	color: #3f3f3f;
}
#banner h3 {
	margin: .5em 0;
	color: #000;
	text-align: center;
	font-size: 11pt;
}
#banner h3 span {
	display: block;
}
#banner h5 {
	font-size: 1em;
}
#aiqs {
	width: 61px;
	margin-left: 17px;
	height: 90px;
	text-indent: -9999px;
	background: url(/images/aiqs.gif) no-repeat;
}
#aiqs:hover {
	background-position: -70px 0;
}
#banner div.offset {
	width: 8em;
}
#banner a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #000;
}
#banner a span {
	display: block;
	color: #999;
	font-size: 8pt;
	text-decoration: underline;
}
#banner a strong {
	text-decoration: underline;
}
#banner .highlight a {
	display: inline;
}
#banner .highlight strong {
	color: #000;
}
#banner a.moreinfo {
	display: block;
	margin: .5em;
	height: 46px;
	background: url(../images/moreInfo-med.png) 50% 0 no-repeat;
	line-height: 2.8;
	font-style: bold;
	font-size: 110%;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 4px #000;
}
#banner .moreinfo:hover {
	background-position: 50% -50px;
}
#banner .moreinfo strong {
	color: #fff;
	text-decoration: none;
}
.home #cols {
	display: block;
	clear: both;
	float: left;
	width: 100%;
}
.property-development-finance #cols {
	display: block;
}
#cols .info {
	float: left;
	width: 656px;
	padding-bottom: 35px;
	background: url(../images/bg-cols-bottom.png) center bottom no-repeat;
}
#cols .info .wrap {
	float: left;
	width: 100%;
	background: url(../images/bg-cols.png) center repeat-y;
}
#cols .module {
	float: left;
	width: 217px;
	margin-right: 1px;
}
#cols .module.last {
	margin-right: 0;
}
#cols .module .heading {
	margin-bottom: 10px;
	background: #484848 url(../images/bg-module-heading.png) center top no-repeat;
}
#cols .module .heading h1,
#cols .module .heading h2,
#cols .module .heading h3,
#cols .module .heading a {
	margin: 0;
	padding: 15px 0;
	color: #bebe00;
	text-align: center;
	font-size: 15px;
	text-decoration: none;
}
#cols .module .heading a:hover {
	color: #fff;
}
#cols .module h5 {
	font-size: 1em;
	margin: 10px 10px 0;
}
#cols .module p {
	margin: 0 10px;
}
#cols .module.newsletter {
	width: 240px;
	margin-left: 3px;
}
#cols .module.newsletter .heading {
	padding-bottom: 34px;
	background: url(../images/bg-newsletter-bottom.png) center bottom no-repeat;
}
#cols .module.newsletter .heading h2 {
	margin: 0;
	padding: 15px 10px 0;
	background: transparent url(../images/bg-newsletter-heading.png) center top no-repeat;
	color: #fff;
	font-weight: normal;
	font-size: 9.5pt;
}

/* content styles */
#content {
	clear: both;
	float: left;
	width: 878px;
	padding: 10px;
	background: #fff url(../images/bg-content.png) center top repeat-y;
	border: 1px solid #ccc;
	border-top: 0;
}
.home #content {
	display: none;
}
#content li {
	padding-bottom: .5em;
}
#inner {
	float: left;
	width: 660px;
}
#innerwide {
	clear: both;
	float: left;
	width: 100%;
}
.disclaimer {
	font-size: 90%;
	color: #666;
}

/* sidebar styles */
#sidebar {
	float:right;
	width:180px;
	margin-left:20px;
	padding:0;
}
#sidebar a img {
	border: 0;
}
#sidebar .block, #homeside .block {background-color:white; border:1px solid #cc0; margin-bottom:15px }
#sidebar .block p, #homeside .block p {padding:5px; margin:0; font-size:10px;}
#sidebar .block p.header, #homeside .block p.header {background:#cc0; color:#fff; font-weight:bold; font-size:12px;}

#sidebar .block .preregister {
	background:transparent url(../images/4saleLogo.png) no-repeat scroll left center;
	display:block;
	line-height:80px;
	padding-left:70px;
}

.buttons ul,
ul.buttons {
	height: 35px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar .block .buttons a,
.buttons li a {
	display: block;
	width: 123px;
	height: 26px;
	margin: 0 auto;
	padding-top: 10px;
	background: #cc0 url(../images/moreInfo.png) 0 0 no-repeat;
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;	
}
.buttons li {
	float: left;
	width: 123px;
	margin-right: 1em;
}
#sidebar .block .buttons a:hover,
.buttons li a:hover,
#sidebar .block .buttons a:focus,
.buttons li a:focus {
	background-position: 0 -40px;
}
.buttons li .highlight {
	padding: 0;
	padding-top: 10px;
	border: 0;
	background-position: 0 -80px;
}
.buttons li .disabled,
.buttons li a.disabled:hover,
.buttons li a.disabled:focus {
	background-position: 0 -120px;
	color: #ccc;
}

/* Sidebar for landing template */
#sidebar.landing .block {
	border: 0;
}
#sidebar.landing .block p {
	margin: 0;
	padding: 0;
}
#sidebar.landing .block a {
	display: block;
	padding: 4px;
	background: #CCCC02 url(../images/bg-block.png) 0 0 no-repeat;
	text-decoration: none;
	color: #FFF;
}
#sidebar.landing .block a:hover strong {
	text-decoration: underline;
}
#sidebar.landing .block strong {
	display: block;
	min-height: 40px;
	padding: 15px 0 25px 84px;
	background: url(../images/icons-office.png) 0 0 no-repeat;
	font-size: 150%;
	color: #000;
}
#sidebar.landing #land_calculate strong {
	background-position: 0 -150px;
}
#sidebar.landing #land_tips strong {
	padding-right: 10px;
	background-position: 0 -300px;
}
#sidebar.landing #land_subscribe strong {
	background-position: 0 -450px;
}
#sidebar.landing #land_brochure strong {
	background-position: 0 -593px;
}

.document a {
	display: block;
	height: 45px;
	padding: 20px 0 0 85px;
	background: url(../images/icons-office.png) 0 -593px no-repeat	
}

/* comms subscription block */
.commsubscriptionblock fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.commsubscriptionblock div {
	margin: .5em 0;
}
.commsubscriptionblock legend,
.commsubscriptionblock label {
	display: none;
}
.commsubscriptionblock .checkbox label {
	display: inline;
	font-size: 85%;
}
.commsubscriptionblock input {
	width: 190px;
	margin-left: 1em;
}
.commsubscriptionblock .checkbox input {
	width: auto;
}
.commsubscriptionblock .submit {
	text-align: center;	
}
#cols .commsubscriptionblock .submit input {
	width: auto;
	margin: 0;
}
.commsubscriptionblock .required strong,
.commsubscriptionblock div span {
	padding: 0 5px;
	color: #f00;
}
#commsubscription3 div {
	clear: left;
	float: left;
	margin-left: 5em;
}
#commsubscription3 label {
	float: left;
	display: block;
	width: 8em;
}
#commsubscription3 input {
	float: left;
}
#commsubscription3 .submit {
	float: none;
}
#commsubscription3 .submit input {
	float: none;
	width: 123px;
	height: 37px;
	margin: 0 auto;
	background: #cc0 url(../images/moreInfo.png) left top no-repeat;
	border: 0;
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
#commsubscription3 .submit input:hover {
	background-position: left -40px;	
}

#title {
	clear: both;
	border-top: 8px solid #d1d14c;
	background: #7c7c7c url(../images/bg-head.gif) repeat-x;
}
#title h1,
#title h2,
#title h3 {
	margin: 0;
	padding: 10px 0 10px 1em;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
#breadcrumb {
	margin: 0 0 5px;
	padding: 0;
	font-size: 10px;
}
#breadcrumb li {
	display: inline;
}

h1 {
	font-size: 11pt;
	font-weight: bold;
	color: #333;
}
h2 { 
	font-size: 10pt;
	font-weight: bold;
	color: #333;
}
h3 {
	font-size: 9pt;
	font-weight: bold;
	color: #333;
}
h4 {
	font-size: 9pt;
	font-weight: bold;
}
h5 {
	margin: 0;
	font-weight: bold;
}

/* a href with arrow bg */
a.moreinfo {
	color: #000;
	text-decoration: underline;
}
a {
	color: #9b9b00;
}
img {
	border:none;
}
hr {
	margin: 15px 0;
	border: 1px solid #9b9b00;
	background: #9b9b00;
	color: #9b9b00;
}
dt {
	position:relative;
	padding-left:20px;
	font-weight:bold;
	color:#9b9b00;
	top:1em;
}
dd {
	position:relative;
	margin-left:100px;
	top:-1em;
}
.staff dt,
.staff dd {
	top: 0;
}

blockquote {
	font-style: italic;
	color: #333;
}

.offset {
	clear: right;
	float: right;
	padding: 0 0 5px 10px;
}
.center {
	text-align: center;
}
.error {
	color: #f00;
}

.youtube,
.media,
.image {
	margin: .5em auto;
	text-align: center;
}
.img {
	clear: left;
	float: left;
	margin: 0 .5em .5em 0;
}
.img img {
	border: 1px solid #ccc;
}

.contenttable 				{width:100%; margin:0px; padding:0px; margin-bottom:20px;border:1px solid #000 }
.contenttable td 			{border:1px solid #000; border-collapse:collapse; padding:5px; vertical-align:top }
.contenttable td.tdtop 		{background-color:#b31913; color:#fff }
.contenttable td.tdmiddle 	{background-color:#ebad94; color:#000 }
.contenttable td.tdbottom 	{background-color:#f3d3c6; color:#000 }

table.content 				{border:1px solid #bbb;border-collapse:collapse; margin:10px 0; width:95%;}
table.content th			{background: #ccc}
table.content td,
table.content th 			{border:1px solid #ccc;border-collapse:collapse;padding:5px; text-align:left;}
tr.light 					{background:#eee;}
tr.dark 					{background:#ddd;}

.focus {
	margin: 15px;
	padding: 5px 20px;
	background: #e7e7e7;
}
.focus ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mediumButton,
.buttonMedium {
	display: block;
	width: 123px;
	height: 28px;
	margin: 0 auto;
	padding-top: 9px;
	background: url(../images/moreInfo.png) no-repeat #cc0;
	color: #fff;
	font-size: 1.05em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
.mediumButton:hover,
.buttonMedium:hover {
	background-position: 0 -40px;
}

#plantdepreciation h1 {
	padding: 10px 0;
	background: #d0d600;
	color: #fff;
	text-align: center;
}
#plantdepreciation .heading {
	float: left;
	width: 100%;
	margin: .5em 0;
	background: #ccc;
}
#plantdepreciation .heading h2 {
	float: left;
	width: 48%;
	margin: 0;
	padding: 10px 0 10px .5em;
	color: #666;
}
#plantdepreciation .heading p {
	float: right;
	width: 48%;
	margin: 0;
	padding: 15px .5em 0 0;
	text-align: right;
}
#plantdepreciation table {
	clear: both;
	width: 100%;
}
#plantdepreciation td {
	width: 33%;
	padding: 5px 0 5px 23px;
	background:url(../images/bullet.gif) no-repeat left center;
}
#plantdepreciation table.alt td {
	background:url(../images/bullet_x.gif) no-repeat left center;
}
#plantdepreciation .even {
	background: #eee;
}
#plantdepreciation .odd {
	background: #fff;
}
/* sfmstyle */
.expose {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 2px solid #9b9b00;
}
.offer {
	margin: 15px 45px;
	padding: 13px 20px;
	border: 2px solid #d0d600;
	background: #eee;
}
.highlight {
	margin: 10px 50px;
	padding: 10px;
	border: 2px solid #666;
	background: #d1d14c;
	text-align: center;
}
.highlight a {
	color: blue;
}
.extra {
	padding: 10px 0 10px 50px;
	background: url(../images/tickBox.jpg) no-repeat 10px center;
}
ul.extra {
	padding: 0 0 0 40px;
	background: none;
}
ul.extra li {
	list-style: none;
	padding: 10px 0 10px 40px;
	background: url(../images/tickBox.jpg) no-repeat left center;
}
.alt {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 3px dotted #9b9b00;
}
.standout {
	background: #ff0;
}
/* quote form styles */
.quoteheading {
	font-size: 20px;
	color: #333;
}
.quoteheading span {
	font-size: 10pt;
}

#depreciationQuote {
	width: 850px;
	margin: 0 auto;
}
#depreciationQuote fieldset {
	clear: both;
	margin: 10px 0;
	padding: 0;
	border: 0;
}
#depreciationQuote legend {
	font-weight: bold;
	color: #c55c12;
}
#depreciationQuote div {
	float: left;
	margin: .1em 0;
}

/* specific div widths */
#depreciationQuote #titlediv		{ width: 200px }
#depreciationQuote #firstnamediv	{ width: 200px }
#depreciationQuote #lastnamediv		{ width: 450px }

#depreciationQuote #phonediv 		{ clear: both;width: 200px }
#depreciationQuote #statediv 		{ width: 200px }
#depreciationQuote #emaildiv 		{ width: 450px }

#depreciationQuote .propaddressdiv	{ width: 400px }
#depreciationQuote .propsuburbdiv	{ width: 200px }
#depreciationQuote .propstatediv	{ width: 125px }
#depreciationQuote .proppostcodediv	{ width: 125px }
#depreciationQuote .proppostcodediv	input { width: 90px }

#depreciationQuote .proppricediv	{ width: 400px }
#depreciationQuote .propagediv		{ width: 225px }
#depreciationQuote .proptypediv		{ width: 225px }

#depreciationQuote div span {
	padding: 0 5px;
	color: #f00;
}
#depreciationQuote label {
	display: block;
	margin-bottom: 5px;
	padding: 0;
	padding-left: 5px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	font-size: 8pt;
	font-weight: bold;
}
#depreciationQuote input,
#depreciationQuote select {
	clear: left;
	float:left;
	margin-left: 5px;
}

#depreciationQuote .buttons {
	float: right;
	margin: 0;
	padding: 0;
	width: 250px;
	text-align: center;
}
#depreciationQuote .buttons input {
	float: none;
	width: 220px;
	height: 40px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(../images/requestquote.png) left top no-repeat;
	border: 0;
	cursor: pointer;
}
#depreciationQuote .buttons input:hover {
	background-position: -225px top;
}

#depreciationQuote .addprop {
	float: left;
	width: 600px;
	margin-top: 1px;
	text-align: right;
}
#depreciationQuote .addprop input {
	float: none;
	width: 220px;
	height: 40px;
	margin: 0 auto;
	padding-top: 40px;
	background: url(../images/anotherproperty.png) left top no-repeat;
	border: 0;
	cursor: pointer;	
}
#depreciationQuote .addprop input:hover {
	background-position: -225px top;
}
#depreciationQuote label.radio {
	width: 2em;
}
#depreciationQuote .news input {
	margin-left: 150px;
}
#depreciationQuote .news label {
	width: 30em;
}
#depreciationQuote .error {
	display: block;
	width: 100%;
	padding-left: 5px;
	text-align: left;
}
h2.error {
	text-align: center;
}

/* red balloons styles */
.redballoons h1 {
	text-align: center;
	color: #f00;
}
.redballoons h2 {
	color: #f00;
}
.redballoons blockquote {
	font-style: italic;
}
.redballoons legend {
	color: #f00;
	font-weight: bold;
}
.redballoons .contactform {
	background: #fff;
}
.redballoons form {
	padding: 15px;
	border: 1px dashed red;
}
.redballoons label {
	margin-left: 250px;
}
.redballoons .error {
	text-align: center;
}

/*---faqs---*/
.backToTop,
.toTop,
.top {
	text-align: right;
	font-size: .9em;
}
.js .contents {
	display: none;
}
.fakelink {
	cursor: pointer;
}
.fakelink:hover {
	text-decoration: underline;
}
.close * {
	display: none;
}
.close h3 {
	display: block;
}
.calc {
	margin: 0;
	padding: 5px 0;
	text-align: center;
	font-size: 2em;
	color: #9b9b00;
}
.faqs {
	list-style-type: none;
	padding-left: 15px;
}
.faqs li {
	padding: 0 50px 0 0;
}
.faqs > li > * {
	padding-left: 20px;
}
.faqs h3 {
	background: url(../images/faqArrow.gif) -12px 3px no-repeat;
	color: #9b9b00;
}
.faqs .close h3 {
	background:url(../images/faqArrow.gif) 2px -11px no-repeat;
}
ul.faqs ol,
ul.faqs ul {
	margin-left: 20px;
	padding-left: 20px;
}

/* === Calculator page style === */
#calculator {
	text-align: center;
}
.calcSection {
	min-height: 93px;
	margin-bottom: 5px;
	padding-top: 10px;
	clear: both;
	border-bottom: 1px solid #ccc;
}
.calcSection .calcImage {
	float: left;
	display: inline;
	margin-left: 25px;
	border: 1px solid #d0d700;
}
.calcSection .calcImage img {
	display: block;
}
.calcSection .calcImage:hover {
	border-color: #a4d400;
}
.calcSection .calcLink {
	float: right;
	display: inline;
	margin: 35px 25px 0 0;
	padding-top: 10px;
}
.calcSection .calcContent {
	margin: 0 171px 0 165px;
}
.calcSection .calcContent h2 {
	margin: 0;
	padding-bottom: 10px;
}
.calcSection .calcContent p {
	margin: 0 0 20px;
}

/* contact page styles */
.contactblock {
	float: left;
	margin: 1em 0;
}
.contactblock h1,
#innerwide h1 {
	margin: 0;
	text-align: center;
}
/* CSS ordering is deliberate here to fix an IE6 bug with multiple classes on 1 element */
.contactblock .vcard .org,
.contactblock .vcard .type,
.contactblock .vcard .tel,
.contactblock .vcard .email,
.contactblock .vcard .url,
.contactblock .vcard .country-name,
.contactblock .vcard.full .adr {
	display: none;
}
.contactblock .vcard {
	float: left;
	width: 290px;
	margin: .5em auto;
}
.contactblock .vcard.full {
	float: none;
	width: 100%;
	margin: 2em 0;
}
.contactblock .vcard h4 {
	margin: 0;
}
.contactblock .vcard .extended-address,
.contactblock .vcard .street-address,
.contactblock .vcard.full .tel {
	display: block;
}
.contactblock .vcard.full .email {
	display: inline;
}

/* contact form */
.contactform {
	padding: 15px;
}
.contactform fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
.contactform legend {
	display: none;
}
.contactform div {
	float: left;
	width: 100%;
	margin: .2em 0;
}
.contactform label {
	float: left;
	width: 7em;
	line-height: 14pt;
}
.contactform input {
	float: left;
}
.contactform div.buttons {
	float: none;
	padding: 0;
}
.contactform div.buttons input {
	float: none;
	display: block;
	margin: 0 auto;
}
.contactform div.buttons input[type=reset] {
	display: none;
}
.sinkingfunds .contactform label {
	width: 15em;
}
.sinkingfunds .contactform textarea {
	height: 1.5em;
}

/* Trust Us */
ul.trust {
	float: left;
	list-style: none;
	margin: 0 0 1em;
	padding: 0;
}
.trust li {
	clear: left;
	float: left;
	width: 520px;
	height: 45px;
	margin-bottom: .2em;
	padding: 0 2px 0 130px;
	background: url(/images/logos-trust.png) 0 0 no-repeat; 
}
.trust #rpdata {
	height: 35px;
	background-position: 0 -100px;
}
.trust #run {
	height: 45px;
	background-position: 0 -200px;
}
.trust #star {
	height: 35px;
	background-position: 0 -300px;
}
.trust #your {
	height: 60px;
	background-position: 0 -400px;
}
.trust #money {
	height: 51px;
	background-position: 0 -500px;
}
.trust #rental {
	height: 42px;
	background-position: 0 -600px;
}
.trust #laing {
	background-position: 0 -700px;
}
.trust #propertybuyer {
	background-position: 0 -800px;
}

/* footer */
#footer,
#webdev {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	font-size: 8pt;
	color: #555;
}
#footer p {
	margin: 0;
	padding-top: 10px;
}
#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
#footer ul li {
	display: inline;
	line-height: 11pt;
}
#footer ul li.copy {
	display: block;
}
#footer ul li a {
	padding: 0 5px;
}
#footer ul li a img {
	border: 0;
}
#footer a.rss {
	padding: 0;
}
#footer a.rss img {
	vertical-align:top;
}
#footer .vcard .fn, 
#footer .vcard .adr,
#footer .vcard .url,
#footer .vcard .type {
	display: none;
}
#webdev,
#footer #webdev a,
#footer #webdev a:visited {
	font-size: 8pt;
	color: #aaa;
}
#footer a,
#footer a:visited {
	color: #555;
	text-decoration: none;
}
#footer a:hover {
	color: #408000;
	text-decoration: underline;
}