/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Tahoma, Arial, Helvetica, sans-serif;
color: #FFFFFF;
}
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: #ffff00;
}
a:hover {
color: #ffffff;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: #b7b49e;
color: #fff;
padding: 2px 6px;
text-decoration: none;
}
a.button:hover {
background-color: #928b65;
}

/* Headings */
h1 {
font-size: 1.4em;
font-weight: normal;
color: #FFFFFF;
margin: 0 0 15px 0; 
padding: 0 0 10px 0; 
}
h2 {
font-size: 1.1em;
color: #ffffff;
margin: 0 0 10px 0;
}
div.text h2 {
font-size: 1.1em; /* font-size fix within text div */
}
h3 {
color: #60483b;
font-size: 1em;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}


/* Structure 
------------ */
body {
background-color: #545557;
background-image: url(/_lib/professional/001/img/bg_body.gif);
background-repeat: repeat-x;
background-position: top left;
}
#wrap{
width:980px;
margin:0 auto;
background-image: url(/_lib/professional/001/img/main_bg.gif);
background-repeat: no-repeat;
background-position: top center;
}
#header {
height:126px;
}
#footer {
background-image:url(/_lib/professional/001/img/bg_footer.gif);
background-repeat: no-repeat;
clear:both;
color:#999999;
font-size:0.9em;
height:15px;
padding:8px 5px 5px 15px;
text-align:left;
width: 960px !important;
}
#content {
padding:8px 0 0 0;
margin: 0 auto;
width:920px;
}
#mainContent {
width:600px;
float:left;
}
#subContent {
width:300px;
float:right;
}
.break {
clear:both;
}
img#logo1{
padding-top:27px;
padding-left:18px;
float:left;
}
img#logo2{
float: right;
padding-top:22px;
padding-right:18px;
}


/* Header
----------*/
#header ul li{
	list-style:none;
}

#header #logo {
margin-top:7px;

}

#animation{
	height:25px!important;
	width:200px;
	float:left;
	overflow:hidden;
	padding: 35px 0 0 10px;
}

/* Footer
--------- */
#footer a:link,
#footer a:visited {
color: #999;
text-decoration: none;
}

#footer a:hover {
color: #666;
}

/* Dropdown menu
-----------------*/
#menu {
width: 767px;
float:right;
clear:both;
margin: 14px 2px 0px 0px;
}
.menu li {
padding:0;
}
.menu a {
display:block;
height: 42px;
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:70px;
}
.menu #buyList a {
background-image: url(/_lib/professional/001/img/mm_buying.gif);
width:74px;
}
.menu #sellList a {
background-image: url(/_lib/professional/001/img/mm_selling.gif);
width:72px;
}
.menu #rentList a {
background-image: url(/_lib/professional/001/img/mm_renting.gif);
width:76px;
}
.menu #commericalList a{
background-image: url(/_lib/professional/001/img/mm_commercial.gif);
width:103px;
}
.menu #projectList a{
background-image: url(/_lib/professional/001/img/mm_projects.gif);
width:108px;
}
.menu #financeList a {
background-image: url(/_lib/professional/001/img/mm_finance.gif);
width:78px;
}
.menu #aboutList a {
background-image: url(/_lib/professional/001/img/mm_about.gif);
width:87px;
}
.menu #contactList a {
background-image: url(/_lib/professional/001/img/mm_contact.gif);
width:90px;
}
.menu a:hover,
.menu a.dropdown {
background-position: bottom left;
}
body#home .menu #homeList a, body#buy .menu #buyList a, body#sell .menu #sellList a,
body#rent .menu #rentList a, body#commercial .menu #commericalList a, body#projects .menu #projectList a, 
body#about .menu #aboutList a, body#finance .menu #financeList a, body#contact .menu #contactList a{
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:#fff900;
width:140px !important;
color:#3e3e3f;
text-decoration:none;
border-bottom: 1px solid #fff900;
}
.menu li li.last a:link,
.menu li li.last a:visited {
border: none;
}
.menu li li a:hover {
background-color:#bdbd05;
}
.menu li ul {
left:1px !important;
}

/* Standard forms
------------------*/
form textarea, input, select {
color: #666;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #ffff00;
}
form fieldset {
margin-bottom: 15px;
padding: 10px;
border: 1px solid #ffffff;
}
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: 27px;
width: 90px;
background-color: #4d4e4f;
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);
}
form fieldset input.submit {
background-image: url(/_lib/professional/001/img/btn_submit.gif);
}
form fieldset input.clear {
background-image: url(/_lib/professional/001/img/btn_clear.gif);
}
form fieldset input.search {
background-image: url(/_lib/professional/001/img/btn_search.gif);
}
form fieldset input.login {
background-image: url(/_lib/professional/001/img/btn_login.gif);
width: 90px !important;
}
form fieldset input.password {
background-image: url(/_lib/professional/001/img/btn_sendpassword.gif);
width:110px !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);
}
form em span,
form .required {
color: #ffff00;
font-weight: bold;
}

/* Popups
---------*/
html.popup #header img {
margin-top: 17px;
}
html.popup #content {
margin: 0;
width: auto;
padding: 0px 21px 7px 21px;
}
html.popup #content h1{
padding: 0px !important;
}

/* Homepage
----------- */
body#home #wrap,
body#home #content {
width: auto;
float: none;
}
body#home #header,
body#home #footer {
width: 980px;
height:auto;
margin: 0 auto;
}
body#home #contentContainer {
width: 980px;
margin: 0 auto;
height:auto;
}
body#home #contentContainer #mainContent {
width: 647px;
position:relative;
}
body#home #contentContainer #subContent {
width: 308px;
margin: 11px 0 0 0;
height: 207px;
}
body#home #slideshow {
height: 249px;
clear:both;
margin: 0 auto;
padding: 7px 0 0 0;
width:980px;
}
body#home #slideshow ul {
list-style: none;
list-style-position: outside;
margin: 0 auto;
width: 841px;
}
body#home #subContent #quickFind {
background-color: transparent;
background-image: url(/_lib/professional/001/img/bg_quicksearch.gif);
background-position: top left;
background-repeat: no-repeat;
width: 308px;
height: 207px;
padding: 0 8px 0 0;
}

/* Property Alert */
body.alert #wrap #content #alertmenu {
background-color: #333333;
border-top: 2px solid #fff900;
}
body.alert #wrap #content #alertmenu li {
border-right: 1px solid #333333;
}
body.alert #wrap #content #alertmenu a {
color: #FFFFFF;
}
body.alert #wrap #content #alertmenu a:hover {
background-color: #fff900;
color: #666666;
text-decoration: none;
}
body#home #links {
position:absolute; 
bottom: 33px; 
right: 12px;
}
body#home #links img{
float:left;
}

html.popup #header {
margin-left:8px;
}

/* Flash */

#moviefloat {
	float: left;
	position: absolute;
	top: 126px;
	margin-left: 0px;
}
