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

/*

	Styles for ReNet Agent's website
	
*/

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

html {	
	margin:0px;
	padding:0px;
	height: 100%;
}

body {
	background: url(../images/background.jpg) top left repeat-x #666;
	color: rgb(102, 102, 102);
	font-size:12px;
	line-height:18px;
	height: 100%;
}

.clear {
	clear: both;
}

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

a:hover {
	text-decoration: none;
}

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

/* =wrapper */

#wrapper {
	margin:10px auto 10px auto;
	max-width: 1300px;
	min-width: 900px;
	width: 980px;
	position:relative;
	background-color: white;
	-webkit-box-shadow: 0px 4px 10px #333;
	-moz-box-shadow: 0px 4px 10px #333;
	box-shadow: 0px 4px 10px #333;
}

/* =header */

#header {
	height:120px;
	position:relative;
	overflow: hidden;
	background-color: #f4ffff;
	background-image: url(../images/header_background.jpg);
	background-repeat: no-repeat;
	background-size: 10px;
	margin: 0px;
}

#header h1 {
	height:120px;
	line-height: 120px;
	float: left;
	width: 570px;
}

#header h1 a {
	display:block;
	height:120px;
	line-height: 120px;
	text-decoration:none;
	font-weight: normal;
	width: 560px;
	background: url(../images/header_sml_NEW.gif) 30px 0px no-repeat;
}

#header h1 a span {
	display: none;
}

#header div {
	float: right;
	height:120px;
	padding-right: 0px;
	overflow: hidden;
	width: 410px;
	font-size: 14px;
	text-align: right;
}

#header div ul {
	margin: 0;
	padding: 0;
	width: 410px;
	height: 120px;
	list-style: none;
}

#header div ul li {
	width: 135px;
	height: 120px;
	float: left;
	text-align: left;
}

#header div ul li h2 {
	margin: 0 0 8px 0;
	padding-top: 20px;
	font-weight: normal;
	letter-spacing: 0px;
	font-size: 16px;
	color: #333;
	text-shadow: 0px 1px #FFF;
}

#header div ul li h2 a {
	color: #333;
	text-decoration: none;
}

#header div ul li h2 a:hover {
	color: #666;
}

#header div ul li p {
	margin: 0 0 4px 0;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
}

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

/* =page */

#page {
	background: url(../images/page_background.png) 0px -15px no-repeat;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #e4eaea;
	padding-top: 20px;
}

#wrapper.home #page {
	padding-top: 0;
}

/* =content */

#content {
	padding: 30px;
}

#wrapper.home #content {
	padding: 0;
}

table#portal-icons {
	width: 500px;
	margin: 0 auto 0 auto;
}

table#portal-icons tr td {
	padding: 25px;
	text-align: center;
	vertical-align: middle;
}

h2 {
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 32px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: rgb(12, 73, 78);
	color: black;
	position: relative;
	letter-spacing: -1px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	padding-top: 15px;
	color: rgb(12, 73, 78);
}

#wrapper.villageprofiles h2 span {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0px;
}

#wrapper.contactus h2.contact-header {
	display: none;
}

#wrapper.contactus div.office {
	/*width: 50%;
	float: left;*/
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #EEE;
	position: relative;
	height: 226px;
}

#wrapper.contactus div.office-2 {
	padding-bottom: 0;
	border-bottom: none;
}

#wrapper.contactus div.office img {
	width: 210px;
	height: 210px;
	float: left;
	padding: 1px;
	border: 1px solid #CCC;
	-webkit-box-shadow: 0px 3px 20px #CCC;
	-moz-box-shadow: 0px 3px 20px #CCC;
	box-shadow: 0px 3px 20px #CCC;
}

#wrapper.contactus div.office img.shopfront {
	width: auto;
	height: 210px;
	position: absolute;
	top: 0;
	right: 0;
}

#wrapper.contactus div.office h3 {
	padding-top: 0;
}

#wrapper.contactus div.office h3,
#wrapper.contactus div.office p {
	margin-left: 229px;
}

#content p {
	margin-bottom: 15px;
	font-size:12px;
	line-height:18px;
}

#content p strong {
	color: #042d31;
}

#content p.quote {
	margin-left: 90px;
	margin-right: 90px;
	padding: 20px 60px 0px 70px;
	position: relative;
	font-size: 28px;
	font-family: Georgia;
	color: #333;
	line-height: 34px;
	font-style: italic;
}

#content p.quote span.leftquote,
#content p.quote span.rightquote {
	font-size: 120px;
	line-height: 120px;
	position: absolute;
	display: block;
	height: 50px;
	width: 70px;
	overflow: hidden;
}

#content p.quote span.leftquote {
	top: -10px;
	left: 0px;
}

#content p.quote span.rightquote {
	bottom: -10px;
	right: 0px;
}

#content p.quotesource {
	text-align: right;
	margin-right: 170px;
}

#content p.village-links {
	font-size: 22px;
	line-height: 28px;
	font-weight: bold;
}

#content ul.tics {
	margin-left: 15px;
}

#content ul.tics li {
	margin-bottom: 15px;
	list-style: none;
	background: url(../images/tick_16.png) top left no-repeat;
	font-size:14px;
	line-height:18px;
	padding-left: 25px;
}

#content ul.villages {
	list-style: square;
	list-style-position: inside;
	font-size: 18px;
}

#content ul.villages li {
	margin-bottom: 10px;
}

/* home cells */

#content #home {
	padding: 20px;
}

#content #home #home-cell-left {
	float: left;
	width: 50%;
	width: 460px;
}

#content #home #home-cell-right {
	float: right;
	width: 420px;
	padding: 20px 20px 10px 20px;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: url(../images/footer_gradient.png) 0px -5px repeat-x #f0f5f3;
}

#content #home #home-cell-right h2 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 18px;
	color: #545e68;
}

#content #home #home-cell-right p {
	line-height: 18px;
	font-size: 14px;
	color: #606b75;
}

#content #home #home-cell-right p.link-to-profiles {
	font-size: 1em;
	line-height: inherit;
}

/* slideshow */

#content #slideshow-container {
	margin-bottom: 1px;
	float: right;
	width: 653px;
	height: 320px;
}

#content #slideshow {
	overflow: hidden;
	width: 653px;
	height: 320px;
	background: url(../images/slideshow_bg.jpg) top left no-repeat;
}

/* =search */

#row-1 #home-search {
	float: left;
	border-right:1px solid white;
	padding:15px 20px 20px 20px;
	float:left;
	width: 286px;
	height:285px;
	overflow:hidden;
	background:rgb(230, 230, 230);
	position:relative;
}

#row-1 #home-search h2 {
	margin:0px 0px 15px 0px;
	padding:0px;
	color: black;
	font-size: 22px;
}

#row-1 #home-search ul {
	margin:0px;
	padding:0px;
	list-style:none;
}

#row-1 #home-search ul li {
	margin:0px 0px 10px 0px;
	padding:0px;
	color: #333;
}

#row-1 #home-search ul li.types {
	margin-bottom: 10px;
}

#row-1 #home-search #selectsuburb {
	width: 286px;
}

#row-1 #home-search #combobox {
	border: 1px solid #333;
	background-color: #fff;
	height: 130px; 
	width: 286px;
	overflow: scroll;
}

#row-1 #home-search #combobox div {
	padding: 2px 0px 2px 4px;
	font-size: 12px;
	height: 14px;
}

#row-1 #home-search #combobox div label {
	cursor:pointer;
	padding-left: 5px;
}

#row-1 #home-search select, 
#row-1 #home-search submit {
	z-index:10;
}

#row-1 #home-search select#categoryselect {
	width: 286px;
}

#row-1 #home-search select#minimumPrice, 
#row-1 #home-search select#maximumPrice {
	width: 130px;
}

#row-1 #home-search select#maximumPrice {
	margin-left: 23px;
}

#row-1 #home-search #search_btn:link,
#row-1 #home-search #search_btn:visited,
#row-1 #home-search #search_btn:hover,
#row-1 #home-search #search_btn:active {
	display:block;
	position:absolute;
	bottom:25px;
	right:20px;
	width:92px;
	height: 26px;
	line-height: 26px;
	background: #ebf25b;
	text-decoration:none;
	border: 2px solid #c7bd00;
}

#row-1 #home-search #search_btn:hover {
	opacity:0.6;
	filter:alpha(opacity=60);
}

#row-1 #home-search #search_btn span {
	display: block;
	width:90px;
	height: 24px;
	line-height: 24px;
	border: 1px solid #FFF;
	text-align: center;
	font-size: 12px;
	color: #3f1101;
	text-transform: uppercase;
	letter-spacing: 0px;
	background: url(../images/more_button.jpg) top left repeat-x;
}


/* =feature properties */

#content #featureproperties {
	overflow: hidden;
	z-index: 10;
	clear: both;
	margin-bottom: 10px;
}

#content #featureproperties .pom {
	overflow: hidden;
	position: relative;
	z-index: 10;
	width: 326px;
	float: left;
	border-right: 1px solid #FFF;
}

#content #featureproperties .pom-3 {
	border-right: none;
}

#content #featureproperties .pom a.image {
	display: block;
	text-decoration: none;
}

#content #featureproperties .pom a.image img {
	width: 326px;
	height: 244px;
	position: relative;
}

#content #featureproperties .pom h2 {
	font-size: 12px;
	margin: 0 0 1px 0;
	height: 36px;
	line-height: 36px;
	letter-spacing: 0px;
	background: url(../images/menu.jpg) top left repeat-x;
}

#content #featureproperties .pom h2 a {
	text-decoration: none;
	color: rgb(12, 73, 78);
	font-weight: normal;
	position: relative;
	display: block;
	height: 36px;
	line-height: 36px;
	color: #FFF;	
	text-indent: 15px;
	font-size: 12px;
	text-shadow: 0 -1px 0 #000;
}

#content #featureproperties .pom h2 a span {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 36px;
	line-height: 36px;
	padding-right: 15px;
	font-size: 12px;
}

#content #featureproperties .pom a.more:link,
#content #featureproperties .pom a.more:visited,
#content #featureproperties .pom a.more:hover,
#content #featureproperties .pom a.more:visited  {
	position: absolute;
	text-align: center;
	width: 326px;
	height:244px;
	bottom: 0px;
	left: 0px;
	display: block;
	background: none;
	padding-left: 10px;
	text-decoration: none;
}

#content #featureproperties .pom a.more:hover {
	background: url(../images/pom_overlay.png) top left no-repeat;
}

#content #featureproperties .pom a.more span {
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 311px;
	height: 36px;
	line-height: 36px;
	cursor: pointer;
	padding-right: 10px;
	font-size: 11px;
	text-shadow: 0px 1px 0px #000;
	color: #FFF;
	background: #000;
	opacity: 0.55;
	filter:alpha(opacity=55);
	text-align: right;
	padding-right: 15px;
}

#content #featureproperties .pom a.more:hover span {
	opacity: 0.8;
	filter:alpha(opacity=80);
}

#wrapper.rentalapplication .listing-intro-rental h4 {
	position: relative;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	padding: 0 10px 0 10px;
	border: 1px solid #EEE;
}

#wrapper.rentalapplication .listing-intro-rental h4 a {
	text-decoration: none;
}

#wrapper.rentalapplication .listing-intro-rental h4 span {
	margin-left: 20px;
}

/* =footer */

#footer {
	font-size:11px;
	text-align:left;
	background-color: #f0f5f3;
	padding-bottom: 20px;
	width: 980px;
	overflow: hidden;
}

#footer * {
	color: #606b75;
}

#footer div.links {
	overflow: hidden;
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e4eaea;
	background: url(../images/footer_gradient.png) 0px -5px repeat-x;
}

#footer div.links h2 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-bottom: 14px;
	color: #545e68;
	font-size: 20px;
	padding-left: 20px;
	letter-spacing: -1px;
}

#footer div.links ul {
	width: 980px;
	overflow: hidden;
	list-style: none;
	margin-left: 20px;
}

#footer div.links ul li {
	float: left;
	height: 22px;
	line-height: 18px;
	text-indent: 10px;
	width: 192px;
	background: url(../images/foot_links_bullet.jpg) 0px 8px no-repeat;
}

#footer div.links ul li a {
	text-indent: 15px;
	font-size: 12px;
	text-transform: capitalize;
	text-decoration: none;
}

#footer div.links ul li a:hover {
	text-decoration: underline;
}

#footer div.agencydetails {
	padding-top: 16px;
	clear: both;
	border-top: 1px solid #fff;
	text-align: center;
	color: #606b75;
	background: url(../images/footer_gradient.png) 0px -5px repeat-x;
}

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

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

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

