html {
    height: 100%;
}

body {           
    background: #c2E5F8 url(../images/indexViewBodyBackground.jpg) top left repeat-x;          
    height: 100%;
}

#doc2 {     
    position: relative;    
    background: transparent url(../images/indexViewDoc2Background.jpg) top right no-repeat;  
    height: 680px;          
}

#hd {    
    display: none;
}

#bd {   
    position: relative;
    width: 720px;
    height: 680px;
    margin: 0 120px;     
}

/*
html>body #bd {
height: auto;
min-height: 680px;
}
*/

#ft { 
    position: relative;
    height: 15px;      
}


/*-------------*/
/* menuWidget1 */
/*-------------*/

#menuWidget3 { 
    
}

#menuWidget3 .menu-item-link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 720px;
    height: 680px;
    
} 

#menuWidget3 .menu-item-title {
    display: none;
}

#menuWidget3 .menu-selectedItem-link
, #menuWidget3 .menu-selectedItem-link:hover {            
    
}

#menuWidget3 .menu-item-separator {    
    
}


/*---------------*/
/* contactWidget */
/*---------------*/

#contactWidget {
    margin-top: 10px;
    text-align: center;
    width: 100%;    
    font-size: 77%;
    color: #004c99;    
}

#contactWidget a {        
    color: #004c99;
    text-decoration: none;
}  

#contactWidget a:hover {
    text-decoration: underline;
}

#contactWidget .label3 {
    display: none;
}

#contactWidget .separator6 {
    display: none;
}

#contactWidget .url {
    display: none;
}


/*-------------*/
/* legalWidget */
/*-------------*/

#legalWidget {     
    width: 100%;          
    text-align: center;
    font-size: 77%; 
    color: #004c99;
}

#legalWidget a {
    color: #004c99;
    font-weight: normal;
    text-decoration: none;
}

#legalWidget a:hover {    
    text-decoration: underline;
}



