﻿/* CSS - EVENTS LISTNG elements */


div.headerMainText{ /* Container CSS for In the News sectino of home page */ 
				background-color: rgba(0,0,0,0.0);
				color: #ffffff;
				margin-top:0px;
				margin-left:0px;
				padding-top:10px;
				/*padding-left: 25%;*/ 
				/*width: 80%; /*605px; */
				/*max-width:700px; */ 
				font-family:"Times New Roman"; 
				font-weight: normal;
				font-size: 50px;
				line-height: 125%;
				text-align:center;  
				
                }


div.headerSubText{ /* Container CSS for In the News sectino of home page */ 
				background-color: rgba(0,0,0,0.0);
				color: #bbbbbb;/*#bbbbbb;*/
				margin-top:0px;
				margin-left:0px;
				padding-top:2px; /*5px;*/
				padding-left: 51%;
				/*width: 80%; /*605px; */
				font-family:"Times New Roman"; /*Cambria; */ 
				font-weight: bold;
				font-size: 30px;
				line-height: 125%;
				/*text-align:center; */
				
                }
                
                
div.contactPosLab {	/* Contact position fromatting  */
						opacity: 0;
						color: #fd5001;
						font-family: Arial;
						font-size: 15px;
						margin-bottom: 5px;
				  }
		   
div.contactPosInp {
						opacity: 0;
						
						color: #000000;/*#fd5001;*/
						width:95%;
				  }                 


