/** 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.ff.css **/body {
    background: url(/img/body-background.jpg) repeat-x -100px bottom #21A400;
    background-attachment: fixed;
    color: white;
}

body.blogs {
    padding-top: 10px;
    background: #48768e;
    color: black;
}

a, a:visited {
    color: #FF9C00;
    font-weight: bold;
}

a:hover{
}

.blogs a, .blogs a:visited {
    color: #46768D;
}

#container {
    padding: 0px;
    background: white;
}

.blogs #container {
    margin-top: 0px;
    background: url(/img/container-blogs-background.png) repeat-x bottom left #48768e;
    border: 1px solid #1e4c63;
    border-top: 0px;
}

    #links {
        background: url(/img/news-welcome-background.jpg) no-repeat top left #137919;
    }

    #header {
        background: url(/img/header-background-bottom.jpg) no-repeat left top #000000;
        border-bottom: 2px solid #7fa9c7;
        margin: 0px;
        padding: 0px;
        padding-bottom: 110px
    }

        #header.classifieds {
            background: url(/img/header-background-classifieds-bottom.jpg) no-repeat left top #0732f7;
        }

        #header.real-estate {
            background: url(/img/header-background-real-estate-bottom.jpg) no-repeat left top #0732f7;
        }

        #header.contact {
            background: url(/img/header-background-contact-bottom.jpg) no-repeat left top #0732f7;
        }

        #header.weather {
            background: url(/img/header-background-weather-bottom.jpg) no-repeat left top #0732f7;
        }

/*
        #header .top {
            background: url(/img/header-background-top.png) no-repeat left top;
            height: 11px;
        }

        #header.classifieds .top {
            background: url(/img/header-background-classifieds-top.png) no-repeat top left #0732f7;
        }

        #header.real-estate .top {
            background: url(/img/header-background-real-estate-top.png) no-repeat top left #0732f7;
        }

        #header.contact .top {
            background: url(/img/header-background-contact-top.png) no-repeat top left #0732f7;
        }

        #header.weather .top {
            background: url(/img/header-background-weather-top.png) no-repeat top left #0732f7;
        }
*/

        #header .text {
            margin-left: 12px;
            width: 343px;
            height: 79px;
        }

        #header .login {
            background: url(/img/login-button-trans.png) no-repeat left top;
            height:44px;
            line-height:43px;
            margin:17px 0px -45px 10px;
            padding:5px 30px 0px 20px;
            text-align:center;
            width:119px;
        }

        #header.short {
        }

            #header.short .login {
                margin: 44px 0px -70px 10px;
            }

            #header .login a {
                display: block;
                color:white;
                font-size:22px;
                text-decoration:none;
            }

        .blogs #header {
            background: url(/img/header-background-blog.jpg) no-repeat top left #71BBFA;
            height: 156px;
            border-bottom: 0px;
        }

        #header .logo {
            cursor: pointer;
            margin-left: 0px;
            background: url(/img/header-logo-trans.png) no-repeat top left transparent;
            height: 133px;
            position: relative;
        }

        .blogs #header .logo {
            background: none;
            width: 244px;
            height: 115px;
            margin-left: 270px;
        }

            #header .logo a {
                display: block;
                width: 271px;
                height: 135px;
            }

            .blogs #header .logo a{
                width: 244px;
                height: 115px;
            }


        #header .linkbox {
            position: relative;
            margin-top: -200px;
            margin-right: 8px;
            float: right;
            width: 380px;
            background: url(/img/header-linkbox-background.gif) repeat-x top left;
            border: 1px solid #92a2b1;
            text-align: center;
            padding-top: 5px;
            padding-bottom: 5px;
            color: black;
        }
            #header .spacer {
                padding-left: 15px;
                padding-right: 15px;
                text-align: center;
                display: inline;
            }

            #header .linkbox a {
                color: #243859;
                text-decoration: none;
            }

            #header .linkbox a:hover {
                text-decoration: underline;
            }

            #header .linkbox ul {
                margin: 0;
                padding: 0;
                list-style-type: none;
                text-align: left;
                clear: both;
            }

                #header .linkbox li {
                    background: white;
                    border-bottom: 1px solid #8d9bab;
                    border-left: 1px solid #e1e7ec;
                    border-right: 1px solid #8d9bab;
                    border-top: 1px solid #e1e7ec;
                    float: left;
                    font-size: 11px;
                    margin: 0px;
                    margin-left: 5px;
                    margin-top: 4px;
                    padding-top: 10px;
                    width: 118px;
                    white-space: nowrap;
                    margin-bottom: -1px;
                    position: relative;
                    z-index: 0;
                }

                    #header .linkbox li a {
                        color: #243859;
                        display: block;
                        font-size: 12px;
                        font-weight: normal;
                        margin: 0px;
                        margin-left: 1px;
                        margin-top: -9px;
                        padding: 0px;
                        padding-bottom: 10px;
                        padding-left: 38px;
                        padding-top: 9px;
                        text-decoration: none;
                        white-space: nowrap;
                    }

                        #header .linkbox ul li ul {
                            border: 0px;
                            position: relative;
                            float: left;
                        }

                    #header .linkbox .dropdown {
                        position: relative;
                        z-index: 0;
                        background: white;
                        clear: both;
                        overflow: hidden;
                        font-size: 11px;
                        padding: 5px;
                        margin: 0px 5px;
                        border: 1px solid #5d6a72;
                        width: 358px;
                    }

                        #header .dropdown .icon {
                            padding: 0px 10px 10px 0px;
                            float: left;
                        }

                        #commoditiesDropdown .icon {
                            background: url(/img/header-linkbox-dropdown-icon-commodities-trans.png) no-repeat top left;
                            width: 127px;
                            height: 115px;
                        }

                        #blogsDropdown .icon {
                            background: url(/img/header-linkbox-dropdown-icon-blogs-trans.png) no-repeat top left;
                            width: 117px;
                            height: 122px;
                        }

                        #classifiedsDropdown .icon {
                            background: url(/img/header-linkbox-dropdown-icon-classifieds-trans.png) no-repeat top left;
                            width: 125px;
                            height: 108px;
                        }

                        #realEstateDropdown .icon {
                            background: url(/img/header-linkbox-dropdown-icon-real-estate-trans.png) no-repeat top left;
                            width: 124px;
                            height: 121px;
                        }

                        #stocksDropdown .icon {
                            background: url(/img/header-linkbox-dropdown-icon-stocks-trans.png) no-repeat top left;
                            width: 130px;
                            height: 107px;
                        }

                        #weatherDropdown .icon {
                            background: url(/img/header-linkbox-dropdown-icon-weather-trans.png) no-repeat top left;
                            width: 127px;
                            height: 118px;
                        }

                        #farmTvDropdown .icon {
                            background: url(/img/header-linkbox-dropdown-icon-farm-tv-trans.png) no-repeat top left;
                            width: 140px;
                            height: 124px;
                        }

                        #farmStoreDropdown .icon {
                            background: url(/img/header-linkbox-dropdown-icon-farm-store-trans.png) no-repeat top left;
                            width: 132px;
                            height: 95px;
                        }

                        #newsletterDropdown .icon {
                            background: url(/img/header-linkbox-dropdown-icon-newsletter-trans.png) no-repeat top left;
                            width: 111px;
                            height: 125px;
                        }

                        #contactDropdown .icon {
                            background: url(/img/header-linkbox-dropdown-icon-contact-trans.png) no-repeat top left;
                            width: 128px;
                            height: 122px;
                        }

                #header .linkbox li.commodities a {
                    background: url(/img/header-linkbox-icon-commodities-trans.png) no-repeat top left;
                }

                #header .linkbox li.blogs a {
                    background: url(/img/header-linkbox-icon-blogs-trans.png) no-repeat top left;
                }

                #header .linkbox li.classifieds a {
                    background: url(/img/header-linkbox-icon-classifieds-trans.png) no-repeat top left;
                }

                #header .linkbox li.realEstate a {
                    background: url(/img/header-linkbox-icon-real-estate-trans.png) no-repeat top left;
                }

                #header .linkbox li.advertise a {
                    background: url(/img/header-linkbox-icon-advertise-trans.png) no-repeat top left;
                }

                #header .linkbox li.contact a {
                    background: url(/img/header-linkbox-icon-contact-trans.png) no-repeat top left;
                }

                #header .linkbox li.stocks a {
                    background: url(/img/header-linkbox-icon-stocks-trans.png) no-repeat top left;
                }

                #header .linkbox li.weather a {
                    background: url(/img/header-linkbox-icon-weather-trans.png) no-repeat top left;
                }

                #header .linkbox li.farmTv a {
                    background: url(/img/header-linkbox-icon-farm-tv-trans.png) no-repeat top left;
                }

                #header .linkbox li.farmStore a {
                    background: url(/img/header-linkbox-icon-farm-store-trans.png) no-repeat top left;
                }

                #header .linkbox li.newsletter a {
                    background: url(/img/header-linkbox-icon-newsletter-trans.png) no-repeat top left;
                }

    .top-sidebar {
        float:left;
        margin-right:35px;
        width:220px;
    }

    #news-welcome {
        margin-top: -35px;
    }

        #news-welcome a {
            color: white;
        }

        #news-welcome h2 {
            color: white;
            border-bottom: 2px solid white;
            margin-bottom: 7px;
            font-size: 22px;
        }

        #news-welcome .welcome {
            background: url(/img/welcome-background-trans.png) repeat-y left top;
            border: 0px none;
            color: white;
            float: left;
            margin: 0px -8px 20px 12px;
            padding: 10px 10px 0px;
            width: 454px;
        }

        #news-welcome .welcome.farm-tv {
            margin-top: 12px;
        }

            #news-welcome .welcome.farm-tv h2 {
                background: url(/img/farm-tv-h2-background-trans.png) no-repeat left top;
                height: 51px;
                border-bottom:0px none;
                line-height:50px;
                margin-left:6px;
                margin-top:-6px;
                padding-left:13px;
                margin-bottom: 3px;
            }

                #news-welcome .welcome.farm-tv h2 a {
                    text-decoration: none;
                    padding: 10px 0px 0px 5px;
                    display: block;
                }

            .welcome .title {
                background: url(/img/welcome-h2-background-trans.png) no-repeat left top;
                border-bottom:0px none;
                height:68px;
                margin:-23px 0px 0px -15px;
                padding: 10px 0px 0px 72px;
                width:411px;
            }

                .welcome .title h2 {
                    border-bottom: 0px none;
                    margin-right: 15px;
                }

            .welcome .body {
                overflow: hidden;
            }

                .welcome .body a.read-more {
                    background: url(/img/welcome-read-more-trans.png) no-repeat left top;
                    display:block;
                    float:right;
                    font-size:11px;
                    font-weight:normal;
                    height:20px;
                    line-height:19px;
                    padding-right:7px;
                    width:79px;
                    margin: 3px 0px;
                }

                .welcome.farm-tv .body {
                    margin-left: 2px;
                    margin-bottom:-2px;
                }

                .welcome .body strong,
                .welcome .body b {
                    color: white;
                }


        #news-welcome .latest-news {
            border: 1px solid #9adc95;
            border-top: 0px none;
            border-bottom: 0px none;
            color: white;
            float: left;
            margin: 12px;
            margin-bottom: 20px;
            margin-right: 0px;
            overflow: visible;
            padding: 10px;
            padding-bottom: 0px;
            width: 220px;
        }

        #news-welcome .latest-news.canadian-press {
            margin-bottom: 22px;
            padding-top: 0px;
        }

        #news-welcome .latest-news.canadian-press .props a {
            background: white;
            border:1px solid red;
            display:block;
            margin-bottom:-5px;
            margin-top:8px;
            padding:2px 0px;
            width:211px;
        }

            #news-welcome .latest-news .top,
            .welcome .top  {
                background: transparent url(/img/news-welcome-latest-news-background-top.png) no-repeat scroll left top;
                clear: both;
                height: 11px;
                margin-left: -11px;
                margin-top: -11px;
                padding-bottom: 6px;
                width: 242px;
            }

            #news-welcome .latest-news.second .top {
                margin-top: -21px;
            }

            #news-welcome .latest-news .bottom,
            .welcome .bottom {
                background: transparent url(/img/news-welcome-latest-news-background-bottom.png) no-repeat scroll left top;
                clear: both;
                height: 11px;
                margin-bottom: -11px;
                margin-left: -11px;
                width: 242px;
            }

            #news-welcome .latest-news .more-news {
                margin-top: 10px;
                font-size: 110%;
                font-weight: bold;
            }

                #news-welcome .latest-news .more-news  .text {
                    float: left;
                }

                #news-welcome .latest-news .more-news  a.arrow {
                    background: url(/img/latest-news-click-here-trans.png) no-repeat left top;
                    display:block;
                    float:right;
                    font-size:11px;
                    height:26px;
                    line-height:19px;
                    padding-left:22px;
                    width: 65px;
                }

            #news-welcome .latest-news .icon {
                background: url(/img/news-welcome-latest-news-icon.jpg) no-repeat top left;
                float: left;
                width: 45px;
                height: 45px;
                margin: -9px 0px 8px
            }

            #news-welcome .latest-news h2 {
                border-bottom: 1px solid #7EC123;
                font-family: verdana;
                font-size: 120%;
                font-weight: bold;
                margin-bottom: 5px;
                margin-left: 10px;
                margin-top: -9px;
                float: left;
                width: 160px;
            }

            #news-welcome .latest-news strong .date {
                color: white;
            }

            #news-welcome .latest-news strong {
                padding: 5px 0px;
                font-size: 120%;
                font-weight: bold;
                color: #F0E613;
                display: block;
            }

            #news-welcome .latest-news .body {
                padding-bottom: 5px;
                font-size: 9px;
            }

            #news-welcome .latest-news .want-more {
                color: #F0E613;
                float: left;
                font-size: 11px;
                margin-top: 10px;
            }

            #news-welcome .latest-news .body a.read-more {
                font-size: 11px;
                text-align: right;
                display: block;
                margin-top: 10px;
            }

            #news-welcome .latest-news ul {
                clear: both;
                margin-top: 8px;
                list-style-type: none;
            }

                #news-welcome .latest-news li {
                    background: url(/img/news-welcome-latest-news-ul-arrow.png) no-repeat left top;
                    margin:9px 0px;
                    padding:0px 0px 0px 23px;
                }

                #news-welcome .latest-news li div.date {
                    font-size: 80%;
                    text-align: right;
                    color: #238F2A;
                }

            #news-welcome .latest-news .props {
                font-size: 10px;
                text-align: center;
                padding-top: 9px;
            }

        #news-welcome .search.latest-news.classifieds {
            background: url(/img/classifieds-search-background-trans.png) no-repeat left top;
            border:0px none;
            height:118px;
            margin: -13px 0px 7px 9px;
            padding: 10px 0px 0px 14px;
            width: 233px;
        }

        #news-welcome .search.latest-news.real-estate {
            background: url(/img/real-estate-background-trans.png) no-repeat left top;
            border:0px none;
            height:151px;
            margin: 0px 0px 5px 8px;
            padding: 20px 0px 0px 14px;
            width:247px;
        }

            .welcome .top {
                background: transparent url(/img/welcome-background-top-trans.png) no-repeat scroll left top;
                width: 474px;
                height:11px;
                margin-left:-9px;
                margin-top:-21px;
                width:474px;
            }

            .welcome .bottom {
                background: transparent url(/img/welcome-background-bottom-trans.png) no-repeat scroll left top;
                width: 474px;
                margin-bottom: -11px;
                margin-left: -10px;
            }

            #news-welcome .search.latest-news h2 {
                margin: -11px 0px 0px;
                border-bottom: 1px solid white;
            }

                #news-welcome .search.latest-news.real-estate h2 {
                    width: 219px;
                }

                #news-welcome .search.latest-news.classifieds h2 {
                    margin-top: 0px;
                    width: 219px;
                }

            #news-welcome .search.latest-news label {
                width: auto;
            }

            #news-welcome .search.latest-news input,
            #news-welcome .search.latest-news select {
                clear:both;
                display:block;
                float:none;
                width:120px;
            }

    #flashMessage,
    .message {
        background: transparent;
        padding: 5px 0px;
        font-weight: bold;
        color: #FF9C00;
        font-size: 100%;
    }

        #flashMessage a,
        .message  a{
            color: #FF9C00;
        }

    .blogs #flashMessage,
    .blogs .message {
        color: #48768E;
        font-size: 16px;
    }

    #sidebar {
        font-size: 11px;
        margin-bottom: 10px;
        text-align: center;
    }

            #sidebar ul li {
                display: inline;
            }

    .blogs #sidebar {
        float: left;
        padding: 0px;
        margin: 0px;
        width: 195px;
        padding-left: 20px;
        text-align: left;
    }
        .blogs #sidebar li {
            display: block;
        }

        .blogs #sidebar a {
            color: white;
            text-decoration: none;
            font-weight: normal;
            display: block;
            padding-left: 10px;
            background: url(/img/blogs-sidebar-a-background.gif) no-repeat 0px 4px;
        }

        .blogs #sidebar a:hover {
            color: #ddd;
        }

            #sidebar .links {
                margin-top: 8px;
                margin-bottom: -10px;
                text-align: center;
            }

            #sidebar .links a {
                padding-left: 20px;
            }

                #sidebar strong {
                    color: #0D44F7;
                    border-bottom: 2px solid #dbcf15;
                    padding-left: 20px;
                    background: url(/img/footer-block-strong-background-trans.png) no-repeat top left;
                    padding-bottom: 2px;
                }

                .blogs #sidebar ul {
                    list-style-type: none;
                    margin: 0px;
                    margin-bottom: 15px;
                }

                    .blogs #sidebar ul li {
                        margin: 0px;
                    }

                        .blogs #sidebar ul li ul {
                            margin-top: 5px;
                        }

                            .blogs #sidebar ul li ul li {
                                margin-left: 25px;
                            }

                .blogs #sidebar strong {
                    color: white;
                    border-bottom: 0px;
                    padding-left: 15px;
                    background: url(/img/blogs-sidebar-strong-background.gif) no-repeat 0px 4px;
                }

        #sidebar a {
            color: #ff7901;
        }
            #sidebar a:hover {
                color: #FBD44E;
            }

    #content {
        clear: both;
        background: white;
        padding: 5px;
        padding-bottom: 10px;
    }

    .blogs #content {
        background: none;
    }

    .blogs h1 {
        background: none;
        border-bottom: 1px solid black;
    }

    .blogs #blogs .title h1 {
        color: #46768D;
    }

        #content.featured {
            clear: both;
            padding: 10px 5px;
            background: url(/img/content-background.jpg) no-repeat top left #137919;
        }

        #content h1.title {
            background: url(/img/content-h1-background-trans.png) no-repeat left top;
            border-bottom:0px none;
            padding-bottom:10px;
            font-size: 210%;
            font-weight: normal;
            display: block;
        }

        #content h1.title span {
            border-bottom:1px solid #FF7901;
            color:white;
            display:block;
            line-height:29px;
            margin-left:75px;
            padding-top:22px;
        }

        #icon-message {
            margin-top: 12px;
        }

        .top-icons {
            margin-top: -2px;
        }

        #Classified .top-icons {
            margin-top: 24px;
        }

        #content #pagination {
            clear: both;
            text-align: center;
        }

    .ad {
        margin: 5px;
        text-align: center;
    }

        .ad .inner {
            border: #838c87;
            float: left;
            margin-left: 10px;
            margin-top: -53px;
        }

            .ad .inner .tl {
                background: url(/img/ad-inner-background-tl-trans.png) no-repeat top left;
            }

            .ad .inner .top {
                background: url(/img/ad-inner-background-top-trans.png) repeat-x top left;
                height: 6px;
                margin: 0px 6px;
                margin-bottom: -2px;
            }

            .ad .inner .tr {
                background: url(/img/ad-inner-background-tr-trans.png) no-repeat top right;
            }

            .ad .inner img,
            .ad .inner .swf {
                border: 1px solid #78ac73;
                border-top: 0px;
                border-bottom: 0px;
                padding: 0px 3px;
            }

            .ad .inner .br {
                background: url(/img/ad-inner-background-br-trans.png) no-repeat bottom right;
            }

            .ad .inner .bottom {
                background: url(/img/ad-inner-background-bottom-trans.png) repeat-x bottom left;
                height: 6px;
                margin: 0px 6px;
                margin-top: -4px;
            }

            .ad .inner .bl {
                background: url(/img/ad-inner-background-bl-trans.png) no-repeat bottom left;
            }

        .ad .outer {
            margin: auto;
        }

            .ad .outer .tl {
                background: url(/img/ad-outer-background-tl-trans.png) no-repeat top left;
            }

            .ad .outer .top {
                background: url(/img/ad-outer-background-top-trans.png) repeat-x top left;
                height: 10px;
                margin: 0px 10px;
                margin-bottom: -2px;
            }

            .ad .outer .tr {
                background: url(/img/ad-outer-background-tr-trans.png) no-repeat top right;
            }

            .ad .outer.top img,
            .ad .outer.top .swf  {
                border: 1px solid #3c7faf;
                border-top: 0px;
                border-bottom: 0px;
                padding: 0px 8px;
            }

            .ad .outer.right img,
            .ad .outer.right .swf {
                border: 1px solid #3c7faf;
                border-top: 0px;
                border-bottom: 0px;
                padding: 0px 6px;
            }

            .ad .outer .br {
                background: url(/img/ad-outer-background-br-trans.png) no-repeat bottom right;
            }

            .ad .outer .bottom {
                background: url(/img/ad-outer-background-bottom-trans.png) repeat-x bottom left;
                height: 10px;
                margin: 0px 10px;
                margin-top: -4px;
            }

            .ad .outer .bl {
                background: url(/img/ad-outer-background-bl-trans.png) no-repeat bottom left;
            }

        .ad-right {
            float: right;
            width: 210px;
            padding: 0px;
            margin: 0px;
            margin-left: 8px;
            margin-right: -215px;
            margin-bottom: -455px;
        }

            .ad .outer.right {
                float: right;
                margin: 0px;
                margin-right: 25px;
                margin-bottom: 10px;
            }

            .ad .outer.right.rectangle {
                margin-left: 0px;
                margin-right: 0px;
            }

/* BLOGS START */
    #blogs {
        background: white;
        float:right;
        margin-right:7px;
        margin-top:-5px;
        padding:0px 12px;
        width:482px;
    }

    #blogs .intro {
        color:#46768D;
    }

        #picture {
            background: url(/img/content-blogs-background.jpg) no-repeat left top;
            height:280px;
            margin-top:-130px;
            width:494px;
        }

        #blogs form.search {
            padding: 0px;
            padding-left: 50px;
            width: 430px;
            margin: 0px;
            background-color: #E8F3F5;
            height: auto;
        }

            #blogs form.search .tl {
                background: url(/img/blogs-search-background-tl.png) no-repeat top left;
                height: 14px;
                margin-left: -50px;
            }

            #blogs form.search .tr {
                background: url(/img/blogs-search-background-tr.png) no-repeat top right;
                height: 14px;
            }

            #blogs form.search .bl {
                background: url(/img/blogs-search-background-bl.png) no-repeat bottom left;
                height: 14px;
                margin-left: -50px;
                width: 100%;
            }

            #blogs form.search .br {
                background: url(/img/blogs-search-background-br.png) no-repeat bottom right;
                height: 14px;
                width: 100%;
                margin-left: 50px;
            }


        #blogs h1,
        .blogs #content h1 {
            font-style: normal;
            margin: 0px;
            margin-bottom: 3px;
            position: relative;
            z-index: 10;
            color: #46768d;
            background: none;
            padding: 0px;
            float: none;
            clear: both;
        }

        #blogs .title {
            background: #f1efe2;
            clear: both;
            margin: 0px;
            margin-bottom: 10px;
            margin-top: 5px;
            padding: 0px;
        }

            #blogs .title .tl {
                margin: 0px;
                margin-bottom: -5px;
                height: 13px;
                background: url(/img/blogs-h1-background-tl.png) no-repeat top left;
            }

            #blogs .title .tr {
                margin: 0px;
                height: 13px;
                background: url(/img/blogs-h1-background-tr.png) no-repeat top right;
            }

            #blogs .title .bl {
                margin: 0px;
                margin-top: -5px;
                height: 13px;
                background: url(/img/blogs-h1-background-bl.png) no-repeat bottom left;
            }

            #blogs .title .br {
                margin: 0px;
                height: 13px;
                background: url(/img/blogs-h1-background-br.png) no-repeat bottom right;
            }

            #blogs .title .date {
                border-left: 3px solid #D9D6C9;
                display: block;
                float: right;
                font-size: 15px;
                font-weight: bold;
                height: 22px;
                margin-bottom: 5px;
                margin-top: -24px;
                padding: 5px 10px 0px 15px;
                position: relative;
                z-index: 11;
            }

            #blogs .title h1 {
                padding-left: 10px;
                width: 380px;
            }

            #blogs .title a {
                color: #46768d;
            }

        #blogs .btm {
            clear: both;
            height: 14px;
            width: 509px;
            background: url(/img/content-blogs-background-bottom.png) no-repeat left bottom;
            margin-left: -13px;
        }

        #blogs strong {
            color: #46768D;
        }

        #blogs .dotted {
            background: url(/img/blogs-dotted-background.png) repeat-x left top;
            height: 1px;
            margin: 0px 20px 10px 20px;
            border-bottom: 0px none;
        }

        #blogs .readMore,
        #news .readMore {
            font-size: 11px;
            text-align: right;
            clear: both;
            padding-left: 10px;
            background: url(/img/blogs-readmore-background.gif) no-repeat left 5px;
            display: inline;
            float: right;
            font-weight: bold;
            margin-right: 20px;
            margin-top: 10px;
        }

            #blogs .readMore a,
            #news .readMore a {
                color: black;
            }

            #blogs .login-to-comment a {
                color: #647F8B;
            }

/* BLOGS END */

/* NEWS START */
    #news {
    }

        #news h1 {
            font-size: 27px;
            clear: both;
        }

            #news h1 a {
                color: white;
                font-weight: normal;
                text-decoration: none;
            }

        #news .readMore {
            background: transparent;
        }

            #news .readMore a {
                color: #FF7901;
            }


/* NEWS END */

/* LISTINGS */

    .search-message {
        margin-top: -10px;
    }

    #featured {
        clear: both;
        float: left;
        width: 240px;
        margin: 0px;
        margin-left: 5px;
        margin-bottom: 8px;
    }
        #featured .sides {
            padding: 2px 10px;
        }

            #featured strong {
                border-bottom: 1px solid #85bc1b;
                color: white;
                margin-bottom: 6px;
                font-size: 120%;
                display: block;
                text-align: center;
                clear: both;
            }

            #featured h2 a,
            #content .bullet {
                background: transparent url(/img/content-bullet-red.png) no-repeat left top;
                color: white;
                font-size: 13px;
                margin-left: 0px;
                padding-left: 20px;
                display: block;
                text-decoration: none;
            }

            #featured .price {
                color: white;
                font-size: 160%;
                text-align: center;
                margin-top: 5px;
            }

                #featured .price a {
                    background: transparent url(/img/content-featured-arrow.gif) no-repeat 5px 3px;
                    color: white;
                    font-size: 12px;
                    padding-left: 20px;
                }

    #listings-notes {
        width: 477px;
        float: right;
        padding: 0px 8px;
        margin-top: 8px;
        margin-bottom: 8px;
    }

        #listings-notes.query {
            margin-right: 5px;
            width:732px;
            display: block;
            visibility: visible;
            padding: 0px;
            margin-bottom: 0px;
        }

        #listings-notes strong,
        #listings .listing h2 a,
        #listings .listing h2 a:visited,
        #classifieds-notes strong,
        #classifieds .classified h2 a,
        #classifieds .classified h2 a:visited {
            background: transparent url(/img/content-bullet-red.png) no-repeat scroll left top;
            color: white;
            display: block;
            font-size: 16px;
            margin-left: 0px;
            padding-left: 20px;
            text-decoration: none;
            margin-bottom: 5px;
        }

        #listings-notes .note {
            float: left;
            width: 460px;
        }

            #listings-notes .note strong{
                font-size: 13px;
                color: yellow;
                font-weight: normal;
                display: block;
                width: 33px;
                float: left;
                background: transparent;
                padding: 0px;
            }

    #classifieds form.search,
    #listings form.search,
    #blogs form.search {
        margin-top: -5px;
    }

        .offer-pending {
            margin-bottom: 22px;
        }

        #classifieds form.search .l,
        #listings form.search .l,
        #blogs form.search .l {
            background: url(/img/search-background-l.png) no-repeat left top;
            height:60px;
            width:27px;
            float: left;
            clear: both;
        }

        #classifieds form.search .r,
        #listings form.search .r,
        #blogs form.search .r {
            background: url(/img/search-background-r.png) no-repeat right top;
            height:60px;
            width:27px;
            float: right;
            margin-top: -61px;
        }


        #classifieds form.search .c,
        #listings form.search .c,
        #blogs form.search .c {
            background: url(/img/search-background-c.png) repeat-x left top;
            margin: 0px 27px;
            height: 42px;
            padding-top: 19px;
            text-align: center;
        }

        #listings .listing.full .price {
            padding-top: 0px;
            width: 240px;
        }

        #listings .listing.full .price .c {
            width:195px;
        }

        #listings .listing .price .c {
            width:400px;
        }

    #classifieds .small,
    #listings .small,
    #blogs .small {
        color: white;
    }

    #classifieds .tl,
    #listings .tl,
    #blogs .tl {
        background: url(/img/content-div-tl.png) no-repeat left top;
        clear: both;
    }

    #classifieds .tr,
    #listings .tr,
    #blogs .tr {
        background: url(/img/content-div-tr.png) no-repeat right top;
    }

    #classifieds .t,
    #listings .t,
    #blogs .t {
        background: url(/img/content-div-t.png) repeat-x left top;
        margin: 0px 7px;
        height: 7px;
    }

    #classifieds .bl,
    #listings .bl,
    #blogs .bl {
        background: url(/img/content-div-bl.png) no-repeat left top;
    }

    #classifieds .br,
    #listings .br,
    #blogs .br {
        background: url(/img/content-div-br.png) no-repeat right top;
    }

    #classifieds .b,
    #listings .b,
    #blogs .b {
        background: url(/img/content-div-b.png) repeat-x left top;
        margin: 0px 7px;
        height: 7px;
    }

    #classifieds .sides,
    #listings .sides,
    #blogs .sides {
        border: 1px solid #699860;
        border-top: 0px;
        border-bottom: 0px;
        overflow: hidden;
        padding: 0px 8px;
    }

    #listings .slideshow .sides {
        padding: 0px 11px;
    }

    .currently-viewing {
        text-align: center;
        font-weight: bold;
        color: white;
        margin-bottom: 4px;
    }

    .clear-search {
        text-align: center;
        font-size: 10px;
        font-weight: normal;
    }

        .clear-search a,
        .clear-search a:visited {
            display: block;
            color: white;
        }

#classifieds .classified.full .user {
    margin-left: 0px;
}

/* LISTINGS END */

iframe#commodities {
    border: 0px;
    width: 730px;
    margin-left: 35px;
    height: 670px;
    background: transparent;
}

iframe#stocks-overview {
    border: 0px;
    width: 730px;
    margin-left: 35px;
    height: 1500px;
}

fieldset#banner {
    border: 1px solid #699860;
}

    fieldset#banner label {
        background: #137919;
        color: #699860;
    }

.blogs fieldset#banner {
    border: 1px solid #ddd;
}

    .blogs fieldset#banner label {
        color: #46768D;
        background: white;
    }


.footer {
    background: white;
    color: black;
    padding-top: 10px;
}

    .footer strong {
        font-size: 120%;
        display: block;
    }

    .footer a {
        color: black;
    }

    .footer .advertise {
        border: 2px solid #447CC6;
        color: #447cc6;
        margin: 0px 15px 10px 15px;
        margin-bottom: 20px;
        padding: 7px;
        width: 700px;
        float: right;
        font-size: 16px;
    }

    .footer .advertise.recent-blogs  {
        width: 226px;
        float: left;
    }

        .footer .advertise ul {
            list-style-type: none;
            margin-top: 5px;
            margin-left: -6px;
        }

            .footer .advertise.recent-blogs ul {

            }

        .footer .advertise li {
            background: url(/img/advertising-button-trans.png) no-repeat top left;
            float:left;
            line-height:42px;
            margin-left:5px;
            text-align:center;
            width:171px;
        }

            .footer .advertise li a,
            .footer .advertise li a:visited {
                color:black;
                font-size:16px;
                font-weight:bold;
                text-decoration:none;
            }

            .footer .advertise.recent-blogs .latest-blogs li {
                background: #c7d7e7;
                float: none;
                line-height: 100%;
                margin:5px;
                padding:3px;
                text-align: left;
                width: auto;
            }

            .footer .advertise.recent-blogs a,
            .footer .advertise.recent-blogs a:visited {
                background: url(/img/footer-advertise-list-icon-trans.png) no-repeat top left;
                color: black;
                display: block;
                font-size: 11px;
                font-weight: normal;
                height: 16px;
                margin-top: 2px;
                padding-left: 25px;
                text-decoration: none;
            }

        .footer .advertise a,
        .footer .advertise a:visited {
            font-size: 11px;
            font-weight: normal;
        }

        .footer .advertise  h2 {
            color: #447cc6;
            font-size: 26px;
        }

        .footer .recent-blogs h2 {
            font-size:18px;
        }

            .footer .recent-blogs a,
            .footer .recent-blogs a:visited {
                color: #FF9C00;
            }

        .footer .recent-blogs span {
            color: black;
        }

        .footer .advertise a:hover {
            text-decoration: underline;
        }

        .footer .advertise .tl {
            margin: -9px;
            margin-bottom: 0px;
            height: 5px;
            background: url(/img/footer-advertise-tl.png) no-repeat top left;
        }

        .footer .advertise .tr {
            height: 5px;
            background: url(/img/footer-advertise-tr.png) no-repeat top right;
        }

        .footer .advertise .bl {
            height: 5px;
            background: url(/img/footer-advertise-bl.png) no-repeat top left;
            margin: -9px;
            margin-top: 4px;
        }

        .footer .advertise .br {
            height: 5px;
            background: url(/img/footer-advertise-br.png) no-repeat top right;
        }

    .recent-blogs {
    }

    .footer .block{
        float:left;
        height:175px;
        margin-bottom:20px;
        margin-left: 0px;
        margin-top:-6px;
        width:226px;
    }

    .footer .block.buyers-guide {
        height: 239px;
    }

        .footer .block.bottom {
            margin-bottom: 0px;
        }

        .footer .block.first {
            margin-left: 11px;
        }

        .footer .block h2 {
            color: #0D44F7;
            border-bottom: 2px solid #dbcf15;
            padding-left: 20px;
            background: url(/img/footer-block-strong-background-trans.png) no-repeat top left;
            padding-bottom: 2px;
            font-size: 18px;
        }

            .footer .block div img {
                padding: 5px 5px 5px 0px;
                float: left;
            }

            .footer .block div strong {
                color: #0D44F7;
                background: 0;
                padding: 0px;
                border-bottom: 0px;
                font-size: 120%;
                display: inline;
            }

            .footer .block .body {
                padding-top: 8px;
                font-size: 11px;
                height: 100px;
                overflow: visible;
            }

                .footer .recent-blogs .body {
                    padding-top: 0px;
                }

            .footer .block .icon {
                width: 32px;
                height: 32px;
                float: left;
                margin: 0px;
                padding: 0px;
                margin-right: 3px;
            }

        .footer .block.browse-our-real-estate .icon {
            background: url(/img/footer-block-browse-our-real-estate-icon-trans.png) no-repeat top left;
            width: 140px;
            height: 72px;
         }

        .footer .block.register-an-account .icon {
            background: url(/img/footer-block-register-an-account-icon-trans.png) no-repeat top left;
            width: 140px;
            height: 72px;
         }

         .footer .block.buyers-guide .icon {
            background: url(/img/footer-block-buyers-guide.png) no-repeat top left;
            width: 62px;
            height: 65px;
         }

        .footer .block.commodities-market .icon {
            background: url(/img/footer-block-commodities-market-icon-trans.png) no-repeat top left;
            width: 69px;
            height: 100px;
         }

        .footer .block.farm-stock-market-quotes .icon {
            background: url(/img/footer-block-farm-stock-market-quotes-icon-trans.png) no-repeat top left;
            width: 102px;
            height: 100px;
            padding-right: 3px;
         }

        .footer .block.your-local-weather .icon {
            background: url(/img/footer-block-your-local-weather-icon-trans.png) no-repeat top left;
            width: 102px;
            height: 100px;
         }

        .footer .block .link {
            clear: both;
            text-align: right;
            padding-top: 5px;
        }

            .footer .block .link .icon {
                background: url(/img/footer-arrow-trans.png) no-repeat top left;
                width: 37px;
                height: 39px;
                float: right;
                padding-right: 5px;
            }

            .footer .block.bottom .link  .icon {
                background: url(/img/footer-bottom-arrow-trans.png) no-repeat top left;
                width: 9px;
                height: 13px;
            }

            .footer .block .link a {
                font-size: 11px;
                color: #e0ae00;
                padding-bottom: 5px;
                float: right;
            }

    .footer .feeds {
        clear: left;
        float: left;
        background: url(/img/footer-feeds-background.png) no-repeat top left;
        height: 177px;
        margin-top: -93px;
        margin-left: 14px;
        margin-bottom: 4px;
        padding: 0px 7px;
        width: 719px;
    }
        .footer .feeds ul,
        .footer .feeds li {
            line-height: 0px;
            list-style-type: none;
            padding: 0px;
            margin: 0px;
        }

        .footer .feeds .box {
            margin-top: 47px;
            float: left;
            width: 235px;
            height: 133px;
            padding: 7px 0px;
        }

        .footer .feeds .box strong a {
            font-size: 16px;
            text-decoration: none;
            color: white;
            margin-left: 5px;
        }
            .footer .feeds .box strong a:hover {
                text-decoration: underline;
            }

        .footer .feeds .box .icon {
            width: 229px;
            height: 96px;
        }

            .footer .feeds .icon.commodity-stream {
                display: block;
                background: url(/img/footer-feeds-icon-commodity-stream.jpg) no-repeat top left;
            }

            .footer .feeds .icon.stock-exchange {
                display: block;
                background: url(/img/footer-feeds-icon-stock-exchange.jpg) no-repeat top left;
            }

            .footer .feeds .icon.local-weather {
                display: block;
                background: url(/img/footer-feeds-icon-local-weather.jpg) no-repeat top left;
            }

    .bottom-border {
        border-top: 3px solid #0553c3;
        border-bottom: 3px solid white;
        clear: both;
        line-height: 3px;
    }

#footer {
    padding-bottom: 5px;
    padding-top: 10px;
    clear: both;
    text-align: center;
    background: #0553c3;
    color: white;
    font-size: 10px;
}

.blogs #footer {
    background: none;
    clear: both;
    width: 100%;
    text-align: right;
}

    .blogs #footer a {
        color: white;
        text-decoration: underline;
    }

    #footer ul {
        font-size: 11px;
        list-style: none;
        padding: 0;
        margin: 0px;
        white-space: nowrap;
        margin-left: 140px;
    }

        #footer li {
            padding: 5px 0px;
            float: left;
            color: white;
            margin: 0px;
            margin-right: 5px;
            white-space: nowrap;
            text-align: center;
            width: 80px;
        }

            #footer li a {
                color: white;
                font-weight: normal;
                text-transform: uppercase;
                text-decoration: none;
            }

            #footer li a:hover {
                color: #ccc;
            }

        #footer .bl {
            height: 6px;
            background: url(/img/footer-background-bl.png) no-repeat top left;
            margin: -5px 0px;
            margin-top: 0px;
        }

        #footer .br {
            height: 6px;
            background: url(/img/footer-background-br.png) no-repeat top right;
        }

table.index {
    clear: both;
}

table {
}
    table th {
        background: transparent;
        border: 0px;
        border-bottom: 1px solid #FF7901;
        color: white;
        font-weight: bold;
        padding: 2px;
    }
        table th a,
        table th a:visited {
            color: white;
        }

        table th a:hover {
            color: #ddd;
        }

        table th a img {
            text-decoration: none;
            padding-right: 5px;
        }

    table .oddRow {
        color: white;
        background: #144317;
    }
        table .oddRow a,
        table .oddRow a:visited {
        }

       .blogs table .oddRow {
            color: white;
            background: #48768E;
        }
            .blogs table .oddRow a,
            .blogs table .oddRow a:visited {
                color: white;
            }

    table .evenRow {
        background: #092809;
        color: white;
    }

       .blogs table .evenRow {
            color: white;
            background: #347CA2;
        }
            .blogs table .evenRow a,
            .blogs table .evenRow a:visited {
                color: white;
            }

h1, .h1  {
    color: black;
    border-bottom: 1px solid black;
    font-size: 23px;
}

strong,
b,
label.required,
.required label {
    color: #FF7901;

}

.hidden {
    display: none;
    visible: hidden;
}

ul.plain {
    list-style-type: none;
    margin-left: -20px;
}

    ul.plain li ul li {
        padding-left: 10px;
    }

    ul.plain strong {
        color: black;
        font-size: 16px;
        display: block;
        margin-top: 10px;
    }

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

.small {
    font-size: 10px;
}

.link {
    cursor: pointer;
    font-weight: bold;
    position: relative;
}

.center {
    text-align: center;
}

form h2 {
    margin-top: 20px;
    margin-bottom: 5px;
}

img {
    font-size: 10px;
    color: #bbb;
}

#listings .listing .left .appointment .separator {
    border-color: #699860;
}

.legend {
    border: 0px none;
}

#news-welcome .search.latest-news input.button.red-bullet-bg,
input.button.red-bullet-bg {
    background: url(/img/classifieds-search-button-trans.png) no-repeat left top;
    color:white;
    font-size:13px;
    height:21px;
    padding-left:16px;
    width:87px;
    font-weight: bold;
    margin-top: 4px;
}
