/*--------------------------------------------------------------------------------------MAIN MENU*/
.menu {
 width: auto;
 height: 26px;
 background-color: #FFFFFF;
}
.menu_setmax {
 width: 1000px;
 margin: 0px auto 0px auto;
 height: 26px;
 background-color: #FFFFFF;
}
.menu_borders {
 width: auto;
 height: 2px;
 background-color: #bfe0f2;
 line-height: 2px;
 font-size: 2px;
}
.menu_bordersmax {
 width: 1000px;
 margin: 0px auto 0px auto;
 height: 2px;
 background-color: #bfe0f2;
 line-height: 2px;
 font-size: 2px;
}
.menu_content {
 width: 950px;
 margin: 0px auto 0px auto;
 height: 26px;
 padding-top: 2px;
}
.menu_domain {
 float: left;
 width: 230px;
 margin: 2px 0px 0px 0px;
 height: 26px;
 padding-top: 2px;
}
.menu_menu {
 float: right;
 width: 720px;
 margin: 0px 0px 0px 0px;
 height: 26px;
 text-align: right;
}
.menu_item {
 margin: 5px 0px 0px 24px;
 float: right;
}
.domainDiv{
 width:230px;
 float:left;
 padding-top:4px;
}
/*--------------------------------------------------------------------------------------FOOTER*/
.footerContainer{
 width: auto;
 background-color: #FCF8F7;
}
.footerContainerShadowed{
 background: url(../images/shadow_frame.jpg) white 50% repeat-y;
 width: 1000px;
 text-align: center;
 height: 45px;
 margin: auto;
}
.footer_bckg {
 background: url(../images/shadow_footer.jpg) white 50% repeat-x;
 width:935px;
 text-align:left;
 vertical-align:top;
 padding-left: 65px;
 padding-top: 2px;
 height: 43px;
}
/*--------------------------------------------------------------------------------------BODY CORE*/
.mainContainer{
 width: auto;
 background-color: #FCF8F7;
}
.mainContainerShadowed{
 background: url(../images/shadow_frame.jpg) white 50% repeat-y;
 width: 1000px;
 text-align: center;
 height: auto;
 margin: auto;
}
/*--------------------------------------------------------------------------------------PROPERTY LISTINGS*/
div.priceBox{
 width: 174px;
 height: auto;
 text-align: center;
}
div.listingMargin{
 height: 12px;
 font-size:12px;
 width: 50px;
}
/*--------------------------------------------------------------------------------------TEMP*/
#table_below {
 margin: 0px 0px 0px -323px;
}