/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #666;
}
p,
div.text  {
font-size: 1em;
line-height: 1.5em;
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: 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: #666;
}
a:hover {
color: #ea3123;
}

/* Style for Button style links */
a.button:link,
a.button:visited {

}

/* Headings */
h1 {
background:#fff url(/_lib/professional/002/img/bg_heading.gif) no-repeat left bottom;
color:#ee3224;
text-transform:capitalize;
padding:5px 10px 10px;
margin-bottom:22px;
font-size:1.2em;
}
body.listingPage h1 {
background:#fff url(/_lib/professional/002/img/bg_heading_listing.gif) no-repeat left bottom;
margin-bottom:0;
}
h2 {
font-size: 1.1em;
}
div.text h2 {
font-size: 1.1em; /* font-size fix within text div */
}
h3 {
font-size: 1em;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}


/* Structure 
------------ */
body {
background-color: #231f20;
background-image: url(/_lib/professional/002/img/bg_body.gif);
background-position: center top;
background-repeat: repeat-x;
}
#wrap{
width: 980px;
margin: 0 auto;
}
#header {
height:139px;
background-color: transparent;
background-image: url(/_lib/professional/002/img/bg_header.gif);
background-position: left bottom;
background-repeat: no-repeat;
}
#footer {
background-color: transparent;
background-image: url(/_lib/professional/002/img/bg_footer.gif);
background-repeat: repeat-x;
height:25px;
padding:0;
}
#content {
background-color: #fff;
background-image: url(/_lib/professional/002/img/bg_content.gif);
background-position: top left;
background-repeat: repeat-y;
padding:0 19px;
overflow:hidden;
}
#mainContent {
width:581px;
float:left;
margin:0 16px;
}
#subContent {
width: 313px;
float: right;
margin-right:16px;
}

html.nocol #mainContent {
width:908px;
float:left;
margin:0 16px;
}

/* Header
----------*/
#header .floatLeft {
float:left;
height:139px;
width:297px;
}
#header .floatRight {
float:right;
height:139px;
width:683px;
}
#header img#logo {
display: block;
margin: 26px 0 0 30px;
}
#header img#contactNumber {
display: block;
float:right;
margin:34px 22px 0 0;
}

/* Footer
--------- */
#footer p {
color:#fff;
padding:5px 20px 0;
font-size: 0.9em;
margin: 0;
}
#footer p a:link,
#footer p a:visited {
color:#fff;
text-decoration: none;
}

#footer p a:hover {
color:#ccc;
}

/* Dropdown menu
-----------------*/
#menu {
float:right;
width:683px;
margin-top:18px;
}

.menu {
background-color: transparent;
background-image: none;
background-position: center top;
background-repeat: no-repeat;
height: 70px;
}

.menu ul {
margin-top:-37px !important;
}

.menu a {
display: block;
height: 70px;
margin: 0;
background-position: top left;
background-repeat: no-repeat;
background-color: transparent;
text-indent: -9999em;
}
.menu li#homeList a {
background-image: url(/_lib/professional/002/img/mm_home.gif);
width: 79px;
}
.menu li#buyList a {
background-image: url(/_lib/professional/002/img/mm_buying.gif);
width: 86px;
}
.menu li#sellList a {
background-image: url(/_lib/professional/002/img/mm_selling.gif);
width: 88px;
}
.menu li#rentList a {
background-image: url(/_lib/professional/002/img/mm_renting.gif);
width: 92px;
}
.menu li#commericalList a {
background-image: url(/_lib/professional/002/img/mm_commercial.gif);
width: 125px;
}
.menu li#contactList a {
background-image: url(/_lib/professional/002/img/mm_contactus.gif);
width: 115px;
}
.menu li#aboutList a {
background-image: url(/_lib/professional/002/img/mm_aboutus.gif);
width: 98px;
}

body#home .menu li#homeList a,
body#buying .menu li#buyList a,
body#selling .menu li#sellList a,
body#renting .menu li#rentList a,
body#commercial .menu li#commericalList a,
body#aboutus .menu li#aboutList a,
body#staff .menu li#aboutList a,
body#contactus .menu li#contactList a {
background-position: bottom left;
}

.menu .dropdown,
.menu a:hover {
background-position: bottom left;
}
#menu .menu li li {
border-right:1px solid #d3d3d3;
}
#menu .menu li li.last {
border-bottom:1px solid #d3d3d3;
}
#menu .menu li li a {
font-size: 0.9em;
text-indent: 15px;
background-image: none;
background-color: #f3f3f3;
margin-top: 0;
padding: 5px 0;
width: 150px;
color: #666;
text-decoration: none;
height: auto;
-moz-opacity:1.0;
filter:alpha(opacity=100);
}
#menu .menu li li a:hover {
background-color: #e5e4e4;
border-left:5px solid #ee3224;
text-indent:10px;
width: 145px;
-moz-opacity:1.0;
filter:alpha(opacity=100);
}

/* Standard forms
------------------*/
form textarea, input, select{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #666;
font-weight: bold;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #adadad;
}
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: 28px;
width: 96px;
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/002/img/btn_submit.gif);
}
form fieldset input.submit {
background-image: url(/_lib/professional/002/img/btn_submit.gif);
}
form fieldset input.clear {
background-image: url(/_lib/professional/002/img/btn_clear.gif);
}
form fieldset input.search {
background-image: url(/_lib/professional/002/img/btn_search.gif);
}
form fieldset input.login {
background-image: url(/_lib/professional/002/img/btn_login.gif);
}
form fieldset input.activate {
background-image: url(/_lib/professional/002/img/btn_reactivate.gif);
width:116px;
}
form em span,
form .required {
color: #B90000;
font-weight: bold;
}

/* Popups
---------*/
html.popup #content {
margin: 0;
width: auto;
padding: 0px 21px 7px 21px;
float: none;
}
#GB_window {
background-color: #868686;
}
html.popup body {
background-color:#fff;
}
html.popup #header img {
margin:26px;
}

/* Homepage
----------- */
#home #content {
padding:0 18px;
}
#home .topRow {
height:256px;
}
#home .banners {
width:173px;
float:left;
margin-top:2px;
}
#home .slideshow {
background:#fff url(/_lib/professional/002/img/bg_slideshow.gif) no-repeat 0 0;
height:245px;
width:766px;
float:right;
position:relative;
}
#home .slideContainer {
position:absolute;
left:3px;
top:3px;
overflow:hidden;
width:760px;
height:239px;
}
#home #content ul, #content ol {
list-style-image:none;
list-style-position:outside;
list-style-type:disc;
}
#home #reflectionRow {
background:#fff url(/_lib/professional/002/img/bg_index.gif) repeat-x 0 0;
height:36px;
margin-bottom:1px;
}
#home .bottomRow {
background:#fff url(/_lib/professional/002/img/bg_index_bottom.gif) repeat-y 0 0;
}
/* POWs */
#featurePropertyMultiple {
background-color:#d3d2d2;
width:617px;
height:202px; 
float:left;
}
#featurePropertyMultiple .heading {
padding:15px 24px 5px 30px;
overflow:hidden;
}
#featurePropertyMultiple .pow {
color:#666;
float:left;
padding: 0 0 15px 0;
}
#featurePropertyMultiple .pow#middle {
margin: 0 6px;
}
#featurePropertyMultiple .pow a {
float:left;
margin-left:32px;
margin-right:23px;
}
#featurePropertyMultiple .pow img {
border:3px solid #b9b8b8;
width: 192px;
display: block;
margin: 0;
}
#featurePropertyMultiple h1 {
width:150px;
height:24px;
background:#d3d2d2 url(/_lib/professional/002/img/hd_fp.gif) no-repeat 0 0;
float:left;
text-indent:-9999em;
margin:0;
padding:0;
}
#featurePropertyMultiple .fp_icons {
width:150px;
float:right;
text-align:right;
}
#featurePropertyMultiple .fp_icons p {
display:inline;
margin-right:10px;
}
#featurePropertyMultiple .fp_icons p.last {
margin-right:0;
}
#featurePropertyMultiple .fp_icons img {
vertical-align:middle;
margin-left:5px;
}
#featurePropertyMultiple h2.hd_pows {
padding: 0;
margin: 0;
font-size:1.3em;
text-transform: capitalize;
}
#featurePropertyMultiple .pow .imageLink {
float:left;
}
#featurePropertyMultiple .pow .address {
text-transform:uppercase;
}
#featurePropertyMultiple .fp-container {
width:345px;
float:left;
}
#featurePropertyMultiple .fp-container a {
width:107px;
height:28px;
background:#d3d2d2 url(/_lib/professional/002/img/btn_readmore.gif) no-repeat 0 0;
float:right;
display:block;
text-indent:-9999em;
margin:0;
padding:0;
}
/* Quicksearch */
#quicksearch {
background-color:#D3D2D2;
background-image:none;
background-position:0 0;
background-repeat:no-repeat;
float:right;
height:202px;
overflow:hidden;
padding:0;
width:313px;
}
/* Prop Alert Link */
#propAlert {
float: left;
}
/* Latest News Spill */
#latestNews {
float:left;
background-color: transparent;
background-image: url(/_lib/professional/002/img/bg_latestnews.png);
background-repeat: no-repeat;
background-position: top left;
width: 274px;
height: 156px;
padding: 36px 15px 32px 15px;
color: #fff;
}
#latestNews h2 {
width: 129px;
height: 15px;
text-indent: -9999em;
background-color: transparent;
background-image: url(/_lib/professional/002/img/hd_latestnews.gif);
background-repeat: no-repeat;
background-position: top left;
margin: 0 0 10px 0;
}
#latestNews a {
color: #fff;
}

/* Property Alert
----------------- */
body.alert #wrap #loginbox {
margin: 55px 0 0 0;
}
body.alert #wrap #content #alertmenu {
background-color: #999;
}
body.alert #wrap #content #alertmenu li {
border-right: 1px solid #d9d9d9;
}
body.alert #wrap #content #alertmenu a {
color: #fff;
}
body.alert #wrap #content #alertmenu a:hover {
background-color: #ccc;
color: #666;
text-decoration: none;
}

/* FAST FIND
------------ */

#fastfind form {
padding:0;
}
#fastfind p {
margin:37px 0 0 19px;
}
#fastfind input {
color:#b3b3b3;
border:1px solid #dad8d8;
width: 200px;
font-size: 0.8em;
float: left;
padding:1px 2px;
}
#fastfind input.button {
background:#fff url(/_lib/professional/002/img/btn_ff.gif) no-repeat left bottom;
width:20px !important;
height:15px;
float: left;
margin: 2px 0 0 5px;
border:none !important;
}