body
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    background: #fff;
    margin: 0;
    padding: 0;
    text-align: center;
}
input, select, textarea
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}
img, a img
{
    border: 0;
}
#container
{
    width: 960px;
    background-color: #fff;
    margin: 0 auto;
    padding: 0;
    text-align: left;
    color: #2d73db;
    border-bottom: solid 2px #6ea8e8;
}
#header
{
    width: 960px;
    height: 93px;
    background-color: #fff;
    margin: 0;
    padding: 0;
}
#logo
{
    width: 252px;
    float: left;
    margin: 0;
    padding: 0;
}
#topmenu
{
    float: right;
    height: 93px;
    color: #000;
    margin: 0;
    padding: 0;
}
.input, .select
{
    width: 160px;
    height: 17px;
    border: solid 1px #f60;
    padding: 1px;
    color: #143c76;
}
#mainContent input[type="text"], #mainContent input[type="password"], #mainContent textarea, #mainContent select
{
    width: 160px;
    height: 17px;
    border: solid 1px #f60;
    padding: 1px;
    color: #143c76;
}
#mainContent textarea
{
    height: 150px;
}
#mainContent input[type="checkbox"], #mainContent input[type="radio"]
{
    border: solid 1px #f60;
    color: #143c76;
}
.input
{
    height: 15px;
    padding: 1px;
    margin-bottom: 1px;
}
#mainContent input[type="text"]
{
    height: 15px;
    padding: 1px;
    margin-bottom: 1px;
}
.button
{
    height: 18px;
    color: #fff;
    background-color: #f60;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}
#mainContent input[type="button"], #mainContent input[type="submit"]
{
    height: 18px;
    color: #fff;
    background-color: #f60;
    border: 0;
    font-weight: bold;
    cursor: pointer;
}
#links
{
    font-weight: bold;
    margin: 45px 0 8px 0;
    padding: 0 5px 3px 30px;
    border-bottom: solid 1px #d1e8f8;
    text-align: right;
    float: right;
}
#links a:link, #links a:visited
{
    color: #143c76;
    text-decoration: none;
}
#links a:hover
{
    color: #143c76;
    text-decoration: underline;
}
#search
{
    color: #4e6c98;
    background: #d1e8f8 url(../images/top_left_back.gif) left top no-repeat;
    width: 641px;
    height: 21px;
    text-align: right;
    font-weight: bold;
    float: right;
    padding: 3px 5px 0;
    vertical-align: middle;
}
#search a:link, #search a:visited
{
    color: #4e6c98;
    text-decoration: none;
}
#search a:hover
{
    color: #4e6c98;
    text-decoration: underline;
}
#search select
{
    margin: 0 5px;
    width: 120px;
}
#band
{
    width: 100%;
    height: 27px;
    background: #fff url(../images/band.gif) repeat-x;
    border-bottom: solid 1px #fff;
}
#sidebar-left
{
    float: left;
    width: 205px;
    padding: 0;
    margin: 0;
}
#sidebar-left .mH
{
    border-top: solid 1px #d6e3f8;
}
#sidebar-left, #sidebar-left .mC a
{
    color: #2d73db;
}
#sidebar-right
{
    float: right;
    width: 209px;
    padding: 4px 0 0 4px;
    margin: 0;
    border-left: solid 1px #5eafe6;
}
#sidebar-right .mH
{
}
#sidebar-right, #sidebar-right .mC a
{
    color: #f60;
}

.box
{
    background-color: #fee8c7;
    border: solid 1px #ffc8a4;
    color: #f60;
    font-weight: bold;
    padding: 5px 5px 5px 14px;
    margin: 6px 0;
}
.box h1
{
    color: #4d88e1;
    font-size: 11px;
    margin: 0;
    padding: 0;
}
.box .input, .box .select
{
    color: #5f94e4;
}
.box input, .box select
{
    display: block;
    margin: 10px 0;
}
.featured
{
    width: 100%;
    margin: 6px 0;
    padding: 0;
}
.featured h1
{
    font-size: 11px;
    color: #2d73db;
    font-weight: bold;
    border-bottom: solid 2px #f60;
    padding: 5px 0 3px 14px;
    margin: 0;
}
.fproperty
{
    width: 85%;
    margin: 13px 0 20px 14px;
    padding: 0 0 10px;
    text-align: left;
    font-size: 11px;
    border-bottom: solid 1px #d6e3f8;
}
.fproperty img, .fproperty span
{
    display: block;
    margin-bottom: 3px;
}
.fproperty span.name, .fproperty span.name a
{
    color: #f60;
    font-weight: bold;
}
.fproperty span.price
{
    color: #2d73db;
}

#banner
{
    width: 749px;
    height: 135px;
    background: #fff url(../images/banner.jpg) top right no-repeat;
    border: solid 1px #5eafe6;
    float: right;
    margin: 0;
    padding: 0;
}

#mainContent
{
    width: 526px;
    margin-left: 4px;
    padding: 0 5px 10px;
    border-left: solid 1px #5eafe6;
    float: left;
}
#mainContent table
{
    width: 100%;
}
#mainContent table, #mainContent table tr, #mainContent table td
{
    margin: 0;
    padding: 0;
}
#mainContent a img
{
    margin: 0 3px 3px 0;
}
#mainContent li
{
    list-style-position: inside;
}

.clearfloat
{
    /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}
