/*===BASIC TEMPLATE 1===
Fixed width, two columns
Horizontal menu, dropdowns top to bottom
=======================*/

/* Global structure
----------------------*/
body, html{height: 100%;}
#wrap {width: 932px;margin: 0 auto;}
#footer {clear: both;padding: 10px 0 20px 0; text-align: center;}
#header {padding: 0 1px;overflow:hidden;}

body{
background-color: #d4d2cf;
}
#wrap{
	border:15px solid #fff;
	background-image:url(/mw_images/main_page.png);
	background-repeat:repeat-y;
}
#footer {
	width:932px;
	margin:0 auto;
}

#main .container{
		border-bottom:1px solid #e1e1e1;
		height:auto !important;
		min-height:450px; /* set height */
		height:450px;
}

#menu {
background: #d4a255 url(/mw_images/nav_bg.gif) ;
border-bottom:1px solid #fff;
}

.clear_both{
	clear:both;
}
/* Column layout
-----------------*/
/* two column, sidebar on the right */
#main {clear: both;}
#content {width: 694px; float: left; padding: 15px;}
#leftContent{
	xfloat:left;
	xwidth:auto;
	xpadding:0px;
	xpadding-right:15px;
}
#rightContent{
	xfloat:left;
	xwidth:175px;
	xpadding:0px;
}
#randImg1 {float:right; padding: 0 0 15px 15px;}
#sub-section {width: 208px; float: left; padding:0px;}
#sub-section{
	clear:both;
	background-image:url(/mw_images/sub-section.jpg);
	background-repeat:no-repeat;
	background-position:1px 0px;
	height:auto !important;
	min-height:250px; /* set height */
	height:250px;
}
div#subsectionImage{
padding-left:1px;
padding-bottom:15px;
}
#sub-section p{
padding:15px;
}
#sub-section img{
margin:0 auto;
}
#sub-section dl{
 padding:15px;
}
#menu_left h2{
	background-image:url(/mw_images/left_menu_header.jpg);
	background-repeat:no-repeat;
	width:206px;
	height:39px;
	line-height:39px;
	vertical-align:middle;
	text-indent:15px;
}
#menu_left ul{
	padding:20px 1px;
	list-style-type:none;
	list-style-position:outside;
}
#menu_left ul li{
	padding:0px;
	margin:0px;
	width:206px;
}
#menu_left ul li a,
#menu_left ul li a:visited,
#menu_left ul li a:link{
	display:block;
	padding:0px;
	margin:0px;
	color:#000000;
	width:100%;
	height:27px;
	line-height:27px;
	text-decoration:none;
	text-indent:25px;
}
#menu_left ul li a:hover{
	background-image:url(/mw_images/left_meu_hover.jpg);
	background-repeat:no-repeat;
}
#menu_left ul li a.active{
	background-image:url(/mw_images/left_meu_hover.jpg);
	background-repeat:no-repeat;
}
#menu_left .highlighter {font-weight:bold;}

#menu_left ul ul {
display:none;
padding:0;
border-top: 3px solid #c2c7cd;
border-bottom: 3px solid #c2c7cd;
background-color: #c2c7cd;
}

#menu_left ul ul li a:visited, 
#menu_left ul ul li a:link, 
#menu_left ul ul li a {
padding-left:10px;
}

#menu_left ul ul li a:hover {
background-image:none; 
font-weight:bold;
}
#menu_left ul ul li a.active {
background-image:none;
font-weight:bold;
}

body.aboutus #menu_left ul li#aboutnav  ul,
body.careers #menu_left ul li#careersnav  ul,
body.tenantservices #menu_left ul li#tenantservicesnav  ul {display:block;}

body.aboutus #menu_left #aboutnav a,
body.careers #menu_left #careersnav a,
body.tenantservices #menu_left #tenantservicesnav a {
	background-image:url(/mw_images/left_meu_hover.jpg);
	background-repeat:no-repeat;
}

body.aboutus #menu_left #aboutnav ul a,
body.careers #menu_left #careersnav ul a,
body.tenantservices #menu_left #tenantservicesnav ul a {background-image:none;}

/* pages without columns */

.current_page {font-weight:bold;}

#content{
	color:#FFFFFF !important;
}
/* Pages without columns
-------------------------*/

/* Header
----------*/
#header img {
display: block;
float: right;
}

/* Menu
---------*/

.menu {
margin: 0;
}

.menu a {
padding: 8px 15px;
}

.menu li {
padding: 8px 0;
}

.menu li li {
padding: 0;
}

.menu li li a {
padding: 4px 15px;
display: block;
width: 180px;
}

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

p {
font-size: 1em;
}

h1 {
font-size: 1.0em;
margin-bottom: 15px;
text-transform:uppercase;
color:#d4a255;
}

h2 {
font-size: 1.0em;
margin-bottom: 3px;
}

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

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

a:link,
a:visited {
color: #ba9553;
}
a:hover {color:#fff;}

#content ul {
list-style-type:disc;
list-style-position:inside;
}

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

#footer p {
font-size: 0.9em;
}

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

#footer a:hover {
color: #00163b;
}
#footer .footerLink{
	float:left;
	font-size: 0.8em;
	color: #767476;
}
#footer .footerAddress{
	float:right;
	font-size: 0.8em;
	color: #767476;
}
/* Header
----------*/
#header{
background-color:#00163b;
}
#header img#logo {
float: left;
}

/* Dropdown menu
-----------------*/

.menu a {
font-weight: bold;
text-transform: uppercase;
font-size: 1em;
}

.menu li.last a, 
.menu li li a {
border: none;
}

.menu a:link,
.menu a:visited {
color: #fff;
text-decoration: none;
xbackground: #d4a255 url(/mw_images/nav_bg.gif) ;
background: #b58c45 url(/mw_images/nav_bg.gif) ;
}

.menu a:hover {
color: #fff;
background-color:#00163b;
background-image:none;
}

.menu li li a {
border: none;
border-left:1px solid #e1e1e1 !important;
border-right:1px solid #e1e1e1 !important;
text-transform: none;
font-weight:normal;
background-image:none !important;
}
.menu li li.last a{
border-bottom:1px solid #e1e1e1 !important;
}
.menu li li.first a{
border-top:1px solid #e1e1e1 !important;
}
.menu ul ul {display:none;}

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

form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ddd;
}

form label {
display: block;
float: left;
width: 180px;
margin-right: 10px;
}

form input,
form textarea,
form select {
width: 250px;
}

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: 91px !important;
padding: 3px 0;
cursor: pointer;
background: #c2a065 url(/mw_images/btn_tool.png) no-repeat;
border: none;
color: #fff;
}

form em span,
form .required {
color: #B90000;
font-weight: bold;
}


/* Dynamic text
----------------*/

#content img#dyn-heading-img {
display: block;
margin-bottom: 15px;
}

#content img#dyn-img1 {
float: right;
margin: 0 0 10px 20px;
}

#sub-section img#dyn-img2 {
margin-bottom: 10px;
display: block;
}

/* Sub-section
---------------*/
#sub-section dd,
#sub-section dt {
margin-bottom: 5px;
}

/* Home 
---------*/
body#home form input{
	width:auto;
}
body#home form label{
	width:auto;
}
body#home #wrap{
background:none;
background-color:#00163b;
}
body#home #main .container{
border:0px;
}
body#home #content{
float:left;
padding:0px;
width:621px;
xborder-right:4px solid #fff;
}
body#home #content #topContentImage img{
border-right:1px solid #fff;
border-bottom:1px solid #fff;
}

body#home #content #topContentImage img#last{
border-right:0px;
}

body#home fieldset{
 border:0px;
}
body#home #quickSearch,body#home #propertySearch{
border-bottom:1px solid #fff;
}
/*Quick search */
body#home #quickSearch{
	clear:both;
	padding:10px 18px;
	overflow:auto;
	height:1%;
}
body#home #quickSearch div{
float:left;
width:110px;
padding-top:8px;
#padding-top:3px;
}
body#home #quickSearch div.submit{
padding-top:0px;
#margin-left:5px;
width:305px;
}
body#home #quickSearch div.title{
width:140px;
padding-top:8px;
#padding-top:6px;
}
body#home div.title span.title{
text-transform:uppercase;
font-weight:600;
font-size:1.1em;
color:#FFF;
}
body#home #quickSearch .qsinputbox{
width:230px;
height:18px;
#height:20px;
color:#000;
border:1px solid #c5c6c7;
font-size: 0.9em;
}
body#home #quickSearch #btn_go{
position:relative;
top:6px;
#top:4px;
margin-left:20px;
}
/* Property search */
body#home #propertySearch{
	clear:both;
	padding:18px;
	overflow:auto;
	height:1%;
}
body#home #propertySearch div.title{
	width:100%;
	padding-bottom:5px;
}
div.checkboxsearch{
background:#FFFFFF none repeat scroll 0%;
border:1px solid #c5c6c7;
color: #000;
margin-bottom: 10px;
overflow: auto;
width: 177px;
height: 70px;
}
body#home #propertySearch div.checkboxsearch p {
margin-bottom:0px !important;
padding:2px 0pt 0pt 2px;
}
body#home #propertySearch div.checkboxsearch input {
margin-right:3px;
width:15px;
border:0px;
}
body#home #propertySearch #propertySearchColumn1{
float:left;
width:202px;
text-transform: capitalize;
#padding-top:5px;
}
body#home #propertySearch #propertySearchColumn2{
float:left;
width:220px;
#padding-top:5px;
}
body#home #propertySearch #propertySearchColumn3{
float:left;
width:88px;
#padding-top:5px;
}

body#home #propertySearch select{
width: 195px;
font-size: 0.9em;
color:#000;
border:1px solid #c5c6c7;
height:20px;
#height:28px;
}
body#home #propertySearch .lblPrice{
padding-right:30px;
}
body#home #propertySearch .lblMin{
padding-right:82px;
}
body#home #propertySearch select#qs_property-type{
	margin-top:10px;
	_margin-bottom:10px;
}
body#home #propertySearch #qs_price select,
body#home #propertySearch #qs_rent_price select,
body#home #propertySearch select#qs_parking,





body#home #propertySearch select#qs_bedroom{
width: 85px;
}
body#home #propertySearch select#qs_bedroom{
margin-top:10px;
text-transform: capitalize;
}
body#home #propertySearch #qs_price select{
margin-right:22px;
}
body#home #propertySearch form #qs_st label {
padding-right: 20px;
width: auto;
float: none;
display: inline;
font-weight:normal;
}
body#home #propertySearch form #btn_search {
margin-top:15px;
_margin-top:20px;
}
/* Login */
body#home #loginAndInfo{
clear:both;
padding:10px 18px;
padding:18px 18px 0 18px ;
overflow:auto;
height:1%;
}
body#home #login{
float:left;
width:200px;
}
body#home #infomation{
float:left;
width:410px;
}
body#home #login div.title{
	width:100%;
	padding-bottom:10px;
}
body#home #login div.title span.title{
padding-right:32px;
}
body#home #login div.title a,body#home #login div.title a:visited{
text-decoration:none;
color:#fff;
font-weight:bold;
}
body#home #login div.title a:hover{
text-decoration:underline;
}
body#home #login #f_Login{
border:1px solid #c5c6c7;
background-color:#f1f1f1;
height:20px;
width:173px;
font-size: 0.9em;
}
body#home #login #f_LoginPassword{
border:1px solid #c5c6c7;
background-color:#f1f1f1;
height:20px;
margin-top:5px;
width:113px;
font-size: 0.9em;
}
body#home #login form #btn_login {
position:relative;
top:8px;
#top:4px;
}
/* Update new */
body#home #infomation div.title{
	width:100%;
	padding-bottom:10px;
}
body#home #infomation li{
	display:block;
	float:left;
	line-height:150%;
}
body#home #infomation li.column1{
	width:200px;
}
body#home #infomation li.column2{
	width:200px;
}
body#home #infomation li.column3{
	width:107px;
}
body#home #infomation li a{
text-decoration:none;
}
body#home #sub-section{
clear:none;
float:left;
width:307px;
padding:0px;
background:none;
border-left:4px solid #fff;
}
body#home #sub-section div#featureProperty{
	padding:25px 5px;
	color:#fff;
}
body#home #sub-section div#featureProperty div.title{
	padding-left:15px;
}
body#home #sub-section div#featureProperty div.address{
	padding-left:15px;
	padding-top:5px;
	color:#d4a255;
	text-transform:uppercase;
}
body#home #sub-section div#featureProperty dd.moreLink{
	padding:10px 0px;
	padding-bottom:20px;
}
body#home #sub-section div#featureProperty img{
	width:126px;
	height:84px;
	margin-right:0px;
}
body#home #sub-section div#featureProperty img#imgFirst{
	margin-right:10px;
}
body#home #sub-section img#imgMain {
width:307px;
height:206px;
}

body#home #sub-section div#featureProperty a{
	text-decoration:none;
}
body#home #sub-section #topSubsectionImage img{
border-bottom:1px solid #fff;
}
body#home .agelogo {text-align:right; padding:6px 15px 0 0;}
body#home .agelogo img{width:auto !important; height:auto !important;}
body#home .awardstext {
padding-top:10px;
color:#fff;
clear:both;
}
body#home .awardstext h1 {color:#fff; font-size:1.2em; line-height:60px;}
body#home .arera-logo {float:left; padding-right:10px;}

/* Contact Us
--------------*/

dl.officeDetails dt.secondaryAddress {
margin-top: 15px;
}



/* Form1
--------------*/
body.tenantservices div#form1 form input.rent_button {
	display:block;
	background: #000 url(/mw_images/btn_tool100.png) no-repeat;
	float:left;
	width:100px;
	height:23px;
	line-height:23px;
	margin-right:5px;
	margin-bottom:25px;
	text-align:center;
	color : #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 1.0em;
	border: none;
}




/* Listings
------------*/

body.listing .property {
padding: 0px 0px 10px 0px;
clear: both;
overflow: hidden;
margin-bottom:10px;
position:relative;
}

body.listing .property a:hover img {
opacity:0.5;
filter:alpha(opacity=50);
}

body.listing .property a.image {
	float: left;
	display: block;
	width:270px;
	height:179px;
	text-align:center;
	background-color:#000;
}
body.listing .property a img{
	max-width:270px;
	max-height:179px;
	margin:0 auto;
}
body.listing .property .details {
width: 420px;
float: left;
margin-right: 0px;
}

body.listing .property .details .features {
float: left;
font-weight: bold;
color: #d4a255;
width:150px;
text-align:right;
background-color:#fff;
height:32px;
line-height:32px;
}

body.listing .property .details .mainTitle {
width:270px;
float:left;
font-size: 1.0em;
color:#000;
background-color:#fff;
height:32px;
line-height:32px;
text-indent:12px;
font-weight:bold;
}

body.listing .property .details .mainTitle b {
	color:#d4a255 !important;
}

body.listing .property .features img {
margin-right: 3px;
margin-left:  0px;
vertical-align: middle;
}

body.listing .property .details h2 {
font-size: 1.0em;
text-transform:uppercase;

}

body.listing .property .details h3 {
clear:both;
margin-bottom: 2px;
padding-top: 10px;
padding-left:12px;
text-transform:uppercase;
}

body.listing .property .details p {
margin-bottom: 0 !important;
padding-left:12px;
}

body.listing .property .price {
clear:both;
text-align: left;
padding-left:12px;
padding-top:15px;
text-transform:uppercase;
}





/*


body.listing #filter {
height: 40px;
padding: 10px;
margin-bottom: 5px;
background-color: #FFFFFF;
margin:0 0 20px 0;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 1.0em;
color:#000 !important;
}

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

body.listing #filter p {
clear: none;
float: left;
margin-right: 6px;
}

body.listing #filter input {
width: auto;
padding: 1px 10px;
margin-top: 13px;
cursor: pointer;
background-color: #534139;
border: none;
color: #FFFFFF;
}
body.listing  .filterTitle{
	font-weight:bold;
	background-color:#534139;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
	text-indent:10px;
	
}
body.listing #filter .searchButton{
width: 65px;
padding: 3px 0;
cursor: pointer;
background: #c2a065 url(/mw_images/btn_tool.png) no-repeat;
border: none;
color: #fff;
}

--*/


body.listing #filter {
height: 40px;
padding: 10px;
margin-bottom: 5px;
background-color: #FFFFFF;
margin:0 0 20px 0;
}

body.listing #filter label {
float: none;
display: block;
width: auto;
font-size: 1.0em;
color:#000 !important;
}

body.listing #filter select {
width: 160px;
display: block;
font-size: 0.9em;
border: 1px solid #534139;
padding: 2px 2px 3px 2px;
}

body.listing #filter p {
clear: none;
float: left;
margin-right: 6px;
}

body.listing #filter input.qsinputbox {
margin-top: 0;
cursor: pointer;
display: block;
border: 1px solid #534139;
background-color: #fff;
padding: 2px;
color: #000000;
}

body.listing #filter input {
width: auto;
padding: 1px 10px;
margin-top: 13px;
cursor: pointer;
background-color: #534139;
border: none;
color: #000000;
}
body.listing  .filterTitle{
	font-weight:bold;
	background-color:#534139;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
	text-indent:10px;
	
}
body.listing #filter .searchButton{
width: 65px;
padding: 3px 0;
cursor: pointer;
background: #c2a065 url(/mw_images/btn_tool.png) no-repeat;
border: none;
color: #fff;
}





body.listing p.pagebar {
font-size: 0.9em;
padding-top: 10px;
text-align: left;
width:361px;
float:left;
}
body.listing p.saveList{
padding-top: 10px;
text-align: right;
width:333px;
float:left;
}
 body.listing #order{
 	padding-top:10px;
	padding-bottom:10px;
	
 }
 body.listing p.pagebar a{
 	color:#d4a255;
        text-decoration:none;
 }
body.listing .property .details .features .featureBox{
	float:right;
	
	height:32px;
	text-align:center;
	vertical-align:middle;
	line-height:32px;
	margin-right:3px;
}
body.listing .property .details .features .featureBox img{
	margin-left:3px;
	width:auto;
	height:auto;
}
body.listing .property .contactDetail{
      float:left;
      padding-left:12px;
      padding-top:10px;
      width:290px;
}
body.listing .property .viewproperty{
	text-align:right;
	position:absolute;
	right:0px;
	bottom:10px;
}
body.listing .property .details .viewproperty img{
        width:auto;
	height:auto;
}
body.listing .saveList img {float:left; display:block; 	height:23px;}

body.listing .saveList a {
	text-transform:uppercase;
	font-size:.9em;
	display:block;
	float:left;
	background: #000 url(/mw_images/btn_tool100.png) no-repeat;
	width:100px;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#fff;
	text-decoration:none;
}
/* Property detail
-------------------*/


body.detail .images{
	background-color:#FFFFFF !important;
	overflow:hidden;
	height:1%;
}

/* this is the black borders style of formatting the images, it was added by request of the cleint, and now removed by request of the client. 

body.detail .images a {
	float: left;
	display: block;
	width:172px;
	height:129px;
	text-align:center;
	background-color:#000;
	margin-right: 0px;
	margin-bottom: 1px;
}
body.detail .images a img{
	max-width: 172px;
	max-height: 129px;
	margin:0 auto;
}

body.detail .images a#mainimage {
	float: left;
	display: block;
	width:521px;
	height:389px;
	background-color:#000;
	margin-right:1px;
	margin-bottom:0px;
	overflow:hidden;
}
body.detail .images a#mainimage img {
	max-width: 521px;
	max-height: 391px;
	margin:0 auto;
}
/* end of black borders styling */

/* image styling */
body.detail .images a {
	display: block;
	float: left;
	width:172px;
	xheight:129px;
	text-align:center;
	margin-right: 0px;
	margin-bottom: 1px;
	background-color:#000;
}
body.detail .images img {
	width:172px;
	display:block;
	background-color:#000
}
body.detail .images a#mainimage {
	float: left;
	display: block;
	width:521px;
	xheight:389px;
	background-color:#000;
	margin-right:1px;
	margin-bottom:0px;
	overflow:hidden;
}
body.detail .images a#mainimage img {
	width:521px;
	display:block;
	background-color:#000;
}
body.detail .images a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
}
/* end normal image styling */

body.detail #addressbar {
clear:both;
background-color:#FFFFFF;
height: 32px;
line-height:32px;
xmargin-bottom: 5px;
overflow: hidden;
color:#d4a255;
}

body.detail #addressbar h1 {
float: left;
font-weight:bold;
text-transform:none;
text-indent:10px;
color:#000;
}
body.detail #addressbar h1 b {color:#d4a255;}

body.detail #addressbar p {
float: right;
font-weight: bold;
padding-right:60px;
}

body.detail #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 
body.detail #extradetails dl {
margin-bottom: 10px;
clear: both;
}
body.detail #extradetails dl dt {
font-weight: bold;
}

body.detail #content h2 {
padding: 3px 0;
margin-bottom: 5px;
font-size: 1.1em;
font-weight:normal;
}

body.detail #content h3 {
font-size: 1em;
text-transform:uppercase;
}
body.detail #content h3.contact {
padding-top:20px;
clear:both;
color:#ba9553;
}
body.detail #content ul {
margin-bottom: 15px;
list-style-type: none;
list-style-position: outside;
}

body.detail #content ul#outgoingslist,
body.detail #content ul#features {
list-style-position: inside;
list-style-type: square;
}
body.detail #propertydetails {
width: 450px;
_width:440px;
padding:10px;
float: left;
margin-bottom: 20px;
}

body.detail #extradetails {
width: 210px;
float: left;
padding:10px 0px;
padding-left:10px;
margin-bottom: 20px;
}
body.detail dl.officedetails a,body.detail dl.agentdetails a{
text-decoration:none;
}
body.detail dl.officedetails{
	color:#fff;
}
body.detail dl.agentdetails{
	color:#fff;
	padding-bottom:10px;
	border-bottom:1px solid #ba9553;
}
body.detail dl.agentdetails img {
width: auto !important;
margin-right: 10px !important;
}

body.detail ul#toolslist{
	padding:10px 0px;
}

body.detail ul#toolslist li{
	display:block;
	background: #000 url(/mw_images/btn_tool100.png) no-repeat;
	float:left;
	width:100px;
	height:23px;
	line-height:23px;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
}


body.detail ul#toolslist li form input.rent_button{
	display:block;
	background: #000 url(/mw_images/btn_tool100.png) no-repeat;
	float:left;
	width:100px;
	height:23px;
	line-height:23px;
	margin-right:5px;
	margin-bottom:5px;
	text-align:center;
	color : #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 0.8em;
	border: none;
}


body.detail ul#toolslist li.doublesize {
	background-image:url(/mw_images/btn_tool205.gif);
	width:205px;
}

body.detail ul#toolslist li a{
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	font-size:0.8em;	
}

body.detail #disclaimer{
	color:#40506c;
	font-size:0.8em;
	text-align:left;
	padding:0px 10px;
}

body.detail #inspectionslist {margin-bottom:0px !important;}

/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #wrap {
width: 584px !important;
background-image: none;
background-color: #fff;
height: 100%;
border: none;
}
body.brochure #main {
background-image: none !important;
}			
body.brochure #content {
background-image: none !important;
float: none !important;
color:#000 !important;
width:558px;
}
body.brochure #header {
background-image: none;
}
body.brochure #propertydetails {
clear:both;
float: left;
width: 280px !important;
text-align:left;
margin-bottom:20px;
}
body.brochure #extradetails img {
display: block;
float: left;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 247px;
float: left;
text-align:left;
margin-bottom: 20px;
}
body.brochure #addressbar {
xheight: 25px;
xmargin-bottom: 5px;
overflow: hidden;
width:574px;
}

body.brochure #addressbar h1 {
float: left;
}

body.brochure #addressbar p {
float: right;
font-weight: bold;
}

body.brochure #addressbar img {
vertical-align: middle;
margin: 0 2px 0 10px;
} 
body.brochure #extradetails img {
width: 118px;
margin-right: 2px;
margin-bottom: 2px;
display: block;
float: left;
border: 1px solid #22243D;
}

body.brochure #extradetails img#mainimage {
width: 240px;
display: block;
}

body.brochure #extradetails .images p {
text-align: center;
clear: both;
}
body.brochure dl.agentdetails{
	color:#000;
	padding-bottom:10px;
	border-bottom:0px;
}
body.brochure dl.officedetails{
	color:#000;
}
body.brochure #content h2{
 font-weight:bold;
}

body.brochure .brochurefooter {
clear:both;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
padding: 5px 0;
}

/* Staff 
---------*/

body#staff .clearrow {display:block; clear:both;}
body#staff .gotodate {text-align:right; padding-bottom:20px;}
body#staff dl {
margin-bottom: 10px;
padding-bottom: 10px;
width:230px;
display:block;
float:left;
text-align:center;
height:275px;
font-weight:bold;
}

body#staff dl dt.name {
font-weight: bold;
font-size: 1.1em;
text-transform: uppercase;
}

body#staff dl dt.photo img {
border: 1px solid #fff;
}

body#staff dl dd.position {
margin-bottom: 5px;
color: #ba9553;
}

body#staff dl dd.contact {
margin-bottom: 5px;
color: #ba9553;
}
body#staff .staffheading {
background-color:#fff;
clear:both;
display:block;
height:15px;
color:#000;
padding:5px;
margin-bottom:10px;
}


body#staff.profile #content img {
float: left;
margin: 0 15px 15px 0;
border: 1px solid #fff;
}

body#staff.profile #content ul {
	list-style-position: outside;
	list-style-type:none;
	margin-bottom: 10px;
}

body#staff.profile #content ul li {
	margin-bottom: 5px;
}
body#staff.profile .staffcolumnright {
	display:block; width:475px; float:right;
}

body#staff.profile #agentlinks  {clear:both; width:680px; display:block; padding-bottom:10px; height:30px;}
body#staff.profile #agentlinks a {
	background: url(/mw_images/btn_tool2.gif) no-repeat; 
	width:187px; 
	height:23px; 
	text-align:center; 
	display:block;
	color:#fff;
	text-decoration:none;
	float:right;
	margin-left:10px;
	line-height:23px;
}

body#staff.profile #agentAddress {
	padding-top:10px;
	color: #ba9553;
}


/* Slideshow
-------------*/

body.slideshow {
text-align: left;
background-image: none;
}
body.slideshow #wrap {background-color: #00163b; background-image:none; width:842px;}

body.slideshow #header {
margin-bottom: 5px;
background-image: none;
background-color: #00163b;
}
body.slideshow .mainTitle .address {color:#000;}
body.slideshow .mainTitle {
background: #d4a255 url(/mw_images/nav_bg.gif) ;
border-bottom:1px solid #fff;
padding:10px 15px;
color:#fff;
font-weight:bold;
margin-bottom:10px;
text-transform:uppercase;
}
body.slideshow #header img {
float: none;
display: block;
width: auto;
margin: 0;
}

body.slideshow table img {
display: block;
width: auto;
margin: 5px auto;
border: 1px solid #333;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin:0 auto;
text-align:center;
}

body.slideshow form input.button {
margin-right: 1px;
}
body.slideshow h1{
margin-bottom:5px;
}

/* Popups,
Email a friend
Save link
------------------*/

html.popup, 
html.popup body {
background-image: none;
background-color: #fff;
text-align: left;
}

html.popup #header {
background-image: none;
background-color: #00163b;
border-bottom: 10px solid #d4a255;
}

html.popup #header img {
float: none;
margin:0 auto;
}
html.popup #content{
width:560px;
color:#000 !important;
}
/* News
--------*/
body.news #rightContent dl {
border-bottom: 1px solid #BFBFBF;
padding-bottom: 4px;
margin-bottom: 4px;
}
body.news #rightContent dl dt {
font-weight: bold;
}

body.news #rightContent dl dd {
font-size: 0.9em;
}

body.news #rightContent p {
font-size: 0.9em;
text-align: right;
}

body.news #leftContent{
	float:left;
	width:479px;
	padding:0px;
	padding-right:15px;
}
body.news #rightContent{
	float:left;
	width:200px;
	padding:0px;
}

body.news .newsitem {border-bottom: 1px solid #fff; margin-bottom:10px;}

/* Links
----------*/

body.links #content h3 {
margin-bottom: 15px;
}

body.links #content dl {
border-bottom: 1px solid #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.links #content dl dt {
font-weight: bold;
}

body.links #content dl dd {
margin-bottom: 5px;
}

/* Suburb Profiles
------------------*/

body.suburbProfiles #content .suburb {
overflow: hidden;
clear: both;
padding-bottom: 5px;
border-bottom: 1px solid #BFBFBF;
margin-bottom: 15px;
}

body.suburbProfiles #content .suburb img {
float: left;
border: 1px solid #666;
margin: 0 10px 10px 0;
}

body.suburbProfiles #content .profile img {
float: right;
border: 1px solid #666;
margin: 0 0 10px 10px;
}

body.suburbProfiles #sub-section ul {
list-style-position: outside !important;
}


/* Testimonials
------------------*/

body.testimonials #content div.testimonial {
border-bottom: 1px solid #BFBFBF;
padding-bottom: 10px;
margin-bottom: 10px;
}

body.testimonials #content div.testimonial .author {
text-align: right;
font-style: italic;
}

/* Auction list, OFI
----------------------*/
body.auction a#printbutton {
	float:right;
	text-transform:uppercase;
	font-size:.9em;
	display:block;
	background: #000 url(/mw_images/btn_tool100.png) no-repeat;
	width:100px;
	height:23px;
	line-height:23px;
	text-align:center;
	color:#fff;
	text-decoration:none;
	clear:both;
	margin-left:20px;
}

body.auction #content h2,
body.ofi #content h2 {
background-color: #ffffff;
padding: 5px 0 5px 5px;

margin-bottom: 5px;
margin-top:20px;
clear: both;
color:#000;
}

body.auction #content dl,
body.ofi #content dl {
padding: 3px 0;
margin-bottom: 5px;
padding-right: 5px;
float:left;
width:48%;
}

body.auction #content dl.stripe,
body.ofi #content dl.stripe {
}

body.auction #content dt,
body.ofi #content dt {
width: 155px;
display: block;
float: left;
}
body.auction #content dd.address,
body.ofi #content dd.address{
color:#d4a255;
}

body.auction #content dd.time,
body.ofi #content dd.time {
}

body.auction #content dd.venue {
}
 
body.auction #content dd.link,
body.ofi #content dd.link {
}

body.auction #content .gotodate,
body.ofi #content .gotodate{
text-align:right;
}

body.auction #content .backtotop,
body.ofi #content .backtotop{
float:right;
padding-right:5px;
text-decoration:none;
}


/* Careers
-------------- */

body .job {
margin-bottom: 15px;
}

body .job h2 {
background-color:#BBBBBB;
margin-bottom:5px;
padding:2px 0pt 2px 5px;
}
 
body .job h3 {
font-size: 1em;
float:right;
}

body .job dt {
float:right; margin-right:10px;
}

body .job dd {
margin-bottom:5px;
font-style:italic;
}
 
body .job dd.description,
body .job dd.content {
font-style:normal;
}

/* Document library
------------------------*/

body.doclibrary #content dl {
margin-bottom: 10px;
}

body.doclibrary #content dl dt {
font-weight: bold;
}


/* Property Alert
-----------------------*/

body.alert #content #alertmenu {
display: block;
overflow: hidden;
background-color: #E7E6E6;
list-style-type: none;
margin: 0px;
padding: 0 !important;
margin: 15px 0px 15px 0px;
}

body.alert #content #alertmenu li {
float: left;
border-right : 1px solid #fff;
}
 
body.alert #content #alertmenu a {
padding: 5px 13px;
display: block;
color:#000;
}

body.alert #content #alertmenu a:hover {
color:#000;
}

body.alert #content #alertmenu .last {
border: none;
}

body.alert #content #alertmenu a:link,
body.alert #content #alertmenu a:visited {
text-decoration: none;
}

body.alert #content #alertmenu a:hover {
text-decoration: underline;
}

body.alert #content form label {
display: block;
float: left;
width: 180px;
}

body.alert #content form input,
body.alert #content form textarea,
body.alert #content form select {
width: 250px;
}

body.alert #content form input.checkbox {
width: auto;
margin: 0 20px;
}

body.alert #content form ul {
margin-bottom: 0;
list-style-type:none;
}

body.alert #content form li {
clear: both;
margin-bottom: 10px;
}

body.alert #content form li span {
float: right;
width: 210px;
font-size: 0.9em;
color: #999;
}

body.alert #content form fieldset {
display: block;
}

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

body.alert #content form em span,
body.alert #content form .required,
body.alert #content .warning {
color: #B90000;
font-weight: bold;
}

body.alert #content #loginbox {
float: right;
margin-left: 20px;
width: 254px;
}

body.alert #content #loginbox fieldset {
width: 230px;
margin-bottom: 5px;
clear:both;
}

body.alert #content #loginbox label,
body.alert #content #loginbox input {
width: 150px;
}

body.alert #content #loginbox label {
width: 65px;
}

body.alert #content #loginbox input.button {
width: auto;
}

body.alert #content #loginbox fieldset.submit {
padding: 0;
width: auto;
margin-bottom: 15px;
width: 252px !important;
display: block;
}

body.alert #content #loginbox fieldset.submit p {
font-size: 0.9em;
}

body.alert #content #registerbox {
border: 1px solid #DDDDDD;
float: right;
text-align: center;
clear: right;
margin-left: 20px;
margin-bottom: 15px;
}

body.alert #content #registerbox a {
display: block;
padding: 50px;
width: 150px;
}

body.alert #content #registerbox a:link,
body.alert #content #registerbox a:visited {
color: #990000;
font-weight: bold;
text-decoration: none;
}

body.alert #content #registerbox a:hover {
text-decoration: underline;
}

body.alert #content #subscriptions input {
width:auto;
float:left;
margin: 0 20px 10px 0;
}


/* our core area */
body.ourcorearea #suburbmap {float:right;}

body.ourcorearea .areaButtons a {
background:#000000 url(/mw_images/btn_tool100.png) no-repeat scroll 0%;
color:#FFFFFF;
display:block;
xfloat:left;
font-size:0.9em;
height:23px;
line-height:23px;
text-align:center;
text-decoration:none;
text-transform:uppercase;
width:100px;
margin-top:20px;
}
body.ourcorearea .areaButtons {
float:left;
width:100px;
margin-top:170px;
}


/* Career registration page
---------------------------*/
#career_form table { 
padding: 0px;
}

#career_form td {
padding: 5px;
}

#career_form h2 {
text-transform: uppercase;
}

body#career_register #content p {
padding: 0 15px;
}

body#career_register #career_form p {
padding: 0;
margin-bottom: 5px;
font-size: 0.9em;
}

body#career_register p a:link, body#career_register p a:visited {
text-decoration: none;
color: #051C43;
}

body#career_register p a:hover {
text-decoration: underline;
}

body#career_register p.disclaimer {
font-size: 0.9em; 
margin-top: 20px;
color: #999;
font-style: italic;
}

.careers .button {
display:block;
float:right;
width: 91px !important;
padding: 3px 0;
cursor: pointer;
background: #c2a065 url(/mw_images/btn_tool.png) no-repeat;
border: none;
color: #fff;
text-align:center;
text-decoration:none;
}

body#home #propertySearch select.searchsuburb {
	margin-top:10px; height:65px;
}
