body {       
           
}

#doc2 {
    position: relative;     
    height: 640px;
    background: transparent url(../images/indexViewDoc2Background.jpg) top center no-repeat;
}

html>body #doc2 {
    height: auto;
    min-height: 640px;     
}


/*-------*/
/* menu3 */
/*-------*/

#menuWidget3 {
    position: absolute;
    top: 280px;
    left: 15px;
}

#menuWidget3 ul {
    margin: 0;
    padding: 0;
}

#menuWidget3 .menu-item {
    list-style-type: none;
    margin-bottom: 10px;
}

#menuWidget3 .menu-item-link {
    color: white;
    font-size: 100%;
    text-decoration: none;
    padding-left: 25px;
    background: transparent url(../images/chip4.gif) top left no-repeat;

}

#menuWidget3 .menu-item-link:hover
,#menuWidget3 .menu-selectedItem-link
,#menuWidget3 .menu-expandedItem-link
{
    text-decoration: underline;
}


/*-------------*/
/* eventWidget */
/*-------------*/

#eventWidget {
    position: absolute;
    top: 425px;
    left: 650px;
    width: 250px;
    height: 120px;
    font-size: 85%;
}

#eventWidget .eventWidget-hd {
    display: none;
}

#eventWidget li {
    margin-bottom: 5px;
}

#eventWidget a {
    text-decoration: none;
}

#eventWidget a:hover {
    text-decoration: underline;
}


/*-------------*/
/* legalWidget */
/*-------------*/

#legalWidget {
    position: absolute;
    bottom: 80px;
    width: 60%;
    text-align: center;
    font-size: 77%;
}

#legalWidget a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

#legalWidget a:hover {
    text-decoration: underline;
}

