/*************** Questions ***********/
div#header_images {   
    position: relative;
    background: url('images/centerbanner.jpg');
    height: 119px;
    top: 0px;
    left:0px;
    width:100%;
}

div#header_images div.column  {
    position: absolute;
    width: 20%;
    height: 119px;
    top: 0px;
}

div#imc_main_logo {
    position: absolute;
    width:392px;
    height:119px;
    top:0;
    left:0;
    z-index:1000;
    background: url('images/img_logo.jpg');
}

div#header_images div#header_image1 {  
    //background: url('images/Header1.jpg');
    left: 0;
}

div#header_images div#header_image2 {  
    //background: url('images/Header2.jpg');
    left: 20%;
}

div#header_images div#header_image3 {  
    //background: url('images/Header3.jpg');
    left: 40%;
}

div#header_images div#header_image4 {  
    //background: url('images/Header4.jpg');
    left: 60%;
}

div#header_images div#header_image5 {  
    background: url('images/lastbg.jpg');
    left: 80%;
    background-position: right;
    background-repeat: no-repeat;
}


div#upper_header_images {   
    position: relative;
    height: 34px;
}

div#upper_header_images a{
   color:#FFFFFF;
   text-decoration:none;
   font-size:24px;
   letter-spacing:16px;
   font-family: verdana;
}

div#upper_header_images div.column  {
    position: absolute;
    width: 33.35%;
    height: 34px;
    top: 0;
}

div#upper_header_images div#upper_header1 {  
    background: url('images/upper_header1.jpg');
    left: 0;
}

div#upper_header_images div#upper_header2 {  
    background: url('images/upper_header2.jpg');
    left: 33.35%;
}

div#upper_header_images div#upper_header3 {  
    background: url('images/upper_header3.jpg');
    left: 66.4%;
    background-position: right;
    background-repeat: no-repeat;
}

