        .parentPanelStyle{
            text-align: center; z-index: 10; width: 978px; height: 121px;font: 11px/14px Arial, Helvetica, sans-serif; color: #333;
        }
        .singlePanelDiv {
            float: left;
            margin-right: 8px;
            position: relative;

            height: 121px;
            width: 229px;
/*            background-color: #F5CFCF;*/

        }
        .panelStyle{
            background-color: white; width: 228px; height: 121px; overflow: hidden; position: relative; z-index: 4; top: 0px; background-image: url('../images/services_panel.png');
        }
        .contentStyle{
            margin-top: 17px; margin-left: 10px; margin-right: 6px; background-color: white;
        }        
        .expandPanelStyle{
        position: absolute; z-index: 2; top: 0px; left: 0px; background-color: #D83C3C; width: 228px; height: 25px; overflow: hidden; cursor: pointer;
        }
        .viewMoreStyle{
            color: white; font: Verdana; font-size: 12px; text-align: right; margin-right: 10px; font-weight: bolder; margin-top:2px;
        }
        .contentParaStyle{
            position:relative; top:10px; font-size: 10px; font-family: Arial; color: grey; text-align: left;
        }