﻿/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
    margin: 0px;
    padding: 0px;
}

img, fieldset {
    padding: 0px;
    border: none;
    margin: 0px;
    line-height: 0px;
}

a {
    color: #000000;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        /*color: #ffffff;*/
        color: #93CE56;
    }

body {
    font-family: "微軟正黑體";
    font-size: 12px;
    line-height: 17px;
    color: #000000;
    /*background-color: #B3DD88;*/
    background: #B3DD88 url('../images/Heeact/back_new.jpg') repeat-x;
}

h2 {
    font: 18px 微軟正黑體;
    color: #00BFFF;
    text-align: center;
    font-weight: normal;
    padding-bottom: 10px;
}

h3 {
    font: 18px 微軟正黑體;
    color: #ffffff;
    font-weight: normal;
    padding-bottom: 5px;
    padding-left: 25px;
}

h4 {
    font: 24px 微軟正黑體;
    color: #93CE56;
    text-align: left;
    font-weight: normal;
    padding-bottom: 10px;
}

h5 {
    font: 18px 微軟正黑體;
    color: #000000;
    text-align: center;
    font-weight: normal;
    padding-bottom: 10px;
}

    h5 a:hover {
        text-decoration: none;
        color: #93CE56;
    }

h6 {
    margin: 0 auto;
    border: 1px solid #93CE56;
    width: 380px;
    height: 100px;
    font: 18px 微軟正黑體;
    color: #000000;
    font-weight: bold;
    vertical-align: middle;
    background-color: #D5ECBD;
}

    h6 img {
        vertical-align: middle;
    }

    h6 a:hover {
        text-decoration: none;
        color: #93CE56;
    }

.css_table {
    display: table;
    width: 100%;
}

.css_tr {
    display: table-row;
}

.css_td {
    padding: 5px;
    display: table-cell;
}


.clear {
    clear: both;
}

#grad_bg {
    position: absolute;
    height: 664px;
    background: url(images/Heeact/bg_grad.jpg) repeat-x top;
    width: 100%;
}

#wrap {
    position: relative;
    width: 926px;
    margin: 0 auto;
}

/*
	menu
*/

#menu {
    /*background: url(images/Heeact/incIBMSLinkBg.jpg) repeat-x top;*/
    height: 86px;
    width: 917px;
    background: -webkit-linear-gradient(#FFFFFF,#93CE56);
    background: -o-linear-gradient(#FFFFFF,#93CE56);
    background: -moz-linear-gradient(#FFFFFF,#93CE56);
    background: linear-gradient(#FFFFFF,#93CE56);
}

    #menu ul {
        padding-left: 0px;
        list-style: none;
        width: 800px;
        margin: 0 auto;
    }

        #menu ul li {
            display: inline;
        }

            #menu ul li a {
                font: 24px 微軟正黑體;
                color: #ffffff;
                text-align: center;
                font-weight: normal;
                text-decoration: none;
                display: block;
                float: left;
                height: 86px;
                line-height: 86px;
                text-shadow: #000 1px -1px 1px;
            }

                #menu ul li a:hover, #menu ul li .active {
                    color: #93CE56;
                }


/*logo*/

#logo {
    height: 52px;
    padding-top: 32px;
    padding-left: 30px;
    color: #ffffff;
    font-family: 標楷體;
    font-size: 24px;
}

    #logo h1 a {
        font: 14px 微軟正黑體;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

    #logo a small {
        font: 12px 微軟正黑體;
        color: #ffffff;
        font-weight: bold;
        text-decoration: none;
    }

/*
	content
*/

#content_bg {
    padding: 15px;
}

/*
	header box
*/

#header {
    background: url(images/Heeact/banner_001.jpg) no-repeat;
    height: 192px;
    border: 10px solid #ffffff;
    width: 897px;
}

#slider > img {
    height: 192px;
    width: 897px;
    /*width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;*/
}

/*
	content white box
*/

#content_white {
    background: #ffffff;
    padding: 22px;
    width: 872px;
}

    #content_white p {
        color: #666666;
        padding-top: 10px;
    }

#content {
    background: url(images/Heeact/bor_vertical.gif) repeat-y 546px;
    margin-bottom: 10px;
}

    #content a {
        color: #067296;
        font-weight: bold;
    }

        #content a:hover {
            color: #424242;
        }

#content_left {
    width: 537px;
    padding-right: 20px;
    float: left;
    padding-bottom: 10px;
}

    #content_left h2 {
        padding-bottom: 10px;
    }

    #content_left p {
        line-height: 18px;
    }

    #content_left img {
        padding-right: 20px;
        float: left;
    }

.left_col1 {
    float: left;
    width: 50%;
}

    .left_col1 p {
        padding-right: 10px;
        line-height: 18px;
    }

.left_col2 {
    float: right;
    width: 50%;
}

    .left_col2 ul {
        list-style: none;
        padding-left: 0px;
    }

        .left_col2 ul li {
            margin-bottom: 10px;
            background: url(images/Heeact/ls.gif) no-repeat center left;
            padding-left: 15px;
        }

#content_right {
    width: 306px;
    float: right;
    padding-bottom: 10px;
}

    #content_right h2 {
        text-align: center;
    }

.content_right_pad {
    padding: 20px 5px 0px 10px;
}

.news {
    padding-bottom: 10px;
}

    .news img {
        padding-right: 10px;
        padding-bottom: 5px;
        float: left;
    }

.date {
    display: block;
    font-weight: bold;
    color: #067296;
}

.bor_goriz {
    background: url(images/Heeact/bor_goriz.gif) repeat-x top;
    height: 2px;
}

/*
	3column
*/

#column3 {
    clear: both;
    padding: 0px 10px 15px 10px;
}

#col1, #col2, #col3 {
    float: left;
    width: 285px;
}

#col2 {
    padding-left: 79px;
    padding-right: 79px;
}

.pad_left {
    padding-left: 20px;
    margin-bottom: 5px;
}

.ls {
    list-style: none;
}

    .ls li {
        padding-top: 3px;
        border-bottom: 1px solid #b5b5b5;
    }

        .ls li a {
            color: #067296;
            font-size: 11px;
            font-weight: normal;
            text-transform: uppercase;
        }

            .ls li a:hover {
                color: #783f01;
            }

#col1 .ls {
    padding-top: 20px;
}

    #col1 .ls li a {
        font-size: 12px;
        text-transform: none;
    }


/*
	footer_top
*/

#footer_top {
    width: 897px;
    margin: 0 auto;
    padding-top: 30px;
    padding-right: 22px;
    padding-left: 22px;
}

    #footer_top a {
        color: #000000;
        font-weight: bold;
    }

        #footer_top a:hover {
            color: #ffffff;
        }

    #footer_top p {
        color: #FFFBF0;
    }

#footer_column1, #footer_column2, #footer_column3 {
    width: 226px;
    float: left;
}

.footer_text {
    background: url(images/Heeact/footer_top_border.png) no-repeat top left;
    width: 226px;
    padding: 10px 0px 10px 0px;
}

#footer_column2 {
    padding: 0px 87px 0px 75px;
}

.foot_pad {
    padding-left: 45px;
    padding-top: 10px;
}

.ls {
    list-style: none;
    padding-left: 0px;
}

    .ls li {
        background: url(images/Heeact/ls1.gif) no-repeat 0px 6px;
        margin-bottom: 8px;
        padding-left: 15px;
    }

/*
	footer_bot
*/

#footer_bot {
    padding: 25px;
    text-align: center;
    font-size: 11px;
}

/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/


#slider-wrapper {
    width: 907px;
    height: 347px;
    margin: 0 auto;
}

#slider {
    position: relative;
    width: 899px;
    height: 192px;
    background: url(images/Heeact/loading.gif) no-repeat 50% 50%;
}

    #slider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

    #slider a {
        border: 0;
        display: block;
    }

.nivo-controlNav {
    position: absolute;
    left: 260px;
    bottom: -42px;
    display: none;
}

    .nivo-controlNav a {
        display: block;
        width: 22px;
        height: 22px;
        background: url(images/Heeact/bullets.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        margin-right: 3px;
        float: left;
    }

        .nivo-controlNav a.active {
            background-position: 0 -22px;
        }

.nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(images/Heeact/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px;
}

a.nivo-prevNav {
    left: 15px;
}

.nivo-caption {
    text-shadow: none;
    font-family: Helvetica, Arial, sans-serif;
}

    .nivo-caption a {
        color: #efe9d1;
        text-decoration: underline;
    }


#table-6 {
    width: 100%;
    border: 1px solid #B0B0B0;
}

    #table-6 tbody {
        /* Kind of irrelevant unless your .css is alreadt doing something else */
        margin: 0;
        padding: 0;
        border: 0;
        outline: 0;
        font-size: 100%;
        vertical-align: baseline;
        background: transparent;
    }

    #table-6 thead tr {
    }

        #table-6 thead tr th {
            background: -moz-linear-gradient(top, #F0F0F0 0, #DBDBDB 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB));
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DBDBDB', GradientType=0);
            border: 1px solid #B0B0B0;
            color: #444;
            font-size: 16px;
            font-weight: bold;
            padding: 3px 10px;
            text-align: left;
        }

    #table-6 td {
        padding: 3px 10px;
    }

    #table-6 tr:nth-child(even) {
        background: #F2F2F2;
    }
