/* @override http://strathfieldpartners.com.au/CSS/layout.css */

/*

	Styles for ReNet Agent's website
	
*/

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

body {
	/* background-color: #c0c1c3; */
	background-color: white;
	color: #7f8181;
	font-size:12px;
	line-height:18px;
}

.clear {
	clear: both;
}

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

a:hover {
	text-decoration: none;
}

h2, h3, h4, h5, h6 {
	margin-bottom: 20px;
	color: #003253;
}

p {
	font-size: 1em;
	margin-bottom: 15px;
}

p strong {
	color: #5d5f5f;
}

/* =wrapper */

#wrapper {
	margin:0px auto;
	width: 1000px;
	position:relative;
}

#wrapper.home {
	width: 810px;
}

#wrapper.search {
	min-width: 1100px;
}

/* =header */

#header {
	height: 83px;
	background-color: #003253;
	background-image: url(../images/header.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	position: relative;
	overflow: hidden;
}

#header h1 {
	height: 83px;
	line-height: 83px;
	text-indent: 30px;
	background-image: url(../images/header_logo.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

#header h1 a {
	display:block;
	height: 83px;
	line-height: 83px;
	text-decoration:none;
	font-weight: normal;
	background: url(../images/header_landscape.jpg) top right no-repeat;
}

#wrapper.home h1 a {
	background: none;	
}

#header h1 a span {
	display: none;
}

#header div {
	display: none;
}

/* =menu : get these styles from a separate stylesheet : menu.css */

/* =page */

#page {
	clear: both;
}

.properties #page {
	margin: 0 auto;
	width: 1000px;
}

#wrapper.search #page {
	width: 1100px;
	height: 481px;
	position: relative;
}

/* =content */

#content {
	padding:40px 20px 20px 20px;
	position: relative;
	z-index: 1;
}

#wrapper.home #content,
#wrapper.search #content {
	padding: 0px;
}

#wrapper.search #content {
	width: 1100px;
	height: 480px;
}

#wrapper.search #footer {
	padding-top: 0px;
}

#content > h2,
#content #propertysearch > h2  {
	font-size: 19px;
	font-weight: normal;
}

#wrapper.properties #content > h2 {
	position: relative;
	z-index: 10;
	top: -20px;
}

#wrapper.loancalculator #content > h2 + h2 {
	display: none;
}

#content > h3 {
	margin-top:40px;
	margin-bottom: 15px;
}

#content ul,
#content ol {
	margin-bottom: 15px;
}

#content ul > li,
#content ol > li {
	margin-left: 20px;
	margin-bottom: 5px;
}

#content ol.numbered {
	list-style: num;
	list-style-type: decimal;
}

/* =slideshow */

#slideshow {
	width: 100%;
	height: 240px;
	background: url(../images/slideshow/Flash-Image-1.jpg) top left no-repeat;
}

/* =home cells */

#wrapper.home #row-1,
#wrapper.home #row-2 {
	margin: 20px 260px 20px 30px;
}

#wrapper.home #row-2 {
	margin-right: 0px;
}

#wrapper.home #row-1 > p > strong {
	font-weight: normal;
	color: #003253;
}

#wrapper.home #row-2 > div.cell {
	float: left;
	border: 1px solid #CCC;
	padding: 4px;
	margin-right: 10px;
}

#wrapper.home #row-2 > div.cell > h3 {
	padding: 0px 10px 0px 10px;
	color: white;
	background: url(../images/header.jpg) bottom left repeat-x #003253;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 11px;
	margin-bottom: 5px;
}

#wrapper.home #row-2 > div.cell > p {
	font-size: 11px;
	margin-bottom: 5px;
	line-height: 12px;
	padding-left: 2px;
}

#wrapper.home #row-2 > div.cell#news {
	width: 160px;
	height: 155px;
}

#wrapper.home #row-2 > div.cell#news > a {
	display: block;
	height: 120px;
	text-decoration: none;
	background: url(../images/hotNews.gif) top left no-repeat;
/*	background: url(../images/news_bg.jpg) top left no-repeat; */
	position: relative;
}

#wrapper.home #row-2 > div.cell#news > a > span {
	display: block;
	width: 160px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	background: black;
	text-decoration: none;
	color: white;
	opacity: 0.60;
	font-size: 11px;
	letter-spacing: 1px;
	
	visibility: hidden;
	
}

#wrapper.home #row-2 > div.cell#news > a:hover > span {
	visibility: visible;
}

#wrapper.home #row-2 > div.cell#featureproperties {
	width: 160px;
}

#wrapper.home #row-2 > div.cell#mailinglist {
	width: 220px;
	height: 155px;
}

#wrapper.home #row-2 > div.cell#mailinglist > img {
	float: right;
	padding-right: 2px;
}

#wrapper.home #row-2 > div.cell#mailinglist > p {
	padding-right: 81px;
}

#wrapper.home #row-2 > div.cell#mailinglist > form {
	clear: both;
	padding: 5px 2px 5px 2px;
	height: 24px;
}

#wrapper.home #row-2 > div.cell#mailinglist > form > div.clear {
	height: 5px;
}

#wrapper.home #row-2 > div.cell#mailinglist > form > input {
	padding: 2px;
	font-size: 11px;
	color: #7f8181;
	width: 153px;
	float: left;
	height: 14px;
}

#wrapper.home #row-2 > div.cell#mailinglist > form > a {
	display: block;
	height: 22px;
	line-height: 20px;
	background: url(../images/header.jpg) bottom left repeat-x #003253;
	color: white;
	text-decoration: none;
	font-size: 11px;
	margin-right: 2px;
	position: relative;
	margin-left: 5px;
	float: left;
	text-align: center;
	padding: 0px 6px 0px 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/* =feature property */

.pom {
	position: relative;
}

.pom > a {
	text-decoration: none;
}

.pom > a > img {
	border: none;
	width: 160px;
	height: 120px;
}

.pom > a.overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 160px;
	height: 120px;
}

.pom > a.overlay > span {
	display: block;
	width: 160px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	background: black;
	text-decoration: none;
	color: white;
	opacity: 0.60;
	font-size: 11px;
	letter-spacing: 1px;
	
	visibility: hidden;
	
}

.pom > a.overlay:hover > span {
	visibility: visible;
}

/* =search */

#propertysearch {
	padding: 20px;
	width: 360px;
	height: 440px;
	/*
	float: left;
	*/
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: whitesmoke;
	overflow: hidden;
	z-index: 2;
}

#propertysearch table {
	width: 360px;
}

#propertysearch table td {
	vertical-align: top;
	text-align: left;
	padding-bottom: 10px;
	font-size: 11px;
	color: #363838;
	line-height: 22px;
}

#propertysearch table td > label {
	color: #363838;
	display: block;
	font-size: 12px;
}

div.commercial.hide {
}

#propertysearch #combobox {
	height: 130px;
	width: 150px;
	border: 1px solid black;
	overflow: auto;
	padding: 2px;
	background: white;
}

#propertysearch #combobox div {
	font-size: 10px;
	color: #333;
	width: 130px;
	line-height: 16px;
}

#propertysearch #combobox div input {
	margin-right: 5px;
}

#propertysearch #combobox div label {
	cursor: pointer;
}

#propertysearch ul {
	height: 116px;
	list-style: none;
	margin: 0px;
}

#propertysearch ul li {
	margin: 0px;
	padding: 0px 16px 16px 0px;
	float: left;
	width: 102px;
	height: 52px;
}

#propertysearch ul li a {
	display: block;
	width: 102px;
	height: 52px;
	background-color: rgb(225, 242, 248);
	background-position: top left;
	background-repeat: no-repeat;
	font-size: 11px;
	color: white;
	text-decoration: none;
}

#propertysearch ul li a span {
	display: block;
	width: 102px;
	height: 52px;
	visibility: hidden;
	color: navy;
}

	/* buying buttons */
	
	/* buying advice */
	#propertysearch ul li#btn-advice a {
		background-image: url(../images/search_buttons/advice_up.gif);
	}
	#propertysearch ul li#btn-advice a:hover {
		background-image: url(../images/search_buttons/advice_over.gif);
	}
	
	/* pom */
	#propertysearch ul li#btn-pom a {
		background-image: url(../images/search_buttons/week_up.gif);
	}
	#propertysearch ul li#btn-pom a:hover {
		background-image: url(../images/search_buttons/week_over.gif);
	}
	
	/* pom */
	#propertysearch ul li#btn-loan a {
		background-image: url(../images/search_buttons/loan_up.gif);
	}
	#propertysearch ul li#btn-loan a:hover {
		background-image: url(../images/search_buttons/loan_over.gif);
	}
	
	/* open homes */
	#propertysearch ul li#btn-open a {
		background-image: url(../images/search_buttons/open_up.gif);
	}
	#propertysearch ul li#btn-open a:hover {
		background-image: url(../images/search_buttons/open_over.gif);
	}
	
	/* sold */
	#propertysearch ul li#btn-sold a {
		background-image: url(../images/search_buttons/recent_up.gif);
	}
	#propertysearch ul li#btn-sold a:hover {
		background-image: url(../images/search_buttons/recent_over.gif);
	}
	
	/* wishlist */
	#propertysearch ul li#btn-wishlist a {
		background-image: url(../images/search_buttons/wishlist_up.gif);
	}
	#propertysearch ul li#btn-wishlist a:hover {
		background-image: url(../images/search_buttons/wishlist_over.gif);
	}

	/* renting buttons */
	
	/* management */
	#propertysearch ul li#btn-management a {
		background-image: url(../images/search_buttons/manage_up.gif);
	}
	#propertysearch ul li#btn-management a:hover {
		background-image: url(../images/search_buttons/manage_over.gif);
	}
	
	/* rentapp */
	#propertysearch ul li#btn-rentapp a {
		background-image: url(../images/search_buttons/app_up.gif);
	}
	#propertysearch ul li#btn-rentapp a:hover {
		background-image: url(../images/search_buttons/app_over.gif);
	}
	
	/* services */
	#propertysearch ul li#btn-services a {
		background-image: url(../images/search_buttons/rec_up.gif);
	}
	#propertysearch ul li#btn-services a:hover {
		background-image: url(../images/search_buttons/rec_over.gif);
	}
	
	/* landlord */
	#propertysearch ul li#btn-landlord a {
		background-image: url(../images/search_buttons/landlord_up.gif);
	}
	#propertysearch ul li#btn-landlord a:hover {
		background-image: url(../images/search_buttons/landlord_over.gif);
	}

/* =flashmap */

#flashmap {
	/*margin-left: 400px;*/
	/*float: right;*/
	background-color: #FAFAFA;
	width: 700px;
	height: 480px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	display: block;
	z-index: 3;
}

#flashmap #mapframe {
	width: 700px;
	height: 480px;
}

/* =blog */

.blog-intro,
.testimonial {
	margin-bottom: 20px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 20px;
}

.blog-intro h3,
.testimonial h3 {
	margin-bottom: 10px;
	font-size: 16px;
}

.blog-intro h3 a {
	text-decoration: none;
}

.blog-intro p.summary,
.testimonial div.content {
	max-width: 760px;
}

.blog-intro div.links {
	display: none;
}

/* =testimonials */

.testimonial h3 {
	margin-bottom: 10px;
}

.testimonial h3 span {
	margin-left: 20px;
	font-size: 12px;
	font-weight: normal;
	display: none;
}

.testimonial div.testimonial-salesrep {
	color: #003253;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

/* =staff */

.staff-intro {
	margin-bottom: 15px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 15px;
}

.staff-intro .thumbnail {
	float: left;
	width: 80px;
	padding: 1px;
	border: 1px solid #EEE;
}

.staff-intro h3,
.staff-intro p {
	margin-left: 94px;
	max-width: 666px;
}

.staff-intro h3 {
	margin-bottom: 10px;
}

.staff-intro p.phone,
.staff-intro p.email {
	margin-bottom: 0px;
	line-height: 20px;
}

.staff-intro p.email {
	margin-bottom: 14px;
}

.staff-intro p.phone span,
.staff-intro p.email span {
	text-transform: capitalize;
	font-weight: bold;
	color: #003253;
	margin-right: 10px;
}

/* =footer */

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size:11px;
	text-align:center;
}

#footer * {
	color: #7f8181;
}



#footer div {
	height: 34px;
	line-height: 34px;
	background: url(../images/header.jpg) bottom left repeat-x #003253;
	position: relative;
	color: white;
	margin-bottom: 10px;
}

#footer div span {
	position: absolute;
	left: 20px;
	height: 34px;
	line-height: 34px;
	display: block;
	color: white;
	font-weight: bold;	
	font-size: 14px;
}

#footer div form {
	position: absolute;
	right: 20px;
	color: white;
	font-size: 12px;
}

#footer div form input {
	margin: 0px 5px 0px 5px;
	color: black;
}

#footer div form a {
	text-decoration: none;
	color: white;
	background: #3dbefe;
	padding: 4px 6px 4px 6px;
	text-transform: capitalize;
}

#wrapper.home #footer div {
	display: none;
}

#footer p {
	font-size:11px;
	margin: 0px;
	line-height: 18px;
}

#footer p a {
	text-decoration:none;
	text-transform:uppercase;
}

#footer p.renet_links a {
	text-decoration:underline;
	text-transform:none;
	font-weight:normal;
}
