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

/*

	Styles for ReNet Agent's website
	
*/

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

body {
	background: #132b4d;
	color: #444;
	font: 12px/18px "Verdana", sans-serif;
}

p {
	color: #444;
	font: 12px/18px "Verdana", sans-serif;
}

.clear {
	clear: both;
}

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

a:hover {
	text-decoration: none;
}

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

h2 {
	font-size: 18px;
	font-weight: normal;
}

/* =wrapper */

#wrapper {
	margin: 20px auto;
	width: 1000px;
	padding: 0 50px;
	position: relative;
	background: #fff;
	padding:0px
}

#topbg {
	display: none;
}

#bottombg {
	display: none;
}
	


/* =header */

#header {
	height: 155px;
	position: relative;
	overflow: hidden;
}

#header.nath {
	background: #fff url(../images/logo_nath.gif) no-repeat 20px 15px
}

#header.nic {
	background: #fff url(../images/logo.gif) no-repeat 20px 15px
}

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

#header h1 a {
	display: block;
	height: 155px;
	width: 600px;
	text-decoration: none;
	font-weight: normal;
}

#header h1 a span {
	display: none;
}

#header div {
	position: absolute;
	top: 10px;
	right: 10px;
}

#header div h2 {
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 5px 0;
}

#header div h2 span {
	font-size: 24px;
}

#header div h3 {
	color: #9c2848;
	font-size: 16px;
	font-weight: normal;
	text-align: right;
}

#header div h4 a {
	width: 150px;
	text-align: center;
	float: right;
	position: absolute;
	top: 75px;
	right: 0;
	font-weight: normal;
	height: 60px;

}

#header.nath div h4 a {
		background: url(../images/woop_office.gif) no-repeat bottom;
}

#header.nic div h4 a {
		background: url(../images/bell-office.gif) no-repeat bottom;
}

#header p {
	width: 80px;
	float: left;
	margin-left: 70px;
}

#header img.social {
	float: left;
}

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

/* =page */

#page {
}

/* =content */



#content {
	padding: 40px;
}

#wrapper.properties #content {
	position: relative;
	padding: 20px;
}

.home #content {
	padding: 10px 0;
}

#qsearch {
	height: 248px;
	margin: 0 10px;
}

#qdiv {
	margin: 0 2px 0 0;
	padding: 20px;
	height: 206px;
	width: 283px;
	float: left;
	background: url(../images/quicksearch-bg.gif);
	border: solid 1px #999;
}

#qdiv h2 {
	margin: 0 0 15px 0;
	padding: 0;
}

#qdiv form {
	border-top: solid 1px #b6b6b5;
}


#qdiv ul {
	padding: 0 25px;
}

#qdiv li {
	height: 25px;
	line-height: 25px;
}

#qdiv .radio {
	height: 55px;
	line-height: 25px;
	
}

#qdiv li .type {
	margin: 0 10px 0 75px;
}

#qdiv li label {
	display: inline-block;
	width: 65px;
	text-align: right;
	padding: 0 5px 0 0;
}

#qdiv li select {
	width: 130px;
	display: inline-block;
}

#qdiv li .submit {
	display: block;
	width: 130px;
	height: 30px;
	border: none;
	color: #fff;
	background: url(../images/red-butt.gif) top;
	margin: 10px 0 0 73px;
	cursor: pointer;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#qdiv li .submit:hover {
	background: url(../images/red-butt.gif) bottom;
}

#qsearch #img {
	float: left;
	width: 652px;
	height: 248px;
	margin: 0;
	padding: 0;
}

#ftprop {
	margin: 2px 0 0 0;
	padding:0px 10px;
	/*background: url(../images/page-bg.gif) repeat-x;*/
}

#ftprop h2 {
	margin: 0 0 10px 0;
	display: none;

}

.pom {
	width: 325px;
	float: left;
	position: relative;
	margin: 0 2px 0 0 ;
}

.pom-3 {
	margin: 0;
}

.pom p {
	padding: 0px 5px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #9c2848;
	background: #9c122e;
}

.pom a.liover {
	display: block;
	width: 325px;
	height: 243px;
	background: none;
}

.pom a.liover:hover {
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity = 90)
}

/* =footer */

#footer {
	width: 980px;
	font-size: 12px;
	text-align: left;
	color: #666;
	margin: 0 auto 30px;
	padding: 10px 10px 0 10px;
	height: 100px;
	background: #fff url(../images/footer.gif) repeat-x top;
}

#footer div {
	float: left;
	padding: 10px 10px 0 20px;
	margin: 0 2px 0 0;
	height: 70px;
	border-right: dotted 1px #999;
	width: 295px;
}

#footer div#right {
	width: 290px;
	border: none;
}

#footer #left {
	background: url(../images/ft-fs.png) no-repeat left center;
	padding: 10px 0 0 90px;
	width: 235px;
}

#footer #middle {
	background: url(../images/ft-ma.png) no-repeat left center;
		padding: 10px 0 0 90px;
	width: 235px;
}

#footer div p {
	font-size: 13px;
}



#footer #subscribe {
	margin: 0;
	border-right:none;
	border-top: none;
	padding: 0;	
}

#footer #subscribe span {
	display: inline-block;
	width: 220px;
	height: 22px;
}

#footer #subscribe input.submit {
	margin: 0 0 0 360px;
	width: 70px;
}

#footer #subscribe p.subscribe-links {
	margin: 20px 0 0 0;
}

#footer ul {
	padding: 0px 0 25px 0;
	width: 325px;
}

#footer ul li {
	display: block;
	float: left;
}

#footer h3 {
	font-size: 13px;
	margin: 0 0 8px 0;
}

#footer ul li a {
	display: block;
	float: left;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	padding: 0 10px;
	border-left: solid 1px #999;
	text-decoration: underline;
}

#footer ul li.first a {
	padding: 0 10px 0 0;
	border: none;
}

#footer ul li a:hover {
	text-decoration: none;
}

#footer a.renet:hover {
	text-decoration: none;
}

#footer a.renet {
	color: #ccc;
}

#footer #right p.renet_links {
position: absolute;
font-size: 11px;
bottom: -30px;
right: 50px;
color: #ccc;
margin: 10px 0
}

#ma h2, p.app-intro {
	display: none;
}

.marketappraisal p.app-intro {
	display: block;
}

.marketappraisal .row-optional-type, .marketappraisal #ma .enquiry-type {
	display: block;
}

.row-optional-type, #ma .enquiry-type {
	display: none;
}

.staff-intro {
	border: 1px solid #E0E2E2;
	padding: 1px;
	position: relative;
	margin: 0 0 25px 0;
	width: 918px;
}

.staff-intro h3 {
	background: url(../images/footer.gif) bottom;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 0 1px;
	display: block;
	font-weight: normal;
}

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

.staff-intro p.position {
	float: right;
	margin: -25px 10px 0 0;
}

.staff-intro img.thumbnail {
	float: left;
	margin-right: 10px;
}

.staff-intro .text {
	width: 748px;
	margin: 10px;
	float: right;
}

.staff-intro .text dl {
	border-bottom: 1px dotted #999;
	height: 25px;
	margin: 0 0 10px;
}

.staff-intro dl dt {
padding: 0 5px 0 0;
}

h2.contact-header {
	display: none;
}

.staff-intro dl dt.email {
	display: none;
}

#content .agency-details p {
	font-size: 14px;
	width: auto;
}

#contact-left {
	width: 230px;
	float: left;
}

#contact-right {
	float: right;
	width: 550px;
	margin: 0 100px 0 0;
}

.agency-details {
	margin: 0px 50px 30px 0;
	width: 220px;
}

.agency-details .a-name {
	font-weight: bold;
}

.properties h2.main, .mailinglist h2.main {
	display: none;
}

.buyingtips-needtoknow #content ol {
	list-style:decimal;
	list-style-position: inside;
}

.buyingtips-needtoknow #content li {
	padding: 20px 0 0 10px;
}


