@charset "utf-8";

/* CSS Document */

.slide-and-search {
    float: left;
    width: 960px;
    height: auto;
    min-height: 400px;
    margin: 0 0 30px 0;
    background-color: #FFFFFF;
    border-radius: 3px;
}

.slide-and-search .slide-box {
    float: left;
    width: 936px;
    height: 376px;
    background-color: #f2f2f2;
    margin: 12px 0 0 12px;
}

.slide-and-search .search-box {
    float: left;
    width: 290px;
    height: 480px;
    background-color: #ebd5be;
    border-radius: 3px;
    margin: 20px 0 0 0;
}

.search-box h3 {
    float: left;
    width: 270px;
    height: 35px;
    line-height: 35px;
    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: #503b24;
    border-radius: 3px;
}

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

.search-box .stext {
    float: left;
    height: 34px;
    width: 244px;
    margin: 0 0 0 20px;
    padding: 0 0 0 5px;
    border: #c4bbb0 1px solid;
    background-color: #ffffff;
    color: #888888;
    font-size: 12px;
    border-radius: 2px;
}

.search-box .stext-small {
    float: left;
    height: 34px;
    width: 88px;
    margin: 0 0 0 0;
    padding: 0 0 0 5px;
    border: #c4bbb0 1px solid;
    background-color: #ffffff;
    color: #888888;
    font-size: 12px;
    border-radius: 2px;
}

.search-box .sselect {
    float: left;
    height: 34px;
    width: 250px;
    margin: 0 0 0 20px;
    padding: 6px 0 0 5px;
    border: #c4bbb0 1px solid;
    background-color: #ffffff;
    color: #888888;
    border-radius: 2px;
    font-size: 12px;
}

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

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

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

.search-box .link-search {
    float: left;
    text-decoration: none;
    margin: 45px 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: 40px 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;
}

.search-box .home-int {
    float: left;
    width: 20px;
    height: 34px;
    line-height: 34px;
    color: #888888;
    margin-left: 20px;
    margin-right: 10px;
}
.home-int:nth-of-type(3n){
    margin-right: 0px;
    margin-left: 10px;
}

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

#sliderContent {
    width: 936px;
    /* 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: 906px;
    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: 226px;
    left: 0;
}

ul {
    list-style-type: none;
}

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

.sliderImage span h2 {
    padding: 0;
    margin: 10px 0 0 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 h4 {
    float: right;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

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

.sliderImage span h2 a:hover {
    color: #644c32;
}

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

.home-bottom .left {
    float: left;
    width: 50%;
    margin: 0 10% 0 0;
}

.home-bottom .right {
    float: left;
    width: 40%;
}

.home-bottom h3 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    color: #2d2d2d;
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 25px 0;
}

.home-bottom ul {
    float: left;
    padding: 0;
    margin: 0 0 0 4%;
    width: 96%;
    list-style-type: none;
    list-style-image: url('../images/arrow.png');
}

.home-bottom ul li {
    margin: 0 0 15px 0;
}

.home-bottom ul a {
    color: #504f4f;
    text-decoration: none;
}

.home-bottom ul a:hover {
    text-decoration: underline;
}

.news {
    float: left;
    width: 920px;
    height: auto;
    min-height: 300px;
    margin: 30px 0 0 20px;
}

.news .line-title {
    float: left;
    width: 100%;
    font-size: 18px;
    color: #503b24;
    margin: 0 0 10px 0;
}

.news ul {
    float: left;
    padding: 0;
    margin: 0 0 0 15px;
    list-style-type: none;
    list-style-image: url('../images/arrow-org.png');
}

.news ul li {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    border-bottom: #f5e9dc 1px solid;
    font-size: 11px;
    color: #707070;
}

.news ul li a {
    float: left;
    text-decoration: none;
    color: #707070;
    margin: 0 0 20px 0;
}

.news ul li a:hover label {
    color: #e58d2e;
}

.news ul li h2 {
    float: left;
    width: 100%;
    color: #e58d2e;
    padding: 0;
    margin: 0 0 10px 0;
    font-size: 12px;
    font-weight: normal;
}

.news ul li label {
    color: #503b24;
    font-weight: bold;
}

.es-box {
    float: left;
    width: 655px;
    height: auto;
}

.es-box h3 {
    float: left;
    width: 635px;
    color: #503b24;
    font-size: 18px;
    font-weight: normal;
    margin: 30px 0 30px 20px;
    padding: 0;
}

.es-box .est-item {
    float: left;
    width: 180px;
    height: 180px;
    margin: 0 18px 0 20px;
}

.est-item a {
    text-decoration: none;
    padding: 0;
    margin: 0;
}

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

.est-item h2 label {
    color: #858080;
}
