@charset "utf-8";

/* CSS Document */

.slide-and-search {
    float: left;
    width: 960px;
    height: 400px;
    margin: 20px 0 0 0;
}

.slide-and-search .slide-box {
    float: left;
    width: 630px;
    height: 400px;
    background-color: #f2f2f2;
    margin: 0 30px 0 0;
}

.slide-and-search .search-box {
    float: left;
    width: 300px;
    height: 400px;
    background-color: #ffffff;
}

.search-box h3 {
    float: left;
    width: 280px;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 20px;
    margin: 0 0 0 0;
    color: #ffffff;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    background-color: #3e3e3e;
    border-radius: 3px;
}

.search-box label {
    float: left;
    width: 260px;
    height: auto;
    padding: 0;
    margin: 0 0 10px 20px;
    color: #888888;
    font-size: 14px;
}

.search-box .home-int {
    float: left;
    width: 55px;
    height: 34px;
    line-height: 34px;
    color: #888888;
    text-align: center;
}
.search-box .home-int {
    float: left;
    width: 18px;
    height: 34px;
    padding-left: 20px;
    line-height: 34px;
    color: #888888;
    /* text-align: center; */
}

.home-int.curr {
    padding-left: 15px;
    font-size: 1.2em;
}
.search-box .stext {
    float: left;
    height: 34px;
    width: 255px;
    margin: 0 0 10px 20px;
    padding: 0 0 0 5px;
    border: #c7c7c7 1px solid;
    background-color: #eeeeee;
    color: #888888;
    border-radius: 3px;
}

.search-box .stext-small {
    float: left;
    height: 34px;
    width: 78px;
    margin: 0 0 10px 0;
    padding: 0 0 0 5px;
    border: #c7c7c7 1px solid;
    background-color: #eeeeee;
    color: #888888;
    border-radius: 3px;
}

.search-box .sselect {
    float: left;
    height: 34px;
    width: 260px;
    margin: 0 0 10px 20px;
    padding: 7px 0 0 5px;
    border: #c7c7c7 1px solid;
    background-color: #eeeeee;
    color: #888888;
    border-radius: 3px;
}


.search-box .line {
    float: left;
    width: 280px;
    height: auto;
    margin: 10px 0 10px 20px;
}

.search-box .line img {
    float: left;
}

.search-box .line span {
    float: left;
    margin: 0 20px 0 0;
    color: #787878;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
}

.search-box .link-search {
    float: left;
    text-decoration: none;
    margin: 20px 0 0 20px;
    color: #525252;
    font-size: 12px;
}

.search-box .link-search:hover {
    text-decoration: underline;
}

.search-box .search-button {
    float: right;
    width: 81px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: url(../images/button1.png) no-repeat;
    margin: 15px 20px 0 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    color: #f8f8f8;
}

.search-box .search-button:hover {
    background: url(../images/button1-over.png) repeat;
    color: #000000;
}


#slider {
    width: 630px;
    /* important to be same as image width */
    height: 400px;
    /* important to be same as image height */
    position: relative;
    /* important */
    overflow: hidden;
    /* important */
    margin: 0 0 0 0;
}

#sliderContent {
    width: 630px;
    /* important to be same as image width or wider */
    position: absolute;
    top: 0;
    margin-left: 0;
    padding: 0;
    margin: 0;
}

.sliderImage {
    float: left;
    position: relative;
    display: none;
}

.sliderImage span {
    position: absolute;
    font: 10px/15px Verdana;
    padding: 15px 15px;
    width: 600px;
    background-color: #ffffff;
    filter: alpha(opacity=75);
    -moz-opacity: 0.65;
    -khtml-opacity: 0.65;
    opacity: 0.65;
    color: #1d1b1b;
    display: none;
}

.clear {
    clear: both;
}

.sliderImage span strong {
    font-size: 14px;
}

.top {
    top: 0;
    left: 0;
}

.bottom {
    bottom: 0;
    left: 0;
}

ul {
    list-style-type: none;
}

.sliderImage span h1 {
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 18px;
    color: #1d1b1b;
}


.sliderImage span h2 {
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-weight: normal;
    color: #1d1b1b;
}


.sliderImage span h3 {
    float: left;
    padding: 0;
    margin: 0;
    width: 50%;
    font-size: 14px;
    color: #1d1b1b;
}


.sliderImage span h2 a {
    color: #1d1b1b;
    text-decoration: none;
    padding: 0 0 0 0;
    font-weight: bold;
}

.sliderImage span h2 a:hover {
    color: #3fd8ea;
}


.home-bottom {
    float: left;
    width: 960px;
    height: auto;
    min-height: 20px;
    background-color: #FFFFFF;
    margin: 20px 0 0 0;
    border-radius: 3px;
}

.home-bottom .left-area {
    float: left;
    width: 650px;
    height: auto;
}

.left-area .l-areas {
    float: left;
    width: 650px;
    height: auto;
    margin: 0 0 0 0;
}

.l-areas h3 {
    float: left;
    padding: 0;
    margin: 15px 0 0 20px;
    width: 630px;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: normal;
}

.l-areas h3 span {
    color: #17cbe0;
}

.l-areas .estate-box {
    float: left;
    width: 180px;
    height: 180px;
    margin: 30px 15px 10px 20px;
}

.estate-box a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

.estate-box h2 {
    float: left;
    padding: 0;
    margin: 5px 0 0 0;
    font-weight: normal;
    color: #504f4f;
    font-size: 11px;
    width: 100%;
    text-align: left;
}

.estate-box h2 label {
    color: #858080;
}


.right-area {
    float: left;
    width: 290px;
    height: auto;
}

.right-area .r-areas {
    float: left;
    width: 290px;
    height: auto;
    margin: 0 0 20px 0;
    font-size: 11px;
    color: #7b7b7b;
}

.r-areas h3 {
    float: left;
    padding: 0;
    margin: 15px 0 17px 0;
    width: 290px;
    color: #2d2d2d;
    font-size: 18px;
    font-weight: normal;
}

.r-areas h3 span {
    color: #17cbe0;
}


.r-areas ul {
    float: left;
    width: 280px;
    padding: 0;
    margin: 0 0 0 10px;
    list-style-type: none;
    list-style-image: url('../images/arrow.png');
}

.r-areas ul li {
    padding: 0 0 10px 0;
    border-bottom: #e9e9e9 6px solid;
    float: left;
    width: 100%;
    margin: 10px 0 0 0;
}

.r-areas ul li a {
    text-decoration: none;
    color: #7b7b7b;
    float: left;
    font-size: 11px;
}

.r-areas ul li a span {
    width: 100%;
    margin: 0 0 5px 0;
    float: left;
    font-size: 12px;
    color: #504f4f;
}

.r-areas ul li a label {
    color: #3fd8ea;
}

.r-areas a {
    text-decoration: none;
    color: #3fd8ea;
}

.style-hr {
    width: 100%;
    height: 6px;
    background: #e9e9e9;
    border: none;
    margin: 10px 0 0 0;
}

.r-areas .r-span {
    width: 100%;
    float: left;
    margin: 0 0 20px 0;
}