﻿body {
    padding: 0;
    margin: 0;
    font-family: Arial;
}

.wrapper-back {
    width: 100%;
    height: auto;
    min-width: 1024px;
    position: fixed;
    overflow: hidden;
}

.wrapper-back-left {
    width: 34.37%;
    height: auto;
    min-height: 200px;
    float: left;
    background-color: #1e1e1e;
}

.wrapper-back-right {
    width: 65.63%;
    height: auto;
    min-height: 200px;
    float: right;
    background-color: #fff;
    min-width: 722px;
    box-shadow: 0 0 15px #000;
}

.wrapper {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-top: 10px solid #231f20;
}

.wrapper-main {
    width: 1024px;
    height: 500px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.header {
    width: 1024px;
    height: 140px;
}

.logo {
    width: 301px;
    height: 120px;
    padding: 10px 0;
    float: left;
}

    .logo a img {
        display: block;
        margin: 0 auto;
        border: none;
    }

.logo-right {
    width: 723px;
    height: 140px;
    float: right;
    background-color:#f2f1f4;
}

.menubar {
    width: 722px;
    height: 40px;
}

.home-button {
    width:40px;
    height:39px;
    float:left;
    border-bottom:1px solid #000;
}
    .home-button a img {
        display:block;
        margin:9px auto;
    }
.heading {
    width: 722px;
    height: 100px;
}

.banner {
    width: 1024px;
    height: 301px;
}

.banner-frame {
    width: 613px;
    height: 301px;
    float: left;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.40);
}

.news-box {
    width: 411px;
    height: 301px;
    float: right;
    background-color: #fff;
}

.news-box-title {
    width: 411px;
    height: 39px;
    border-top: 2px solid #8112b5;
    border-bottom: 2px solid #b4b4b4;
    background: url("Images/news_bullet2.png")no-repeat 370px center;
}

    .news-box-title .bullet {
        width: 32px;
        height: 33px;
        background: url("Images/news_bullet.png");
        margin: 3px 10px;
        float: left;
    }

    .news-box-title span {
        float: left;
        font-size: 20px;
        position: relative;
        top: 8px;
        left: 5px;
        color: #8112b5;
        font-weight: bold;
    }

.banner-bottom {
    width: 1024px;
    height: 199px;
}

.banner-bottom-left {
    width: 301px;
    height: 199px;
    background-color: #8112b5;
    float: left;
    box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.40);
    text-align:center;
}
    .banner-bottom-left a {
        display:block;
        color:#fff;
        font-size:22px;
        text-decoration:none;
        border-bottom:2px solid #fff;
        padding:17px 0;
    }
.image-galley {
    width: 313px;
    height: 199px;
    float: left;
}

.image-gallery-arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #e4e4e3;
    float: left;
    margin-left: -10px;
    margin-top: 20px;
}

.image-gallery-main {
    width: 285px;
    height: 173px;
    float: left;
    background-color: #e4e4e3;
    padding:13px 14px;
}
.image-frame {
    width:284px;
    height:173px;
}
.contact {
    width: 409px;
    height: 199px;
    float: left;
}

.contact-arrow {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid #8112b5;
    float: left;
    margin-left: -10px;
    margin-top: 20px;
}

.contact-main {
    width: 399px;
    height: 189px;
    float: left;
    padding: 5px;
    background: #8112b5;
}

.social {
    width: 399px;
    height: 60px;
    border-bottom: 2px solid #fff;
}

    .social span {
        color: #fff;
        font-size: 18px;
        float: left;
        display:block;
        margin:19px 10px 0 60px;
    }

.social-icon {
    width: auto;
    float: left;
    padding: 5px;
    margin:12px 5px;
}

    .social-icon a img {
        border:none;
        display:block;
    }
.phone {
    width: 329px;
    height: 40px;
    border-bottom: 2px solid #fff;
    background:url("Images/call.png") no-repeat 20px center;
    color:#fff;
    font-size:20px;
    padding:15px 0 0 70px;
}

.mail {
    width: 329px;
    height: 34px;
    background:url("Images/mail_2.png") no-repeat 20px center;
    color:#fff;
    font-size:20px;
    padding:13px 0 0 70px;
}
.page {
    width: 1024px;
    height: auto;
    padding: 10px 0 0 0;
}

.navigation {
    width: 301px;
    height: auto;
    float: left;
}

.nav-box {
    width: 301px;
    height: auto;
}

.nav-box-title {
    width: 301px;
    height: 33px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #676767;
}

    .nav-box-title .bullet {
        width: 22px;
        height: 21px;
        background-image: url("Images/bullet_navi_left.png");
        float: left;
        margin: 5px 10px;
    }

    .nav-box-title span {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        float: left;
        position: relative;
        top: 8px;
        left: 5px;
    }

.nav-box-content {
    width: 301px;
    height: auto;
    min-height: 150px;
}

.hotlink-box {
    width:301px;
    height:25px;
    border-bottom:1px solid #bfbfbf;
}
    .hotlink-box .bullet {
        width:7px;
        height:11px;
        float:left;
        background:url("Images/bullet_hotlink.png");
        float:left;
        margin:6px 12px;
    }
    .hotlink-box a {
        float:left;
        color:#fff;
        text-decoration:none;
        display:block;
        margin:5px 0 0 0;
        font-size:14px;
    }
.page-content {
    width: 722px;
    height: auto;
    float: left;
}

.page_content_text {
    width: 697px;
  height: 32px;
  background: #8112b5;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 5px 0 0 25px;
}

.content_details {
    width: 712px;
    height: auto;
    padding: 5px;
    text-align: justify;
    font-size: 14px;
}



.footer {
    width: 100%;
    height: 185px;
    background: #8112b5;
    clear: both;
    position: relative;
    z-index: 1;
}
.footer-main {
    width:1024px;
    height:185px;
    margin:0 auto;
}
.google-map {
    width:301px;
    height:185px;
    float:left;
    background-color:#949494;
}
.copyright {
    width: 100%;
    height: 40px;
    background-color: #000;
    clear: both;
    position: relative;
    z-index: 1;
}

.heading-top 
{

  color: rgb(35, 82, 124);
    font-size: 31px;
    text-align: center;
    font-weight: 600;
    font-family: arial;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 46px;

}



.heading2 
{

  text-align: center;
  font-size: 23px;
  text-transform: uppercase;
  font-family: arial;

}



.newsbox 
{
	  
  border-bottom: 2px solid rgb(180, 180, 180);
  height: auto;
  padding: 5px;
  font-family: arial;
  font-size: 14px;

}



.footermenu 
{
	  
  width: 720px;
  float: left;
  height: 184px;

}
