@charset "utf-8";
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
code,
em,
img,
small,
strong,
sub,
sup,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

a {
    color: #fff;
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: underline
}

a:focus {
    outline: none;
    -moz-outline: none;
}

#main {
    width: 100%;
}

h2.top_title {
    margin: 4px 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d3d3d3;
    font-size: 18px;
    color: #a84c10;
    background: url(../images/arrL.gif) no-repeat 2px 16px
}

.google_ad {
    width: 728px;
    height: 90px;
    margin: 50px auto
}

.ad_76090,
.ad_demo {
    width: 760px;
    height: 90px;
    margin: 40px auto
}

.demo_topad {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 472px;
    height: 60px;
}

#timeline {
    width: 89%;
    height: 370px;
    overflow: hidden;
    position: relative;
    background: 110px top repeat-y;
}

#dates {
    width: 124px;
    height: 440px;
    overflow: hidden;
    float: left;
}
#dates a{
    color:#fff;
}
#dates li {
    list-style: none;
    width: 100px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    text-align: center;
    background:108px center no-repeat;
}

#dates a {
    line-height: 38px;
    padding-bottom: 10px;
}

#dates .selected {
    font-size: 36px;
}

.issues {
    width: 907px;
    height: 440px;
    overflow: hidden;
    float: right;
    padding-top: 60px;
}

.issues li {
    width: 630px;
    height: 440px;
    list-style: none;
    color: #fff;
    font-size: 17px;
}


.issues li p {
    font-size: 14px;
    margin: 10px;
    line-height: 26px;
}

#timeline img {
    margin-top: 98px;
}

@media screen and (min-width: 320px) and (max-width: 480px) {
    html {
        -webkit-text-size-adjust: none;
    }
    #header {
        width: 100%
    }
    .logo {
        /* width: 60px; */
        /* height: 60px; */
        margin: 10px auto;
        background: url(../images/logo.png) no-repeat 0 10px;
        text-indent: -999em;
    }
    .logo a {
        display: block;
        width: 60px;
        height: 60px
    }
    #main {
        width: 100%;
        margin: 10px auto;
        -moz-border-radius: 0px;
        -khtml-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }
    .demo_topad {
        display: none
    }
    .google_ad {
        width: 100%;
        margin: 40px auto;
        text-align: center
    }
    .ad_76090,
    .ad_demo {
        width: 100%;
        height: auto;
        margin: 40px auto;
        text-align: center
    }
    .demo {
        width: 98%;
        margin: 10px auto
    }
}