/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #484848;
}

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: Tahoma, 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;
}
a:link,
a:visited {
color: #333;
}
a:hover {
color: #000;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: #484848;
color: #fff;
padding: 5px 10px;
text-decoration: none;
text-transform:uppercase;
border:1px solid #000;
display:block;
}

a.button:hover {
background-color: #000;
}

/* Headings */
b, strong {color:#000;}

h1 {
font-size: 17px;
font-weight:bold;
color: #000;
margin: 0 0 15px 0; 
padding: 0 0 10px 0; 
border-bottom:1px solid #000000;
}

h2 {
font-size: 1.3em;
color: #000;
margin: 0 0 10px 0;
}

div.text h2 {
font-size: 1.1em; /* font-size fix within text div */
}

h3 {
color: #000;
font-size: 1.3em;
margin-bottom: 3px;
}

div.text h3 {
font-size: 1.3em; /* font-size fix within text div */
}

h4 {
font-size: 17px;
font-weight:bold;
color: #000;
margin: 0 0 15px 0; 
padding: 0 0 10px 0; 
border-bottom:1px solid #000000;
text-transform: Uppercase;
}


/* Structure 
------------ */
body {
background-color: #c8c8c8;
}
#wrap{
background-color:#fff;
width:1000px;
margin:0 auto;
}

#header {
background-color:#000;
}

#footer {
clear:both;
font-size:0.9em;
padding:30px 67px 20px 58px;
text-align:left;
margin-bottom:20px;
}
#footer_home {
clear:both;
font-size:0.9em;
padding:30px 67px 20px 58px;
text-align:left;
margin-bottom:20px;
}

#content_dynamic,
body.alert #content {
padding:0;
margin: 0 auto;
width:760px;
padding-top:35px;
}
#content_dynamic #mainContent {
width:490px;
float:left;
}
#content_dynamic #subContent {
width:255px;
float:right;
}
#content_staff {
padding:0;
margin: 0 auto;
width:760px;
padding-top:35px;
}
#content_staff #mainContent {
width:490px;
float:left;
}
#content_staff #subContent {
width:255px;
float:right;
}

#content_home {
padding:0;
margin: 0 auto;
width:950px;
padding-top:22px;
}
#content {
padding:0;
margin: 0 auto;
width:950px;
padding-top:35px;
}
#mainContent {
width:662px;
float:left;
}
#subContent {
width:288px;
float:right;
}
.break {
clear:both;
}

/* Header
----------*/
#header #logo {
padding: 0 0;
}

/* Footer
--------- */
#footer .phone {
float:right;
background-image: url(/_lib/professional/001/img/phone_title2.gif);
display:block;
width: 144px;
height: 18px;
text-indent:-9000em;
overflow: hidden;
}
#footer a:link,
#footer a:visited {
color: #4F4F4F;
text-decoration: none;
}
#footer a:hover {
color: #000;
text-decoration:underline;
}
#footer_home .phone {
float:right;
background-image: url(/_lib/professional/001/img/phone_title.gif);
display:block;
width: 144px;
height: 18px;
text-indent:-9000em;
overflow: hidden;
}
#footer_home a:link,
#footer_home a:visited {
color: #4F4F4F;
text-decoration: none;
}
#footer_home a:hover {
color: #fff;
text-decoration:underline;
}

/* Dropdown menu
-----------------*/
#menu {
margin:0 0 0 0;
background-color:#F3F3F3;
border-bottom: 1px solid #e3e3e3;
padding-left:24px;
}
#menu2 {
margin:0 0 0 0;
background-color:#F3F3F3;
padding-left:24px;
}
.menu li {
padding:0;
}

.menu a {
/*margin-bottom:-1px;*/
display:block;
height: 27px;
text-indent:-9000em;
overflow: hidden;
background-color: transparent;
background-position: top left;
}

.menu #homeList a {
background-image: url(/_lib/professional/001/img/mm_home.gif);
width:96px;
}

.menu #buyList a {
background-image: url(/_lib/professional/001/img/mm_buying.gif);
width:104px;
}

.menu #rentList a {
background-image: url(/_lib/professional/001/img/mm_leasing.gif);
width:112px;
}
.menu #sellList a {
background-image: url(/_lib/professional/001/img/mm_selling.gif);
width:110px;
}
.menu #financeList a{
background-image: url(/_lib/professional/001/img/mm_finance.gif);
width:111px;
}
.menu #alertList a {
background-image: url(/_lib/professional/001/img/mm_propertyalert.gif);
width:163px;
}
.menu #aboutList a {
background-image: url(/_lib/professional/001/img/mm_about-us.gif);
width:121px;
}
.menu #contactList a {
background-image: url(/_lib/professional/001/img/mm_contact-us.gif);
width:142px;
}
.menu a:hover,
.menu a.dropdown {
background-position: bottom left;
}
.menu li li a:link,
.menu li li a:visited {
font-size: 0.9em;
text-indent:0;
background-image:none !important;
height:auto;
padding:4px 8px;
background-color:#f3f3f3;
width:140px !important;
color:#000;
text-decoration:none;
border-bottom: 1px solid #999;
}
.menu li li.last a:link,
.menu li li.last a:visited {
border: none;
}

.menu li li a:hover {
background-color:#999;
}

.menu li ul {
left:11px !important;
}


/* Standard forms
------------------*/
form textarea, input, select {
color: #666;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #000;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #d8d4bf;
}
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 {
width: auto;
background-color: #484848;
color: #fff;
padding: 5px 10px;
cursor: pointer;
border: 1px solid #000;
text-transform:uppercase;
}

form fieldset#submit input:hover,
form fieldset.submit input:hover,
form input.button:hover{
	background-color:#000;
}

form em span,
form .required {
color: #000;
font-weight: bold;
}

/* Popups
---------*/
body.popup #header img {
margin-top: 17px;
}
body.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
}

/* Homepage
----------- */
body#home #wrap{
background-color:#000;
}
body#home #content {
width:950px;
}
body#home #contentContainer #mainContent {
width:633px;
height:225px;
}
body#home #contentContainer #subContent {

}
body#home #slideshow {
clear:both;
}
body#home #slideshow ul {
list-style: none;
list-style-position: outside;
margin: 0 auto;
width: 633px;
}
body#home #slideshow ul img {
width:633px;
height:225px;
}
body#home #subContent #quickFind {
width: 280px;
}
body#home #footer .phone {
color:#fff;
}
body#home #footer a:hover {
color: #fff;
}


/* POWs */
#featurePropertyMultiple {
clear:both;
padding-top:25px;
float:left;
width:100%;
}
#featurePropertyMultiple .pow {
float:left;
}
#featurePropertyMultiple .pow#middle {
margin: 0 2px;
}
#featurePropertyMultiple .pow img {
width: 315px;
height: 200px;
display: block;
margin: 0;
}
#featurePropertyMultiple .pow h3 {
width: 315px;
height: 22px;
font-size:11px;
padding-top: 8px;
margin: 0;
color: #999;
text-transform: capitalize;
background-color: #252525;
font-weight:normal;
text-align:center;
}
#featurePropertyMultiple .pow h3 b {
font-weight:normal;
color:#fff;
text-transform:uppercase;
}
#featurePropertyMultiple .pow h3 b img{
width: 9px;
height: 5px;
display: inline;
}

/* Property Alert */
body.alert #wrap #content #alertmenu {
background-color: #f3f3f3;
border-top: 2px solid #000;
}
body.alert #wrap #content #alertmenu li {
border-right: 1px solid #000;
}
body.alert #wrap #content #alertmenu a {
color: #000;
}
body.alert #wrap #content #alertmenu a:hover {
background-color: #ccc;
color: #000;
text-decoration: none;
}