
/* CSS Document */


#row-courtclosing {
	width: 996px;
    height: auto;
        
    padding-top: 25px;
    padding-bottom: 25px;
        
	z-index:200;
	
	background-color:#660000;
        
    border:none;
	position: relative;
	
    overflow-y: hidden;
    overflow-x: hidden;

        }

#row-courtclosing2 {
	width: 700px;
    height: auto;
        
    padding-top: 25px;
    padding-bottom: 25px;
        
	z-index:200;
	
	background-color:#660000;
        
    border:none;
	position: relative;
	
    overflow-y: hidden;
    overflow-x: hidden;

        }

/* courtclosing3 was created for a banner for the Covid19 page, not the main home page */
 
#row-courtclosing3 {
	width: 630px;  /* CHANGED */
    height: auto;
        
    padding: 25px;   /* CHANGED */
        
	z-index:300;
	
	background-color:#660000;
        
    border:none;
	position: relative;
	
    overflow-y: hidden;
    overflow-x: hidden;

        }

a.emerg:link, a.emerg:visited, a.emerg:hover, a.emerg:active  {

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;
	/* Margin Left Removed */
	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
	line-height: normal;  /* Added */

}

a.emerg:link, a.emerg:visited, a.emerg:active {

	color:#FFFFFF;
	background-color:transparent;
	text-decoration: underline;
	
}

a.emerg:hover {
	color: #660000;
	background: #FFFFFF;
	text-decoration: none;
}

.emergtext {
        
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:24px;

	color:#FFFFFF;
	background-color:transparent;
    
    margin-left:30px;

	padding-bottom:5px;
	padding-top:5px;
	padding-right:5px;
	padding-left:5px;
        
    } 

.emergmoretext {
    margin-left:30px;
    padding-top:5px;
    padding-right:5px;
    padding-left:5px;

}




