/* CSS for timeline */


/** TIMELINE **/

#divTimeline {
background-image: url(../images/history/background.jpg);
background-position: top left;
background-repeat: no-repeat;
width: 920px;
height: 220px;
margin: 0;
padding: 0;
border: 0;
}
    #divTimeline h1 {
    position: absolute;
    top: 44px;
    left: 75px;
    font-size: 32px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #005900;
    background: transparent;
    }
    #divTimeline p {
    padding: 0;
    margin: 0;
    }

    #divTimeline .navigation {
    position: absolute;
    top: 3px;
    left: 370px;
    width: 420px;
    font-size: 14px;
    color: #FFF;
    background: transparent;
    }
        #divTimeline .navigation a {
        color: #FFF;
        background: transparent;
        }

#arrow_left {
position: absolute;
top: 46px;
left: 5px;
background-position: top left;
background-repeat: no-repeat;
width: 52px;
height: 68px;
}
    #arrow_left p {
    color: #000;
    background: transparent;
    font-size: 12px;
    padding: 0;
    text-align: right;
    margin: 14px 5px 5px 5px;
    }

#arrow_right {
position: absolute;
top: 46px;
left: 485px;
background-position: top left;
background-repeat: no-repeat;
width: 52px;
height: 68px;
z-index: 200;
}
    #arrow_right p {
    color: #FFF;
    width: 100px;
    background: transparent;
    font-size: 12px;
    padding: 0;
    text-align: left;
    margin: 14px 5px 5px 5px;
    }

/* css for timeline */
#divMenu a {color:#999999; text-decoration:underline;}
#divMenu a:hover {color:#333333; text-decoration:underline;}
#divMenu img {margin-top: 18px;}
#divBg {position:absolute; z-index:10; width:3000px; top: 190px; left:0px; height:360px; visibility:hidden;}
#divMenu {position:absolute; z-index:11; left:0px; top:190px; color:#333333; font-size:13px; font-family:verdana,arial,helvetica,sans-serif; visibility:inherit;}
#divArrowLeft {position:absolute; z-index:12; width:52px; height:68px; left:0px; top:202px; visibility:inherit;}
#divArrowRight {position:absolute; z-index:12; width:52px; height:68px; left:30px; top:202px; visibility:inherit;}
#divArrowLeft p {color: #fff; margin: -40px 30px; text-decoration:none; display:none;}
#divArrowRight p {color: #fff; margin: -40px 30px; text-decoration:none; display:none;}
