.vert-divide{
    float: left;
    width: 1px;
    height: 130px;
    margin-top: 10px;
    background-color: #fff;
    }

/* style sheet for welcome page  */
span.timesheading {
    font-family: times new roman;
    font-size: 18px;
    font-weight: bold;
    color: #e82329;
    }

#topleftbox {
    width: 240px;
    height: 227px;
    float: left;
    margin: 0px;
    padding: 5px;
    border: solid 1px #a2a2a2;
    }
    
#flashbox {
    width: 533px;
    height: 237px;
    float: right;
    margin-left: 5px;
    border: solid 1px #a2a2a2;
    }
    
#reddivider {
    float: left;
    margin-top: 5px;
    width: 792px;
    height: 6px;
    background-color: #e82329;
    font-size: 4px;
    }
    
#searchbox {
    float: left;
    width: 792px;
    height: auto;
    margin-top: 5px;
    background-color: #2e4c9a;
    }
#sales-search {
    float:left;
    width: 253px;
    height: 132px;
    padding-top: 28px;
    padding-left: 10px;
    background: url(/images/welcome/sales.gif) top right no-repeat;
    color: #fff;
    }
#lettings-search {
    float:left;
    width: 253px;
    height: 132px;
    padding-top: 28px;
    padding-left: 10px;
    background: url(/images/welcome/lettings.gif) top right no-repeat;
    color: #fff;
    }
#mortgage-calc {
    float:left;
    width: 253px;
    height: 127px;
    padding-top: 33px;
    padding-left: 10px;
    background: url(/images/welcome/mortgages.gif) top right no-repeat;
    color: #fff;
    }

#sales-search select.price_range, #lettings-search select.price_range {
    width: 80px;
    }
    
#recentaddedbar {
    float: left;
    width: 755px;
    height: 25px;
    margin: 5px 0px 5px 0px;
    padding-left: 37px;
    padding-top: 4px;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    background: #e82329 url(/images/welcome/recentbig.png) no-repeat;
    }
    
span.highlighted {    
    color: #fff;
    font-size: 110%;
    background-color: #E82228;
    }      

    
    