/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html{height: 100%;}
#wrap {width: 682px;margin: 0 auto; padding:0 61px 0 59px;}/* exactly width: 682px; */
#footer {clear: both;padding: 0px 0 0px 0; text-align: center;}
#header {padding:0px;overflow:hidden;}


body{
background-image: url(/img/wrap_bg.gif);
background-repeat: repeat-x;
background-position: left top;
}

#wrap{
background:#fff;
#height:auto; 
}

#footer {
font-size:0.9em;
color:#bebebe;
background-image: url(/img/footer_bg.jpg);
background-repeat:no-repeat;
background-position: bottom;
height:172px;
}

#footer .container{
padding-top:10px;
width:682px;
margin:0 auto;
}

#main {
}
#main .container{
	min-height:580px;
  	height:auto !important;
  	height:580px;
	width:683px;
}
#menu {
margin:0px;
padding:0px;
margin-top: 10px;
}

/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 502px; float: left; padding: 30px 0px 10px 0px;}
#sub-section {width: 150px; float: right; padding: 30px 0 10px 30px;}
/* pages without columns */
html.nocol #content,
body.listing #content,
body.detail #content,
body#staff #content {width: auto;display: block;float: none;}

/* Pages without columns
-------------------------*/
html.nocol #main,
body.listing #main,
body.detail #main,
body#staff #main {
background-image: none;
background-color: #fff;
}

/* Header
----------*/
#header img {

}

/* Menu
---------*/

.menu {
width:100%;
margin: 0 auto;
}

.menu a {
/* padding: 3px 22px 3px 8px; */
}

.menu li {
padding: 0;
}

.menu li#sellingList ul{
margin-left: -5px;
}
.menu li#usefullList ul{
margin-left: -15px;
}
.menu li#aboutList ul{
margin-left: -23px;
}
.menu li li {
padding: 0;
}

.menu li li a, .menu li li a.first, .menu li li a.last {
background-image:none;
display: block;
width: 135px;
height:auto;
}

/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial,Helvetica,sans-serif;
color: #818181;
}

p, div.text {
font-size: 1em;
}

div.text {
margin-bottom: 10px;
}

ul {
list-style-type: circle;
list-style-position: inside;
}

ol{
list-style-type: decimal;
list-style-position: inside;
}

h1 {
font-size: 2.5em;
margin-bottom: 15px;
color:#818181;
font-weight:normal;
}

h2 {
font-size: 1.4em;
margin-bottom: 10px;
color:#666666;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #5d5d5d;
font-weight: bold;
}


a:link,
a:visited {
color: #333333;
text-decoration:underline;

}

a:hover {
color: #333333;
text-decoration:none;
}

#footer #newsletter{
text-align:left;
padding-bottom:10px;
}
#footer #newsletter a:link,
#footer #newsletter a:visited{
color:#333;
}

#footer p {
border-top:4px solid #ABABAB;
padding-top:5px;
font-size: 0.9em;
}

#footer a:link,
#footer a:visited {
color:#bebebe;
text-decoration: underline;
}

#footer a:hover {
color:#bebebe;
text-decoration: none;
}

#footer #footer_left{
float:left;
}

#footer #footer_right{
float:right;
}

/* Header
----------*/

#header #logo {
background: url(/img/logo.gif) no-repeat;
float:left;
width:342px;
height:160px;
}

#header #slogan {
background:url(/img/slogan.gif) no-repeat;
float: left;
width:340px;
height:46px;
}

#link_home{
background:url(/img/home.gif) no-repeat;
float: left;
width:61px;
height:24px;
margin-top:9px;
cursor:pointer;
}

#suburb_search{
background:url(/img/suburb_search.jpg) no-repeat;
width:230px;
float:right;
padding-top:22px;
margin-top:10px;
}

#suburb_search fieldset#criteria, 
#suburb_search fieldset{
border:0px;
padding:0px;
}

#suburb_search select, 
input#fastfind_suburb{
margin:0;
padding:0;
width : 160px;
height:13px;
float:left;
/*border:1px solid #404040;*/
font-size:0.9em;
color:#818181;
margin-right:5px;
padding-top:2px;
}

#suburb_search fieldset#submit_suburb{
float:left;
margin:0;
padding:0;
width:59px;
padding-left:7px;
border:none;
position:relative;
top:-15px;
}

#submit_suburb{
	
	background:none;
	padding:0px;
	height:48px;
	width:59px;
	border:0px;
        position:relative;
        top:-5px;





}

/* Dropdown menu
-----------------*/

.menu a {
height:27px;
background-image: url(/img/nav.gif);
background-repeat: no-repeat;
text-indent: -9009px;
display:block;
font-family:Arial,Helvetica,sans-serif;
}

#buyingList a {background-position: 0 0px; width:70px;}
#buyingList a:hover {background-position: 0 -27px;}
body#buying #buyingList a,
body.buying #buyingList a,
body.alert #buyingList a {background-position: 0 bottom;}

#sellingList a {background-position: -70px 0; width:100px;}
#sellingList a:hover {background-position: -70px -27px; }
body#selling #sellingList a {background-position: -69px bottom; }

#inspectionList a {background-position: -169px 0; width:125px;}
#inspectionList a:hover {background-position: -169px -27px; }
body#inspection #inspectionList a {background-position: -169px bottom; }

#recentList a {background-position: -261px 0; width:106px;}
#recentList a:hover {background-position: -261px -27px; }
body.recent #recentList a,
body#recent #recentList  a {background-position: -261px bottom; }

#usefullList a {background-position: -294px 0; width:163px;}
#usefullList a:hover {background-position: -294px -27px; }
body#usefull #usefullList a {background-position: -294px bottom; }

#aboutList a {background-position: -460px 0; width:118px;}
#aboutList a:hover {background-position: -460px -27px; }
body#about #aboutList a {background-position: -460px bottom; }
body#staff #aboutList a {background-position: -460px bottom; }

#contactList a {background-position: -578px 0; width:107px;}
#contactList a:hover {background-position: -578px -27px; }
body#contact #contactList a {background-position: -578px bottom; }

.menu li.last a {
 border: none;
}

.menu li.first a{
border: none;
} 

.menu a:link,
.menu a:visited {
/*color: #818181;*/
color:#929292;
text-decoration: none;
}

.menu a:hover {
color: #929292;
text-decoration: none;
}

.menu li li a:link, .menu li li a:visited {
width:135px !important;
height:auto !important;
text-indent:0;
padding: 5px 20px;
color:#fff;
font-size:1.1em;
bacground-image:none;
background-color: #a3a3a3;
font-weight:normal;
  filter:alpha(opacity=90);
  -moz-opacity:0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}


.menu li li a:hover {
color:#fff;
background-color:#959595;
  filter:alpha(opacity=100);
  -moz-opacity:1;
  -khtml-opacity:1;
  opacity:1;
}
/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #DDDDDD;
}
body#home_new form fieldset {
margin-bottom: 15px;
padding: 10px;
border: none;
}

form li {
list-style-type: none;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}
body.alert form label {
display: block;
float: none;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}

form input {
width: 200px;
}

form textarea {
width: 200px;
}

form select {
width: 205px;
}

form input.radio {
width: 30px;
}

form textarea {
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}

form p {
clear: both;
}


form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
width: auto !important;
padding: 4px 10px;
cursor: pointer;
background:url(/img/btn_bg.jpg) repeat-x;
border: none;
color: #fff;
}



form em span,
form .required {
color: #818181;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
border-bottom:4px solid #ABABAB
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
border-bottom:4px solid #ABABAB
}

#content p,
#sub-section p {
margin-bottom: 10px;
}

#sub-section img#dyn-img2,
#content img#dyn-img2 {
margin-bottom: 10px;
display: block;
border-bottom:4px solid #ABABAB
}

body.team #content img#dyn-img1,
body.team #content img#dyn-img2 {
float : right;
margin: 0 0 10px 20px;
border-bottom : none;
}


/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/



/* Slideshow
-------------*/
body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}
body.slideshow #header {
background-color: #fff;
background-repeat: repeat;
background-position: center top;
padding-top: 0px;
padding-bottom:10px;
margin-bottom: 10px;
border-bottom:3px solid #595959;
}
body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0 auto;
}
body.slideshow table img {
display: block;
width: auto;
margin: 10px auto;
border: 1px solid #333;
}
body.slideshow table #slideImage img {
margin-bottom: 0;
}
body.slideshow input {
width: auto;
}
body.slideshow table {
margin: 0 auto;
}
body.slideshow form input.button {
margin-right: 1px;
}

body#home_new .newcontent {
width:683px; 
float: left;
}
body#home_new .newcontent_text {
float:left; 
font-size:11px;
width: 380px;
padding-right: 10px;
margin-top: 10px;
}
body#home_new .qs_main {
float:right; 
width: 293px;
}
body#home_new .qs {
background-image: url(/img/qs_img.gif);
background-repeat: no-repeat;
width: 102px;
height: 24px;
display: block;
text-indent: -9999px;
}
body#home_new .newlinks {
width: 683px; 
float: left;
clear: both;
}
.newlinks a{
float: left;
margin-right: 5px;
}
.newlinks a.newsletter{
float: left;
margin-right: 0px;
}

/** Quick Search **/


form select#qs_suburb, form select#qs_property-type, form select#qs_min-price, form select#qs_max-price {
font-size: .9em;
width: 134px;
}
.qs_suburb {
margin: 0 3px 10px 0;
float: left;
}
.qs_property-type {
margin: 0 0 10px 0; 
float:left;
}



/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}

body#contact #sub-section{
margin-top:55px;
}
body#contact #content form
