/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #333;
background-color:#C8C8C8;
}

p {
font-size: 1em;
}
p.small {
font-size: 0.8em;
}

h1 {
background-position: top left;
background-repeat: no-repeat;
text-indent: -9999em;
font-size: 1em;
height: 28px;
width:230px;
margin: 0 0 32px 0;
}

h2 {
font-size: 17px;
margin-bottom: 3px;
color:#666666;
font-weight:100;
}

h3 {
font-size: 12px;
margin-bottom: 3px;
color:#7E7E7E;
font-weight:100;
}

h4 {
font-size: 12px;
margin-bottom: 3px;
color:#7E7E7E;
font-weight:100;
text-transform:uppercase;
}

legend {
color: #666;
font-weight: bold;
}

a:link,
a:visited {
color: #0099CC;
text-decoration:none;
}

a:hover,
a:active {
text-decoration:underline;
color: #0099CC;
	}

#content p,
#subContent p {
margin-bottom: 10px;
}

#footer p {
font-size: 0.8em;
}

#footer,
#footer a:link,
#footer a:visited {
color: #cccccc;
text-decoration: none;
}

#footer a:hover {
color: #999999;
}
	
.right {
	float: right;
	}
	
.left {
	float: left;
	}
	
hr {
	clear: both;
	border: none;
	border-top: 1px solid #D9D9D9;
	margin:10px 0;
	}
/* Structure */

#wrapper {
	width:100%;
	background: #C8C8C8 url(../img/bg_wrapper.gif) repeat-y top center;
	}

#wrap {
	width: 977px;
	margin:0 auto;
	background-color:#FFF;
	}

#header {
	width: 977px;
	height:91px;
	background: url(../img/bg_top.jpg) no-repeat 0px 53px;
	}

#header a#logo {
	display: block;
	float: left;
	width: 279px;
	height: 54px;
	margin: 22px 0 0 25px;
	background: url(../img/logo.gif) no-repeat top left;
	text-indent: -9999em;
}


body#home #banner {
	height: 249px;
	margin-bottom:7px;
	background: url(../img/anim01.jpg) no-repeat top left;
	}
	
#banner {
	height: 90px;
	width: 977px;
	margin-bottom:6px;
	border-top: 1px solid #787878;
	}
	
#banner img {
display: none;
}

#banner * {
display: none;
}

body#home #banner img {
	display: block;
	}
	
body#buying #banner, body#finance #banner, body#staff #banner {
	background: url(../img/banner_bridge.jpg) no-repeat top left;
	}	
body#selling #banner, body#news #banner, body#contact #banner {
	background: url(../img/banner_cityscape.jpg) no-repeat top left;
	}
body#renting #banner, body#about #banner {
	background: url(../img/banner_operahouse.jpg) no-repeat top left;
	}
	
#menu {
	width: 977px;
	height:40px;
	margin: 6px 0 7px 0;
	background: url(../img/bg_nav.jpg) no-repeat top left;
	}
	
#container {
	width: 977px;
	background-color:#e5e5e5;
	}

#content {
	margin:0 201px 0 0;
	background: #E5E5E5 url(../img/bg_content.jpg) no-repeat top left;
	padding: 26px 65px 20px 48px;
	}

#subContent {
	width: 201px;
	height:365px;
	float:right;
	background-color: #E5E5E5;
	background: url(../img/bg_subContentA.gif) no-repeat top left;
	}
	
body#home #subContent {
	width: 360px;
	height:225px;
	background: url(../img/bg_home_subContent.jpg) no-repeat top left;
	}

body#buying #subContent {
	background: url(../img/bg_subContent_buying.gif) no-repeat top left;
	}
body#selling #subContent {
	background: url(../img/bg_subContent_selling.gif) no-repeat top left;
	}
body#renting #subContent {
	background: url(../img/bg_subContent_renting.gif) no-repeat top left;
	}
body#finance #subContent {
	background: url(../img/bg_subContent_finance.gif) no-repeat top left;
	}
body#news #subContent {
	background: url(../img/bg_subContent_news.gif) no-repeat top left;
	}
body#about #subContent {
	background: url(../img/bg_subContent_about.gif) no-repeat top left;
	}
body#contact #subContent {
	background: url(../img/bg_subContent_about.gif) no-repeat top left;
	}
	
	
body#home #content {
	margin: 0 360px 0 0;
	height:199px;
	background: url(../img/bg_home_content.gif) no-repeat top right;
	padding: 26px 0 0 0;
	}
	
#footer {
	width:977px;
	clear:both;
	height: 40px;
	line-height:40px;
	text-align:right;
	}

.clear {
	clear: both;
	}
/* Dropdown menu
-----------------*/

#menu .menu a {
display: block;
height: 40px;
background-position: 0 0;
background-repeat: no-repeat;
text-indent: -9999em;
} 

#menu .menu a#mm_home {
background-image: url(../img/mm_home.jpg);
width: 88px;
}
#menu .menu a#mm_buying {
background-image: url(../img/mm_buying.jpg);
width: 88px;
}
#menu .menu a#mm_selling {
background-image: url(../img/mm_selling.jpg);
width: 87px;
}
#menu .menu a#mm_renting {
background-image: url(../img/mm_renting.jpg);
width: 92px;
}
#menu .menu a#mm_finance {
background-image: url(../img/mm_finance.jpg);
width: 93px;
}
#menu .menu a#mm_news {
background-image: url(../img/mm_news.jpg);
width: 79px;
}
#menu .menu a#mm_about {
background-image: url(../img/mm_about.jpg);
width: 99px;
}
#menu .menu a#mm_contact {
background-image: url(../img/mm_contact.jpg);
width: 117px;
}
#menu .menu a:hover {
background-position: 0px -40px;
}

body#home #menu .menu a#mm_home,
body#buying #menu .menu a#mm_buying,
body#selling #menu .menu a#mm_selling,
body#renting #menu .menu a#mm_renting,
body#finance #menu .menu a#mm_finance,
body#news #menu .menu a#mm_news,
body#about #menu .menu a#mm_about,
body#staff #menu .menu a#mm_about,
body#contact #menu .menu a#mm_contact {
background-position: 0px -40px;
}

#menu .menu li li a {
text-indent: 14px;
height: 23px;
width: 146px;
font-size: 0.9em;
color: #f3f3f3;
text-decoration: none;
border-top: 1px solid #b4b4b4;
border-left: 1px solid #b4b4b4;
border-right: 1px solid #b4b4b4;
line-height: 21px;
background-color: #8d8d8d;
}
#menu .menu li li.first a {
margin-top: 1px;
}
#menu .menu li li.last a {
border-bottom: 1px solid #b4b4b4;
}
#menu .menu li li a:hover {
color: #f4f41b;
background-color: #696969;
}

/* Standard forms
------------------*/

form fieldset {
margin-bottom: 15px;
padding: 10px;
border:1px solid #C8C8C8;
}

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;
margin:0;
}

form fieldset#submit input,
form fieldset.submit input,
form input.button {
cursor: pointer;
color: #fff;
}

form fieldset#submit input#calc {
	width: 72px;
	height:22px;
	background-color: #FFF;
	background-image: url(../img/btn_calc.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent:-9999px;
	border:none;
	}
	
form fieldset#submit input#clearCalc {
	width: 62px;
	height:22px;
	background-color: #FFF;
	background-image: url(../img/btn_clear.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent:-9999px;
	border:none;
	}
	
form fieldset#submit input#submit {
	width: 62px;
	height:22px;
	background-color: #FFF;
	background-image: url(../img/btn_submit.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent:-9999px;
	border:none;
	}

input#btnBack {
	width: 62px;
	height:22px;
	background-color: #FFF;
	background-image: url(../img/btn_back.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent:-9999px;
	display:block;
	cursor: pointer;
	}
	
a#btnBack {
	width: 62px;
	height:22px;
	background-color: #FFF;
	background-image: url(../img/btn_back.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent:-9999px;
	display:block;
	cursor: pointer;
	}
	
form em span,
form .required {
color: #B90000;
font-weight: bold;
}

/* contact us form */ 
#feedback {
	width: 475px;
	}
	
.officeDetails {
	width: 160px;
	float: right;
	}
/* quicksearch */

form#quickSearch {
width: auto;
float:left;
}
form#quickSearch fieldset {
padding: 15px 10px 10px 30px;
border:none;
width: 140px;
}

form#quickSearch p {
margin-bottom: 7px;
}
form#quickSearch select {
width: 120px;
height:19px;
font:11px Arial, Helvetica, sans-serif;
}

form#quickSearch #qs_price select,
form#quickSearch #qs_rent_price select {
	width: 58px;
	}

form#quickSearch input#search {
	width: 62px;
	height:22px;
	background-color: #FFF;
	background-image: url(../img/btn_search.gif);
	background-position: top left;
	background-repeat: no-repeat;
	text-indent:-9999px;
	border:none;
	cursor:pointer;
	text-align:left;
	display:block;
	}

/* feature property */
#powWrap {
	height:151px;
	float:right;
	margin: 15px 0 0 0;
	}

#pow {
	width: 189px;
	height:151px;
	float:left;
	background: url(../img/bg_pow.gif) no-repeat top left;
	}

#pow.row {
	background: url(../img/bg_row.gif) no-repeat top left;
	}

#pow img {
	width: 174px;

	}
#pow p {
	font-size: 11px;
	text-align:right;
	padding: 10px 20px 0 0;
	}
	
	
/* Titles
--------- */
h1#hd_aboutArea {
background-image: url(../img/hd_aboutArea.gif);
}
h1#hd_aboutUs {
background-image: url(../img/hd_aboutUs.gif);
}
h1#hd_buyingTips {
background-image: url(../img/hd_buyingTips.gif);
}
h1#hd_contact {
background-image: url(../img/hd_contact.gif);
}
h1#hd_commLeases {
background-image: url(../img/hd_commLeases.gif);
}
h1#hd_commSales {
background-image: url(../img/hd_commSales.gif);
}
h1#hd_disclaimer {
background-image: url(../img/hd_disclaimer.gif);
}
h1#hd_investment {
background-image: url(../img/hd_investment.gif);
}
h1#hd_maintenance {
background-image: url(../img/hd_maintenance.gif);
}
h1#hd_marketApp {
background-image: url(../img/hd_marketApp.gif);
}
h1#hd_mortgage {
background-image: url(../img/hd_mortgage.gif);
}
h1#hd_news {
background-image: url(../img/hd_news.gif);
}
h1#hd_ofi {
background-image: url(../img/hd_ofi.gif);
}
h1#hd_privacy {
background-image: url(../img/hd_privacy.gif);
}
h1#hd_propListings {
background-image: url(../img/hd_propListings.gif);
}
h1#hd_recentSales {
background-image: url(../img/hd_recentSales.gif);
}
h1#hd_resiLand {
background-image: url(../img/hd_resiLand.gif);
}
h1#hd_resiSales {
background-image: url(../img/hd_resiSales.gif);
}
h1#hd_resiRentals {
background-image: url(../img/hd_resiRentals.gif);
}
h1#hd_staff {
background-image: url(../img/hd_staff.gif);
}
h1#hd_sellingTips {
background-image: url(../img/hd_sellingTips.gif);
}
h1#hd_soldProps {
background-image: url(../img/hd_soldProps.gif);
}
h1#hd_tenApp {
background-image: url(../img/hd_tenApp.gif);
}
h1#hd_vacating {
background-image: url(../img/hd_vacating.gif);
}

/*Property Search*/

.property {
	overflow: auto;
	margin-bottom:30px;
	}

.property .image {
	float: left;
	border-right:1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	}

.property h3 {
	margin: 15px 0 10px 0;
	}
	
.property .details {
	margin-left: 265px;
	}

.rightFeaturesA {
	float: right;
	width:195px;
	margin-left:10px;
	}
	
.rightFeaturesB {
	float: right;
	width:195px;
	margin-bottom:20px;
	margin-left:10px;
	}

#images {
overflow: auto;
height: auto;
width: 675px;
margin: 0 0 10px 0;
}
#images a#mainLink {
float: left;
width: 490px;
}
#images img {
margin: 0 0 2px 2px;
width: 180px;
display: block;
}

#images img.mainImage {
float: left;
width: 490px;
display: block;
margin: 0;
}

ul#overviewlist li {
	margin-bottom: 10px; 
	}

ul#toolslist li {
	padding-right: 40px;
	float: left;
	text-transform:uppercase;
	margin:10px 10px 0 0;
	}
	
/* Slideshow 
-------------*/

body.slideshow {
text-align: center;
background-image: none;
background-color: #fff;
}

body.slideshow #header {
height:55px;
background:url(../img/bg_slideshow_header.gif) repeat-x top left;
margin-bottom: 40px;
width: 100%;
}
	
body.slideshow table img {
display: block;
width: auto;
margin: 20px auto;
border: 1px solid #333;
}

body.slideshow input {
width: auto;
}

body.slideshow table {
margin: 0 auto;
}

body.slideshow form input.button {
margin-right: 1px;
background-color: #C8C8C8;
color:#333;
width:90px;
}

/* popups */ 
body.popupForms {
text-align: left;
background-image: none;
background-color: #E5E5E5;
}

body.popupForms #header {
height:55px;
background:url(../img/bg_slideshow_header.gif) repeat-x top left;
width: 100%;
}

body.popupForms #content {
background-image:none;
background-color:#E5E5E5;
margin:0;
padding:20px;
	}
	
body.popupForms fieldset#submit input {
margin-right: 1px;
background-color: #C8C8C8;
color:#333;
width:90px;
	}

/* printable brochure /*
/* Property detail printfriendly
---------------------------------*/

html.brochure,
body.brochure {
background-image: none;
background-color: #fff;
}
body.brochure #wrap {
width: 572px;
background-image: none;
background-color: #fff;
height: 100%;
}
body.brochure #main {
background-image: none;
}			
body.brochure #content {
background-image: none;
background-color:#FFF;
float: none;
width: 562px;
margin:0;
padding:0 10px;
}
body.brochure #header {
height:55px;
background:url(../img/bg_slideshow_header.gif) repeat-x top left;
width: 100%;
}
body.brochure #propertydetails {
width: 280px;
float:right;
}
body.brochure #extradetails img {
display: block;
margin: 0 2px 2px 0;
}
body.brochure #extradetails {
width: 247px;
}

/* OFI
----------------------*/
body.ofi {
background-color:#C8C8C8;
}

body.ofi #content{
}

body.ofi #content h2 {
background-color: #bbb;
padding: 2px 0 2px 5px;
margin-bottom: 5px;
margin-top:20px;
}

body.ofi #content dl {
padding: 3px 0;
margin-bottom: 5px;
padding-left: 5px;
padding-right: 5px;
overflow: auto;
}

body.ofi #content dl.stripe {
background-color: #ddd;
}

body.ofi #content dt {
width: 250px;
display: block;
float: left;
}

body.ofi #content dd.time {
font-weight: bold;
width: 150px;
margin: 0 0 0 250px;
}

body.auction #content dd.venue {
float: left;
}

body.ofi #content dd.link {
float: right;
}

/* Staff 
---------*/

body#staff dl {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #ddd;
overflow: auto;
}

body#staff dl dt.photo {
float: left;
margin: 0;
}
body#staff dl dt.photo img {
width: 100px;
margin: 0;
display: block;
}
body#staff dl dd {
margin: 0 0 0 115px;
}
body#staff dl dd.name {
font-weight: bold;
font-size: 1.2em;
font-style: italic;
}

body#staff.profile #content img {
	float:left;
	width: 200px;
	margin: 0 0 15px 0;
	}
	
body#staff.profile #content #personInfo {
	margin-left: 215px;
	}
	

/* Dynamic text
----------------*/
#content #dynImages {
	width: 230px;
	float:left;
	}
	
#content .dynImgWrap {
margin: 0 0 20px 0;
height:194px;
width:175px;
background: url(../img/bg_dynamicPics.gif) no-repeat bottom left;
}

#content img#dynImg {
border-right: 1px solid #C8C8C8;
border-bottom: 1px solid #C8C8C8;
width:174px;
height:174px;
}

