﻿.homePagePressRelease
            {
                height:auto;
                overflow:hidden;
                margin-left:-2px;
                margin-right:-2px;
            }
            
            
            .homePagePressRelease ul
            {
                margin:0px;
                padding:0px;
                width:100%;
                border-top:1px solid silver;
            }
            
            .homePagePressRelease ul li
            {
                list-style-type:none;
                background-color:#F5EBD2;
                font-size:12px;
                border-top:1px solid white;
                border-bottom:1px solid silver;
                margin:0px !important;
            }
            
            .homePagePressRelease ul li .homePagePressReleaseTitle
            {
                font-weight:bold;
                padding:7px;
                color:#063263;
                background: transparent url(../images/RoundedCorners/showHide-toggle-close.png) no-repeat right center;                
                margin-right:10px;
                cursor:pointer;
                padding:  10px 20px 8px 10px;
                font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;

            }
            
            .homePagePressRelease ul li .homePagePressReleaseTitle h3
            {
                margin:0px !important;
                color:#063263 !important;
                font-size:0.9em;
                text-transform:capitalize;
            }

            .homePagePressRelease ul li .homePagePressReleaseTitleCloseOver
            {
                background: transparent url(../images/MainSection/minus_hover.png) no-repeat right center !important;
            }       
            
            .homePagePressRelease ul li .homePagePressReleaseTitleOpenOver
            {
                background: transparent url(../images/MainSection/plus_hover.png) no-repeat right center !important;
            }            
                 
            .homePagePressRelease ul li .homePagePressReleaseText
            {
                padding: 0px 10px 4px 10px;
                line-height: 150%;
            }
            
            .homePagePressRelease ul li.collapse
            {
                background-color:#F8F7F2;
                
            }
            
            .homePagePressRelease ul li.collapse .homePagePressReleaseTitle
            {
	            background-image: url(../images/RoundedCorners/showHide-toggle-open.png);
            }
            
            
            .homePagePressRelease ul li.collapse .homePagePressReleaseText
            {
                display:none;
            }
            
            
