﻿/* CSS - EVENTS LISTNG elements */


div.headerContainer{ /* 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:20px;
				
				
				text-align:center;   
				
                }

div.hdr_image{ /* Container CSS for In the News sectino of home page */ 
				
				padding-right:0px; 
								
              }



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;
				margin-bottom:0px;
				padding-left: 25px; 
				/*width: 80%; /*605px; */
				/*max-width:700px; */ 
				font-family:"Times New Roman"; 
				font-weight: normal;
				font-size: 50px;
				line-height: 125%;
				/*text-align:center; */
				
				
				/*display:inline-block; 
   				position:relative;*/  
				  
				
                }


div.headerSubText{ /* Container CSS for In the News sectino of home page */ 
				background-color: rgba(0,0,0,0.0);
				color: #bbbbbb;
				margin-top:6px;
				margin-left:0px;
				padding-top:0px; /*5px;*/
				padding-left: 0%;
				/*width: 80%; /*605px; */
				font-family:"Times New Roman"; /*Cambria; */ 
				font-weight: bold;
				font-size: 18px;
				line-height: 125%;
				text-align:center; 
				
                }

                
		blockquote2 {
				font-family: Times New Roman; /*Georgia, serif;*/
				font-size: 20px;/*14px;*/
				font-style: normal;
				margin-top:-5px;
				margin-left:0px;
				padding-left:15px;
				padding-right:15px;
				line-height: 1.00;
				position: relative;
				color: #dddddd;
				text-align:center;
				}
				
		blockquote2:before {
				display: block;
				content: "\201C";
				font-size: 35px;/*25px;*/
				position: absolute;
				left: 0px;
				top: -5px;
				color: #eeeeee; /*#7a7a7a;*/
				}
				
				
		blockquote2:after {
				/*display: block;*/
				display:inline;
				content: "\201D";
				font-size: 35px;
				position: absolute;
				top: -5px;
				/*right: 0px; */
				color: #eeeeee;/*#7a7a7a;*/
				}             
				


		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%;
				}             
				
