﻿/* ..:| HOME PAGE LAYOUT 
---------------------------------------------------------------- */
#divHome_Boxes_Wrapper {
    z-index: 0;
    padding-top: 0px;
}

        #divBox1 {
            /* orignal values without padding ---- width:391px; height:167px; */
            margin-top: 90px;
            float: right;
            width:587px; height:161px;
            background: transparent url('/images/bg-alpha.png') repeat;
            border: 1px solid #FFFFFF;
            overflow: hidden;
        }
        #divBox2 {
        padding-top: 0px;
            /* orignal values without padding ---- width:391px; height:167px; */
            float: right;
            width:587px; height:167px;
            background-color: White;
            /*background: transparent url('/images/bg-alpha.png') repeat;*/
            border: 1px solid #FFFFFF;
            overflow: hidden;
        }
        #divBoxDivisor {height: 10px; clear:both;padding-top: 0px;}

