/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #666;
}
p,
div.text  {
font-size: 1em;
margin-bottom: 10px;
}
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: square;
font-size: 1em; /* font-size fix within text div */
}
div.text ol {
list-style: decimal;
}
a:link,
a:visited {
color: #666;
}
a:hover {
color: #444;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
color: #666;
padding: 2px 6px;
text-decoration: none;
}
a.button:hover {
color: #444;
}

/* Headings */
h1 {
font-size: 1.4em;
color: #666;
margin: 0 0 12px 0; 
padding: 0 0 10px 0; 
}
h2 {
font-size: 1.1em;
color: #666;
}
div.text h2 {
font-size: 1.1em; /* font-size fix within text div */
}
h3 {
color: #666;
font-size: 1em;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}


/* Structure 
------------ */
body {
background-color: #fff;
background-image: url(/_lib/professional/001/img/bg_body.gif);
background-repeat: repeat-x;
background-position: top left;
}
#wrap{
background: transparent url(/_lib/professional/001/img/bg_wrap.gif) no-repeat center top;
width:990px;
margin:0 auto;
}
#header {
background:transparent url(/_lib/professional/001/img/header_lrg.gif) no-repeat scroll 0px 3px;
height:141px;
}
#content {
padding:0;
margin: 0 auto;
width:920px;
overflow:hidden;
}
#mainContent {
width:600px;
float:left;
}
#subContent {
width:300px;
float:right;
}
.break {
clear:both;
}
#mainContainer {
background: transparent url(/_lib/professional/001/img/bg_mainContainer.gif) no-repeat 0 210px;
padding:0 5px;
}
#main {
padding-top:17px;
background: transparent url(/_lib/professional/001/img/bg_main.gif) repeat-x 0 0;
}

html.nocol #mainContent {
width:920px;
}

/* Header
----------*/
#header a#homeLink {
float:left;
display:block;
width:276px;
height:76px;
margin-bottom:7px;
margin-left:24px;
margin-top:24px;
line-height:0;
font-size:0;
overflow:hidden;
padding-left:1000em;
}

#header #contactNumber {
float:right;
margin-top:32px;
margin-right:24px
}

/* Footer
--------- */
#footer a:link,
#footer a:visited {
color: #fff06f;
}

#footer a:hover {
color: #fff06f;
}

#footer {
background: #fff url(/_lib/professional/001/img/bg_footer.gif) no-repeat top left;
clear:both;
color:#666;
font-size:0.9em;
height:57px !important;
text-align:center;
text-align:right;
margin-bottom:10px !important;
padding-bottom:0px !important;
}

#footer  div p {
padding:28px 15px 0;
margin-bottom: 0;
}

#footer span {
float:left;
}

/* Dropdown menu
-----------------*/
#menu {
clear:left;
margin:0 auto;
width:941px;
}
.menu li {
padding:0;
}
.menu a {
display:block;
height: 34px;
text-indent:-9000em;
overflow: hidden;
background-color: transparent;
background-position: top center;
background-repeat:no-repeat;
}

.menu .first a {
padding-left:0px;
}

.menu .last a {
padding-right:0px;
}

.menu #buyList a {
background-image: url(/_lib/professional/001/img/mm_for-sale.gif);
width:81px;
}
.menu #soldList a {
background-image: url(/_lib/professional/001/img/mm_recently-sold.gif);
width:111px;
}
.menu #rentList a {
background-image: url(/_lib/professional/001/img/mm_for-lease.gif);
width:91px;
}
.menu #leasedList a {
background-image: url(/_lib/professional/001/img/mm_recently-leased.gif);
width:122px;
}
.menu #inspectionList a {
background-image: url(/_lib/professional/001/img/mm_open-for-inspection.gif);
width:147px;
}
.menu #newsList a {
background-image: url(/_lib/professional/001/img/mm_news.gif);
width:67px;
}
.menu #aboutList a {
background-image: url(/_lib/professional/001/img/mm_about-us.gif);
width:84px;
}
.menu #careersList a {
background-image: url(/_lib/professional/001/img/mm_careers.gif);
width:76px;
}
.menu #contactList a {
background-image: url(/_lib/professional/001/img/mm_contact-us.gif);
width:93px;
}
.menu #homeList a {
background-image: url(/_lib/professional/001/img/mm_home.gif);
width:69px;
}


.menu a:hover,
.menu a.dropdown {
background-position: center bottom;
}

body#forSale .menu #buyList a,
body#sold .menu #soldList a,
body#forLease .menu #rentList a,
body#leased .menu #leasedList a,
body#inspection .menu #inspectionList a,
body#news .menu #newsList a,
body#aboutUs .menu #aboutList a,
body#career .menu #careersList a,
body#contactUs .menu #contactList a,
body#home .menu #homeList a {
background-position: center center;
}

.menu li li a:link,
.menu li li a:visited {
text-indent:0;
background-image:none !important;
height:auto;
padding:6px 0 6px 14px;
background-color:#4c4c4c;
width:160px !important;
color:#fff06f;
text-decoration:none;
}
.menu li li.last a:link,
.menu li li.last a:visited {
border: none;
}
.menu li li a:hover {
color:#737373;
background-color:#fff06f;
}
.menu li ul {
left:0px !important;
}

/* Standard forms
------------------*/
form textarea, input, select {
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #666;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #999;
}
form li {
list-style-type: none;
}
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: 21px;
width: 98px;
background-color:transparent;
background-position: top left;
background-repeat: no-repeat;
color: #fff;
text-indent: -9999em;
padding: 0;
cursor: pointer;
border: none;
}
form input.button {
background-image: url(/_lib/professional/001/img/btn_submit.gif);
width:69px !important;
}
form fieldset input.submit {
background-image: url(/_lib/professional/001/img/btn_submit.gif);
width:69px !important;
}
form fieldset input.clear {
background-image: url(/_lib/professional/001/img/btn_clear.gif);
width:51px !important;
}
form fieldset input.search {
background-image: url(/_lib/professional/001/img/btn_search.gif);
width:69x !important;
}
form fieldset input.login {
background-image: url(/_lib/professional/001/img/btn_login.gif);
width: 69px !important;
}
body#home form#loginform input.button {
background-image: url(/_lib/professional/001/img/btn_login.gif);
width: 69px !important;
}
form fieldset input.password {
background-image: url(/_lib/professional/001/img/btn_sendpassword.gif);
width: 95px !important;
}
form fieldset input.unsubscribe {
background-image: url(/_lib/professional/001/img/btn_unsubscribe.gif);
}
form fieldset input.activate {
background-image: url(/_lib/professional/001/img/btn_reactivate.gif);
width: 73px !important;
}
form em span,
form .required {
color: #666;
font-weight: bold;
}

/* Popups
---------*/
html.popup #header {
background:transparent url(/_lib/professional/001/img/bg_header.gif) no-repeat scroll -4px 0;
height:97px;
}
html.popup #header img {
margin-top:17px;
}
html.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
}

/* Homepage
----------- */
body#home #header,
body#home #footer {
height:auto;
margin: 0 auto;
}
body#home #main {
background:transparent url(/_lib/professional/001/img/bg_home.gif) no-repeat scroll 0 0;
padding-top:10px;
}
body#home #content {
width:980px;
}
body#home #contentContainer {
background:#E3E1E1 url(/_lib/professional/001/img/bg_home-bottom.gif) repeat-x scroll 0 0;
width: 990px;
margin: 0 auto;
height:auto;
}
body#home #contentContainer #mainContent {
width: 665px;
float:right;
}
body#home #contentContainer #subContent {
float:left;
padding:0 10px 0 5px;
width:310px;
}
body#home #slideshow {
background-color: transparent;
background-image: url(/_lib/professional/001/img/bg_banner.png);
background-position: center top;
background-repeat: no-repeat;
height: 266px;
clear:both;
}
body#home #slideshow ul {
list-style: none;
list-style-position: outside;
margin: 0 auto;
}
body#home #subContent #quickFind {
height: 336px;
}

body#home #fLogin {
background: #fff url(/_lib/professional/001/img/username.gif) no-repeat 2px 0;
border-width:1px;
}

body#home #fLoginPassword {
background: #fff url(/_lib/professional/001/img/password.gif) no-repeat 2px 0;
border-width:1px;
}
body#home #rentalAppraisal {
margin-left:60px;
}
body#home #appraisalText {
display:block;
margin-bottom:5px;
}

/* Property Alert */
body.alert #wrap #content #alertmenu {
background-color:#CCCCCC;
border-top:2px solid #999999;
}
body.alert #wrap #content #alertmenu li {
border-right:1px solid #666666;
}
body.alert #wrap #content #alertmenu a {
color:#444444;
}
body.alert #wrap #content #alertmenu a:hover {
background-color:#666666;
color:#FFFFFF;
text-decoration:none;
}

/* Featured Property */
body#home #featurePropertyMultiple .pow {
background:transparent url(/_lib/professional/001/img/fpPanel_sale.gif) no-repeat 0 0;
width:323px;
height:320px;
float:left;
margin-top:10px;
position:relative;
}
body#home #featurePropertyMultiple #middle {
background:transparent url(/_lib/professional/001/img/fpPanel_lease.gif) no-repeat 0 0;
width:325px;
}
body#home #featurePropertyMultiple .pow a.imageLink {
display:block;
height:194px;
margin:40px auto 0;
overflow:hidden;
width:258px;
}
body#home #featurePropertyMultiple .pow a img {
height:194px;
width:258px;
}
body#home #featurePropertyMultiple h1.fpTitle {
position:absolute;
top:15px;
left:33px;
display:block;
width:171px;
height:18px;
overflow:hidden;
text-indent:-9999em;
margin:0;
padding:0;
}
body#home #featurePropertyMultiple #fpForLease {
background:transparent url(/_lib/professional/001/img/fp_titles.gif) no-repeat right top;
}
body#home #featurePropertyMultiple #fpForSale {
background:transparent url(/_lib/professional/001/img/fp_titles.gif) no-repeat left top;
}

/* Icons */
body#home #featurePropertyMultiple .pow .icons {
background:transparent url(/_lib/professional/001/img/bg_icons.gif) no-repeat scroll right top;
/* Structure */
display:block;
height:19px;
margin-top:6px;
padding-left:177px;
width:114px;
}
body#home #featurePropertyMultiple .pow .icons p {
color:#666666;
float:left;
font-size:0.9em;
font-weight:bold;
width:38px;
}
body#home #featurePropertyMultiple .pow .icons p img {
/* Structure */
vertical-align: top;
float:left;
}
body#home #featurePropertyMultiple .pow .icons p span {
float:right;
margin-top:3px;
text-align:center;
width:19px;
}

body#home #featurePropertyMultiple .pow .hd_pows {
color:#FFFFFF;
font-size:0.9em;
margin-bottom:0;
margin-left:33px;
margin-right:33px;
margin-top:0;
width:258px;
}
body#home #featurePropertyMultiple .pow .hd_pows a {
color:#fff06f;
}
body#home #lowerPanels .panel {
background:transparent url(/_lib/professional/001/img/panel_footer.gif) no-repeat scroll 0 0;
color:#FFFFFF;
float:left;
height:81px;
padding:10px 20px;
width:265px;
font-size:0.9em;
}
body#home #lowerPanels .panel.propertyAlert {
background:transparent url(/_lib/professional/001/img/panel_footer_pa.gif) no-repeat scroll 0 0;
width:269px;
margin:0 16px 0 13px;
}
body#home #lowerPanels p {
margin-bottom:6px;
}
body#home #lowerPanels .middlePanel {
margin:0 15px 0 0;
} 
body#home #lowerPanels .panelTitle {
margin-bottom:12px;
}
body#home #lowerPanels #ofiSale {
margin-left:20px;
margin-right:35px;
}
body#home form#loginform input {
width:80px;
margin-right:7px;
}

/* ---- SLIDESHOW ---- */

body.slideshow #header {
background-position:0 0;
height:97px;
margin-bottom:15px;
}
body.slideshow #header img {
margin-left:12px;
margin-top:15px;
}
body.slideshow table {
margin:0 auto;
text-align:center;
width:800px;
}
body.slideshow table td {
padding-top:10px;
}

body.slideshow .beginning {
background-image:url(/_lib/professional/001/img/btn_beginning.gif);
}
body.slideshow .previous {
background-image:url(/_lib/professional/001/img/btn_previous.gif);
}
body.slideshow .next {
background-image:url(/_lib/professional/001/img/btn_next.gif);
}
body.slideshow .end {
background-image:url(/_lib/professional/001/img/btn_end.gif);
}

body.slideshow .button {
padding: 0 2px;
}
