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

/*

	Styles for ReNet Agent's website
	
*/

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

body {
	color: rgb(102, 102, 102);
	font-family: Arial, helvetica, sans-serif;
	font-size: 0.8125em;
	line-height: 1.38em;
	background: white url(../images/body-bg.gif) top left repeat-x;
}

.clear {
	clear: both;
}

a:link,
a:visited,
a:hover,
a:active {
	color: rgb(102, 102, 102);
}

a:hover {
	text-decoration: none;
}

h2, h3, h4, h5, h6 {
	color: #21302b;
}

h2, h3, h4 {
	margin-bottom: 20px;
}

p {
	margin-bottom: 15px;
}

/* =wrapper */

#wrapper {
	position:relative;
	background: url(../images/content-bg.gif) top center no-repeat;}

/* =header */

#header {
	margin:0px auto 0px auto;
	padding-top: 8px;
	width:980px;
	height:64px;
	position:relative;
	overflow: hidden;
}

#header h1 {
	height:64px;
	line-height: 64px;
}

#header h1 > a {
	display:block;
	height:64px;
	line-height: 64px;
	text-decoration:none;
	font-weight: normal;
	background: url(../images/logo.gif) 30px 8px no-repeat;
}

#header h1 > a > span {
	visibility: hidden;
}

#header > div {
	position: absolute;
	top: 32px;
	right: 30px;
	text-align: right;
	color: white;
	font-size: 16px;
}

#header > div > span {
	margin-left: 20px;
}

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

/* =page */

#page {
	margin:0px auto 0px auto;
	width:980px;
	min-height: 510px;
	_height: 510px;
}

/* =content */

#content {
	margin-left: 270px;
	padding:0px 30px 20px 0px;
}

#content > h2, #wrapper.whychooseus #content > p + h2 {
	font-size: 24px;
	color: rgb(149, 169, 162);
	font-weight: normal;
	margin-bottom: 30px;
}

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

#wrapper.whychooseus #content > p + h2 {
	display: block;
	padding-top:10px;
	margin-bottom:20px;
}

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

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

#wrapper.home div#maincontent {
	margin-bottom: 20px;
	background: url(../images/home-image.jpg) top left no-repeat;
	height: 330px;
	position: relative;
}

#wrapper.home div#maincontent > div {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 180px;
	height: 270px;
	padding: 8px 15px 15px 15px;
	color: white;
	background: url(../images/home-image-block-bg.png);
	font-size: 1em;
	line-height: 1.22em;
}

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

#content > ul > li {
	margin: 0px 0px 5px 20px;
}

/* =company profile */

.box_1 {
	width: 320px;
	float: left;
}

.box_2 {
	width: 320px;
	float: right;
}

/* =pom */

.pom {
	width: 216px;
	padding-right: 14px;
	padding-bottom: 25px;
	overflow: hidden;
	float: left;
}

.pom-3 {
	padding-right: 0px;
}

.pom > h2 {
	background: rgb(149, 169, 162);
	border: none;
	color: white;
	font-size: 1.1em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 5px 15px;
}

.pom > a > img {
	width: 216px;
	height: 160px;
	margin-bottom: 10px;
}

.pom > h3,
.pom > h4 {
	font-size: 12px;
	margin-bottom: 0px;
	color: rgb(102, 102, 102);
}

.pom > h4 {
	font-weight: normal;
}

/* =search */

ul#propertysearch {
	margin:0px auto 0px auto;
	width: 400px;
	padding:0px;
	list-style:none;
}

ul#propertysearch > li {
	margin:0px 0px 10px 0px;
	padding:0px 0px 0px 120px;
	position: relative;
}

ul#propertysearch > li > label {
	position: absolute;
	display: block;
	color: #2c2c2c;
	width: 100px;
	text-align:right;
	top: 0px;
	left: 0px;
	font-weight: bold;
}

ul#propertysearch #combobox {
	overflow: auto;
	border: 1px solid #333;
	background-color: #fff;
	height: 74px; 
	width: 280px;
}

ul#propertysearch #combobox div {
	line-height:14px;
	font-size:1em;
	font-family:Verdana;
	padding: 2px 2px 2px 4px;
}

ul#propertysearch #combobox div label {
	cursor:pointer;
	padding-left: 4px;
}

ul#propertysearch select, 
ul#propertysearch submit {
	z-index:10;
}

ul#propertysearch select#minimumPrice, 
ul#propertysearch select#maximumPrice,
ul#propertysearch select#minBedrooms,
ul#propertysearch select#bedrooms,
ul#propertysearch select#minBathrooms,
ul#propertysearch select#bathrooms,
ul#propertysearch select#minGarages,
ul#propertysearch select#garages {
	width: 125px;
}

ul#propertysearch select#maximumPrice,
ul#propertysearch select#bedrooms,
ul#propertysearch select#bathrooms,
ul#propertysearch select#garages {
	margin-left: 25px;
}

ul#propertysearch #search_btn:link,
ul#propertysearch #search_btn:visited,
ul#propertysearch #search_btn:hover,
ul#propertysearch #search_btn:active {
	display:block;
	height:26px;
	line-height: 26px;
	width: 80px;
	text-align: center;
	background:rgb(238, 89, 89);
	color: white;
	text-decoration:none;
}

ul#propertysearch #search_btn:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

ul#propertysearch #search_btn span {
	/* visibility:hidden; */
}

/* =staff */

#staffcontainer {
	background: url(../images/meet-the-team-image.jpg) no-repeat right;
	min-height: 247px;
	_height:247px;
}

#staffcontainer.displaystaffmember {
	background: none;
	height: auto;
}

#staffcontainer > ul {
	list-style: none;
	float: left;
	width: 150px;
}

#staffcontainer > ul > li {
	line-height: 24px;
}

#staffcontainer > ul > li > a {
	padding: 0px 0px 0px 24px;
	text-decoration: none;
	background: url(../images/icon-arrow-title.gif) left center no-repeat;
	display: block;
	height: 27px;
	line-height: 27px;
	font-size: 12px;
}

#staffcontainer > ul > li > a:hover,
#staffcontainer > ul > li.current > a {
	background: url(../images/icon-arrow-small-on.gif) no-repeat left center;
	color: rgb(224, 0, 0);
}

#staffcontainer > #staffmember {
	margin-left: 170px;
	position: relative;
	padding-left: 200px;
}

#staffcontainer > #staffmember * {
	color: rgb(102, 102, 102);	
	font-size: 1em;
}

#staffcontainer > #staffmember > img {
	height: 210px;
	position: absolute;
	left: 0px;
	top: 0px;
}

#staffcontainer > #staffmember > h2 {
	position: absolute;
	font-size: 1em;
	font-weight: normal;
	left: 0px;
	top: 30px;
}

#staffcontainer > #staffmember > img + h2 {
	top: 220px;
}

#staffcontainer > #staffmember > h2 > ul {
	list-style: none;
	margin-top: 10px;
	margin-left: 6px;
}

#staffcontainer > #staffmember > h2 > ul > li > a {
	text-decoration: none;
	padding-left: 24px;
	background: url(../images/icon-arrow-title.gif) no-repeat left center;
}

#staffcontainer > #staffmember > h2 > ul > li > a:hover {
	background-image: url(../images/icon-arrow-small-on.gif);	
	color: rgb(224, 0, 0);
}

#staffcontainer > #staffmember > h3 {
	margin-bottom: 15px;
}

#staffcontainer > #staffmember > h3 > span {
	font-weight: normal;
}

#staffcontainer > #staffmember > h3 > em {
	display: block;
	text-align: right;
	font-style: normal;
	font-weight: normal;
	padding-right: 30px;
}

/*= testimonials */

.testimonial {
	padding-bottom: 15px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 15px;
	position: relative;
}

.testimonial > h3 {
	font-size: 16px;
	line-height: 18px;
	font-style: italic;
	margin-bottom: 10px;
}

.testimonial > h4 {
	font-size: 11px;
	text-align: right;
	line-height: 18px;
	height: 18px;
}

.testimonial > .content {
	margin-left: 20px;
}

/* =footer */

#footer {
	font-size:11px;
	text-align:center;
	background: url(../images/footer-bg.gif) top left repeat-x;
	padding-top: 5px;
	padding-bottom: 20px;

}

#footer * {
	color: #666;
	font-size: 11px;
}

#footer > div {
	color: white;
	background: rgb(48, 69, 62);
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}

#footer > div * {
	color: white;
}

#footer > div > p {
	margin:0px auto 0px auto;
	width:920px;
	position: relative;
	text-align: right;
}

#footer > div > p > span {
	position: absolute;
	display: block;
	left: 0px;
	height: 30px;
	line-height: 30px;
	top: 0px;
}

#footer > div > p > em {
	font-style: normal;
	margin: 0px 10px 0px 10px;
}

/* second footer div */

#footer > div + div {
	background: none;
	color: #666;
	height: 24px;
	line-height: 24px;
}

#footer > div + div * {
	color: #666;
}

#footer > div + div > span {
	padding: 0px 5px 0px 5px;
}

#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;
}