
.main_home
{
    -moz-box-sizing: border-box;
    width: 970px;    
    height: 676px;
    background-image: url('../images/bg_home.jpg');
    background-repeat: no-repeat;
    position:relative;
    margin: 0 auto;    
    background-color: #999999;   
}


.home_vert_spacer1
{
    height: 103px;    
}

.home_topright_menu
{
    font-size: 10pt;
    text-align: right;
    padding-right: 10px;  
}

.home_topright_menu_separator
{
    color: #f68f1e;
    font-weight: bold;    
}

.home_topright_menu a
{
    font-weight: normal;
    text-decoration: none;    
}


.home_menuitem
{
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    display: block;
    background-repeat: no-repeat;
    width: 106px;
    height: 106px;    
    color: #717075;
    padding-top: 40px;
    padding-right: 5px;
    text-align: center;
    font-size: 11pt;
    position: absolute; 
    z-index: 10;
}


#home_menuitem_1
{
    background-image: url('../images/home_button1.gif');
    left: 568px;
    top: 154px;
}

#home_menuitem_1:hover
{
    background-image: url('../images/home_button1_selected.gif');
    color: #FFFFFF;
}

#home_menuitem_2
{
    background-image: url('../images/home_button2.gif');
    left: 530px;
    top: 270px;
}

#home_menuitem_2:hover
{
    background-image: url('../images/home_button2_selected.gif');
    color: #FFFFFF;
}

#home_menuitem_3
{
    background-image: url('../images/home_button3.gif');
    left: 453px;
    top: 369px;
}

#home_menuitem_3:hover
{
    background-image: url('../images/home_button3_selected.gif');
    color: #FFFFFF;
}


#home_menuitem_4
{
    background-image: url('../images/home_button4.gif');
    left: 351px;
    top: 440px;
}

#home_menuitem_4:hover
{
    background-image: url('../images/home_button4_selected.gif');
    color: #FFFFFF;
}

#home_menuitem_5
{
    background-image: url('../images/home_button5.gif');
    left: 227px;
    top: 474px;
}

#home_menuitem_5:hover
{
    background-image: url('../images/home_button5_selected.gif');
    color: #FFFFFF;
}


#home_menuitem_6
{
    background-image: url('../images/home_button6.gif');
    left: 105px;
    top: 463px;
}

#home_menuitem_6:hover
{
    background-image: url('../images/home_button6_selected.gif');
    color: #FFFFFF;
}

.home_vert_spacer2
{
    height: 515px;    
}

.footer
{
    padding-left: 34px;
    padding-right: 10px;    
}


