﻿body {
    margin: 0px;
    padding: 0px;
    background: url(images/pagebg.png) top center fixed no-repeat;
    font-family: "Helvetica", ​Arial , ​sans-serif;
    font-size: 17px;
}

.outerblock {
    min-width: 1024px;
    max-width: 1200px;
    margin: 0 auto;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
    margin-bottom: 20px;
}

.boxquarter {
    width: 60%;
    padding: 1%;
    display: block;
    min-height: 150px;
}

.boxquarterhalf {
    width: 35%;
    padding: 1%;
    display: block;
}

.fltL {
    float: left;
}

.fltR {
    float: right;
}

.clr {
    clear: both;
    display: block;
}

.header {
    height: 158px;
    display: block;
    padding-bottom: 6px;
    background: url(images/menushadow.png) repeat-x bottom;
}

.headerL {
    width: 66%;
    float: left;
    background: url(images/headerbg.png) repeat-x;
    height: 100%;
}

.headerR {
    width: 33%;
    float: left;
    background: url(images/headerbg2.png) no-repeat left;
    height: 100%;
    text-align: right;
    vertical-align: middle;
}

.bglightsky {
    background: #eaf2f5;
    text-align:justify;
}

.headerR img {
    margin-top: 14px;
}

.colorblue {
    color: #111477;
}

.colorblack {
    color: #000;
}

.headerAddress h2, .headerAddress h3 {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
}

.headerAddress h2 {
    font-size: 25px;
}

.address1 {
    font-size: 17px;
}

.headerAddress {
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
    color: #FFF;
}

.pageblock {
    padding: 1%;
}
.about {
font-size:16px;
}
.about img {
    margin: 0 10px 10px 0;
    line-height: 20px;
    text-align: justify;
}

.award {
    margin-top: 15px;
    background: #f4f4f4;
    padding: 0 !important;
    width: 62% !important;
}

    .award span.title {
        height: 49px;
        background: url(images/awardbg.png) repeat-x;
        display: block;
    }

    .award table {
        margin: 15px 0 15px 10px;
    }

.contactform {
    padding: 0 !important;
    -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
}

    .contactform div.title {
        height: 65px;
        background: url(images/contactbg.png) repeat-x;
        display: block;
        padding-left: 10px;
        padding-top: 3px;
    }

        .contactform div.title span {
            display: block;
            margin-top: 2px;
        }

.contactformtbl {
    margin: 10px;
    color: #6d1117;
    width: 93%;
}

    .contactformtbl td {
        padding: 3px 0;
        width: 90%;
    }

    .contactformtbl textarea {
        border: 2px solid #bebebe;
        width: 97%;
    }

    .contactformtbl input[type="text"] {
        height: 28px;
        margin-bottom: 5px;
        border: 2px solid #bebebe;
        width: 97%;
    }

.recenthomesale {
    position: relative;
    margin-top: 20px;
}

    .recenthomesale .topbar .textarea {
        background: #c7dfff url(images/pagetick.png) right top no-repeat;
        display: block;
        padding-top: 30px;
        width: 100%;
        min-height: 70px;
        text-align: center;
        display: block;
        position: relative;
        -webkit-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
        -moz-box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
        box-shadow: 0px 3px 6px rgba(50, 50, 50, 0.75);
    }

.tipstick {
    position: absolute;
    top: -25px;
    left: 46%;
}


.LoginBoxex {
    display: block;
    float: none;
    position: fixed;
    top: 20%;
    left: 35%;
    width: auto;
}

    .LoginBoxex table {
        font-size: 14px;
    }

.regdiv .pagetitle {
    margin: 0;
    padding: 10px 0 10px 10px;
    font-weight: normal;
    background: rgba(50, 50, 50, 0.75);
    color: white;
}

.regdiv {
    width: 100%;
    background-color: #FFFFFF;
    border: 1px solid #E3E3E3;
    display: block;
    min-height: 150px;
}

.LoginBoxex table {
    margin: 10px 15px;
}

    .LoginBoxex table input[type="text"], input[type="password"] {
        border: 1px solid #2C0D3C;
        background: none repeat scroll 0 0 #FFFFFF;
        color: #5C585C;
        font-style: italic;
        height: 28px;
        line-height: 28px;
        width: 305px;
    }

    .LoginBoxex table input[type=submit] {
        border: none;
        background: #111477;
        color: white;
        padding: 5px 10px;
    }

#confirmOverlay {
    background: linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x scroll 0 0 rgba(11, 11, 11, 0.2);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100000;
}

.redirectlink {
    position: absolute;
    bottom: 30px;
    width: 281px;
    color: #111477;
    font-size: 15px;
    text-decoration: none;
}

    .redirectlink:hover {
        text-decoration: underline;
        color: #ff6a00;
    }

.lightboxProgress, .lightboxProgress2 {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    background: -moz-linear-gradient(rgba(11,11,11,0.1), rgba(11,11,11,0.6)) repeat-x rgba(11,11,11,0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11,11,11,0.1)), to(rgba(11,11,11,0.6))) repeat-x rgba(11,11,11,0.2);
    z-index: 10000;
}

div.lightboxProgress2 {
    display: none;
}

.thanks {
    top: 27%;
    left: 32%;
    background: none !important;
    width: 300px !important;
    position: fixed;
    border: none;
}

.progressImg {
    width: 214px;
    height: 138px;
    position: fixed;
    display: block;
    top: 37%;
    left: 41%;
    z-index: 100000;
}


table.easy-table {
    background-color: rgba(0, 0, 0, 0);
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}

.easy-table {
    margin-bottom: 18px;
    width: 100%;
}

    .easy-table th, .easy-table td {
        border-top: 1px solid rgba(50, 50, 50, 0.75)lightboxProgress;
        line-height: 18px;
        padding: 8px;
        text-align: left;
        vertical-align: top;
    }

    .easy-table th {
        font-weight: bold;
    }

    .easy-table thead th {
        vertical-align: bottom;
    }

    .easy-table caption + thead tr:first-child th, .easy-table caption + thead tr:first-child td, .easy-table colgroup + thead tr:first-child th, .easy-table colgroup + thead tr:first-child td, .easy-table thead:first-child tr:first-child th, .easy-table thead:first-child tr:first-child td {
        border-top: 0 none;
    }

    .easy-table tbody + tbody {
        border-top: 2px solid #DDDDDD;
    }

.table-condensed th, .table-condensed td {
    padding: 4px 5px;
}

.table-bordered {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-collapse: separate;
    border-color: #DDDDDD #DDDDDD #DDDDDD -moz-use-text-color;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid solid solid none;
    border-width: 1px 1px 1px 0;
}

    .table-bordered th, .table-bordered td {
        border-left: 1px solid #DDDDDD;
    }

    .table-bordered caption + thead tr:first-child th, .table-bordered caption + tbody tr:first-child th, .table-bordered caption + tbody tr:first-child td, .table-bordered colgroup + thead tr:first-child th, .table-bordered colgroup + tbody tr:first-child th, .table-bordered colgroup + tbody tr:first-child td, .table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
        border-top: 0 none;
    }

        .table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
            border-top-left-radius: 4px;
        }

        .table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
            border-top-right-radius: 4px;
        }

    .table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
        border-radius: 0 0 0 4px;
    }

    .table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
        border-bottom-right-radius: 4px;
    }

.table-striped tbody tr:nth-child(2n+1) td, .table-striped tbody tr:nth-child(2n+1) th {
    background-color: #F9F9F9;
}

.easy-table tbody tr:hover td, .easy-table tbody tr:hover th {
    background-color: #F5F5F5;
}

table.easy-table caption {
    font-weight: bold;
}
