/* 
    Document   : home
    Created on : May 27, 2013, 2:09:53 PM
    Author     : Ping
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

.content {
    height: 460px !important;
}

#wrapper{
    width:1000px;
    overflow:hidden;
}
#steps{
    width:1000px;
    height: 432px;
    overflow:hidden;
}
.step{
    float:left;
    width:1000px;
    height: 432px;
}
#navigation{
    height:30px;
    margin-top: 2px;
}
#navigation ul{
    list-style:none;
    float:left;
    margin-left:45%;
}
#navigation ul li{
    float:left;
    position:relative;
}
#navigation ul li a{
    display:block;
    height:30px;
    background: url("../img/button/button_deactive.png") center center no-repeat;
}
#navigation ul li a:hover, #navigation ul li.selected a{
    background: url("../img/button/button_active.png") center center no-repeat;
}

#steps form fieldset{
    border:none;
    margin: 0;
    border: 0;
    padding: 0;
}

#steps form fieldset .information {
    position: relative;
    margin: -353px 0 0 525px;
    width: 400px;
    z-index: 0;
}

#steps form fieldset .information p {
    text-align: justify;
    line-height: normal;
    font-size: 16px;
}

#steps form fieldset .information p.title {
    font: 36px Impact;
    margin-bottom: 0;
}

#steps form fieldset .information p b {
    font-size: 20px;
}

.news_box {
    float: left;
    width: 321px;
    height: 196px;
    margin-left: 10px;
    background: url("../img/bg/news_box.png");
}

.news_box p {
    margin: 0 40px 0 15px;
    text-align: justify;
}

.news_box p.title {
    font-size: 24px;
}

.news_box p.black {
    color: #000000;
    margin-top: 12px;
    margin-bottom: 5px;
}

.news_box a {
    float: right;
    margin-right: 40px;
}

.welcome_message_box {
    float: right;
    width: 645px;
    height: 180px;
    margin-top: 3px;
    margin-right: 10px;
    background: url("../img/bg/welcome_message_box.png");
}

.welcome_message_box p {
    margin: 0 24px 0 26px;
    text-align: justify;
    color: #000000;
}

.welcome_message_box p.title {
    font-size: 24px;
    margin-top: -3px;
    margin-bottom: 12px;
}

.welcome_message_box a {
    float: right;
    margin-right: 26px;
}

.footer {
    top: 746px !important;
}

#action {
    position: absolute;
    top: 285px;
    width: 1000px;
    
}

#prev {
    float: left;
    margin-left: -50px;
}

#next {
    float: right;
    margin-right: -50px;
}