
html, body {
margin: 0;
padding: 0;
background: none;
/*background: url("../images/light-page-bg.png") repeat-x scroll 0 0 transparent;*/
background-color: #55688A;

}
#content-wrapper {
height: 100%;
margin: 0 auto;
padding: 0;
width: 980px;
padding-top: 50px;
background-color: transparent;

}


header {
    background-color: black;
    padding: 0;
    text-align: center;
    width: 100%;
    height: 30px;
    padding-top: 2px;
    position: fixed;
    z-index: 20;

}

header ul li {
display: inline-block;
color: white;
vertical-align: middle;
padding: 10px;
font-weight: 100;
font-stretch: normal;
text-decoration: none;
padding: 0 22px;
line-height: 30px;
}

h1.title-feature {
font-family: "Myriad Pro",Helvetica,Arial,sans-serif;
font-size: 30px;
letter-spacing: -1px;
line-height: 1.4;
text-align: left;
}
h1 {
color: #000000;
font-family: arial,helvetica,sans-serif;
font-weight: bold;
letter-spacing: -1px;
}

.unique-title {
  background: #ffffff;
  padding:0 0 10px 40px;
}


.user_thumb {
width: 36px;
float: left;
padding: 5px 11px 0 0;
}


#main-wrapper {
    background-color: #f9f9f9;
}

.row {
    float: left;
    width: 100%;
}
.row-left {
    width: 45%;
    float: left;
}

.row-right {
    width: 45%;
    float: right;
}

ul.tips, div.description, .form-item div.description {
margin: 2px 0 15px 0;
line-height: 1.231em;
font-size: 0.923em;
color: #666;
}

scroll-tree .toggle {
background: none no-repeat scroll 0 0 transparent;
cursor: pointer;
height: 18px;
left: 0;
position: absolute;
top: 0;
width: 20px;
z-index: 2;
}


.scroll-tree {
font-size: 13px;
line-height: 23px;
padding: 0;
position: relative;
}
.scroll-tree li {
background: none repeat scroll 0 0 #FFFFFF;
}

.scroll-tree li {
list-style-type: none;
margin: 2px 0;
clear: both;
}
.scroll-tree li div a {
display: block;
overflow: hidden;
position: relative;
text-decoration: none;
background: rgba(243,243,243,.85);

padding: 2px;
}

.scroll-tree li div a:hover {
background-color: #fff7db;
}
a:hover .tree-item-action-container, .scroll-tree li a.menu-open {
background-color: #EEEEEE;
}

a:hover .tree-item-action-container, .menu-open .tree-item-action-container {
display: block;
height: 21px;
padding: 0 3px;
position: absolute;
right: 0;
top: 0;
width: 12px;
}

.tree-item-action-container {
display: none;
}


.tree-item-action-container .section-button {
  top: 4px;
}

.section-button, .section-menubutton .nice-menu-button-outer-box, .section-menubutton .nice-menu-button-inner-box, .section-menubutton .nice-menu-button-caption, .section-menubutton .nice-menu-button-dropdown {
font-size: 1px;
line-height: 1px;
}

.section-menubutton {
background-position: 0px 0px;
outline: 0 none;
right: 3px;
}



.section-button {
    background: url(../images/icons/bottom-arrow.png?_sw=3) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 12px;
    position: absolute !important;
    top: 3px;
    width: 13px;
    z-index: 2;
}


.property-status{
    width:100px;
    float:left;
}
.property-listing{
    width: 840px;
    float:left;
}



a:visited {
  color: black;
}
a:link {
  color: black;
  text-decoration: underline;
}

a:hover {
  color: black;
  text-decoration: underline;

  }


.row_border{
    border-bottom: 1px solid #f9f9f9;
background-clip: border-box;
}