/* Typography
--------------*/
body {
font-size: 76%; /* Global font-size */
font-family: Arial, Helvetica, sans-serif;
color: #2c5556;
}
body.staffPage #main .container{
	background:#fffcec!important;
}

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: disc;
font-size: 1em; /* font-size fix within text div */
}
div.text ol {
list-style: decimal;
}
a:link,
a:visited {
color: #3f3f3f;
}
a:hover {
color: #ccc;
}

/* Style for Button style links */
a.button:link,
a.button:visited {
background-color: #fff6c5;
color: #769191;
padding: 5px 15px;
font-weight:bold;
text-transform:uppercase;
text-decoration: none;
}
a.button:hover {
background-color: #FFE54C;
}

/* Headings */
h1 {
font-size: 1.5em;
color: #2c5556;
margin: 0 0 15px 0; 
padding: 0 0 10px 0; 
}

h2 {
font-size: 1.1em;
color: #2c5556;
margin: 0 0 10px 0;
}
div.text h2 {
font-size: 1.1em; /* font-size fix within text div */
}
h3 {
color: #2c5556;
font-size: 1em;
margin-bottom: 3px;
}
div.text h3 {
font-size: 1em; /* font-size fix within text div */
}


/* Structure 
------------ */
body {
background-color: #fff395;
}

#header .container, 
#footer .container, 
#main .container{
width:998px;
margin:0 auto;
}

#header {
height:133px;
background-color:#fff395;
}

#main {
background: #ffef7d url(img/bg_content.gif) repeat-x top center;
}

#main .container {background-color:#fff; padding-top:30px;}

#footer {
background: url(img/bg_footer.gif) no-repeat top center;
clear:both;
height:60px;
padding-top:15px;
}
#footerRight, #footerLeft{
	width:300px;
}

#footerRight{
	float:right;
}


#footerMiddle{
	float:left;
	padding:14px 0 0 100px;
	width:200px;
}

#footerMiddle img{
	vertical-align:middle;
}

#footerLeft{
	float:Left;
}



#content {
padding:0;
margin: 0 auto;
width:920px;
}

#mainContent {
width:600px;
float:left;
}

#subContent {
width:300px;
float:right;
}

.break {
clear:both;
}

/* Header
----------*/
#header #logo {
float:left;
}

/* Footer
--------- */
#footer a:link,
#footer a:visited {
color: #2c5556;
text-decoration: none;
}

#footer a:hover {
color: #aaa;
}

#footer address {
font-style:normal;
font-size: 1.4em;
padding-top: 20px;
}

#footer address span.white {color:#fff;}

#footer .publisher {
float:right; 
text-align:right; 
line-height:2em;
font-size:.8em;
}

#footer .publisher img {vertical-align:middle;}

/* Dropdown menu
-----------------*/
#menu {
margin:0;
}

.menu li {
padding:0;
}

.menu a {
display:block;
height: 49px;
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:121px;
}
.menu #buyList a {
background-image: url(/_lib/professional/001/img/mm_buying.gif);
width:175px;
}
.menu #sellList a {
background-image: url(/_lib/professional/001/img/mm_selling.gif);
width:171px;
}
.menu #rentList a {
background-image: url(/_lib/professional/001/img/mm_renting.gif);
width:175px;
}
.menu #commericalList a{
background-image: url(/_lib/professional/001/img/mm_commercial.gif);
width:212px;
}

.menu #aboutList a {
background-image: url(/_lib/professional/001/img/mm_about.gif);
width:144px;
}
.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:#fffce2;
width:160px !important;
color:#3f3f3f;
text-decoration:none;
border-left: 3px solid #fffce2;
}
.menu li li.last a:link,
.menu li li.last a:visited {
/* border: none; */
}
.menu li li a:hover {
background-color:#fff395;
border-left: 3px solid #3a605a;
}
.menu li ul {
left:0px !important;
}
.menu #aboutList ul {
margin-left:-35px;
padding: 0 !important;
}

/* Standard forms
------------------*/
form textarea, input, select {
color: #666;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
}
legend {
color: #60483b;
}
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 {
height: 25px;
width: 87px;
background-color: #fff;
background-position: top left;
background-repeat: no-repeat;
color: #769191;
font-weight:bold;
padding: 0;
cursor: pointer;
border: none;
text-transform:uppercase;
}
form input.button {
background-image: url(/_lib/professional/001/img/bg_btn.gif);
}
form input.button:hover {
background-image: url(/_lib/professional/001/img/bg_btn_hover.gif);
}
form em span,
form .required {
color: #666;
font-weight: bold;
}

/* Popups
---------*/

body.popup {
margin:0px;
background-color:#fff;
}

body.popup #header {
height: auto;
}

body.popup #header img {
margin-top: 0px;
}

body.popup #content {
margin: 0;
width: auto;
padding: 13px 21px 7px 21px;
}

/* Homepage
----------- */
body#home #content {
width:auto;
}
body#home #main {
background: #fff18b url(img/bg_body_home.gif) repeat-x center top;
}
body#home #main .container {
padding-top:0px;
background-color:transparent;
}

body#home #clientFrame {background-color:#fff; overflow:hidden; position:relative; width:998px; height:309px;}
body#home #welcomeFrame {width:300px; float:left; padding:50px 20px 20px 20px;}
xbody#home .slideshowContent {float:right;}
body#home .slideshowContent {position:absolute; top:0px; left:350px; display:block; width:647px; height:309px;}
body#home .openHouseTimes {position:absolute; bottom:20px; left:20px; display:block; width:229px; height:58px; text-indent: -9000px; background: url(/_lib/professional/001/img/open-house-times.jpg);}
body#home .slideshowContent ul#animation {
list-style:none;
margin:0;
padding:0;
}

body#home #contentContainer {
padding-bottom:20px;
overflow:hidden;
}
body#home #contentContainer #mainContent {
width: 476px;
margin-right:10px;
float:left;
}
body#home #contentContainer #midCol {
width:169px;
height:256px;
float:left;
background:url(/_lib/professional/001/img/btn_middlebar.gif) no-repeat;
}

body#home #contentContainer #midCol a{
width:157px;
height:73px;
display:block;
padding:7px 0 0 6px;
}

body#home #contentContainer #midCol #midColFirstLink{
margin-top:11px;
}


body#home #contentContainer #subContent {
width: 343px;
float:right;
}
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: 326px;
height: 256px;
padding: 0 16px 0 0;
margin: 0;
}

/* Property Alert */
body.alert #wrap #content #alertmenu {
background-color: #fff395;
border-top: 2px solid #2c5556;
}
body.alert #wrap #content #alertmenu li {
border-right: 1px solid #2c5556;
}
body.alert #wrap #content #alertmenu a {

}
body.alert #wrap #content #alertmenu a:hover {
background-color: #2c5556;
color: #fff;
text-decoration: none;
}

/* Commercial */
.commercial #content img {
width : auto;
}
