/* @override http://staging.renet.com.au/burke/CSS/layout.css */

html * {
	margin: 0px;
	padding: 0px;
}

body {
	background: #555 url(../images/bg.png) repeat-x;
	color: black;
	font-size: 12px;
	line-height: 18px;
	color: #0d3f99;
	margin: 5px 0;
	overflow-y: scroll;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:hover,
a:active {
	color: #0d3f99;
}

a:hover {
	text-decoration: none;
}

h2, h3 {
	margin-bottom: 15px;
	font-size: 18px;
	letter-spacing: 1px;
}

h4 {
	font-size: 14px;
	letter-spacing: 0;
}

/* =wrapper */

#wrapper {
	margin: 0px auto 0px auto;
	width: 883px;
	position: relative;
	border: solid 1px #333;
	background: #fff;
}

/* =header */

#header {
	height: 100px;
	background: #0d3f99 url(../images/logo.gif) no-repeat;
	position: relative;
	overflow: hidden;
}

#header h1 {
	height: 100px;
	line-height: 100px;
	text-indent: 30px;
}

#header h1 a {
	display: block;
	height: 100px;
	line-height: 100px;
	text-decoration: none;
	font-weight: normal;
	color: #fff;
}

#header h1 a span {
	display: none;
}

#hdr-form {
	text-align: right;
	position: absolute;
	top: 15px;
	right: 20px;
	color: #fff;
}

#hdr-form ul {
	margin: 10px 0;
}

#hdr-form li {
	display: inline;
	padding: 0 0 0 5px;
}

/* =page */

#page {
	overflow: hidden;
}

#wrapper.home #page {
	overflow: visible;
}

/* =homepage*/

.home #content {
	padding: 0;
	position: relative;
}

#staffRotate {
	width: 300px;
	float: left;
	margin-right: 1px;
}

#salesStaff,
#rentalsStaff {
	height: 139px;
	border-bottom: 1px solid #FFF;
}
#rentalsStaff {
border-bottom-color: #E1E1E1;
}
#staffRotate .staffMember {
	background: url(../images/StaffRotate_bg.png) repeat-x top left;
}

#staffRotate .Member {
	background-color: transparent;
}

#staffRotate .staffMember img {
	margin:10px 0 0 10px;
	padding: 0;
	height: 110px;
	width: 73px;
	border: 3px solid #FFF;
}

#staffRotate .staffMember .agentDetails {
	width: 190px;
	margin-left: 100px;
	padding-top: 13px;
	background-color: transparent;

}

#staffRotate .staffMember h4 {
	font-size: 14pt;
}

#staffRotate .staffMember p {
	font-size: 11px;
	background-color: transparent;

}

#staffRotate .staffMember p.position {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #FFD100;
	width: 185px;
}

a.entirelink {
	background: url(../images/spacer.gif) top left repeat;
	height:100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

#homeslideshow {
	/*float: right;*/
	width: 582px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	border-bottom: 1px solid #E1E1E1;
	z-index: 1000;
}

a.eBookbanner {
	display: none;
	position:absolute;
	top: 230px;
	right: -84px;
	z-index:2000;
}

a.eBookbanner img {
	padding: 0;
}

#sb-container {
	display: none;
}

#content #homeslideshow img {
	padding: 0;
}

#meet-team h3 {
	text-align: center;
}

#meet-team {
	width: 300px;
	float: left;
	height: 250px;
	padding: 15px;
}

#quicklinks {
	padding: 15px;
	clear: both;
	position: relative;
	height: 110px;
}

#quicklinks ul {
	list-style-image: url(../images/bullet.gif);
	padding: 0px 0 0 20px;
}

#quicklinks ul li {
	padding: 0 20px 20px 10px;
	font-size: 14px;
	width: 150px;
	float: left;
}

#weather {
	position: absolute;
	top: 40px;
	right: 0px;
	/*float:right;
	margin-top:-80px;*/
}

/*#content #weather img {
	padding-right: 0;
}*/


/* =feature properties*/

#feature-properties {
	border-top: solid 1px #ccc;
	padding: 15px;
}

.pom {
	border: solid 1px #ccc;
	width: 265px;
	float: left;
	margin: 0 10px 15px 0;
	padding: 5px;
	height: 140px;
	position: relative;
	z-index: 500;
}

.pom-3 {
	margin: 0 0 15px 0;
}

.pom #image-pom-1 {
	float: left;
	padding: 0 5px 0 0;
}

.pom #image-pom-2 {
	float: left;
	padding: 0 5px 0 0;
}


.pom #image-pom-3 {
	float: left;
	padding: 0 5px 0 0;
}



.pom .ReNetSlideshow {
	float: left;
	margin: 0;
	z-index: 50;
}

.pom ul {
	clear: none;
	
}

.pom li, .pom p {
	font-size: 11px;
	margin: 0;
}

.pom li span {
	position: absolute;
	right: 10px;
}

.pom h3 {
	position: absolute;
	left: 5px;
	top: 113px;
	width: 255px;
	margin: 0;
	color: #fff;
	height: 32px;
	line-height: 32px;
	padding: 0 0 0 10px;
	background: url(../images/pomh3-bg.gif);
}

.pom h4 {
	color: #E0B000;
	position: absolute;
	top: 120px;
	right: 10px;
	width: 150px;
	text-align: right;
	overflow: hidden;
}

/* =content*/

#content {
	padding: 20px 40px 40px 185px;
}

#content img {
	float: left;
	padding: 0 20px 10px 0;
}

.properties #content {
	padding: 40px;
}

#content h2 {
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 19px;
}

/* =propertylinks*/

#property-links {
	background: url(../images/pl-bg.jpg) no-repeat;
	float: right;
	width: 350px;
	height: 135px;
	margin: 0 0 20px 0;
	padding: 20px;
}

#property-links ul {
	width: 404px;
}

#property-links ul li {
	display: block;
	width: 155px;
	height: 50px;
	line-height: 40px;
	float: left;
	font-size: 14px;
	padding: 0 0 0 30px;
}

#property-links ul li a {
	color: #fff;
}

.pl-1 {
	background: url(../images/businessman.gif) no-repeat 0 5px;
}

.pl-2 {
	background: url(../images/clock.gif) no-repeat 0 5px;
}

.pl-3 {
	background: url(../images/house-sm.gif) no-repeat 0 5px;
}

.pl-4 {
	background: url(../images/handshake.gif) no-repeat 0 5px;
}

.pl-5 {
	background: url(../images/sold.gif) no-repeat 0 5px;
}

.pl-6 {
	background: url(../images/calculator.gif) no-repeat 0 5px;
}

.pl-7 {
	background: url(../images/form.gif) no-repeat 0 5px;
}

.pl-8 {
	background: url(../images/woman.gif) no-repeat 0 5px;
}


.testimonial {
	border: solid 1px #ccc;
	padding: 20px;
	margin: 0 0 20px 0;
	overflow: hidden;
}

.testimonial .content {
	width: 400px;
	position: relative;
}

.testimonial-listing-image {
	position: absolute;
	left: 410px;
}

.testimonial h3 {
	display: none;
}

.testimonial .testimonial-salesrep {
	display: none;
}

.testimonial .testimonial-listing {
	display: none;
}



/* meet the team*/

.staff-intro {
	border: solid 1px #ccc;
	padding: 20px;
	margin: 0 0 20px 0;
	overflow: hidden;
	position: relative;
	min-height: 120px;
}

.staff-intro h3 {
	float: left;
	padding: 0 5px 0 0;
	line-height: 20px;
}

.staff-intro .thumbnail {
	width: 140px;
	position: absolute;
	top: 50px;
	left: 20px;
}

.staff-intro .position {
	padding: 0px;
	line-height: 22px;
	margin: 0px;
}

.staff-intro .position span {
	display: none;
}

.staff-intro .department {
	display: none;
}

.staff-intro .text {
	width: 400px;
	min-height: 160px;
	padding: 50px 0 0 160px;
}

.staff-intro .profile {

}

.staff-intro p span {
	width: 100px;
	display: inline-block;
}

.staff-intro dl {
	position: absolute;
	left: 180px;
	top: 50px;
	width: 300px;
}

.phoneAH, .valuePhoneAH {
	display: none;
}

.phoneBH {
	position: absolute;
	top: 0;
	left: 0;
}

.valuePhoneBH {
	position: absolute;
	top: 20px;
	left: 0;
}

.phoneMobile{
	position: absolute;
	top: 0;
	left: 100px;
}

.valueMobile {
	position: absolute;
	top: 20px;
	left: 100px;
}

.email{
	position: absolute;
	top: 0;
	left: 200px;
}


.valueEmail {
	position: absolute;
	top: 20px;
	left: 200px;
}

.staff-intro dt span {
	display: block;
	width: 100px;
}



.staff-intro .testimonials {
	padding: 10px 0;
	font-weight: bold;
	clear: both;
}

/* =footer */

#footer {
	padding: 10px;
	text-align: center;
	color: #222;
}

#footer p.renet_links a {
	font-size: 11px;
	text-decoration: underline;
	text-transform: none;
	font-weight: normal;
	color: #222;
}
.contact p {
	padding: 0px 0 0 20px;
}

.contact p span {
	display: inline-block;
	width: 100px;
}

.contact-header {
	display: none;
}
.label {
	display: block;
	width: 265px;
	height: 140px;
	position: absolute;
	top: 5px;
	z-index: 5000000;


}

.UnderContract{
	background:url(http://api.renet.com.au/webengine/images/statuslabels/under_contract.gif) top left no-repeat;
}

.UnderOffer {
	background: url(http://api.renet.com.au/webengine/images/statuslabels/under_offer.gif) top left no-repeat;
}

.DepositTaken {
	background: url(http://api.renet.com.au/webengine/images/statuslabels/deposit_taken.gif) top left no-repeat;
}

.Sold {
	background: url(http://api.renet.com.au/webengine/images/statuslabels/sold.gif) top left no-repeat;
}

.Leased {
	background: url(http://api.renet.com.au/webengine/images/statuslabels/leased.gif) top left no-repeat;
}

