body {           
    
}

#doc2 {  
    position: relative;    
    background: transparent url(../images/indexView2Doc2Background.jpg) top center repeat-y;
}

#hd {        
}

#bd {   
    height: 560px;         
}

html>body #bd {
    height: auto;
    min-height: 560px;      
}

.bd1 {
    background: transparent url(../images/indexView2BdBackground1.jpg) top center no-repeat;
}

.bd2 {
    background: transparent url(../images/indexView2BdBackground2.jpg) top center no-repeat;
}

.bd3 {
    background: transparent url(../images/indexView2BdBackground3.jpg) top center no-repeat;
}

.bd4 {
    background: transparent url(../images/indexView2BdBackground4.jpg) top center no-repeat;
}

.bd5 {
    background: transparent url(../images/indexView2BdBackground5.jpg) top center no-repeat;
}

.bd6 {
    background: transparent url(../images/indexView2BdBackground6.jpg) top center no-repeat;
}

.bd7 {
    background: transparent url(../images/indexView2BdBackground7.jpg) top center no-repeat;
}

.bd8 {
    background: transparent url(../images/indexView2BdBackground8.jpg) top center no-repeat;
}

.bd9 {
    background: transparent url(../images/indexView2BdBackground9.jpg) top center no-repeat;
}

#ft {     
    height: 150px;
    background: transparent url(../images/indexView2FtBackground.jpg) bottom center no-repeat;    
}

.page {
    margin-top: 100px;
}

.page-hd h1 {
    height: 24px;
    line-height: 24px;
    font-size: 182%;
    font-weight: bold;
    color: #cc6600;
    margin: 60px 0 30px -25px;
    padding-left: 30px; 
}

.page-bd {
    margin: 0 50px 20px 30px;
}

/*-------------*/
/* linkWidget1 */
/*-------------*/

#linkWidget1 a {
    display: block;
    width: 230px;
    height: 70px;
    position: absolute;
    top: 5px;
    right: 30px;    
}

#linkWidget1 span {
    display: none;
}


/*-------------*/
/* indexWidget */
/*-------------*/

#indexWidget {    
    position: absolute;
    top: 70px;
    right: 40px;
}

#indexWidget .queryString {
    width: 150px;
}

#indexWidget .submit {
    display: inline;    
    margin: 0;
    font-size: 11px;
    width: 70px;
    height: 18px;
    line-height: 18px;
}


/*-------*/
/* menu1 */
/*-------*/

#menuWidget1 {
    margin: 250px 0 0 5px;
    width: 230px;        
}

#menuWidget1 ul {
    margin: 0;
    padding: 0;
}

#menuWidget1 ul ul {
    margin: 5px 0 0 27px;
}

#menuWidget1 ul ul ul {
    margin: 5px 0 0 10px;
}

#menuWidget1 .menu-item {
    list-style-type: none;
    margin-bottom: 10px;
}

#menuWidget1 .menu-item .menu-item {    
    margin-bottom: 5px;
}

#menuWidget1 .menu-item .menu-item .menu-item {
    margin-bottom: 0;
}

#menuWidget1 .menu-item-link {
    color: white;
    font-size: 100%;
    text-decoration: none;
    padding-left: 27px;    
    background: transparent url(../images/chip4.gif) top left no-repeat;
    
}

#menuWidget1 .menu-item .menu-item .menu-item-link {
    padding-left: 20px;
    font-size: 85%;
    background: transparent url(../images/chip5.gif) top left no-repeat;
}

#menuWidget1 .menu-item .menu-item .menu-item .menu-item-link {
    padding-left: 20px;
    background: transparent url(../images/chip6.gif) top left no-repeat;
}

#menuWidget1 .menu-item-link:hover
,#menuWidget1 .menu-selectedItem-link
,#menuWidget1 .menu-expandedItem-link
{
    text-decoration: underline;    
}


/*-------------*/
/* menuWidget2 */
/*-------------*/

#menuWidget2 {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-align: center;
    color: #fff;
}

#menuWidget2 .menu-item-link {
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#menuWidget2 .menu-item-link:hover
, #menuWidget2 .menu-selectedItem-link {
    text-decoration: underline;
}

#menuWidget2 .menu-item-separator {

}


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

#contactWidget {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    font-size: 77%;    
}

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

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

#contactWidget .label3 {
    display: none;
}

#contactWidget .separator6 {
    display: none;
}

#contactWidget .url {
    display: none;
}


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

#legalWidget {
    position: absolute;
    bottom: 7px;
    width: 100%;
    text-align: center;
    font-size: 77%;
}

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

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

