#index_banner {
    width: 898px;
    margin: 15px auto;
    height: 320px;
    padding: 0px;
}

#index_banner h1.hgray{
    color: #8F8F8F;
    font-size: 71.47px;
    font-weight: bold;
    letter-spacing:-3px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 26px;
    left: 35px;
}
#index_banner h1.hblue{
    color: #007BC0;
    font-size: 71.47px;
    font-weight: bold;
    letter-spacing: -3px;
    margin: 0px;
    padding: 0px;
    position: relative;
    top: 0px;
    left: 35px;
}

#index_banner table {
    border-collapse: collapse;
    border: none;
    margin: 25px auto;
    padding: 0px;
    width: 826px;
}

#index_banner td {
    width: 50%;
    vertical-align: top;
    font-size: 20px;
    font-weight: bold;
}
#index_banner td.blue {
    color: #007BC0;
    background: transparent url(../img/arrow_blue.png) no-repeat scroll 0 0;
    padding-left: 35px;
}

#index_banner td.blue a:link, #index_banner td.blue a:link a:visited{
    color: inherit;
}

#index_banner td.orange {
    color: #F29A00;
    background: transparent url(../img/arrow_orange.png) no-repeat scroll 0 0;
    padding-left: 35px;
}

#index_banner td.orange a:link, #index_banner td.orange a:visited{
    color: inherit;
}

#navigation {
    text-align: center;
}

#navigation a{
    display: inline-block;
    width: 260px;
    height: 55px;
    padding: 5px 15px 0px 0px;
    text-align: right;
    margin: 0px 10px;
    font-size: 25px;
    font-weight: bold;
    color: white;
}

#navigation a:visited, #navigation a:link{
    background-image: url(../img/index_link_blue.jpg);
}

#navigation a:hover{
    background-image: url(../img/index_link_orange.jpg);
}

.bubble{
    width: 893px;
    margin: 10px auto;
}

.bubble .border_top{
    background: transparent url(../img/border_top.png) no-repeat;
    height: 11px;
}

.bubble .content{
    background: white;
    padding: 5px 17px;
}

.bubble .border_bottom_r{
    background: transparent url(../img/border_bottom_r.png) no-repeat;
    height: 21px;
}

.bubble .border_bottom_l{
    background: transparent url(../img/border_bottom_l.png) no-repeat;
    height: 21px;
}


.box_head_blog, .box_head_press, .box_head_contact{
    height: 30px;
    width: 232px;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    color: #007BC0;
    padding: 50px 0px 0px 10px;
}
.box_head_blog{
    background: #D5D5D5 url(../img/box_head_blog.jpg);
}
.box_head_press{
    background: #D5D5D5 url(../img/box_head_press.jpg);
}
.box_head_contact{
    background: #D5D5D5 url(../img/box_head_contact.jpg);
}