/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #000;
}
p,
div.text  {
font-size: 1em;
margin-bottom: 10px;
color: #000;
}
div.text p {
font-size: 1em; /* font-size fix within text div */
}
dl,
ul,
ol,
form input, 
form textarea,
form select {
font-size: 1em;
font-family: Arial, Helvetica, sans-serif; /* Used to fix font issue with textarea */
}
div.text ul,
div.text ol {
margin: 0 0 10px 30px;
list-style: disc;
font-size: 1em; /* font-size fix within text div */
}
div.text ol {
list-style: decimal;
list-style-position: inside;
}
a:link,
a:visited {
color: #333;
}
a:hover {
color: #666;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: #787878;
padding: 5px 10px;
text-decoration: none;
text-transform: lowercase;
color: #333;
}

/* Headings */
h1 {
color: #000;
font-size: 1.6em;
margin-bottom: 15px;
text-transform: capitalize;
}
h2 {
color: #000;
font-size: 1.2em;
margin-bottom: 3px;
text-transform: capitalize;
}
div.text h2 {
font-size: 1em; /* font-size fix within text div */
}
h3 {
font-size: 1em;
color: #000;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}


/* Structure 
------------ */
body {
background-color: #000;
background-image: none;
}
#wrap{
background-color: #FFF;
width: 980px;
margin: 0 auto;
}
#header {
padding: 0 0 0 0;
background-image: url(/_lib/professional/000/img/header_tile.gif);
background-position: top left;
background-repeat: repeat-x;
}
#footer {
background-image: none;
text-align: right;
height: 29px;
padding: 0 30px 0 0;
}
#content {
margin: 0;
padding: 10px 75px 0 75px;
background-color: #FFF;
background-image: none;
}
body#home #content{
padding: 0;
margin-left: 30px;
}

#mainContent {
width:560px;
float:left;
}

#subContent {
width: 250px;
float: right;
}
/* Header
----------*/
#header img#logo {
display: block;
margin: 0 0 0 0;
}
/* Footer
--------- */
#footer{
color: #333;
font-size: 0.9em;
margin-left: 30px;
padding-bottom: 15px;
}
#footer a:link,
#footer a:visited {
color: #333;
text-decoration: none;
}
#footer a:hover{
color: #666;
}
#footer #address1{
float: left;
}
#footer #address2{
float: right;
}
#footer #footer3{
clear: both;
}

#footer p {
color: #333;
font-size: 0.9em;
margin: 0;
}
#footer p a:link,
#footer p a:visited {
color: #333;
text-decoration: none;
}
#footer p a:hover{
color: #666;
}

/* Dropdown menu
-----------------*/
.menu {
background-color: transparent;
background-image: url(/_lib/professional/000/img/bg_menu.gif);
background-position: top left;
background-repeat: repeat-x;
height: 31px;
padding-left: 54px;
}

.menu a {
display: block;
height: 31px;
margin: 0 0 0 0;
background-position: top left;
background-repeat: no-repeat;
background-color: transparent;
text-indent: -9999em;
}
.menu li#homeList a {
background-image: url(/_lib/professional/000/img/mm_home.gif);
width: 98px;
}
.menu li#buyList a {
background-image: url(/_lib/professional/000/img/mm_buying.gif);
width: 106px;
}
.menu li#sellList a {
background-image: url(/_lib/professional/000/img/mm_selling.gif);
width: 109px;
}
.menu li#rentList a {
background-image: url(/_lib/professional/000/img/mm_renting.gif);
width: 113px;
}
.menu li#aboutList a {
background-image: url(/_lib/professional/000/img/mm_aboutus.gif);
width: 119px;
}
.menu li#financeList a {
background-image: url(/_lib/professional/000/img/mm_finance.gif);
width: 115px;
}
.menu li#contactList a {
background-image: url(/_lib/professional/000/img/mm_contactus.gif);
width: 138px;
}
.menu .dropdown,
.menu a:hover {
background-position: bottom left;
}
#menu .menu li li a {
font-size: 0.9em;
text-indent: 10px;
background-image: none;
background-color: #2c2b2c;
margin-top: 0;
padding: 5px 0;
border-bottom: 1px solid #b7b7b7;
width: 140px;
color: #fff;
text-decoration: none;
height: auto;
}
#menu .menu li li a:hover {
background-color: #535153;
}
#menu .menu li#aboutList li a {
margin-left: -8px;
}

body#home #homeList a,
body.contactPage #contactList a,
body.linksPage #financeList a,
body.staffPage #aboutList a,
body.personPage #aboutList a,
body.testimonialPage #aboutList a,
body.rentAppraisalPage #rentList a,
body.docLibPage #rentList a,
body.vacatePage #rentList a,
body.maintenancePage #rentList a,
body.salesAppraisalPage #sellList a,
body.auctionPage #buyList a,
body.alert #buyList a,
body.searchForm #buyList a,
body.ofiPage#buying #buyList a,
body.ofiPage#renting #rentList a,
body.listingPage#buying #buyList a,
body.listingPage#selling #sellList a,
body.listingPage#renting #rentList a,
body.detailsPage#buying #buyList a,
body.detailsPage#selling #sellList a,
body.detailsPage#renting #rentList a,
body.dynPage#buyingtips #buyList a,
body.dynPage#sellingtips #sellList a,
body.dynPage#whysell #sellList a,
body.dynPage#rentingwithus #rentList a,
body.dynPage#profile #aboutList a,
body.dynPage#services #aboutList a,
body.dynPage#finance #financeList a
{
background-position: 0 -31px;
}


/* Standard forms
------------------*/
form textarea, input, select{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #333;
font-weight: bold;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #c7c7c7;
}
form li {
list-style-type: none;
margin: 0 0 10px 0;
}
form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
margin-bottom: 5px;
}
form input {
width: 250px;
}
form textarea {
width: 250px;
}
form select {
width: 254px;
}
form input.radio {
width: 30px;
border: none;
}
form p {
clear: both;
}
form fieldset#submit,
form fieldset.submit {
border: none;
padding: 0;
text-align: right;
}
form fieldset#submit input,
form fieldset.submit input,
form input.button {
height: 23px;
width: 48px !important;
background-color: transparent;
background-position: top left;
background-repeat: no-repeat;
color: #18506d;
text-indent: -9999em;
padding: 0;
cursor: pointer;
border: none;
}
form input.button {
background-image: url(/_lib/professional/000/img/btn_submit.gif);
}
form fieldset input.submit {
background-image: url(/_lib/professional/000/img/btn_submit.gif);
}
form fieldset input.clear {
background-image: url(/_lib/professional/000/img/btn_clear.gif);
}
form fieldset input.search {
background-image: url(/_lib/professional/000/img/btn_search.gif);
}

form fieldset input.login {
background-image: url(/_lib/professional/000/img/btn_login.gif);
}
form fieldset input.activate {
background-image: url(/_lib/professional/000/img/btn_reactivate.gif);
}
form em span,
form .required {
color: #d64648;
font-weight: bold;
}

/* Popups
---------*/
html.popup body{
background-color: #FFF;
}
html.popup form fieldset#details,
html.popup form fieldset#submit p{
margin-right: 20px;
}
html.popup #propertyInfo form fieldset{
margin-right: 20px;
}
html.popup #propertyInfo form fieldset#submit{
margin-right: 0;
}

html.popup #content {
margin: 0;
width: auto;
padding: 13px 0 0 21px;
float: none;
}
#GB_window {
background-color: #FFF;
}
html.popup #header {

}

/* Homepage
----------- */
ul#animation {
list-style: none;
list-style-position: outside;
height: 270px;
width: 920px;
overflow: hidden;
margin-bottom: 10px;
margin-top: 10px;
}
body#home #featurePropertyMultiple{
float: left;
width: 200px;
height: 240px;
margin-right: 10px;
background-image: url(/_lib/professional/000/img/fp_bkg.gif);
background-repeat: no-repeat;
background-position: top left;
position: relative;
}
body#home #featurePropertyMultiple p{
color: #000;
margin-top: 0;
margin-bottom: 0;
}
body#home #featurePropertyMultiple p#title{
font-weight: bold;
text-transform: capitalize;
}

body#home #featurePropertyMultiple img{
width: 170px;
height: 130px;
border: 1px solid #b7b7b7;
margin-top: 30px;
margin-left: 15px;
margin-bottom: 6px;
}
body#home #featurePropertyMultiple p{
margin-left: 15px;
}
body#home #featurePropertyMultiple p#suburb{
text-transform: uppercase;
}

body#home #featurePropertyMultiple a#more{
width: 78px;
height: 16px;
display:block;
text-indent: -999px;
position: absolute;
left:122px;
top:224px;
}

body#home .extralinks{
float: left;
width: 100px;
height: 240px;
margin-right: 10px;
}
body#home .extralinks #video{
width: 100px;
height: 110px;
background-image: url(/_lib/professional/000/img/video_bkg.jpg);
background-repeat: no-repeat;
background-position: top left;
margin-bottom: 10px;
}
body#home .extralinks #emag{
width: 100px;
height: 120px;
background-image: url(/_lib/professional/000/img/emag_bkg.jpg);
background-repeat: no-repeat;
background-position: top left;
}
body#home .extralinks #video a#video{
float: left;
display: block;
width: 100px;
height: 80px;
text-indent:-999px;
margin-top: 30px;
background-image: none;
}
body#home .extralinks #emag a#emag{
float: left;
display: block;
width: 100px;
height: 88px;
text-indent:-999px;
margin-top: 28px;
background-image: none;
}

/* ------------------------------ */
/* Other Pages With Custom Styles */
/* ------------------------------ */

/* Property Alert
----------------- */
body.alert #wrap #loginbox {
margin: 30px 0 0 0;
}
body.alert #wrap #content #alertmenu {
background-color: #5e5e5e;
}
body.alert #wrap #content #alertmenu li {
border-right: 1px solid #ffffff;
}
body.alert #wrap #content #alertmenu a {
color: #fff;
}
body.alert #wrap #content #alertmenu a:hover {
background-color: #787878;
color: #fff;
text-decoration: none;
}


/**************************/
