body
{
    background-color: #005836;
    font-size: 10pt;
}

a:link
{
    color: #000;
}

a:hover
{
    color: #7D8433;
}

a:visited
{
    color: #7D8433;
}

a:active
{
    color: #7D8433;
}

.listHeader{
 background-color:#5AA16B;
}

.sideBarTop
{
    background-image: url( '/img/res/sidebar/left_bar_top.gif' );
    background-repeat: no-repeat;
    width:181px;
    height:11px;
}
.sideBarBottom
{
    background-image: url( '/img/res/sidebar/left_bar_bottom.gif' );
    background-repeat: no-repeat;
    width:181px;
    height:11px;
}

/* Listing Stuff */
.QPSSectionDiv
{
    padding: 5px;
    background-color: #c0dec7;
    width: 100%;
    margin-bottom: 2px;
}

.QPSBackgroundColor{
background-color:#c0dec7;
}

.QPSHighlightColor
{
    color: #376d38;
}

.PropertyListViewItem
{
    padding: 5px;
    background-color: #c0dec7;
    width: 600px;
    margin-bottom: 2px;
}

.propListHeaderBackground{
background-image: url('/img/res/header_slice.gif'); background-repeat: repeat-x;
}

.priceSliderRail
{
    position: relative;
    background: url( '/img/res/slider_rail_green.gif' ) repeat-x;
    height: 22px;
    width: 1px;
    z-index: 1;
}

.priceSliderHandle
{
    position: absolute;
    height: 22px;
    width: 10px;
    z-index: 10;
}

.contentPageTitleDiv
{
    text-align: center;
    font-family: Georgia;
    font-size: 16pt;
    color: #335B31;
    padding-top: 10px;
    padding-bottom: 20px;
}

#container
{
    width: 1024px;
    height: auto;
    background-color: #005836;
    margin: 1em auto;
}

.mainnav
{
    width: 1024px;
    height: 41px;
    background-color: #5aa16b;
    margin-top: 7px;
    margin-bottom: 7px;
    white-space: nowrap;
}

#columns
{
    width: 1024px;
    background-color: #ffffff;
}

#rightcolumn
{
    font-family: Arial, Helvetica, sans-serif;
    background-image: url('/img/res/sidebar/left_bar_slice.gif');
    background-repeat: repeat-y;
    width: 151px;
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#leftcolumn
{
    background-image: url( '/img/res/sidebar/left_bar_slice.gif' );
    background-repeat: repeat-y;
}

#centercolumn
{
    /*background-color: white;*/
    min-height: 783px;
    font-family: Arial, Helvetica, sans-serif;
    width: 647px;
    float: left;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}

.header
{
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    background-color: White;
    width: 1024px;
    height: 139px;
}

.logoCell{
 padding-top:15px;
 padding-left:250px;
}

.loggedInPanelCell{
    color:black;
}

#footer
{
    vertical-align:middle;
    background-position: 975px center;
    color: White;
    font-size: 12pt;
    width: 1024px;
    height: 56px;
    margin-top: 7px;
    background-color: #5aa16b;
    text-align: center;
    background-image: url(/img/res/footer_tree.png);
    background-repeat: no-repeat;
}

