/** standard.css **//*
RESET.CSS
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin:0;
    padding:0;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

fieldset,img {
    border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style:normal;
    font-weight:normal;
}

ol,ul  {
    list-style:none;
}

caption,th  {
    text-align:left;
}

h1,h2,h3,h4,h5,h6 {
    font-size:100%;
    font-weight:normal;
}

q:before,q:after {
    content:'';
}

abbr,acronym  {
    border:0;
}

/*
FONTS.CSS
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.0
*/
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 *
 */
body {
    font:13px arial,helvetica,clean,sans-serif;
    *font-size:small;
    *font:x-small;
}

table {
    font-size:inherit;
    font:100%;
}

/**
 * 99% for safari;
     100% is too large
 */
select, input, textarea {
    font:99% arial,helvetica,clean,sans-serif;
}

/**
 * Bump up !IE to get to 13px equivalent
 */
pre, code {
    font:115% monospace;
    *font-size:100%;
}

/**
 * Default line-height based on font-size rather than "computed-value"
 * see: http://www.w3.org/TR/CSS21/visudet.html#line-height
 */
body * {
    line-height:1.22em;
}

/*****************************************************/
/*** Redefine the standard styles overridden above ***/
/*****************************************************/

ul  {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li {
    margin-left: 35px;
}

caption,th  {
    text-align: center;
}

h1 {
    font-size: 197%; /* 26px */
}

h2 {
    font-size: 152%; /* 20px */
}

h3 {
    font-size: 122%; /* 16px */
}


h4 {
    font-size: 100%; /* 13px */
}

h5 {
    font-size: 92%; /* 12px */
}

h6 {
    font-size: 70%; /* 9px */
}

input.input,
textarea,
select {
    background: #FFFFFF url(/img/inputbg.gif) repeat-x left top;
    border-color: #7C7C7C #c3c3c3 #dddddd;
    border-style: solid;
    border-width: 1px;
}

input.input,
textarea {
    margin: 3px 0px;
    padding: 1px 3px;
}

textarea {
    overflow: auto;
}

select {
    margin: 3px 0px;
    border-width: 0px;
}

input.button {
    border: 0px none;
    background: #ccc;
}

input.checkbox {
    border: 0px;
    margin: 0px;
}

table th {
    background: #eee;
    color: #666;
    text-align: center;
    border: 1px solid black;
}

table td {
    vertical-align: top;
}

table .oddRow {
    background: #eee;
}

table .evenRow {
}

/*** Cake Scaffolding Styles ***/
table.inav {
    width: 100%;
}

table.inav td.listactions {
    text-align: center;
}

ul.actions {
    list-style-type: none;
    text-align: center;
    margin: 10px 0px;
}

table.cakeSqlLog {
}

table caption {
    font-weight: bold;
}

form label {
    width: 150px;
    display: block;
    float: left;
    clear: left;
    line-height: 20px;
}

    form label.required {
        font-weight: bold;
    }

p {
    margin-bottom: 10px;
}

strong {
    font-weight: bold;
}

/*** Default Page Style ***/
body {
    text-align: center; /* Hack to get IE6 to 'margin: auto' the #container */
}

#container {
    width: 750px;
    margin: 0px auto;
    text-align: left;
}
    .message {
        font-size: 14px;
    }

    #flashMessage {
        margin: 5px 0px;
        text-align: center;
        background: #ddd;
    }

    #content {
    }

        table.index td {
            white-space: nowrap;
            text-align: left;
        }

        .error_message {
            font-weight: bold;
            color: red;
        }

    #footer {
        font-size: 10px;
        clear: both;
        text-align: center;
    }
/** style.css **/

/* STATIC PAGES START */
    #pages {
        padding: 0px 15px;
    }

        #pages .body {
        }

/* STATIC PAGES END */

/* CLASSIFIEDS START */

#classifieds {
}

    #classifieds form.search,
    #listings form.search {
    }

        #classifieds form.search label,
        #listings form.search label,
        #blogs form.search label {
            color: white;
            text-align: right;
            margin-top: 2px;
            display: inline;
            float: none;
            padding-right: 5px;
        }

        #blogs form.search label {
            color: black;
            margin: 0px;
            text-align: left;
        }

        .blogs form label {
            float: none;
            display: inline;
        }

        #classifieds form.search .input,
        #listings form.search .input,
        #blogs form.search .input {
            margin: 0px 15px;
            width: 250px;
            font-size: 13px;
        }

        #classifieds form.search .button,
        #listings form.search .button,
        #blogs form.search .button {
            font-size: 11px;
            margin-left: -11px;
        }

        #classifieds form.search select,
        #listings form.search select,
        #blogs form.search select {
            display: inline;
        }

        #classifieds .classified,
        #listings .listing {
            clear: both;
            margin: auto;
            margin: 8px 0px;
        }

            #classifieds .classified .left,
            #listings .listing .left {
                margin-right: 15px;
                margin-left: 0px;
                width: 225px;
                padding: 0px 8px;
                float: left;
            }

            #classifieds .classified .body,
            #listings .listing .body {
                margin: 5px 10px 10px 10px;
            }

            #classifieds .classified .right,
            #listings .listing .right {
                width: 465px;
                float: right;
                text-align: left;
            }

                #listings .listing .price,
                #classifieds .classified .price {
                    font-size: 120%;
                    font-weight: bold;
                }

                #listings .listing.full .price,
                #classifieds .classified.full .price {
                    clear: both;
                }

                    #listings .listing .price a,
                    #classifieds .classified .price a,
                    #listings .listing .price a:visited,
                    #classifieds .classified .price a:visited {
                        background: transparent url(/img/content-featured-arrow.gif) no-repeat scroll 5px 3px;
                        color: white;
                        font-size: 12px;
                        padding-left: 20px;
                    }

            .price {
                margin-top: 20px;
                margin-right: -15px;
            }

            .full .price {
                margin-top: 0px;
            }

            .price .l {
                float:left;
                height:33px;
                width:38px;
            }

            .price .c {
                float:left;
                height:15px;
                padding-top: 8px;
                padding-bottom: 12px;
                text-align:center;
                text-align: center;
                width: 420px;
            }
                .full .price .c {
                    width: 168px;
                }

            .price .r {
                float:left;
                height:33px;
                width:6px;
            }

            .price.cad .l {
                background:transparent url(/img/price-cad-l.gif) no-repeat scroll left top;
            }
            .price.cad .c {
                background:transparent url(/img/price-cad-c.gif) repeat-x scroll left top;
            }
            .price.cad .r {
                background:transparent url(/img/price-cad-r.gif) no-repeat scroll right top;
            }

            .price.usd .l {
                background:transparent url(/img/price-usd-l.gif) no-repeat scroll left top;
            }
            .price.usd .c {
                background:transparent url(/img/price-usd-c.gif) repeat-x scroll left top;
            }
            .price.usd .r {
                background:transparent url(/img/price-usd-r.gif) no-repeat scroll right top;
            }

            .price.eur .l {
                background:transparent url(/img/price-eur-l.gif) no-repeat scroll left top;
            }
            .price.eur .c {
                background:transparent url(/img/price-eur-c.gif) repeat-x scroll left top;
            }
            .price.eur .r {
                background:transparent url(/img/price-eur-r.gif) no-repeat scroll right top;
            }


        #classifieds .price {
            height: 33px;
        }

            #classifieds .price.cad {
                background:transparent url(/img/price-cad-l.gif) no-repeat scroll left top;
            }

            #classifieds .price.usd {
                background:transparent url(/img/price-usd-l.gif) no-repeat scroll left top;
            }

            #classifieds .price.eur {
                background:transparent url(/img/price-eur-l.gif) no-repeat scroll left top;
            }

        #classifieds .price span {
            display: block;
            line-height: 33px;
            margin-left: 38px;
            text-align: center;
        }

            #classifieds .price.cad span {
                background:transparent url(/img/price-cad-r-long.gif) no-repeat scroll right top;
            }

            #classifieds .price.usd span {
                background:transparent url(/img/price-usd-r-long.gif) no-repeat scroll right top;
            }

            #classifieds .price.eur span {
                background:transparent url(/img/price-eur-r-long.gif) no-repeat scroll right top;
            }

        #featured .price span {
            font-size: 90%;
            margin-right: 15px;
        }

        #classifieds .classified.video .left .user {
            margin-top: 10px;
        }

            #classifieds .classified strong,
            #listings .listing strong {
                display: block;
                font-size: 14px;
                margin-bottom: 5px;
                float: left;
            }

            #classifieds .classified .container,
            #listings .listing .container,
            .featured-property .container {
                clear: both;
                float: left;
                margin: 0px;
                padding: 0px;
                width: 230px;
            }

            #classifieds .classified .user,
            #listings .listing .user {
                clear: both;
                font-size: 11px;
                margin-top: 10px;
                margin: auto;
                /* overflow: hidden; */
                padding: 8px;
                white-space: nowrap;
                /* width: 195px; */
            }

            #classifieds .classified .user dt,
            #listings .listing .user dt,
            #videos .video.full .inner dt,
            dl.contact dt {
                border-bottom: 0px;
                clear: both;
                color: #FF9C00;
                float: left;
                font-size: 11px;
                font-weight: normal;
                margin: 0px;
                width: 75px;
            }

                #listings .listing .user a,
                #classifieds .classified .user a  {
                    font-weight: normal;
                    color: #FF9C00;
                }

            #classifieds hr,
            #listings hr {
                margin: 10px 0px;
                clear: both;
                border: 0px;
                border-bottom: 1px solid #A9A9A9;
            }

        #classifieds .classified.full,
        #listings .listing.full {
            clear: both;
            padding-bottom: 0px;
            border-bottom: 0px;
            width: 100%;
        }

            #classifieds .classified.full .user,
            #listings .listing.full .user {
                clear: none;
                padding: 0px;
                margin: 0px;
                width: 466px;
                float: right;
                margin-right: 10px;
            }

                #classifieds .classified.full .user dt,
                #listings .listing.full .user dt,
                #videos .video.full .inner dt,
                dl.contact dt {
                    white-space: nowrap;
                    width: 107px;
                }

                #listings .listing.full .user dt,
                #videos .video.full .inner dt,
                dl.contact dt {
                    width: 135px;
                }

                #listings .listing.full .user dd,
                #videos .video.full .inner dd,
                dl.contact dd {
                    white-space: normal;
                    display: block;
                }

                #listings .listing.full .user h2 {
                    font-size: 12px;
                    font-weight: bold;
                    margin-top: 10px;
                }

                h2.property-information,
                #listings .listing.full .user h2.property-information,
                #classifieds .listing.full .user h2.property-information {
                    margin-top: 0px;
                    clear: both;
                }

            #classifieds .classified.full.video .left {
                margin-right: 0px;
                width: 335px;
            }

            #classifieds .classified.full.video .left .slideshow .sides {
                padding-left: 53px;
            }

            #classifieds .classified.full.video .left .slideshow .sides.no-photo {
                padding-left: 0px;
            }

            #classifieds .classified.full.video .price {
                margin-right: 0px;
            }

            #classifieds .classified.full.video .slideshow {
                width: 335px;
            }

            #classifieds .classified.full.video .user  {
                width: 335px;
                float: none;
            }

            #classifieds #video {
                float: left;
                width: 379px;
            }


            #classifieds .classified.full .container,
            #listings .listing.full .container {
                float: left;
                margin: 0px;
                padding: 0px;
                width: 230px;
            }

            #classifieds .classified.full .container {
                margin-bottom: 10px;
            }

            #listings .listing.full .slideshow,
            #classifieds .classified.full .slideshow {
                width: 241px;
                clear: both;
                float: left;
                margin-bottom: 5px;
            }

            #listings .listing.full .col {
                float: left;
            }

    #listings .listing .left .appointment,
    #listings .listing .left .financing {
        width: 240px;
    }

        #listings .listing .left .appointment strong,
        #listings .listing .left .financing strong {
            color: white;
            margin-bottom: 5px;
            font-size: 16px;
            cursor: pointer;
            width: 217px;
            text-align: center;
            text-decoration: underline;
        }

    .appointment form {
        text-align: left;
    }

        .appointment form label {
            width: 15px;
            text-align: left;
        }

        .appointment form .input {
            margin-left:51px;
            width:133px;
        }


/* CLASSIFIEDS END */

/* REAL ESTATE LISTINGS START */

        #listings {
        }

            #listings .navigation,
            #classifieds .navigation {
                width: 230px;
            }

            #listings .navigation div,
            #classifieds .navigation div {
                width: 45px;
                padding: 0px 10px;
                float: left;
            }

            #listings .navigation .center,
            #classifieds .navigation .center {
                text-align: center;
                width: 80px;
                padding: 0px;
                padding-top: 6px;
                font-size: 14px;
                font-size: 14px;
            }

            #classifieds .navigation .center {
                padding: 0px;
            }

            #listings .listingsProperty,
            #classifieds .classifiedsProperty {
                display: inline;
                font-weight: bold;
            }

            #listings .photos-view .container.thumb,
            #classifieds .photos-view .container.thumb {
                float: left;
            }

               #listings .listing.full .user .highlighted {
                    color: #FF9C00;
                    font-weight: bold;
                    margin-left: 135px;
                }

        .agent-image {
            border: 1px solid #3A4B38;
        }

        #listings .agent-image {
            margin: 0px;
            margin-bottom: -1000px;
            margin-left: -2px;
            position: relative;
            z-index: 1;
            border: 1px solid #3A4B38;
            float: right;
        }

/* REAL ESTATE LISTINGS END */

/* BLOGS START */
    #blogs {
    }

    #blogs .intro {
        padding: 10px;
    }

        #blogs th a {
            color: white;
        }

        #blogs form.search {
            padding: 0px;
            margin: 0px;
            height: auto;
        }

            #blogs .message {
                text-align: center;
            }

    #news {
    }

        #news .navigation .left,
        #news .navigation .right {
            width: 48%;
            margin: 10px 0px;
            float: left;
        }

        #news .navigation .right {
            text-align: right;
        }

        #news .navigation a {
            font-size: 11px;
        }

        #news h1 {
            margin-top: 20px;
        }

        #blogs h1,
        .blogs #content h1 {
            font-style: normal;
            margin: 0px;
            margin-bottom: 3px;
            position: relative;
            z-index: 10;
            background: none;
            padding: 0px;
            float: none;
            clear: both;
        }

        #blogs h1 a,
        #blogs h1 a:visited {
            text-decoration: none;
        }

        #blogs h1 a:hover {
            border-bottom: 1px solid black;
        }

        #blogs .navigation {
            font-size: 11px;
            margin-top: 5px;
            margin-bottom: 2px;
        }

            #blogs .navigation .left {
                float: left;
                width: 40%;
                text-align: left;
            }

            #blogs .navigation .right {
                float: right;
                width: 40%;
                text-align: right;
            }

            #blogs .navigation .center {
                float: left;
                width: 20%;
                text-align: center;
            }

            #blogs .navigation a {
                font-weight: normal;
            }

            #blogs .navigation.bottom {
                margin-top: 10px;
            }

        #blogs .title {
            clear: both;
            margin:5px 0px;
            padding: 0px;
        }

            #blogs .title h1 {
                margin: 0px;
                padding: 0px;
                font-size: 18px;
                border: 0px;
                height: auto;
                background: none;
                margin-left: 10px;
            }

            #blogs .title .date {
                display: block;
                font-size: 15px;
                font-weight: bold;
                margin-bottom: -20px;
                padding: 5px 10px 0px 15px;
                position: relative;
                z-index: 11;
            }

                #blogs .title.has-categories .date {
                    padding-top: 16px;
                    height: 34px;
                }

            #blogs .comment .date {
                font-size: 11px;
                padding-left: 21px;
                background: url(/img/time-trans.png) no-repeat 0px -1px;
                position: relative;
                z-index: 10;
            }

            #blogs .title .comments {
                margin-left: 5px;
                padding-left: 20px;
                background: url(/img/comments-trans.png) no-repeat  0px -1px;
            }

            #blogs .title .categories {
                margin-left: 5px;
                padding-left: 20px;
                background: url(/img/tags-trans.png) no-repeat  0px -1px;
                font-size: 11px;
                margin-bottom: 8px;
                margin-top: 2px;
            }
                #blogs .title .categories a {
                    font-weight: normal;
                }

            #blogs .title a {
                text-decoration: none;
                font-weight: bold;
            }

            #blogs .title a:hover {
                text-decoration: none;
                border-bottom: 1px solid  #46768d;
            }

        #blogs .body {
            margin-top: 15px;
            clear: both;
            padding: 0px 20px;
            margin-bottom: 15px;
        }

        #blogs .dotted {
            border-bottom: 1px solid white;
            margin: 0px 20px 10px 20px;
         }

        #news .body {
            padding: 0px 15px;
        }

        #blogs .readMore,
        #news .readMore {
            font-size: 11px;
            text-align: right;
            clear: both;
            padding-left: 10px;
            display: inline;
            float: right;
            font-weight: bold;
            margin-right: 20px;
            margin-top: 10px;
            padding-bottom: 10px;
        }

            #blogs .readMore a,
            #news .readMore a {
                color: white;
            }

        #blogs .comments label {
            width: 95px;
            text-align: left;
        }

            #blogs .comments .noComments {
                margin: 20px 0px;
                text-align: center;
                color: #999;
            }

            #blogs .comments .comment {
                padding: 5px;
            }

                #blogs .comments .comment.altRow {
                    background: #eee;
                }

                #blogs .comments .comment h2 {
                    font-size: 16px;
                    font-weight: bold;
                    margin-top: 5px;
                    margin-bottom: 0px;
                    color: white;
                }

                    #blogs .comments .comment h2 a {
                        text-decoration: none;
                    }

                    #blogs .comments .comment h2 a:hover {
                        color: white;
                        text-decoration: underline;
                    }

                #blogs .comments .comment div {
                    margin: 10px 0px;
                }

        #blogs .login-to-comment {
            text-align: center;
            margin-bottom: 25px;
            color: #777;
            margin-top: 15px;
        }

        #blogs th {
            border: 0px;
            border-bottom: 1px solid #46768D;
        }

        #blogs th,
        #blogs th a {
            color: #46768D;
            text-decoration: none;
        }

/* BLOGS END */

/* BANNER START */
        #banner {
            clear: both;
            margin: 8px 0px;
            padding: 5px;
        }

            fieldset#banner {
                border: 1px solid #ddd;
                text-align: center;
            }

                .full fieldset#banner {
                    margin: 0px 10px;
                }

                fieldset#banner label {
                    float: left;
                    margin-top: -12px;
                    margin-left: 10px;
                    font-size: 10px;
                    color: #999;
                    position: relative;
                    padding: 0px 3px;
                    z-index: 10;
                }

            fieldset#banner img {
                margin: 5px 0px;
                margin-left: -70px;
            }
/* BANNER END */

/* WEATHER START */
        #weather {
            padding: 0px 20px
        }

        #weather h2 {
            margin-top: 10px;
            margin-left: 60px;
        }

        #weather div.temperature {
            font-weight: bold;
            font-size: 16px;
            margin-top: 10px;
            text-align: center;
        }

            #weather table.weather {
                width: 532px;
                margin:auto;
                border: 1px solid #0A4310;
            }

            #weather dl.text-forecast {
                width: 525px;
                margin-top: 10px;
            }

                #weather table.weather td {
                    padding: 5px;
                    border: 1px solid #0A4310;
                }

                #weather table.weather dl.float {
                    float: left;
                    margin-right: 10px;
                }

        #weather ul.forecast {
            list-style-type: none;
            margin: 0px;
            padding: 0px;
            width: 105px;
            float: left;
            border: 1px solid #0A4310;
            margin-right: -1px;
        }

        #weather ul.forecast.first {
            margin-left: 85px;
        }

            #weather ul.forecast li {
                margin: 0px;
                padding: 0px;
                text-align: center;
            }

            #weather ul.forecast li.period {
                font-weight: bold;
                font-size: 14px;
                padding: 5px;
                margin-bottom: 5px;
                border-bottom: 1px solid #0A4310;
            }

            .temperatureHigh {
                color: red;
            }

            .temperatureLow {
                color: blue;
            }

        #weather.bare {
            padding: 0px;
            float: right;
            width: 175px;
            margin-right: 10px;
        }

            #weather.bare h2 {
                font-weight:bold;
                margin: 0px;
            }

            #weather.bare .temperature {
                margin-top: 0px;
                font-size: 14px;
            }

            #weather dl {
                margin: auto;
            }

                #weather.bare dl {
                    width: auto;
                }

            #weather dt {
                font-weight: bold;
                width: 100px;
                clear: both;
                float: left;
            }

            #weather dd {
                margin-left: 100px;
                margin-bottom: 5px;
            }

            #weather .us dt {
                float: none;
                width: auto;
            }

                #weather .us dd {
                    margin-left: 35px;
                    margin-bottom: 15px;
                }

            #weather dt.altRow,
            #weather dd.altRow {
                background: #091604;
            }

                #weather.bare dt.altRow,
                #weather.bare dd.altRow {
                    background: #ddd;
                }

            #weather .change-location {
                margin-top: -24px;
                font-size: 10px;
                float: right;
            }

/* WEATHER END */

/* PHOTOS START */
        #photos {
        }
            #photos .add-photo {
                float: right;
                font-size: 80%;
                font-style: normal;
                margin-top: -17px;
            }

            #photos .navigation {
                margin-bottom: 10px;
                font-size: 11px;
                height: 10px;
            }

                #photos .navigation .left {
                    float: left;
                    width: 33%;
                    text-align: left;
                }

                #photos .navigation .center {
                    float: left;
                    width: 33%;
                    text-align: center;
                }

                #photos .navigation .right {
                    float: right;
                    width: 33%;
                    text-align: right;
                }

                #photos .navigation a {
                    font-weight: normal;
                }

        #photos .container,
        #classifieds .container,
        #listings .container,
        .featured-property .container
        {
        }

            #photos .container.thumb,
            #classifieds .container.thumb,
            #listings .container.thumb,
            .featured-property .container.thumb {
                text-align: center;
                margin: auto;
                margin-right: 6px;
                margin-left: 8px;
            }

            #photos .container .photo,
            #classifieds .container .photo,
            #listings .container .photo,
            .featured-property .container .photo,
            #find-an-agent .container .photo,
            #news .photo {
                float:left;
                background: url(/img/drop-shadow-alpha.png) no-repeat bottom right !important;
                background: url(/img/drop-shadow.gif) no-repeat bottom right;
                margin: 10px 0 0 10px !important;
                margin: 10px 0 0 5px;
            }

                #photos .container .photo img,
                #classifieds .container .photo img,
                #listings .container .photo img,
                .featured-property .container .photo img,
                #news .photo img,
                #find-an-agent .photo img,
                .jcarousel-container img {
                    display: block;
                    background-color: #fff;
                    border: 1px solid #a9a9a9;
                    margin: -6px 6px 6px -6px;
                    padding: 4px;
                    font-size: 10px;
                    color: #999;
                }

                .jcarousel-container img {
                    margin: 0px;
                }

                #photos .container .name {
                    clear: both;
                    display: block;
                    text-align: center;
                }

                #photos .container .description {

                }

        #photos .brief {
            margin-top: -5px;
            margin-bottom: 10px;
        }

            #photos .brief .link,
            #pages .featured-project .brief .link {
                display: block;
                text-align: right;
                margin-top: 7px;
            }

/* PHOTOS END */

/* ORDERS START */

.receipt label {
    width: 195px;
    display: block;
    float: left;
    clear: both;
    font-weight: bold;
}

.receipt h2 {
    margin-top: 10px;
}

.receipt .message {
    text-align: center;
}

/* ORDERS END */

.underline {
    text-decoration: underline;
}

.grey {
    color: #999;
}

.clear-left {
    clear: left;
}

.clear {
    clear: both;
    font-size: 0px;
    height: 0px;
    line-height: 0px;
}

.print {
    display: none;
    visibility: hidden;
}

.small {
    font-size: 11px;
}

#pagination {
    text-align: center;
    height: 20px;
    padding-bottom: 5px;
    color: white;
    margin-top: 10px;
    overflow: visible;
}

    #pagination ul {
        clear: both;
        text-align: center;
        list-style-type: none;
        font-size: 11px;
        margin: auto;
    }

        #pagination a {
            color: white;
            position: relative;
            z-index: 10;
        }

        #pagination li {
            float: left;
            width: 25px;
            height: 18px;
            padding-top: 5px;
            background: url(/img/pagination-button-small.png) no-repeat left top;
            margin: 0px;
            margin-bottom: 5px;
        }

        #pagination li.current {
            border: 0px;
        }

        #pagination li.no-link,
        #pagination li.prev.no-link,
        #pagination li.next.no-link {
            cursor: default;
            color: #ccc;
        }

        #pagination li.prev,
        #pagination li.next,
        #listings .navigation .prev,
        #listings .navigation .next {
            background: url(/img/pagination-button-large.png) no-repeat left top;
            margin-top: -17px;
            width: 88px;
            margin-top: -17px;
            margin-bottom: -3px;
            padding:23px 0px 14px;
            cursor: pointer;
        }

        #listings .navigation .prev,
        #listings .navigation .next {
            height: 30px;
            width: 61px;
            padding-top: 21px;
            padding-left: 25px;
            padding-bottom: 5px;
            margin-left: -15px;
            margin-top: -14px;
        }

        #listings .navigation .next {
            margin-left: -10px;
        }

        #listings .navigation .prev .link,
        #listings .navigation .next .link,
        #classifieds .navigation .prev .link,
        #classifieds .navigation .next .link {
            color: white;
        }

#search {
    width: 480px;
    margin-right: 5px;
    float: right;
}


    #search.query {
        width: 732px;
    }

    #listings-notes.query {
        display: none;
        visibility: hidden;
    }

.white,
.white a,
.message.white  {
    color: white;
}


#map {
    width: 720px;
    height: 422px;
    margin: 10px 0px;
    margin-left: 12px;
}

    #map.tall {
        height: 507px;
    }

form fieldset {
    border: 1px solid white;
    margin: 10px 0px;
    padding: 0px 5px 5px 5px;
}

    form fieldset legend {
        margin-left: 5px;
        font-size: 12px;
    }

table.index {
    margin: 10px auto;
}

    table.index th,
    table.index td {
        padding: 0px 5px;
    }

.clear-right {
    clear: right;
}

.center {
    text-align: center;
    margin: auto;
}

.ad .swf {
    text-align: center;
}

.required label {
    font-weight: bold;
}

.legend {
    margin: auto;
    width: 150px;
    clear: both;
    padding: 5px;
    margin: 10px auto 0px auto;
    font-size: 11px;
}

    .legend table {
    }

    .legend th {
        font-size: 14px;
        color: white;
        font-weight: bold;
    }

    .legend td {
        padding: 0px 2px;
    }

    .legend.banners {
        width: 115px;
    }

    .legend.classifieds {
        width: 150px;
    }

    .legend.listings {
        width: 120px;
    }

.banner-advertising {
}


.banner-advertising table {
    margin: auto;
    clear: both;
}

    .banner-advertising table.by-date {
        width: 500px;
    }

    .banner-advertising table.by-impressions {
        width: 600px;
    }

    .banner-advertising table th {
        text-align: left;
    }

    .banner-advertising table td {
        text-align: center;
    }

    .banner-advertising table td.cost {
        font-weight: bold;
        text-align: center;
        font-size: 22px;
        padding-right: 10px;
        padding-top: 10px;
    }

.banner-advertising .selector {
    float: right;
    font-size: 11px;
}

.categories {
    float: left;
    width: 48%;
}

.title {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #FF7901;
}


#news .pdf-version {
    background: transparent url(/img/icon-pdf.gif) no-repeat scroll right top;
    float: right;
    height: 15px;
    margin: 0px;
    padding-right: 20px;
    margin-top: -9px;
    margin-bottom: 5px;
    text-align: right;
    font-size: 10px;
    width: 100%;
}

    #news .pdf-version a {
        color: #8F8F8F;
        font-weight: normal;
        text-decoration: none;
    }

    span.br {
        display: block;
    }

    #icon-message {
        margin-top: -4px;
        font-size: 11px;
        line-height: 12px;
        white-space: nowrap;
        position: relative;
        width: 500px;
        margin-left: -412px;
    }

    .top-icons {
        float: right;
        margin: 0px;
        margin-right: 3px;
        text-align: right;
        overflow: visible;
        position: relative;
        z-index: 1000;
        width: 88px;
    }

        .top-icons span,
        .top-icons a {
            display: block;
            width: 25px;
            height: 25px;
            float: left;
            padding: 2px;
        }

    .top-icons a.email-large,
    .top-icons span.phone,
    .top-icons span.printer {
        cursor: pointer;
        width: 25px;
        height: 25px;
    }

    .top-icons a.email-large {
        background: url(/img/email-large.png) no-repeat top left;
    }

    .top-icons span.printer {
        background: url(/img/printer.gif) no-repeat top left;
    }

    .top-icons span.phone {
        background: url(/img/phone.png) no-repeat top left;
    }

    .offer-pending {
        background: transparent url(/img/offer-pending.gif) no-repeat scroll left 5px;
        color: #FFD961;
        font-size: 20px;
        padding-left: 17px;
        text-align: center;
        width: 130px;
        margin: auto;
        margin-bottom: 22px;
        clear: both;
    }

    #listings .listing .left .appointment .separator {
        border-top: 2px solid #ddd;
        clear: both;
    }

    .link,
    .top-icons span,
    .top-icons img {
        cursor: pointer;
    }

    span.link,
    div.link,
    strong.link {
        text-decoration: underline;
    }

a.question {
    display: block;
    width: 16px;
    height: 16px;
    float: right;
    background: url(/img/question.png) no-repeat left top;
    overflow: hidden;
    text-indent: -999em;
}

table .expired {
    font-weight: bold;
}


#flash-player {
    border:2px solid #444444;
    margin:auto;
    text-align:center;
    width:430px;
    height: 350px;
}

    #flash-player #FlowPlayer {
        padding: 0px;
    }

    #flash-player .flash-player-object {
        padding: 20px;
        font-weight: bold;
        font-size: 18px;
    }

#loginform input.email,
#loginform input.password {
    width: 200px;
}

#content #Xmlnews h1.title span {
    padding-top: 0px;
}

table.cakeSqlLog {
    color: black;
    background: white;
    text-align: left;
}

    table.cakeSqlLog tr {
        border-bottom: 1px solid #999;
    }

        table.cakeSqlLog tr.describe {
            display: none;
        }

    table.cakeSqlLog td {
        padding: 5px 0px;
    }

table.reciept {
    border-collapse: collapse;
    width: 100%;
}

    table.reciept th {
        background: #ddd;
        border: 1px solid black;
        font-weight: bold;
    }

    table.reciept td {
        border: 1px solid black;
        padding: 3px 2px;
    }

    table.reciept td.title {
        font-weight: bold;
        font-size: 13px;
    }

table.reciept.no-border {
    width: auto;
}

    table.reciept.no-border td {
        border: 0px none;
    }

/** style.xfr.css **/body {
    background-color: #000000;
}

a, a:visited {
    color: white;
}

a:hover{
}

#container {
    width: 766px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#container.bare {
    width: 780px;
    margin-top: 5px;
}

    .ad {
        border: 1px solid #5e5d30;
        padding: 10px;
        margin: 0px;
    }

        .ad.top {
            width: 728px;
            height: 90px;
            padding: 6px 18px;
            margin-right: -5px;
        }

        .ad.farmfocus-magazine {
            border-bottom: 0px none;
            float: right;
            height: 101px;
            margin: 0px;
            margin-right: -5px;
            padding: 1px;
        }

            .ad.farmfocus-magazine img {
                padding: 1px;
                background-color: white;
            }

        .ad.right {
            width: 162px;
            height: 600px;
            float: right;
            margin: 0px;
            margin-right: -5px;
            margin-bottom: 10px;
            padding: 0px;
            border-top: 0px;
            border-bottom: 0px;
        }

            .ad.farm-tv {
                background-color: #232323;
                text-align: center;
                height: 20px;
                margin: 0px;
                padding: 0px;
                width: 162px;
                margin-left: -1px;
                margin-top: -3px;
            }

        .ad.main.box {
            border:0px none;
            float:left;
            height:250px;
            margin:17px 15px 15px 0px;
            padding:0px;
            width:302px;
        }


    #header {
        background: url(/img/xfr/header-cfr-background.jpg) no-repeat right top;
        height: 133px;
        width: 766px;
    }

    #header.AFR {
        background: url(/img/xfr/header-afr-background.jpg) no-repeat right top;
    }

        #header a {
            display: block;
            height: 133px;
            width: 766px;
        }

    #links {
        /*background: url(/img/xfr/links-cfr-background.jpg) no-repeat left bottom;
        height: 220px;*/
        width: 766px;
        overflow: hidden;
        margin-bottom: 7px;
    }

    #links.AFR {
        /*background: url(/img/xfr/links-afr-background.jpg) no-repeat left bottom;*/
        width: 766px;
        overflow: hidden;
        margin-top: 20px;
    }

        #links h1 {
            text-transform: uppercase;
            font-size: 15px;
            color: white;
            margin-top: 5px;
            margin-left: 15px;
        }

        #links ul {
            text-align: center;
            float: right;
            overflow: hidden;
            margin-right: -5px;
            margin-top: 9px;
            text-align: center;
            width: 771px;
        }

            #links ul li {
                border-right: 3px solid #616161;
                display: inline;
                margin: 0px;
                padding: 0px 11px;
            }

            #links ul li.last {
                border-right: 0px none;
            }

                #links ul li a {
                    color: #9a9393;
                    text-decoration: none;
                    font-size: 16px;
                    font-weight: normal;
                    text-transform: lowercase;
                }

    .ad.main.box .banner {
        text-align: center;
        margin-top: 0px;
        background-color: #232323;
        border: 1px solid #5E5D30;
        border-bottom: 0px none;
        height: 194px;
    }

    .ad.main.box .latest-news {
        background-color: #232323;
        border: 1px solid #5E5D30;
        height: 50px;
        padding: 5px 10px 0px 10px;
    }

        .ad.main.box h2 {
            text-align: left;
            font-size: 14px;
            font-weight: bold;
            border-bottom: 1px solid #5E5D30;
            margin-bottom: 3px;
        }

        .ad.main.box .latest-news a {
            background:transparent url(/img/xfr/red-button.gif) no-repeat scroll left top;
            color:white;
            display:block;
            font-weight:normal;
            height:21px;
            padding-left:25px;
            padding-top:2px;
            text-decoration:none;
        }

    #sidebar {
        font-size: 11px;
        text-align: center;
    }

        #sidebar ul {
            margin-top: 0px;
        }

            #sidebar ul li {
                display: inline;
            }

    #flashMessage,
    .message {
        background: transparent;
        color: white;
        font-size: 100%;
        font-weight: bold;
        margin: 0px;
        margin-bottom: -5px;
        padding: 5px 0px;
        text-align: center;
    }

    #content {
        background-color: #232323;
        border: 1px solid #5c5b2e;
        color: white;
        margin-top: 5px;
        margin-bottom: 15px;
        padding: 5px;
        width: 754px;
    }

#container.bare #content {
    margin: auto;
}

    #content.welcome {
        background-color: transparent;
        border: 0px none;
        margin: 0px;
        padding: 0px;
        width: auto;
    }

        #content h1.title {
            background: url(/img/xfr/content-icon.png) no-repeat top left;
            border-bottom:0px none;
            padding-bottom: 7px;
            font-weight: normal;
            font-size: 210%;
        }

        #content h1 span {
            border-bottom:1px solid #5C5B2E;
            color:white;
            display:block;
            line-height:29px;
            margin-left:60px;
            padding-top:8px;
        }

        #content.welcome h1 {
            margin: 0px;
            border-bottom: 0px none;
        }

        #top-left {
            width: 423px;
        }

        #top-left,
        #top-right {
            background-color: #232323;
            border: 1px solid #5C5B2E;
            padding: 35px 5px 10px 5px;
            margin: 8px 15px 0px 0px;
            height: 222px;
            float: left;
        }

            #top-left .search {
                background-color: #232323;
                border: 1px solid #5C5B2E;
                padding: 0px 3px;
            }

                #top-left .icon,
                #top-right .icon {
                    width: 105px;
                    height: 90px;
                    margin-left: -6px;
                    margin-top: -52px;
                    margin-bottom: -15px;
                }

                    #top-left .search .icon {
                        background: url(/img/xfr/featured-body-search-icon.png) no-repeat left top;
                    }

                    #top-right .featured-news .icon {
                    background: url(/img/xfr/cornfield.jpg) no-repeat center center;
/*                       background: url(/img/xfr/featured-body-newspaper-icon.png) no-repeat left top;*/
                    }

               #top-left .icon h1,
               #top-right .icon h1 {
                    font-size: 15px;
                    font-weight: bold;
                    padding-left: 70px;
                    padding-top: 28px;
                    width: 91px;
                }

                    #top-right .featured-news .icon h1 {
                        padding-top: 24px;
                        padding-left: 80px;
                        width: 120px;
                    }

                #top-left form.search {
                    margin: 0px;
                    background-color: transparent;
                    border: 0px;
                    padding: 0px;
                }

                    #top-left form.search label {
                        width: auto;
                        clear: none;
                        float: none;
                        margin-top: 5px;
                        text-align: left;
                    }

                    #top-left form.search .input {
                        width: 200px;
                    }

                    #top-left form.search .select {
                        width: 145px;
                    }

        #top-right {
            margin-right: 0px;
        }

                #top-right .featured-news {
                    width: 284px;
                    border: 1px solid #5c5b2e;
                    background-color: #232323;
                    padding: 8px;
                    padding-top: 4px;
                }

        .featured-property {
            width: 429px;
            height: 234px;
            float: left;
            border: 1px solid #5c5b2e;
            background-color: #232323;
            margin-top: 17px;
            padding: 8px;
            overflow: hidden;
        }

            .featured-property .title {
                float: left;
                margin-bottom: 10px;
            }

            .featured-property .price {
                float: right;
                width: 220px;
                margin-top: 5px;
            }

                .featured-property .price .c {
                    width: 165px;
                    font-size: 120%;
                    font-weight: bold;
                }

            .featured-property .container {
                border: 1px solid #5c5b2e;
                width: auto;
                clear: both;
                float: left;
            }

            .featured-property .desc {
                color: white;
                float: right;
                margin-left: 5px;
                width: 200px;
            }

                .featured-property .desc .leaf-icon {
                    margin-right: 8px;
                }

                .featured-property .desc .title {
                    width: 165px;
                }

                    .featured-property .desc .title h3 {
                        font-size: 14px;
                        margin-top: 4px;
                        font-weight: bold;
                    }

                        .featured-property .desc .title h3 a {
                            text-decoration: none;
                        }

                        .featured-property .desc .title strong {
                            font-weight: normal;
                        }


            .featured-property .read-more {
                float: right;
                margin-top: 5px;
            }

        .featured-stories {
            clear: both;
            width: 284px;
            height: 234px;
            border: 1px solid #5c5b2e;
            background-color: #232323;
            padding: 8px;
            float: left;
            margin-right: 15px;
        }

                .featured-news .icon,
                .featured-stories .icon {
                    margin-top: -5px;
                    width: 51px;
                }

                .featured-news ul,
                .featured-stories ul {
                    clear: both;
                }

                    .featured-news ul li,
                    .featured-stories ul li {
                        border: 1px solid #5c5b2e;
                        background: black;
                        list-style-type: none;
                        margin: 0px;
                        margin-bottom: 1px;
                        padding: 3px 0px 2px 0px;
                    }

                        .featured-news ul li a,
                        .featured-stories ul li a {
                            padding-left: 25px;
                            /*background: url(/img/xfr/red-button.gif) no-repeat left top;*/
                            background: url(/img/xfr/eggli.jpg) no-repeat left top;
                            display: block;
                            height: 21px;
                            color: white;
                            text-decoration: none;
                            font-weight: normal;
                            padding-top: 2px;
                        }

                    .featured-news .title,
                    .featured-stories .title {
                        margin-left: 55px;
                        margin-top: 5px;
                    }

                    #top-right .props {
                        font-size: 10px;
                        text-align: center;
                    }

                    #top-right .props img {
                        margin: 4;
                        margin-top: 10px;
                    }

                    .featured-news .props,
                    .featured-stories .props {
                        clear: both;
                        text-align: center;
                        margin-top: 2px;
                    }

                        .featured-news .props a,
                        .featured-stories .props a {
                            color: white;
                            font-size: 10px;
                            text-decoration: none;
                        }

                .featured-body {
                    width: 437px;
                    height: 250px;
                    float: left;
                    border: 1px solid #5c5b2e;
                    background-color: #232323;
                    margin-right: -5px;
                    padding: 0px 5px;
                }

                    .featured-body .icon {
                        margin-left: 40px;
                        margin-top: 3px;
                        margin-bottom: -10px;
                        width: 51px;
                    }

                    .featured-body .title {
                        margin: 15px 0px 14px 97px;
                    }

                    .featured-body .photo {
                        background: url(/img/xfr/content-featured-body-photo.jpg) no-repeat left top;
                        width: 192px;
                        height: 142px;
                        border: 1px solid #5c5b2e;
                        float: left;
                        clear: both;
                        margin-left: 6px;
                        position: relative;
                        z-index: 10;
                        margin-top: 5px;
                    }

                    .featured-body .body {
                        border: 1px solid #5c5b2e;
                        color: white;
                        height: 151px;
                        margin-left: 88px;
                        margin-top: -5px;
                        padding: 5px;
                        padding-left: 125px;
                        padding-top: 10px;
                        width: 211px;
                        float: left;
                        margin-top: -156px;
                        margin-bottom: 15px;
                    }

                        .featured-body .body .title {
                            margin: 0px 0px 15px 32px;
                            float: none;
                        }

                        .featured-body .body .read-more {
                            float: right;
                            margin-top: 5px;
                        }

                    .featured-body .footer {
                        clear: both;
                        padding-left: 5px;
                        color: #777;
                        font-size: 11px;
                    }
        .title {
            color: white;
        }

            .title h2 {
                font-size: 16px;
                font-weight: bold;
            }

            .title h3,
            .title .h3 {
                font-size: 14px;
            }

            .title .plain {
                font-weight: normal;
            }

        .leaf-icon {
            background: url(/img/xfr/leaf-icon.gif) no-repeat left top;
            float: left;
            width: 25px;
            height: 43px;
        }

        .price {
        }

            .price a {
                font-size: 14px;
                padding-left: 20px;
            }

        .black-button,
        form .button {
            width: 90px;
            height: 28px;
            background: url(/img/xfr/black-button-trans.png) no-repeat left top;
            color: white;
            text-align: center;
            font-weight: bold;
            border: 0px;
            padding-bottom: 4px;
        }

        .black-button.large,
        form .button.large {
            width: 117px;
            height: 28px;
            background: url(/img/xfr/black-button-large-trans.png) no-repeat left top;
        }

        .black-button.xlarge,
        form .button.xlarge {
            width: 155px;
            height: 28px;
            background: url(/img/xfr/black-button-xlarge-trans.png) no-repeat left top;
        }

            .black-button a {
                color: white;
                text-decoration: none;
                text-align: center;
                display: block;
                padding-top: 4px;
                font-weight: bold;
            }


        form .button {
            border: 0px;
            font-weight: bold;
            color: white;
            padding-bottom: 4px;
            margin: 7px 0px;
            cursor: pointer;
        }

        fieldset#banner {
            border: 1px solid #5C5B2E;
            text-align: center;
            margin: 0px 6px 13px 5px;
            text-align: center;
        }

            fieldset#banner label {
                color: #9F9E75;
                float: left;
                font-size: 10px;
                margin-left: 10px;
                margin-top: -12px;
                padding: 0px 3px;
                position: relative;
                z-index: 10;
                background-color: #232323;
            }

/* STATIC PAGES START */
/* STATIC PAGES END */

/* NEWS START */
    #news {
    }

        #news h1 {
            font-size: 23px;
            clear: both;
        }

            #news h1 a {
                color: white;
                font-weight: normal;
                text-decoration: none;
            }

        #news .readMore {
            background: transparent;
        }

            #news .readMore a {
                color: #FF7901;
            }

    #news .byline {
        font-size: 11px;
        color: #A0AF9A;
        margin: 5px 0px 5px 15px;
    }

    #news .photo {
        width: 320px;
        background: transparent !important;
    }

        #news .photo img {
            width: 300px;
        }

    #news .photo .caption {
        color: #bbb;
        width: auto;
        font-size: 11px;
        text-align: center;
    }

/* NEWS END */

/* REAL ESTATE LISTINGS START */
    #listings {
    }

        #listings .listing,
        #listings .listing.full {
            clear: none;
        }

        #listings .listing.full .slideshow {
            text-align: center;
        }

        #content #listings .listing.full {
            border: 0px none;
        }

        #listings .listing.full .price {
            margin-right: 0px;
        }

            #listings .listing.full .price .c {
                text-align: center;
            }

            #listings .listing.full .user {
                padding: 5px;
                border: 1px solid #5C5B2E;
                width: 497px;
                float: right;
                margin-right: 10px;
            }

                #listings .listing .user dt,
                #listings .listing.full .user .highlighted {
                    color: #9F9E75;
                }

                #listings .listing.full .user .highlighted {
                    font-weight: bold;
                    margin-left: 135px;
                }

                #listings .listing .user a,
                #listings .listing.full a {
                    color: #9F9E75;
                }

        #content .listing .left .container {
            margin: 10px;
            margin-bottom: 0px;
        }

        #content .listing .left .user {
        }

    #listings-notes {
        border: 1px solid #5C5B2E;
        float: right;
        margin: 12px 5px 12px 12px;
        padding: 5px;
        width: 478px;
    }

    #listings .listing .price .c,
    #classifieds .classified .price .c {
        text-align: center;
    }

    #listings #featured {
        border: 1px solid #5C5B2E;
        float: left;
        margin: 0px 0px 8px 5px;
        width: 240px;
        clear: left;
    }

        #listings #featured .container {
            margin-left: 12px;
        }

        #listings #featured h1 {
            margin: 0px 4px 5px 4px;
            text-align: center;
            font-size: 16px;
            font-weight: bold;
            clear: left;
        }

        #listings #featured h2 {
            font-size: 14px;
            text-align: center;
            margin-bottom: 10px;
        }

        #featured .price {
            margin: 0px 5px;
            font-size: 120%;
            height: 35px;
            font-weight: bold;
        }

            #featured .price .c {
                width: 185px;
            }


    #content .listing {
        border: 1px solid #5C5B2E;
        margin: 5px 6px 13px 5px;
        padding: 5px;
    }

        #content .listing .left {
            float: left;
            margin-left: 0px;
            margin-right: 0px;
            width: 213px;
        }

            #content .listing .left h2 {
                margin-left: 0px;
                font-size: 18px;
                border: 0px none;
            }

                #content .listing .left h2 a {
                    text-decoration: none;
                    background: transparent url(/img/content-bullet-red.png) no-repeat scroll left top;
                    color: white;
                    margin-bottom: 5px;
                    margin-left: 0px;
                    padding-left: 20px;
                    text-decoration: none;
                }

        #content .listing .user {
            clear: both;
            font-size: 11px;
            margin: auto;
            padding: 8px;
            white-space: nowrap;
        }

            #content .listing .user strong {
                border-bottom: 0px none;
                clear: both;
                color: #9F9E75;
                float: left;
                font-size: 11px;
                font-weight: normal;
                margin: 0px;
                width: 75px;
            }

        #content .listing .right {
            float: right;
            width: 465px;
        }

    #listings .listing .left .appointment {
        margin-top: 10px;
    }

    #listings .listing .left .appointment,
    #listings .listing .left .financing {
        width: 210px;
    }

    #listings .listing .left .appointment .separator {
        border-color: #5C5B2E;
    }

    #search {
        width: 478px;
        border: 1px solid #5C5B2E;
        padding: 5px;
        text-align: center;
        overflow: hidden;
    }

        #search .clear-search {
            padding: 5px 0px 0px 10px;
        }

            #search .clear-search a {
                text-decoration: none;
            }

            #listings form.search .input {
                width: 244px;
                margin: 0px;
            }

        #listings form.search .button {
            margin-left: 0px;
        }

    .agent-image,
    #listings .agent-image {
        border: 1px solid #5C5B2E;
    }

/* REAL ESTATE LISTINGS END */

/* BANNER START */
/* BANNER END */

/* PHOTOS START */
/* PHOTOS END */

/* ORDERS START */
/* ORDERS END */

#footer {
    border-color: #5C5B2E;
    border-style: solid none;
    border-width: 1px 0px;
    clear: both;
    color: #ada6a6;
    display: block;
    font-size: 13px;
    text-align: left;
    overflow: hidden;
    white-space:nowrap;
    padding: 10px;
    margin-top: 15px;
}
    #footer ul {
        text-align: center;
        overflow: hidden;
        margin: 0px;
        padding: 0px;
        margin-right: -5px;
        margin-top: -5px;
        display: inline;
        text-align: right;
        padding-left: 349px;
        white-space: nowrap;
        background: url(/img/content-featured-arrow.gif) no-repeat 346px 3px;
    }

        #footer ul li {
            border-right: 1px solid #616161;
            display: inline;
            margin: 0px;
            padding: 0px 12px;
        }

            #footer ul li a {
                color: #9a9393;
                text-decoration: none;
                font-weight: normal;
            }

table {
}

table th {
    font-weight: bold;
    background: transparent;
    border: 0px none;
    color: white;
}

table .oddRow {
    background-color: #2F2F25 ;
}

table.agents {
}

    table.agents th {
        text-align: left;
        padding: 0px 5px;
    }

    table.agents td {
        padding: 0px 5px;
        text-align: left;
    }

        #listings .navigation .prev,
        #listings .navigation .next {
            padding-left: 15px;
            padding-right: 6px;
            margin-left: -12px;
            margin-bottom: 0px;
            padding-bottom: 0px;
        }

    #listings .listing.full .slideshow,
    #classifieds .classified.full .slideshow {
        margin-left: -7px;
    }

    #content .listing .left .container {
        margin: 1px;
    }

.title {
    border-bottom: 0px none;
}

.no-photo {
    margin-bottom: 10px;
}

.legend {
    border: 0px none;
}

strong.black-bg {
    display: block;
    background: url(/img/h1-background-left.png) no-repeat left top;
    line-height: 34px;
    position: relative;
}

strong.black-bg span {
    display: block;
    line-height: 34px;
    margin-left: 6px;
    background: url(/img/h1-background-right.png) no-repeat right top;
}

#listings .listing .left .appointment strong,
#listings .listing .left .financing strong,
#listings .listing .left strong{
    margin-bottom: 0px;
}

         .icon {
             background: url(/img/xfr/content-icon.png) no-repeat left top;
             width: 100%;
             height: 50px;
             float: left;
             margin-top: -38px;
         }

#find-an-agent {
}

    #find-an-agent h2 {
        border-bottom: 2px solid #5C5B2E;
        margin-top: 20px;
        clear: both;
        font-size: 200%;
    }

    #find-an-agent .agent {
        margin: 20px 20px;
        border: 1px solid #5C5B2E;
        clear: both;
        padding-top: 20px;
    }

        #find-an-agent .container {
            margin: 20px;
            margin-top: 0px;
            float: left;
            clear: left;
            width: 100px;
        }

        #find-an-agent .agent ul {
            float: left;
            list-style-type: none;
            margin: 20px;
            margin-top: 0px;
            margin-left: 0px;
        }

.cakeSqlLog {
    color: white;
    text-align: left;
}

.cakeSqlLog th,
.cakeSqlLog td {
    padding-left: 10px;
    border-bottom: 1px solid #ddd;
}

.top-icons span.printer {
    background: none;
}

#wantedfarms{
  margin: 10px;
}

#wantedfarmscontact{
  width: 400px;
  float:left;
}

#wantedfarmstext{
  width: 200px;
  float: left;
}

#wantedfarmsphoto{
  width: 200px;
  float: left;
  margin: 10px;
  text-align: center;
}