/* General Site Layout */

* {
	margin: 0;
	padding: 0;
}

html, body {
	background: #e5e5e5;
	font-size: 82.5%;
	font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman";
}


#wrapper {
	background: #1C1C1C url(images/border-top.gif) repeat-x 0 0;
	margin: 0 auto;
	padding-top: 4px;
	width: 960px;
}

#header {
	background: #ffffff url(images/header-bg.gif) no-repeat top right;
	height: 149px;
}

#breadcrumbs {
	clear: both;
	display: inline;
	float: left;
	margin: 4px 0 0 20px;
}
	#breadcrumbs a {
		color: #4d4d4d;
		text-decoration: none;
	}
	
	#breadcrumbs a:hover {
		color: #d00427;
	}
	
#headline {
	background: url(images/bg_headline.jpg) no-repeat 0 0;
	height: 48px;
	padding: 20px 0 0 0;
	width: 960px;
}	

#realestate-head a.nav3-0 {
	background-position: 0px -25px;
}

#buy-head a.nav3-1 {
	background-position: -59px -25px;
}

#rent-head a.nav3-2 {
	background-position: -117px -25px;
}

#share-head a.nav3-3 {
	background-position: -181px -25px;
}

#renovate-head a.nav3-4 {
	background-position: -252px -25px;
}

#build-head a.nav3-5 {
	background-position: -347px -25px;
}

#sell-head a.nav3-6 {
	background-position: -415px -25px;
}

#retire-head a.nav3-7 {
	background-position: -476px -25px;
}

#realcommercial-head a.nav4-0 {
	background-position: 0px -24px;
}

#commercial-property-head a.nav4-1 {
	background-position: -59px -24px;
}

#businesses-for-sale-head a.nav4-2 {
	background-position: -231px -24px;
}

#content {
	background: #fff url(images/bg_content.gif) no-repeat top right;
	padding-bottom: 20px;
}
	#content p {
		color: #4d4d4d;
		margin-bottom: 15px;
	}
	
	#content a {
		color: #4d4d4d;
	}

#flash_content {
	height: 302px;
	overflow: hidden;
}	



/**********************************************************************/
/* Main Navigation */
/**********************************************************************/
ul#nav {
	background: url(images/bg_nav.gif) repeat-x 0 0;
	clear: both;
	float: left;
	height: 32px;
	margin-top: 20px;
	width: 100%;
}

ul#nav li {
	float: left;
	height: 32px;
	list-style: none;
}

ul#nav li ul {
	left: -999em;
	position: absolute;
}

/* Top level Nav */
	#nav li a.nav1, 
	#nav li a.nav2,  
	#nav li a.nav3, 
	#nav li a.nav4 {
		display: block;
		height: 8px;
		margin-top: 12px;
		overflow: hidden; /*Fixes strange ie6 bug */
		text-indent: -999em;
	}

	#nav li a.nav1 {
		background: url(images/nav.jpg) no-repeat 0 0;
		margin: 12px 126px 0 22px;
		width: 118px;
	}
		#nav li:hover a.nav1,
		#nav li.sfhover a.nav1 {
			background: url(images/nav.jpg) no-repeat 0 -16px;
		}
	
	#nav li a.nav2 {
		background: url(images/nav.jpg) no-repeat -119px 0;
		margin-right: 160px;
		width: 137px;
	}
		#nav li:hover a.nav2,
		#nav li.sfhover a.nav2 {
			background: url(images/nav.jpg) no-repeat -119px -16px;
		}
	
	#nav li a.nav3 {
		background: url(images/nav.jpg) no-repeat -257px 0;
		margin-right: 160px;
		width: 76px;
	}
		#nav li:hover a.nav3,
		#nav li.sfhover a.nav3 {
			background: url(images/nav.jpg) no-repeat -257px -16px;
		}
	
	#nav li a.nav4 {
		background: url(images/nav.jpg) no-repeat -335px 0;
		width: 117px;
	}
		#nav li:hover a.nav4,
		#nav li.sfhover a.nav4 {
			background: url(images/nav.jpg) no-repeat -335px -16px;
		}

/* Second Level Nav */

#nav li:hover ul,
#nav li.sfhover ul {
	background: url(images/bg_ul_lvl2.png) repeat-y 0 0;
	border-left: 1px #fff solid;
	left: auto;
	margin-top: 12px;
	width: 175px;
}

#nav li:hover ul.nav-last,
#nav li.sfhover ul.nav-last {
	width: 160px;
}


#nav li:hover ul li,
#nav li.sfhover ul li { /*Fixes some crazy ie7 bug */
	border-bottom: 1px solid #d5d2d2;
}

#nav li ul li {
	display: block;
	height: 20px;
	padding-top: 5px;
	width: 175px;
}

#nav li ul.nav-last li {
	width: 160px;
}

#nav li ul li a {
	color: #4d4d4d;
	display: block;
	font-size: 1em;
	height: 25px;
	padding-left: 20px;
	text-decoration: none;
}

#nav li ul li:hover,
#nav li ul li.sfhover {
	background: #e4222d;
}

#nav li ul li:hover a,
#nav li ul li.sfhover a {
	color: #fff;
}

/* 3rd level navigation */
#nav li:hover ul li ul,
#nav li.sfhover ul li ul {
	left: -999em;
}

#nav li ul li:hover ul,
#nav li ul li.sfhover ul {
	left: auto;
	margin: -30px 0 0 175px;
}


#nav li:hover ul li ul li a,
#nav li.sfhover ul li ul li a {
	color: #4d4d4d;
}

#nav li ul li ul li:hover a,
#nav li ul li ul li.sfhover a {
	color: #fff;
}

/* Navigation colourings */

#nav li.nav-commercial:hover {
	background: #005596;
}
#nav li.nav-commercial li:hover {
	background: #005596;
}

#nav li ul li ul li.buy:hover {
	background: #d00427;
}

#nav li ul li ul li.rent:hover {
	background: #00a0c6;
}

#nav li ul li ul li.share:hover {
	background: #7c2f8f;
}

#nav li ul li ul li.renovate:hover {
	background: #ef720e;
}

#nav li ul li ul li.build:hover {
	background: #4fad26;
}

#nav li ul li ul li.sell:hover {
	background: #e0ad11;
}

#nav li ul li ul li.retire:hover {
	background: #754c24;
}

#nav li ul li ul li.busforsale:hover {
	background: #00843e;
}

#nav li ul li.realhol:hover{
	background: #00a0c6;
}
/**********************************************************************/
/* Footer */
/**********************************************************************/
#footer-nav {
	background: #b0b0b0;
	border-top: 1px solid #636363;
	height: 32px;
	padding: 10px 0 0 35px;
	width: 925px;
}

#footer-nav li {
	display: inline;
	float: left;
	list-style: none;
	margin-right: 27px;
}

#footer-nav li.last {
	margin-right: 0;
}

#footer-nav li a {
	color: #4d4d4d;
	font-size: 1em;
	text-decoration: none;
}

#footer-nav li a:hover {
	color: #fff;
}


/**********************************************************************/
/* Home Page Layout */
/**********************************************************************/

#logo a {
	background: url(images/logo.gif) no-repeat 0 0;
	display: block;
	float: left;
	height: 51px;
	margin: 21px 0 0 20px;
	text-indent: -999em;
	width: 228px;
}

#top-nav {
	float: left;
	margin: 41px 0 0 40px;
}
	#top-nav a {
		color: #4d4d4d;
		font-size: 1em;
		text-decoration: none;
	}
	
	#top-nav a:hover {
		color: #d00427;
	}

#slogan {
	background: url(images/media-centre.gif) no-repeat 0 0;
	display: block;
	float: right;
	height: 23px;
	margin: 34px 20px 0 0;
	text-indent: -999em;
	width: 140px;
}

#content-home {
	color: #fff;
	background: #1c1c1c;
	padding: 14px 0 14px 22px;
}

#intro {
	border-right: 1px solid #000;
	float: left;
	font-size: 1em;
	padding-right: 20px;
	width: 340px;
}

	#intro h2.home-header {
		background: url(images/home-h2.gif) no-repeat 0 0;
		display: block;
		height: 20px;
		margin: 10px 0;
		text-indent: -999em;
		width: 272px;
	}
	
	#intro h3.cta {
		background: url(images/cta.gif) no-repeat 0 0;
		display: block;
		height: 10px;
		margin: 16px 0;
		text-indent: -999em;
		width: 309px;
	}

#home-links {
	float: left;
	padding: 15px 0 0 25px;
	width: 535px;
}

/* Secondary Links */
#content-home ul#secondary-nav,
#content-home ul#links {
	clear: left;
	list-style: none;
}

#content-home ul#secondary-nav li {
	float: left;
	margin: 20px 20px 0 0;
}

#content-home ul#secondary-nav li.last {
	margin-right: 0;
}

#content-home ul#secondary-nav li a {
	display: block;
	height: 24px;
	text-indent: -999em;
}

ul#secondary-nav li a.nav2-1 {
	background: url(images/nav_2nd.png) no-repeat 0 0;
	width: 46px;
}
	ul#secondary-nav li a.nav2-1:hover {
		background: url(images/nav_2nd.png) no-repeat 0 -25px;
	}
ul#secondary-nav li a.nav2-2 {
	background: url(images/nav_2nd.png) no-repeat -70px 0;
	width: 52px;
}
	ul#secondary-nav li a.nav2-2:hover {
		background: url(images/nav_2nd.png) no-repeat -70px -25px
	}
ul#secondary-nav li a.nav2-3 {
	background: url(images/nav_2nd.png) no-repeat -142px 0;
	width: 60px;
}
	ul#secondary-nav li a.nav2-3:hover {
		background: url(images/nav_2nd.png) no-repeat -142px -25px	
	}
ul#secondary-nav li a.nav2-4 {
	background: url(images/nav_2nd.png) no-repeat -222px 0;
	width: 84px;
}
	ul#secondary-nav li a.nav2-4:hover {
		background: url(images/nav_2nd.png) no-repeat -222px -25px	
	}
ul#secondary-nav li a.nav2-5 {
	background: url(images/nav_2nd.png) no-repeat -325px 0;
	width: 58px;
}
	ul#secondary-nav li a.nav2-5:hover {
		background: url(images/nav_2nd.png) no-repeat -325px -25px	
	}
ul#secondary-nav li a.nav2-6 {
	background: url(images/nav_2nd.png) no-repeat -401px 0;
	width: 50px;
}
	ul#secondary-nav li a.nav2-6:hover {
		background: url(images/nav_2nd.png) no-repeat -401px -25px	
	}
ul#secondary-nav li a.nav2-7 {
	background: url(images/nav_2nd.png) no-repeat -472px 0;
	width: 63px;
}
	ul#secondary-nav li a.nav2-7:hover {
		background: url(images/nav_2nd.png) no-repeat -472px -25px	
	}


#content-home ul#links li {
	display: inline;
}

#content-home ul#links li a {
	display: block;
	float: left;
	height: 31px;
	margin: 20px 34px 0 0;
	text-indent: -999em;
}

#content-home ul#links li.rea-info a{
	background: url(images/rea_logo_sm.png) no-repeat 0 0;
	width: 134px;
}

#content-home ul#links li.rea-com a{
	background: url(images/rea_com_logo_sm.png) no-repeat 0 0;
	width: 171px;
}

#content-home ul#links li.rea-hol a{
	background: url(images/rea_hol_logo_sm.png) no-repeat 0 0;
	width: 154px;
}

/**********************************************************************/
/* REA Group Pages */
/**********************************************************************/
#realestate-head,
#buy-head,
#realcommercial-head,
#realholidays-head,
#rent-head,
#retire-head,
#sell-head,
#share-head,
#build-head,
#renovate-head,
#commercial-property-head,
#businesses-for-sale-head {
	color: #d2d2d2;
	height: 302px;
	padding-left: 50px;
	width: 910px;
}

#realestate-head {
	background: url(images/bg_reagroup_header.jpg) no-repeat 0 0;;
}

#buy-head {
	background: url(images/bg_reagroup_header.jpg) no-repeat 0 0;;
}

#realcommercial-head {
	background: url(images/bg_reagroup_header_comm.jpg) no-repeat 0 0;
}

#commercial-property-head {
	background: url(images/bg_reagroup_header_comm.jpg) no-repeat 0 0;
}

#realholidays-head {
	background: url(images/bg_reagroup_header_holidays.jpg) no-repeat 0 0;
}

#rent-head {
	background: url(images/bg_rent_header.jpg) no-repeat 0 0;
}

#retire-head {
	background: url(images/bg_retire_header.jpg) no-repeat 0 0;
}

#sell-head {
	background: url(images/bg_sell_header.jpg) no-repeat 0 0;
}

#share-head {
	background: url(images/bg_share_header.jpg) no-repeat 0 0;
}
#build-head {
	background: url(images/bg_build_header.jpg) no-repeat 0 0;
}	

#renovate-head {
	background: url(images/bg_renovate_header.jpg) no-repeat 0 0;
}

#businesses-for-sale-head {
	background: url(images/bg_bus_header.jpg) no-repeat 0 0;
}


#col-head-one {
	border-right: 1px solid #757776;
	float: left;
	margin-top: 35px;
	padding-right: 50px;
	width: 550px;
}

#realcommercial-head #col-head-one,
#commercial-property-head #col-head-one,
#realholidays-head #col-head-one {
	border-right: 1px solid #3b5366;
	height: 235px;
}

#col-head-two {
	float: left;
	margin: 50px 0 0 50px;
}

#realestate-head h1,
#buy-head h1,
#realcommercial-head h1,
#realholidays-head h1,
#rent-head h1,
#retire-head h1,
#sell-head h1,
#share-head h1,
#build-head h1,
#renovate-head h1,
#commercial-property-head h1,
#businesses-for-sale-head h1 {
	display: block;
	float: left;
	height: 34px;
	margin: 15px 0 20px 0;
	text-indent: -999em;
}

#businesses-for-sale-head h1.businesses-for-sale-header {
	background: url(images/businessforsale.gif) no-repeat 0 0;
	width: 296px;
}


#commercial-property-head h1.commercial-property-header {
	background: url(images/commercial-prop.gif) no-repeat 0 0;
	height: 39px;
	width: 278px;
}

#realestate-head h1.realestate-header {
	background: url(images/realestate-headline.gif) no-repeat 0 0;
	width: 225px;
}

#realcommercial-head h1.realcommercial-header {
	background: url(images/realcommercial-headline.gif) no-repeat 0 0;
	width: 332px;
}

#realholidays-head h1.realholidays-header {
	background: url(images/realholidays-headline.gif) no-repeat 0 0;
	height: 36px;
	width: 289px;
}

#rent-head h1.rent-header {
	background: url(images/rent.gif) no-repeat 0 0;
	height: 26px;
	width: 62px;
}

#retire-head h1.retire-header {
	background: url(images/retire.gif) no-repeat 0 0;
	height: 26px;
	width: 135px;
}

#sell-head h1.sell-header {
	background: url(images/sell.gif) no-repeat 0 0;
	height: 26px;
	width: 135px;
}

#share-head h1.share-header {
	background: url(images/share.gif) no-repeat 0 0;
	height: 26px;
	width: 135px;
}

#build-head h1.build-header {
	background: url(images/build.gif) no-repeat 0 0;
	height: 26px;
	width: 135px;
}

#renovate-head h1.renovate-header {
	background: url(images/renovate.gif) no-repeat 0 0;
	height: 26px;
	width: 135px;
}

#buy-head h1.buy-header {
	background: url(images/buy.gif) no-repeat 0 0;
	height: 36px;
	width: 135px;
}

#realestate-head a.link,
#buy-head a.link,
#realcommercial-head a.link,
#realholidays-head a.link,
#rent-head a.link,
#retire-head a.link,
#sell-head a.link,
#share-head a.link,
#build-head a.link,
#renovate-head a.link,
#commercial-property-head a.link,
#businesses-for-sale-head a.link {
	background: url(images/li_arrow_grey.jpg) no-repeat right 5px;
	color: #d2d2d2;
	float: right;
	margin: 30px 20px 0 0;
	padding-right: 15px;
	text-decoration: none;
}

#realcommercial-head a{
	color: #d2d2d2;
}

#realestate-head a:hover,
#buy-head a:hover,
#realcommercial-head a:hover,
#realholidays-head a:hover,
#rent-head a:hover,
#retire-head a:hover,
#sell-head a:hover,
#share-head a:hover,
#build-head a:hover,
#renovate-head a:hover,
#commercial-property-head a:hover,
#businesses-for-sale-head a:hover  {
	text-decoration: underline;
}

#realestate-head p,
#buy-head p,
#realcommercial-head p,
#realholidays-head p,
#rent-head p,
#retire-head p,
#sell-head p,
#share-head p,
#build-head p,
#renovate-head p,
#commercial-property-head p,
#businesses-for-sale-head p {
	clear: both;
	margin: 50px 0 0 0;
	width: 525px;
	height: 82px;
}

#content-reagroup {
	background: #9f9f9f;
	padding: 0 11px 10px 11px;
}

#content-reagroup a,
#content-reagroup p {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin: 3px 0;
	text-decoration: none;
}	

#content-reagroup a:hover {
	text-decoration: underline;
}



/**********************************************************************/
/* About Us Layout */
/**********************************************************************/


a.real-link img {
	margin-bottom: 15px;
}

#column-one {
	float: left;
	padding: 25px 0 0 25px;
	margin: 15px 5px 0 0;
	width: 225px;
}

#column-two {
	float: left;
	margin-top: 15px;
	width: 445px;
}

	#column-two h2 {
		color: #4d4d4d;
		font-size: 1.6em;
		margin-bottom: 15px;
		font-family: Arial, Helvetica, sans-serif, Tahoma;
		font-weight: bold;
	}
	
#column-three {
	float: right;
	margin: 15px 20px 0 0;
}
	#column-three h4 {
		color: #909090;
		font-family: Arial, Helvetica, sans-serif, Tahoma;
		font-size: 1.2em;
		margin: 10px 0;
	}
	
	#column-three ul li {
		list-style: none;
	}
	
	#column-three li a,
	a.spec-link {
		background: url(images/li_arrow.gif) no-repeat right 5px;
		font-weight: bold;
		padding-right: 10px;
		text-decoration: none;
	}
	
	a.spec-link:hover {
		text-decoration: underline;
	}
	

#wrapper p.cta {
	clear: both;
	float: right;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 20px 0 0;
}

#column-three a:hover {
	text-decoration: underline;
}

p.cta span.highlight {
	color: #000;
}
/**********************************************************************/
/* How to Advertise Layout Page */
/**********************************************************************/
#column-one-nav {
	background: #525252 url(images/bg_side-nav.jpg) repeat-x 0 0;
	float: left;
	margin-right: 35px;
	padding: 5px 0 0 25px;
	width: 200px;
}

#column-one-nav ul {
	list-style: none;
}

#column-one-nav ul li {
	margin: 10px 0;
}

#column-one-nav ul li a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#column-one-nav a.active,
#column-one-nav a:hover {
	color: #959595;
}	

/**********************************************************************/
/* Product Specs */
/**********************************************************************/
#product-specs {
	float: left;
	padding-top: 20px;
	width: 665px;
}

#product-specs #backing {
	background: #fff;
}

#product-specs ul#specs {
	margin: 0 0 20px 15px;
}

#product-specs ul#specs li {
	background: url(images/li_arrow.gif) no-repeat 0 5px;
	list-style: none;
	margin-bottom: 5px;
	padding-left: 15px;
}

#product-specs h3 {
	border-bottom: 1px solid #f0f0f0;
	display: block;
	font-size: 12px;
	font-weight: bold;
	margin-top: 15px;
}

#product-specs ul.zebra {
	float: left;
	margin-right: 60px;
	width: 220px;
}	

#product-specs ul.zebra-lg {
	width: 100%;
}

#product-specs .ad-image {
	float: left;
}

#product-specs ul.zebra li,
#product-specs ul.zebra-lg li {
	list-style: none;
	height: 20px;
}

#product-specs ul li a {
	line-height: 20px;
	text-decoration: none;
}

#product-specs ul li a:hover {
	font-weight: bold;
	text-decoration: underline;
}
	
#product-specs ul li.striped { /*Class applied with jQuery on Product Specs page */
	background: #f0f0f0;
}	

#product-specs ul.zebra {
	margin-bottom: 50px;
}

#product-specs img.hide {
	display: none;
}

#product-specs img.show {
	display: block;
}

/**********************************************************************/
/* REA Group Network  */
/**********************************************************************/

#content .rea-column {
	border-right: 1px solid #e5e5e5;
	float: left;
	height: 700px;
	margin-top: 20px;
	padding-left: 15px;
	width: 300px;
}

#content .rea-column p,
#content .rea-column img,
#content .rea-column a {
	margin-left: 45px;
	width: 219px;
}

#content .rea-column p {
	height: 120px;
	margin-top: 10px;
}

#content .rea-column a {
	background: url(images/li_arrow.gif) no-repeat right 5px;
	font-weight: bold;
	padding-right: 10px;
	text-decoration: none;
}

#content .rea-column a:hover {
	text-decoration: underline;
}

#content .rea-column img {
	margin-top: 20px;
}

#content .rea-column.last {
	border: none;
}

/**********************************************************************/
/* Audience Pages */
/**********************************************************************/
#audience-header {
	height: 302px;
	padding-left: 25px;
}

#audience-header.core {
	background: url(images/25-34-people.jpg) no-repeat 0 0;
}

#audience-header.starting {
	background: url(images/18-24-people.jpg) no-repeat 0 0;
}

#audience-header.established {
	background: url(images/25-34-people_.jpg) no-repeat 0 0;
}

#audience-header.growing {
	background: url(images/35-49-people.jpg) no-repeat 0 0;
}

#audience-header.secure {
	background: url(images/50-64-people.jpg) no-repeat 0 0;
}

#audience-header.downsizing {
	background: url(images/65-people.jpg) no-repeat 0 0;
}


#aud-col-one p {
	clear: left;
	color: #fff;
	width: 340px;
}

#aud-col-one {
	float: left;
	width: 760px;
}

#aud-col-two {
	float: left;	
	width: 160px;
}

#aud-col-one img.right {
	margin-right: 19px;
}

h1.audience-headline,
h1.core-headline,
h1.starting-headline,
h1.established-headline,
h1.growing-headline,
h1.secure-headline,
h1.downsizing-headline {
	display: block;
	float: left;
	height: 38px;
	margin: 60px 0 15px 0;
	text-indent: -999em;
	width: 407px;
}

h1.core-headline {
	background: url(images/25-34.jpg) no-repeat 0 0;
	width: 377px;
}

h1.starting-headline {
	background: url(images/18-24.jpg) no-repeat 0 0;
	width: 320px;
}

h1.established-headline {
	background: url(images/25-34_.jpg) no-repeat 0 0;
	width: 379px;
}

h1.growing-headline {
	background: url(images/35-49.jpg) no-repeat 0 0;
	width: 407px;
}

h1.secure-headline {
	background: url(images/50-64.jpg) no-repeat 0 0;
	width: 361px;
}

h1.downsizing-headline {
	background: url(images/65.jpg) no-repeat 0 0;

	width: 230px;
}

#aud-col-two ul {
	float: right;
	margin: 80px 0 0 10px;
}

#aud-col-two ul li {
	list-style: none;
	margin: 7px 0;
}

#aud-col-two ul a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#aud-col-two li a.active,
#aud-col-two li a:hover {
	color: #000;
}



/**********************************************************************/
/* Headlines */
/**********************************************************************/
h1.info,
h1.how-to-advertise,
h1.about-us,
h1.deadlines,
h1.ratecard,
h1.targeting-options,
h1.subscriptions,
h1.product-specs,
h1.rea-group,
h2.realestate,
h2.realcommercial,
h2.realholidays,
h1.holden,
h1.golden-casket,
h1.qlduni,
h1.bankwest,
h1.rams,
h1.alp,
h1.contact-us {
	display: block;
	height: 28px;
	margin-left: 260px;
	text-indent: -999em;
	width: 400px;
}


h1.how-to-advertise {
	background: url(images/h1-how-to.jpg) no-repeat 0 0;
	width: 347px;
}

h1.about-us {
	background: url(images/h1-about-us.jpg) no-repeat 0 0;
	margin-left: 258px;
	width: 121px;
}

h1.contact-us {
	background: url(images/h1-contact-us.jpg) no-repeat 0 0;
	width: 156px;
}

h1.deadlines {
	background: url(images/h1-dealines.jpg) no-repeat 0 0;
	width: 139px;
}

h1.ratecard {
	background: url(images/h1-ratecard.jpg) no-repeat 0 0;
	width: 139px;
}

h1.targeting-options {
	background: url(images/h1-targeting-options.jpg) no-repeat 0 0;
	height: 33px;
	width: 243px;
}

h1.subscriptions {
	background: url(images/h1-subscriptions.jpg) no-repeat 0 0;
	height: 33px;
	width: 243px;
}

h1.product-specs {
	background: url(images/h1-product-specs.jpg) no-repeat 0 0;
	height: 34px;
	width: 243px;
}

h1.rea-group {
	height: 34px;
	margin-left: 25px;
	width: 400px;
}

h1.holden {
	background: url(images/h1_holden.jpg) no-repeat 0 0;
	width: 102px;
}

h1.golden-casket {
	background: url(images/h1-golden-casket.jpg) no-repeat 0 0;
	width: 214px;
}

h1.qlduni {
	background: url(images/h1_qlduni.jpg) no-repeat 0 0;
	width: 251px;
}

h1.bankwest {
	background: url(images/h1-bankwest.jpg) no-repeat 0 0;
	width: 136px;
}

h1.rams {
	background: url(images/h1-rams.jpg) no-repeat 0 0;
	width: 91px;
}

h1.alp {
	background: url(images/h1-alp.jpg) no-repeat 0 0;
	width: 57px;
}

.rea-column h2.realestate {
	height: 51px;
	margin: 0 0 0 5px;
	width: 284px;
}

.rea-column h2.realcommercial {
	height: 51px;
	margin: 0 0 0 5px;
	width: 284px;
}

.rea-column h2.realholidays {
	height: 51px;
	margin: 0 0 0 5px;
	width: 259px;
}

/**********************************************************************/
/* Row & Column Styles  */
/**********************************************************************/
.row {
	clear: both;
	margin: 5px 0 0 0;
	overflow: hidden;
	width: 938px;
}

.col {
	float: left;
	margin-right: 10px;
}

.row .last {
	margin-right: 0;
}

.row .left {
	margin-bottom: 7px;
}

/**********************************************************************/
/* Disclaimer  */
/**********************************************************************/
#disclaimer {
	color: #464646;
	font-size: 10px;
	line-height: 10px;
	margin: 10px auto;
	padding: 0 10px;
	width: 950px;
}

/**********************************************************************/
/* Footnotes  */
/**********************************************************************/
.footnote {
	background: #9F9F9F;
	color: #fff;
	font-size: .9em;
	padding: 3px 10px;
}

#content-reagroup #stats-footnote p{
	font-size: 1em;
	width: 50%;
	float: left;
}

#content-reagroup #stats-footnote {
	background: #9F9F9F;
	display: inline;
	float: left;
	width: 100%;
}


/**********************************************************************/
/* Sub Navigation  - 3 seperate sections (index, realcommercial & real estate) */
/**********************************************************************/
/****/
/* REA GROUP PAGES Sub NAV */
/****/
.group-header-nav,
.realcom-nav {
	clear: left;
	list-style: none;
}

.group-header-nav li,
.realcom-nav li {
	float: left;
	margin: 8px 10px 0 0;
}

.group-header-nav li.last,
.realcom-nav li.last {
	margin-right: 0;
}

.group-header-nav li a,
.realcom-nav li a {
	display: block;
	height: 24px;
	outline: none;
	text-indent: -999em;
}

/****/
/* REAL COMMERCIAL SUB NAV */
/****/

.realcom-nav li a.nav4-0 {
	background: url(images/com-nav.gif) no-repeat 0 0;
	width: 46px;
}
	.realcom-nav li a.nav4-0:hover,
	.realcom-nav li.active a.nav4-0 {
	background: url(images/com-nav.gif) no-repeat 0 -24px;
	width: 46px;
}

.realcom-nav li a.nav4-1 {
	background: url(images/com-nav.gif) no-repeat -59px 0;
	width: 160px;
}
	.realcom-nav li a.nav4-1:hover,
	.realcom-nav li.active a.nav4-1 {
	background: url(images/com-nav.gif) no-repeat -59px -24px;
	width: 160px;
}

.realcom-nav li a.nav4-2 {
	background: url(images/com-nav.gif) no-repeat -231px 0;
	width: 167px;
}
	.realcom-nav li a.nav4-2:hover,
	.realcom-nav li.active a.nav4-2 {
	background: url(images/com-nav.gif) no-repeat -231px -24px;
	width: 167px;
}


/****/
/* REA INDEX SUB NAV */
/****/

#content-home .group-header-nav li a.nav3-0 {
	background: url(images/nav_2nd.png) no-repeat 0 0;
	width: 46px;
}

#content-home .group-header-nav li a.nav3-1 {
	background: url(images/nav_2nd.png) no-repeat -59px 0;
	width: 46px;
}

#content-home .group-header-nav li a.nav3-2 {
	background: url(images/nav_2nd.png) no-repeat -117px 0;
	width: 52px;
}

#content-home .group-header-nav li a.nav3-3 {
	background: url(images/nav_2nd.png) no-repeat -181px 0;
	width: 60px;
}

#content-home .group-header-nav li a.nav3-4 {
	background: url(images/nav_2nd.png) no-repeat -252px 0;
	width: 84px;
}

#content-home .group-header-nav li a.nav3-5 {
	background: url(images/nav_2nd.png) no-repeat -347px 0;
	width: 58px;
}

#content-home .group-header-nav li a.nav3-6 {
	background: url(images/nav_2nd.png) no-repeat -415px 0;
	width: 50px;
}

#content-home .group-header-nav li a.nav3-7 {
	background: url(images/nav_2nd.png) no-repeat -476px 0;
	width: 63px;
}

/****/
/* REAL ESTATE SUB NAV */
/****/

.group-header-nav li a.nav3-0 {
	background: url(images/reagroup-nav.png) no-repeat 0 0;
	width: 46px;
}
	.group-header-nav li a.nav3-0:hover,
	#content-home .group-header-nav li a.nav3-0:hover  {
		background: url(images/reagroup-nav.png) no-repeat 0 -25px;
	}
	
	.group-header-nav li.active a.nav3-0 {
		background: url(images/reagroup-nav.png) no-repeat 0 -25px;
	}

.group-header-nav li a.nav3-1 {
	background: url(images/reagroup-nav.png) no-repeat -59px 0;
	width: 46px;
}
	.group-header-nav li a.nav3-1:hover,
	#content-home .group-header-nav li a.nav3-1:hover  {
		background: url(images/reagroup-nav.png) no-repeat -59px -25px;
	}
	
	.group-header-nav li.active a.nav3-1 {
		background: url(images/reagroup-nav.png) no-repeat -59px -25px;
	}
	
.group-header-nav li a.nav3-2 {
	background: url(images/reagroup-nav.png) no-repeat -117px 0;
	width: 52px;
}
	.group-header-nav li a.nav3-2:hover,
	#content-home .group-header-nav li a.nav3-2:hover {
		background: url(images/reagroup-nav.png) no-repeat -117px -25px;
	}
	.group-header-nav li.active a.nav3-2 {
		background: url(images/reagroup-nav.png) no-repeat -117px -25px;
	}
.group-header-nav li a.nav3-3 {
	background: url(images/reagroup-nav.png) no-repeat -181px 0;
	width: 60px;
}
	.group-header-nav li a.nav3-3:hover,
	#content-home .group-header-nav li a.nav3-3:hover {
		background: url(images/reagroup-nav.png) no-repeat -181px -25px	
	}
	.group-header-nav li.active a.nav3-3 {
		background: url(images/reagroup-nav.png) no-repeat -181px -25px	
	}
.group-header-nav li a.nav3-4 {
	background: url(images/reagroup-nav.png) no-repeat -252px 0;
	width: 84px;
}
	.group-header-nav li a.nav3-4:hover,
	#content-home .group-header-nav li a.nav3-4:hover {
		background: url(images/reagroup-nav.png) no-repeat -252px -25px	
	}
	.group-header-nav li.active a.nav3-4 {
		background: url(images/reagroup-nav.png) no-repeat -252px -25px	
	}
.group-header-nav li a.nav3-5 {
	background: url(images/reagroup-nav.png) no-repeat -347px 0;
	width: 58px;
}
	.group-header-nav li a.nav3-5:hover,
	#content-home .group-header-nav li a.nav3-5:hover {
		background: url(images/reagroup-nav.png) no-repeat -347px -25px	
	}
	.group-header-nav li.active a.nav3-5 {
		background: url(images/reagroup-nav.png) no-repeat -347px -25px	
	}
.group-header-nav li a.nav3-6 {
	background: url(images/reagroup-nav.png) no-repeat -415px 0;
	width: 50px;
}
	.group-header-nav li a.nav3-6:hover ,
	#content-home .group-header-nav li a.nav3-6:hover{
		background: url(images/reagroup-nav.png) no-repeat -415px -25px	
	}
	.group-header-nav li.active a.nav3-6 {
		background: url(images/reagroup-nav.png) no-repeat -415px -25px	
	}
.group-header-nav li a.nav3-7 {
	background: url(images/reagroup-nav.png) no-repeat -476px 0;
	width: 63px;
}
	.group-header-nav li a.nav3-7:hover,
	#content-home .group-header-nav li a.nav3-7:hover {
		background: url(images/reagroup-nav.png) no-repeat -476px -25px	
	}
	.group-header-nav li.active a.nav3-7 {
		background: url(images/reagroup-nav.png) no-repeat -476px -25px	
	}
	
	
/****/
/* REA INDEX SUB NAV */
/****/

#content-home .group-header-nav li a.nav3-0 {
	background: url(images/nav_2nd.png) no-repeat 0 0;
	width: 46px;
}

#content-home .group-header-nav li a.nav3-1 {
	background: url(images/nav_2nd.png) no-repeat -59px 0;
	width: 46px;
}

#content-home .group-header-nav li a.nav3-2 {
	background: url(images/nav_2nd.png) no-repeat -117px 0;
	width: 52px;
}

#content-home .group-header-nav li a.nav3-3 {
	background: url(images/nav_2nd.png) no-repeat -181px 0;
	width: 60px;
}

#content-home .group-header-nav li a.nav3-4 {
	background: url(images/nav_2nd.png) no-repeat -252px 0;
	width: 84px;
}

#content-home .group-header-nav li a.nav3-5 {
	background: url(images/nav_2nd.png) no-repeat -347px 0;
	width: 58px;
}

#content-home .group-header-nav li a.nav3-6 {
	background: url(images/nav_2nd.png) no-repeat -415px 0;
	width: 50px;
}

#content-home .group-header-nav li a.nav3-7 {
	background: url(images/nav_2nd.png) no-repeat -476px 0;
	width: 63px;
}


/**********************************************************************/
/* Miscellaneous  */
/**********************************************************************/


ul, 
ol {
	color: #4d4d4d;
}

ol.norm,
ul.norm {
	margin: 0 0 10px 20px;
}

#content li {
	margin-bottom: 2px;
}

ol {
	margin: 0 0 10px 25px;
}

ul.tick {
	margin: 0 0 10px 5px;
}

ul.tick li {
	background: url(images/li_tick.gif) no-repeat 0 5px;
	list-style: none;
	margin: 3px 0;
	padding-left: 15px;
}

ul.dash li {
	background: url(images/li_dash.gif) no-repeat 0 7px;
	list-style: none;
	margin: 0 0 10px 10px;
	padding-left: 15px;
}

.clear {
	clear: both;
}

a img {
	border: none;
}



.left {
	float: left;
}

.right {
	float: right;
}

fieldset {
	border: 0;
}

img.banner-wide {
	margin: 10px 0 15px 0;
}

#content-home ul#links li.last a {
	margin-right: 0;
}

img.casket {
	margin-bottom: 10px;
}