body {
    overflow-y: scroll;
}

* {
    -webkit-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none, -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    font-size-adjust: none;
}

.border_c {
    BORDER-RIGHT: #6e9850 1px solid;
    BORDER-TOP: #6e9850 1px solid;
    BORDER-LEFT: #6e9850 1px solid;
    BORDER-BOTTOM: #6e9850 1px solid;
    background-color: #f5f7ea;
    color: #000000;
    font-family: "新細明體";
    font-size: 12px;
}

.border_b {
    BORDER-RIGHT: #b7db61 3px solid;
    BORDER-TOP: #b7db61 3px solid;
    BORDER-LEFT: #b7db61 3px solid;
    BORDER-BOTTOM: #b7db61 3px solid;
    background-color: #f5f7ea;
    color: #000000;
    font-family: "新細明體";
    font-size: 12px;
}

.style1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #FFF;
}

.style2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #5e5e5e;
}

.style3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #6a3905;
    text-decoration: none;
}

a:hover.style3 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #f19005;
    text-decoration: none;
}

.style4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #231714;
    line-height: 18px;
    text-align: justify;
}

a:hover.style4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #f19005;
    line-height: 18px;
    text-align: justify;
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.style5 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #228e54;
    line-height: 18px;
    text-align: justify;
}

.style6 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #228e54;
    line-height: 18px;
    text-align: justify;
    text-decoration: none;
}

.style7 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #6a3905;
    text-decoration: none;
    letter-spacing: 1px;
}
/**New Css**/

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,800);
@import url(http://fonts.googleapis.com/css?family=Francois+One);
@import url(http://fonts.googleapis.com/css?family=Advent+Pro:400,200);
@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed);
a {
    outline: none;
    border: none;
    text-decoration: none;
}

.clear {
    clear: both;
}

.newtop {
    width: 950px;
    font-family: "Open Sans", sans-serif;
}

.header {
    padding-bottom: 5px;
}

.header div.part_a {}

.header div.part_a div.sub_menu {
    background: none repeat scroll 0% 0% #228E54;
    ;
    color: #FFF;
    float: right;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 1px 15px 2px;
    margin: 0px 20px;
}

.header div.part_a div.sub_menu div.items {
    float: left;
    font-size: 10px;
    text-transform: uppercase;
    margin: 3px;
}

.header div.part_a div.sub_menu div.items a {
    color: #FFF;
}

.header div.part_a div.sub_menu div.items:before {
    content: '\b7\a0';
}

.header div.part_b {}

.header div.part_b div.icon {
    float: left;
}

.header div.part_b div.icon img {
    height: 100px;
    width: auto;
    outline: 0px;
    border: 0px;
}

.header div.part_b div.menu {
    float: right;
    z-index: 1000;
    border-radius: 30px;
}

.header div.part_b div.menu div.wrap {
    width: 390px;
    margin: 0 auto;
}

.header div.part_b div.menu div.wrap a {}

.header div.part_b div.menu div.wrap div.items {
    float: left;
    border-left: 1px solid rgb(130, 201, 109);
    margin: 5px 6px;
    padding: 2px;
}

.header div.part_b div.menu div.wrap div.items:hover {
    text-shadow: 1px 3px 3px #2FDD50;
}

.header div.part_b div.menu div.wrap div.items div.big {
    color: #FFF;
    font-size: 14px;
}

.header div.part_b div.menu div.wrap div.items div.small {
    font-size: 7px;
    color: #FFF;
    text-transform: uppercase;
}

nav {}

nav ul {
    padding: 0px;
    list-style: outside none none;
    position: relative;
    margin: 10px 0px;
}

nav ul li {
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0);
    transition-duration: 1s;
}

nav ul li:hover {
    display: inline-block;
    border-bottom: 1px solid #000;
    transition-duration: 1s;
}

nav ul li ul li {
    display: block;
    background: none repeat scroll 0% 0% #FFF;
    border-radius: 0px;
    padding: 10px 8px;
    top: 15px;
    min-width: 200px;
    border-bottom: 1px solid #CCC;
    transition-duration: unset;
}

nav ul li ul li:hover {
    background-color: #228E54;
    color: #fff;
}

nav ul li ul li a {
    font-size: 11px;
    margin: 0px;
    border-right: 0px;
    padding: 0 5px 0 5px;
}

nav ul li ul li a:hover {
    color: #fff;
}

nav a {
    display: block;
    margin: 15px 0px 15px 13px;
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
    padding: 0px 13px 0px 0px;
    text-align: right;
}

nav a div.small {
    font-size: 8px;
}

nav a:hover {
    text-shadow: 1px 1px 1px #CCC;
}
/* Hide Dropdowns by Default */

nav ul ul {
    display: none;
    position: absolute;
    top: 38px;
}
/* Display Dropdowns on Hover */

nav ul li:hover > ul {
    display: inherit;
}
/* Fisrt Tier Dropdown */

nav ul ul li {
    display: list-item;
    position: relative;
    z-index: 1000;
}
/* Second, Third and more Tiers	*/

nav ul ul ul li {
    position: relative;
    top: -60px;
    left: 170px;
}
/* Change this in order to change the Dropdown symbol */

li > a:after {
    content: '';
}

li > a:only-child:after {
    content: '';
}

.header div.part_c {
    clear: both;
}

#slidy-container {
    width: 100%;
    overflow: hidden;
    box-shadow: 12px 1px 6px #C0C0C0;
}

.header div.part_d {
    padding: 10px 0;
}

.header div.part_d div.menu {}

.header div.part_d div.menu div.title {
    float: left;
    line-height: 18px;
    margin: 0px 10px 20px 35px;
    text-transform: uppercase;
    font-size: 16px;
    min-width: 250px;
    border-bottom: 1px solid #CCC;
    padding: 8px;
}

.title_right {
    width: 650px;
    margin-bottom: 30px !important;
    margin-top: 15px !important;
}

.title_right1 {
    width: 550px;
    margin-bottom: 30px !important;
}
/*others*/

.header div.banner {
    box-shadow: 0px 6px 6px #C0C0C0;
    height: 300px;
    width: 950px;
    background-size: 950px 300px;
}

.banner1 {
    background-image: url("images/lrgimg1.jpg");
}

.banner2 {
    background-image: url("images/lrgimg2.jpg");
}

.banner3 {
    background-image: url("images/lrgimg3.jpg");
}

.banner4 {
    background-image: url("images/lrgimg4.jpg");
}

.banner5 {
    background-image: url("images/lrgimg5.jpg");
}

.banner6 {
    background-image: url("images/lrgimg6.jpg");
}
/*.header div.banner img {
    width: 950px;
    height: auto;
}*/
/*.header div.banner div.name {
    margin-left: 75%;
    padding-top: 5%;
    font-size: 40px;
    color: #777;
    text-shadow: 4px 4px 3px #CCC;
    text-transform: uppercase;
	font-family: "Francois One",sans-serif;
	
}*/
/*.header div.banner div.name {
    margin-left: 75%;
    padding-top: 10%;
    font-size: 30px;
    color: #777;
    text-shadow: 4px 4px 3px #CCC;
    text-transform: uppercase;
    font-family: "Advent Pro",sans-serif;
	background-image:url(images/header.png);
}*/

.header div.banner div.name {
    margin-left: 70%;
    font-size: 28px;
    color: #FFF;
    text-transform: uppercase;
    font-family: "Roboto Condensed", sans-serif;
    float: left;
    padding: 10% 5%;
    text-align: center;
    border-radius: 60%;
    margin-top: 3%;
    -webkit-text-stroke: 2px black;
    text-shadow: 1px 1px 1px #000000;
}

.title {
    float: left;
    line-height: 18px;
    margin: 0px 10px 20px 35px;
    text-transform: uppercase;
    font-size: 16px;
    min-width: 250px;
    border-bottom: 1px solid #CCC;
    padding: 8px;
}

table tr td.heading div.new {
  background: transparent url("images/heading.png") no-repeat scroll 24px -13px / 206px 60px;
  width: 246px;
  height: 45px;
  color: #FFF;
  line-height: 32px;
  z-index: 20;
  margin-top: 20px;
  text-indent: 87px;
  text-shadow: 1px 1px 1px #929292;
  font-family: verdana;
}

td.message_box {
    border-right: 1px solid #E1E1E1;
    border-width: 0px 1px 1px;
    border-style: none solid solid;
    border-color: -moz-use-text-color #E1E1E1 #CCC;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    position: relative;
    left: 45px;
    top: -30px;
    z-index: 10;
    box-shadow: -2px -4px 7px #E4E4E4;
    border-radius: 10px;
    border-left: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}

.cert span{
    
    
    
}

.cert span a{

}

.cert span a img{
width: 40%;
margin: 3%;
border: 1px solid #DDD;
}