/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #ffffff;
}

p {
font-size: 0.9em;
}

h1 {
font-size: 1em;
margin-bottom: 10px;
color: #cecece;
}

h2 {
font-size: 0.9em;
padding-top: 10px;
margin-bottom: 3px;
}

h3 {
font-size: 1.1em;
margin-bottom: 3px;
}

legend {
color: #cecece;
font-weight: bold;
}

a:link,
a:visited {
color: #8280e5;
}
a:hover {
text-decoration: none;
}

#content p {
margin-bottom: 10px;
}

#content ul {
list-style: square;
margin-left: 50px;
font-size: 0.9em;
margin-bottom: 10px;
}

#footer p {
width: 655px;
font-size: 0.8em;
margin: 0 auto;
padding: 15px 0 0 70px;
}

#footer,
#footer a:link,
#footer a:visited {
color: #aeaeb0;
text-decoration: none;
}

#footer a:hover {
color: #fff;
}


/* Structure
-------------*/
body {
background-image: url(../img/bg_footer.gif);
background-position: top left;
}

#wrapper {
background-image: url(../img/bg_body.gif);
background-position: top left;
background-repeat: repeat-x;
background-color: #2f2f33;
height: auto;
width: 100%;
float: left;
}

#menu {
margin-bottom: 14px;
margin: 0 auto;
border-bottom: 2px solid #3d3d3d;
}

#wrap {
width: 775px;
height: auto;
margin: 0 auto;
}

#content {
width: 646px;
height: auto;
padding: 15px;
background-image: url(../img/bg_dynamic.gif);
background-position:top left;
background-repeat: no-repeat;
background-color: #232328;
border: 1px solid #3a3a3a;
margin-left: 95px;
margin-bottom: 15px;
}
html#nopad #content {
padding: 0;
background: none;
border: none;
width: 676px;
}

#footer {
border-top: 2px solid #3d3d3d;
clear:both;
padding-bottom: 20px;
}

/* Logo
----------*/

#wrap object#logo {
float: left;
}

/* Dropdown menu
-----------------*/
#menu {
margin-bottom: 14px;
}
.menu {
width: 725px;
margin: 0 auto;
}

.menu a,
.menu a:link,
.menu a:visited {
font-size: 0.9em;
text-transform: none;
text-decoration: none;
color: #b0b0b0;
font-weight: bold;
}

.menu li li {
background-color: #2f2e34;
border-left: 1px solid #555557;
border-right: 1px solid #555557;
float: left;
}

.menu li li.first {
border-top: 1px solid #555557;
}
.menu li li.last {
border-bottom: 1px solid #555557;
}

.menu li li a,
.menu li li a:link,
.menu li li a:visited {
color: #b0afb4;
display:block;
padding: 3px 4px;
font-weight: normal;
}
.menu li li a:hover {
color: #fff;
background-color: #25242a;
}

.menu li#buyList li {
width: 170px;
}
.menu li#sellList li {
width: 110px;
}
.menu li#rentList li {
width: 210px;
}
.menu li#financeList li {
width: 140px;
}
.menu li#aboutList li {
width: 100px;
}

.menu a#mm_home,
.menu a#mm_buy,
.menu a#mm_sell,
.menu a#mm_rent,
.menu a#mm_finance,
.menu a#mm_news,
.menu a#mm_about,
.menu a#mm_contact {
background-image: url(../img/bg_menuButtons.gif);
background-position: top right;
background-repeat: no-repeat;
height: 55px;
line-height: 55px;
text-align: center;
display: block;
}
.menu a#mm_home:hover,
.menu a#mm_buy:hover,
.menu a#mm_sell:hover,
.menu a#mm_rent:hover,
.menu a#mm_finance:hover,
.menu a#mm_news:hover,
.menu a#mm_about:hover,
.menu a#mm_contact:hover {
color: #FFF;
background-position: bottom right;
}
.menu a#mm_home {
background-image: url(../img/mm_home.gif);
width: 80px;
}
.menu a#mm_buy{
width: 86px;
}
.menu a#mm_sell{
width: 86px;
}
.menu a#mm_rent{
width: 91px;
}
.menu a#mm_finance{
width: 92px;
}
.menu a#mm_news{
width: 78px;
}
.menu a#mm_about{
width: 100px;
}
.menu a#mm_contact{
width: 112px;
}

body#home .menu a#mm_home,
body#buy .menu a#mm_buy,
body#sell .menu a#mm_sell,
body#rent .menu a#mm_rent,
body#finance .menu a#mm_finance,
body#news .menu a#mm_news,
body#about .menu a#mm_about,
body#contact .menu a#mm_contact {
color: #FFF;
background-position: bottom right;
}

/* Standard forms
------------------*/

form fieldset {
margin: 0px auto 15px auto;
padding: 10px;
border: 1px solid #393939;
width: 430px;
}

form label {
display: block;
float: left;
width: 150px;
}

form input,
form select {
width: 250px;
border: 1px solid #393939;
font-size: 0.9em;
padding: 1px;
}
form textarea {
width: 250px;
border: 1px solid #393939;
padding: 1px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
}

form input.small,
form select.small {
width: 121px;
}

form input.xsmall {
width: auto;
float: left;
margin-left: 20px;
border: none;
padding: 0px;
}
form label.xsmall {
float: left;
width: auto;
margin: 0 55px 0 5px;
}

form fieldset p em.description {
float: left;
margin-left: 150px;
font-size: 0.9em;
color: #cecece;
margin-bottom: 20px;
width: 250px;
display: block;
}

form p {
clear: both;
margin: 10px;
}

form fieldset#submit {
border: none;
padding: 0;
text-align: right;
}

form fieldset.submit input,
form input.button {
background-color: transparent;
}

form fieldset#submit input {
width: 44px;
height: 17px;
cursor: pointer;
background-image: url(../img/btn_send.gif);
border: none;
text-indent: -9999em;
}

form fieldset#submit input#calculate {
background-image: url(../img/btn_calculate.gif);
width: 79px;
}
form fieldset#submit input#clear {
background-image: url(../img/btn_clear.gif);
width: 51px;
}

form fieldset#submit em{
color: #cecece;
margin-right: 20px;
font-size: 0.8em;
}
form fieldset#submit em#disclaimer {
float: left;
margin: 10px 0 0 0;
text-align: left;
display:inline;
clear:both;
}

/* Homepage */

body#home #animation {
margin-top: 2px;
display: block;
height: 309px;
width: 677px;
background-image: url(../img/animation/01.jpg);
background-position: top left;
background-repeat: no-repeat;
}

#mainText {
width: 485px;
height: 314px;
background-image: url(../img/bg_homeText.gif);
background-repeat: no-repeat;
background-position: top left;
margin: 4px 0 15px 0;
overflow: auto;
float: left;
}

#mainText h1 {
margin: 13px 13px 5px 13px;
padding: 0;
}
#mainText h2 {
margin: 2px 13px 8px 13px;
}
#mainText p {
margin: 0 13px 10px 13px;
}

a#pow {
width: 186px;
height: 153px;
display: block;
border: 1px solid #3a3a3a;
background-color: #29293b;
float: right;
margin: 4px 0 0 0;
text-decoration: none;
}

a#pow:hover {
background-color: #181824;
}

a#pow img {
width: 186px;
height: 117px;
margin: 0;
padding: 0;
}

a#pow h4 {
color: #cecece;
text-transform: uppercase;
font-size: 1em;
padding: 5px 5px 0 5px;
}

a#pow .icons {
margin: 0;
color: #afafaf;
font-weight: bold;
font-size: 0.9em;
}

a#pow .icons img {
margin-left: 5px;
width: auto !important;
height: auto !important;
}


#qs {
width: 188px;
height: 155px;
background-image: url(../img/bg_qs.gif);
background-repeat: no-repeat;
background-position: top left;
float: right;
margin: 4px 0 0 0;
}

#qs h2 {
margin: 7px 0 0 23px;
}

#qs form {
margin: 12px 0 0px 23px;
width: 141px;
height: auto;
display: block;
padding: 0;
}

#qs form select {
width: 138px;
margin: 0 0 5px 0;
font-size: 0.9em;
padding: 1px;
border: 1px solid #393939;
display: block;
}

#qs form input#go {
background-color: transparent;
width: 33px;
height: 17px;
cursor: pointer;
background-image: url(../img/btn_go.gif);
text-indent: -9999em;
margin: 0;
padding: 0;
float: left;
border: none;
}


/* Dynamic Pages */
img.dynImg {
display: block;
margin: 10px 0;
border: 1px solid #3a3a3a;
}

img#left {
float: left;
margin: 0 20px 10px 0;
display: inline;
}

img#right {
float: right;
margin: 0 0 10px 20px;
display: inline;
}

p.author {
font-weight: bold;
}

/* Testmonials/News */
.testimonial,
.newsArticle {
border-bottom: 1px solid #3a3a3a;
margin-bottom: 10px;
padding: 10px 0;
}

.newsArticle h2 {
margin-top: 0;
padding-top: 0;
}

/* PDF Documents */
p#buttonPdf {
border-bottom: 1px solid #3a3a3a;
padding-bottom: 10px;
}

p#buttonPdf a {
background-image: url(http://www.dowlingeastlakes.com.au/img/pdficon.gif);
background-repeat: no-repeat;
background-position: left center;
display: block;
height: 16px;
width: auto;
padding-left: 20px;
font-weight: bold;
margin: 20px 0 10px 0;
}

/* Staff Profiles */
body.staff #content,
body.staffDetails #content {
overflow:auto;
margin-left: 0px;
}
.staffMember a {
font-size: 0.9em;
margin: 0 5px 2px 5px;
display: block;
font-weight: bold;
}
.staffMember a.emailLink {
font-weight: normal;
}
.staffMember {
border: 1px solid #3a3a3a;
background-color: #232328;
width: 200px;
float: left;
height: 310px;
display: block;
margin: 10px 5px;
}

.staffMember .bg_staffImg {
display: block;
height: 220px;
width: 200px;
background-position: center top;
border-bottom: 1px solid #3a3a3a;
margin:0;
padding: 0;
}

.staffMember h2 {
margin: 0 5px;
padding: 2px 0 0 0;
}

.staffMember h3 {
font-style: italic;
margin: 0 5px;
padding: 0;
font-size: 0.9em;
font-weight: normal;
}

.staffMember p {
margin: 0 5px;
}

/* Staff Details */
img#staffImg {
border: 1px solid #3a3a3a;
float: left;
margin: 0 15px 10px 0;
display: block;
}

#staffDetails ul.staffOverview {
list-style: none;
padding: 0 0 20px 0;
display: block;
margin: 0;
}

/* Results */

/* filter */
body.listing #filter {
height: 34px;
padding: 14px 0 0 20px;
margin-bottom: 5px;
background-image: url(../img/bg_filter.gif);
border: 1px solid #393939;
margin-right: 12px;
}

body.listing #filter select {
width: 120px;
display: block;
font-size: 0.9em;
}

body.listing #filter select.medium {
width: 80px;
}
body.listing #filter select.small {
width: 60px;
}
body.listing #filter p {
clear: none;
float: left;
margin: 0;
margin-right: 19px;
}

body.listing #filter input.button {
width: 33px;
height: 17px;
cursor: pointer;
background-image: url(../img/btn_go.gif);
border: none;
text-indent: -9999em;
}

/* Properties */
body.listing #content a.gallery {
width: 323px;
display: block;
height: 290px;
border: 1px solid #3a3a3a;
background-color: #232328;
text-decoration: none;
float: left;
margin: 0 10px 10px 0;
}

body.listing #content a.gallery:hover {
border: 1px solid #45454a;
background-color: #2a2a30;
}

body.listing #content a.gallery img.mainImage {
width: 323px;
border: none;
margin: 0;
height: 224px;
}

body.listing #content a.gallery h2 {
text-transform: uppercase;
color: #8280e5;
padding: 0;
margin: 7px 7px 6px 7px;
}
body.listing #content a.gallery h3 {
text-transform: uppercase;
color: #cecece;
padding: 0;
margin: 0px 7px 0px 7px;
font-size: 0.9em;
}
body.listing #content a.gallery h4 {
text-transform: uppercase;
color: #d7161e;
padding: 0;
margin: 0px 7px 6px 7px;
font-size: 0.9em;
}

body.listing #content a.gallery p {
float: right;
color: #afafaf;
font-weight: bold;
margin-right: 7px;
}

body.listing #content a.gallery p img {
margin: 0 4px 0 2px;
vertical-align: middle;
}

body.listing #content .searchNavigation {
height: 20px;
display:block;
margin-bottom: 10px;
}

body.listing #content .searchNavigation p.numberResults {
float: left;
}

body.listing #content .searchNavigation p.pages {
float: right;
margin-right: 10px;
}

body.listing #content p.bottomNav a {
text-decoration: none;
}

body.listing #content p.bottomNav a.pageNumbers {
border: 1px solid #5f5f6a;
background-color: #3d3d41;
padding: 0 3px;
}

body.listing #content p.bottomNav {
display: block;
padding-top: 10px;
clear:both;
}


/*  Details */
body.detail #mainContent {
width: 346px;
float: left;
margin-bottom: 15px;
}

body.detail #mainContent h5,
body.detail #subContent h5 {
color: #cecece;
font-size: 1em;
margin: 10px;
}

body.detail #mainContent dl {
font-size: 0.9em;
margin: 10px;
}

body.detail #mainContent dt {
float: left;
width: 85px;
font-weight: bold;
}

body.detail #mainContent #title {
background-image: url(../img/bg_details_title.gif);
background-position: top left;
border: 1px solid #393939;
height: 73px;
margin: 0px 0px 4px 0px;
}

body.detail #mainContent #title h3 {
font-size: 1.1em;
margin: 10px;
color: #cecece;
}

body.detail #mainContent #title p {
margin: 0px 10px;
}

body.detail #mainContent #priceIcons {
background-image: url(../img/bg_details_title.gif);
background-position: top left;
background-repeat:repeat-y;
border: 1px solid #393939;
padding-bottom: 5px;
margin: 0px 0px 4px 0px;
overflow: auto;
}
body.detail #mainContent #priceIcons p {
float: right;
color: #afafaf;
font-weight: bold;
margin: 5px 10px 0 0;
} 
body.detail #mainContent #priceIcons p img {
margin: 0 4px 0 2px;
vertical-align: middle;
}

body.detail #mainContent #priceIcons h4 {
color: #fff;
font-weight: normal;
margin: 5px 0 0 10px;
font-size: 0.9em;
}

body.detail #mainContent #inspections,
body.detail #mainContent #overview {
background-image: url(../img/bg_details_overview.gif);
background-position: top left;
border: 1px solid #393939;
height: auto;
margin: 0px 0px 4px 0px;
}

body.detail #mainContent #description {
background-image: url(../img/bg_details_description.gif);
background-position: top left;
background-repeat: no-repeat;
background-color: #232328;
border: 1px solid #393939;
height: auto;
margin: 0px 0px 4px 0px;
}

body.detail #mainContent #inspections p,
body.detail #mainContent #overview p,
body.detail #mainContent #description p,
body.detail #subContent #lister p,
body.detail #subContent #office p {
margin: 10px;
}


body.detail #subContent {
width: 330px;
height: auto;
float: right;
margin-bottom: 15px;
}

body.detail #subContent img#mainImage {
width: 326px;
margin: 0px 0px 4px 4px;
}

body.detail #subContent img.subImage {
width: 106px;
margin: 0 0 4px 4px;
border: none;
padding: 0;
float: left;
}

body.detail #subContent #tools {
background-image: url(../img/bg_details_options.gif);
background-position: top left;
border: 1px solid #393939;
height: 71px;
margin: 0px 0px 4px 4px;
clear:both;
}

body.detail #subContent #tools ul {
list-style: none;
float: left;
margin: 10px 0;
}
body.detail #subContent #tools ul.leftCol {
margin-left: 20px;
}
body.detail #subContent #tools ul.rightCol {
float: right;
margin-right: 30px;
}
body.detail #subContent #tools ul li {
padding: 1px 0;
}

body.detail #subContent #tools a {
text-decoration: none;
}

body.detail #subContent #lister,
body.detail #subContent #office {
background-color: #232328;
border: 1px solid #393939;
height: auto;
margin: 0px 0px 4px 4px;
}

a#a3Print {
position:absolute;
bottom: 0;
right: 0;
width: 20px;
height: 20px;
display: block;
text-indent:-99999em;
}


/* Slideshow */
body#slideshow {
background-color: #2f2f33;
background-image: none;
}
body#slideshow .menu {
margin: 0 auto;
width: 280px;
}
body#slideshow .menu a {
background-image: url(../img/bg_menuButtons.gif);
background-position: top right;
background-repeat: no-repeat;
height: 55px;
line-height: 55px;
width: auto;
padding: 0 20px;
float: left;
text-align: center;
display: block;
}
body#slideshow .menu a:hover {
color: #FFF;
background-position: bottom right;
}
body#slideshow #wrap img {
margin: 15px auto;
border: 1px solid #393939;
padding: 2px;
}


/* Print Friendly */
body#printf {
background: none;
color: #000;
}

body#printf #wrap {
width: 634px !important;
}

body#printf #content {
background: none;
width: 622px !important;
border: none;
padding: 20px 0;
margin: 0;
}

body#printf #main {
border-right: 1px solid #000;
border-left: 1px solid #000;
padding: 0 5px;
width: 622px !important;
}

body#printf #header {
width: 634px !important;
margin: 0 auto;
height: 77px;
}

body#printf #footer {
width: 634px !important;
margin: 0 auto;
padding: 0;
border: none;
}

body#printf #mainContent {
width: 290px;
padding: 0;
margin: 0;
}
body#printf #subContent {
margin: 0;
width: 332px;
}

body#printf #main #mainContent div,
body#printf #main #subContent div {
background: none;
background-color: #fff;
}

body#printf #mainContent h5,
body#printf #subContent h5 {
color: #ed1b24;
}

body#printf #mainContent #priceIcons h4 {
color: #ed1b24;
}

body#printf #mainContent #title,
body#printf #mainContent #priceIcons,
body#printf #mainContent #overview,
body#printf #mainContent #description,
body#printf #mainContent #inspections,
body#printf #subContent #lister,
body#printf #subContent #office {
border: 1px solid #bfbfbf;
}

body#printf #mainContent #title h3 {
color: #024ca1;
}

body#printf #mainContent #priceIcons p {
color: #afafaf;
}

body#printf #subContent #lister {
clear: both;
}


/* Lists */
body#list {
color: #000;
background: none;
}

a.printIcon {
float: right;
background-image: url(../img/print.gif);
background-position:top left;
background-repeat: no-repeat;
display:block;
height: 28px;
line-height: 28px;
padding-left: 28px;
margin-top: 15px;
}

body#list #wrap {
width: 634px !important;
}

body#list #content {
background: none;
width: 622px !important;
border: none;
padding: 0;
margin: 0;
}

body#list #main{
border-right: 1px solid #000;
border-left: 1px solid #000;
padding: 0 5px;
width: 622px !important;
}

body#list #header {
width: 634px !important;
margin: 0 auto;
height: 77px;
}

body#list #footer {
width: 634px !important;
margin: 0 auto;
padding: 0;
border: none;
}

body#list #content h1 {
color: #ed1b24;
padding-top: 20px;
font-size: 1.2em;
}

body#list #content h3 {
background-color: #f1f1f1;
border-top: 1px solid #bfbfbf;
border-bottom: 1px solid #bfbfbf;
padding: 5px 0 5px 5px;
margin-bottom: 5px;
margin-top:20px;
clear:both;
color: #024ca1;
}

body#list #content ul {
clear: both;
overflow: hidden;
padding: 3px 0 15px 0;
margin: 15px 0;
list-style: none;
border-bottom: 1px solid #bfbfbf;
}

body#list #content li {
float: left;
list-style: none;
}

body#list #content ul#titles li {
font-weight: bold;
color: #666;
}

/* Res Stocklist */
body#list #content li.overview {
width: 300px;
display: block;
float: left;
margin-right: 10px;
}

body#list #content li.overview h2 {
color: #024ca1;
font-size: 1em;
margin: 0 0 10px 0;
padding: 0;
}

body#list #content li.overview img {
float: left;
margin-right: 10px;
}

body#list #content li.overview .icons {
height: auto;
display: block;
margin-top: 10px;
font-weight: bold;
color: #afafaf;
}

body#list #content li.overview .icons img {
float: none;
}

body#list #content li.price {
width: 180px;
margin-right: 10px;
}
 
body#list #content li.contact {
width: 100px;
}

/* Residential Rental Stocklist */
body#list.renList #content li.perWeek {
width: 80px;
}

body#list.renList #content li.availability {
width: 100px;
}

/* Commercial Rental Stocklist */
body#list.lcmList #content li.overview {
width: 400px;
}

/* OFI List */
body#list.ofiList #content li.price {
width: 80px;
}

body#list.ofiList #content li.inspect {
width: 100px;
}