/* CSS Reset html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;margin:0;padding:0}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}:focus{outline:0}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}img{display:block;margin:0px;} */

html {
	background: #eeeeee;
}

body {
	margin: 0;
	background: #eeeeee;
	text-align: center;
}

#header {
	width: 950px; 
	margin: 0px auto;
}
	#headspace {
		background: #000 url('images/header-background.gif'); 
		height: 120px; 
		position: relative;
	}

	#logo {
		position: absolute; 
		top: 16px; left: 40px;
	}
	
		#logo img {
			width: 200px; 
			height: 85px; 
			border: 0px;
		}
		
		#address {
			position: absolute; 
			right: 40px; 
			bottom: 17px; 
			text-align: right; 
			color: #ffffff;
		}

#content {
	padding: 20px 0px; 
	width: 950px; 
	margin: 0px auto; 
	text-align:left;
	background: #ffffff;
}

	#content #left {
		width: 200px; 
		float: left; 
		text-align: center;
	}
	
	#content #right {
		width:700px; 
		float: left; 
		padding: 0px 35px 40px 15px;
	}
	
		#content #right img.page_image {
			width: 250px; 
			float: right; 
			margin: 0px 0px 10px 20px;
		}
		

#footer {
	text-align: left;
	width: 910px; 
	margin: 20px 20px 0 20px;
}

#footer h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* Homepage */

a.feature_button {
	display: block; 
	position: absolute; 
	bottom: 5px; 
	right: 5px; 
	background: #00437C; 
	color: #ffffff;
	padding: 3px 15px;
}

	a.feature_button:hover {
		color: #ffffff;
	}
	
	a.feature_link {
		position: static;
		
	}

/* News */

div#news_archives {
	width: 190px;
	margin: 0 0 45px 10px;
	text-align: left;
}

	div#news_archives h2 {
		text-align: left;
		margin: 0;
	}
	
	div#news_archives ul {
		list-style: disc;
		margin: 4px 0px;
		padding: 0 0 0 15px;
	}
	
	div#news_archives ul li {
		border-bottom: solid 1px #eeeeee;
		padding: 0;
	}


/* Listing page */

div#full_content {
	padding: 0 25px;	
}

	div#full_content h1 {
		margin: 10px 0;
	}

div.listing_filter {
	border: solid 1px #00437C; 
	background: #E7EBF0;
	padding: 5px 15px;
}

	div.listing_filter table {
		width: 100%;
	}
	
		div.listing_filter table td {
			width:25%;
			text-align:center;
		}

	div.listing_filter .pagination,
	div.listing_filter .pagination a {
		color: #4E70A1 !important;
	}

div.listing {
	width: 850px;
	height: 200px;
	background: #f7f9fc url('../images/listing_bg.png') no-repeat;
	padding: 25px;
	margin-bottom: 10px;
}

	div.listing div.listing_suburb {
		font-weight: bold;
		color: #003D7D;
		text-transform: uppercase;
		font-size: 15px;
	}
	
	div.listing h2 {
		font-size: 18px;
		line-height: 18px;
		margin: 5px 0 10px 0;
		text-transform: uppercase;
	}

	div.listing div.listing_image {
		width: 310px; 
		float: left;
	}
	
	div.listing div.listing_details {
		width: 360px; 
		padding: 0 20px; 
		float: left;
	}
		div.listing div.listing_details div.listing_price {
			font-weight: bold;
			color: #003D7D;
			text-transform: uppercase;
			font-size: 15px;
		}
		div.listing div.listing_details div.listing_description {
			padding-top: 5px;
		}
	
	div.listing div.listing_extras {
		width: 140px; 
		float: left;
		text-align: center;
	}
		div.listing div.listing_extras .property_count {
			display: inline;
			width: 35px;
			float: left;
			margin-right: 10px;
			margin-bottom: 15px;
			line-height: 20px;
			vertical-align: middle;
		}
		
		div.listing div.listing_extras .property_link {
			display: block;
			margin: 10px 0;
		}


/* Son of suckerfish */

#menu {
	height: 42px;
	width: 950px;
	background: #ffffff url('images/menu-background-new.gif');
	border-top:solid 1px #8ba7ba;
	z-index:99;
	position: relative;
}

#menu, #menu ul { /* all lists */
	padding: 0;
	margin: 0;
	margin-left: 0px;
	list-style: none;
	line-height: 1;
}

#menu li { /* all list items */
	float: left;
	/* width: 10em; /* width needed or else Opera goes nuts */ 
}

	#menu li a {
		text-transform: uppercase;
	}

#menu li ul { /* second-level lists */
	position: absolute;
	/*width: 133px;*/
	width: 157px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

	#menu li ul li {
		/*width: 135px;*/
		width: 159px;
	}

	#menu li ul a {
		/*width: 133px;*/
		width: 157px;
		height: 24px;
		font-size: 12px;
		line-height: 24px;
		vertical-align: middle;
		border: 0px;
		background:#003d7d;
		color:#ffffff;
		cursor:pointer;
		text-transform: none;
	}

	#menu li ul li a:hover {
		background: #295981;
	}


#menu li:hover, #menu li.hover {  
	position: static;  
}  
   
#menu li:hover ul, #menu li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#menu a {
	color:#003175;
	display: block;
	
	/*width: 133px;*/
	
	width: 157px;
	height: 42px;
	font-size: 13px;
	line-height: 42px;
	vertical-align: middle;
	text-align: center;
	border-right: solid 1px #dae7ed;
	cursor:pointer;
}

#menu a:hover {
	background: #ffffff url('images/menu-background-new-reverse.gif');
	text-decoration: none;
}

#menu a.current {
	background: #ffffff;
	text-decoration: none;
}

.clear { clear: both; overflow: hidden; height: 0px; _height: 1px; }


	div#debug {
		display: none !important;
		width: 100%;
		padding: 30px;
		background-color: #fff;
		color: #000;
		font-size: 14px;
	}
	
/* Links */

#footer a {
	color: #003d7d;	
}

#footer a:hover {
	text-decoration: underline;
}

/* Headings */

h1 {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 16px;
	color: #ffffff;
	background: #470023 url('../images/h1_bg.jpg') repeat-x;
	margin: 0 0 10px 0;
	padding: 0 10px;
	text-transform: uppercase;
}


h2 {
	font-size: 16px;
	font-weight: bold;
	color: #4E70A1;
	line-height: 20px;
	margin: 5px 0;
}


/* !Forms elements */

input {
	vertical-align: middle;
}

.stdform {
	margin: 4px 0px;
	padding: 4px;
	border: solid 1px #bbbbbb;
	width: 250px;

	color: #8093a1;
	font-family: Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 0.2px;
}

img {
	border: 0px;
}

/* iFRAME includes */

#content iframe {
	width: 465px;
	height: 350px;
	border: 0;
}

