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

/*

	Styles for ReNet Agent's website
	
*/

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

body {
	background:#efebe8 url(../images/bg.gif) repeat-x;
	line-height:18px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B1D1C;	
	overflow: scroll;
}

body, p, input, select, textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #2B1D1C;
}

.clear {
	clear: both;
}

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

a:hover {
	text-decoration: none;
}

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

h2 {
	color: #b5121b;
	font-size: 14px;
}

h3 {
	font-size: 13px;
}

p {
	text-align: justify;
	font-size: 12px;
	color: #2B1D1C;	
	padding: 0 0 10px 0;
}

/* =wrapper */

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

/* =header */

#header {
	height:182px;
	background: url(../images/header.gif);
	position:relative;
	overflow: hidden;
}

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

#header h1 a {
	display:block;
	height: 110px;
	width: 580px;
	margin: 50px 0;
	line-height: 100px;
	text-decoration:none;
	font-weight: normal;
}

#header h1 > a > span {
		display: none;
}

#header > div {
	display: none;
}

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

/* =page */

#page {
}

/* =content */

#content {
	padding:20px 20px 50px 20px;
	background: #fff;
}


/*=homepage*/

#hp-left {
	float: left;
	width: 260px;
	height: 445px;
	padding: 0 10px 0 0;
	position: relative;
}

#hp-left img {
	position: absolute;
	bottom: 0;
}

#hp-right {
	float: left;
	height: 445px;
	width: 690px;
	position: relative;
}

#property-form {
	height: 283px;
	background: #DFDDC6;
}

#hp-right form {
	width: 200px;
}

#hp-right .dreamhome {
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding: 0 0 0 10px;
	float: right;
}

#hp-right h2 {
	width: 200px;
	padding: 20px 0 0 0;
	margin-bottom: 10px;
}


#property-form {
	padding: 0px 10px;
	color: #666;
	font-size: 11px;
	width: 340px;
}

#property-form ul {
	list-style: none;
	width: 340px;
	height: 170px;
	padding: 0 0 10px 0;
}
#property-form ul li {
	list-style: none;
	list-style-image: none;
}

#property-form ul #hp-sch-first {
	width: 340px;
	float: left;
}
#property-form ul #hp-sch-first label {
	width: 320px;
}
#property-form ul #hp-sch-first input {
	width: 320px;
}

#property-form ul li {
	width: 150px;
	margin: 0 20px 5px 0;
	float: left;
}

#property-form ul li label {
	width: 150px;
}

#property-form ul li select {
	width: 150px;
	padding: 0;
	float: left;
}

#property-form ul .submit {
	margin:5px 10px 0 0;
	float: right;
	width: 100px;
}

#hp-lprop {
	margin: 10px 0 0 0;
	width: 690px;
	height: 152px;
	background: #B5121B;
	position: relative;
}

.pom {
	width: 150px;
	float: left;
	padding: 10px 0 0 18px;	
}

.pom a {
	text-decoration: none;
}

.pom a h3 {
	background: #000;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	text-align: center;
	text-decoration: none;
	width: 150px;
	text-transform: uppercase;
	
}

/* =footer */

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

#footer * {
	color: #929A7E;
}

#footer p {
	font-size: 10px;
	margin: 0px;
	width: 300px;
	float: left;
}

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

#footer p.renet_links {
	width: 600px;
	float: right;
	text-align: right;

}

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

.firsthomebuyers img, .investinginrealestate img {
	float: right;
	padding: 2px;
	border: 1px solid #ccc;
	margin: 0 0px 20px 30px;
}

ul.content {
	padding: 20px;
}

ul.content li {
	color: #2B1D1C;	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	list-style-image: url(../images/bullet.jpg);
}

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

#map {
	float: right;
	padding: 0 0 50px 0;
}

.contactus form {
	float: left;
}

.contactus h2 {
	padding: 20px 0 0 0;
}

#cont span {
	color: #cc0000;
	font-weight: bold;
	width: 100px;
	display: inline-block;
}

.investinginrealestate ul.content {
	padding:0 20px 20px;
}
















