﻿/* CSS - WORDPRESS IN THE NEWS elements */


div.in-the-news-container{ /* Container CSS for In the News sectino of home page */ 
				background-color: #ffffff;
				margin-top:80px;
				margin-left:0px;/*5px; */
				width: 100%;/*100%; /*100%; /*605px; */ 
				text-align: left;
				
                }



div.in-the-news-main-header {  /* Header banner before the individual news items */
				background-color:#27397a;/*#595959; /*#27397a;*/
				color: #ffffff;
				margin-left: 0px;/*10px; */
				padding-left: 10px;
				padding-top: 8px;
				padding-bottom: 8px;
				font-family: Arial;
				font-weight: bold;
				width: 100%; /*100%; /*100%; /*590px; */ 
				font-size: 22px;
				line-height: 125%;
				margin-bottom:0px;
     }


div.in-the-news-category-header {  /* Header banner for a news category */
				
				float:left; 
				background-color:#bbbbbb; /*#27397a;*/
				color: #ffffff;
				margin-left: 0px;/*10px; */
				padding-left: 10px;
				padding-top: 5px;
				padding-bottom: 5px;
				/* margin-bottom:100px; */
				font-family: Arial;
				font-weight: bold;
				width: 98.5%;/*100%; /*590px; */ 
				font-size: 22px;
				line-height: 100%;
				margin-top:20px;
				margin-bottom:5px;
     }





div.news-item-container {  /* Container CSSS for an individual news item */
				clear:both;
				background-color:#cccccc;
				margin-top:5px; 
				margin-left: 0px;
				padding-left: 0px; /*10px; */
				padding-bottom: 0px;
				width: 100%;/*100%; /*605px; */ 
			}


div.news-item-title {  /* Style for individual news item title */
				float:left;
				background-color:#dddddd;
				color:#27397a;
				margin-left: 0px;
				margin-bottom:5px;
				padding-left: 2%; /*10px; */
				padding-right:2%; /* 10px; */
				padding-bottom: 0px;
				font-family: Arial;
				font-weight: bold;
				height:134px; 
				width: 66%; /*423px; /*390px; */ 
				font-size: 13px;
				line-height: 150%; /*125%; */
				text-decoration: none;
     }


div.news-item-excerpt {  /* Style for news item text excerpt */
				

				background-color: #dddddd;
				color:#000000;
				margin-top:-10px;
				margin-left: 0px;
				padding-left: 0px;
				padding-right:10px; /*10px; */ 
				padding-bottom: 0px;
				font-family:helvetica;
				font-weight: normal;
				/*width: 390px;*/
				font-size: 13px;
				line-height: 125%;
				text-align:justify;
				text-decoration: none;
     }

div.news-item-click {  /* Style for news item text excerpt */
				background-color: #dddddd;
				color:#27397a;
				margin-top:5px;
				margin-left: 0px;
				padding-left: 0px;
				padding-right:10px; 
				padding-bottom: 0px;
				font-family:helvetica;
				font-weight: normal;
				/*width: 390px;*/
				font-size: 11px;
				line-height: 125%;
				text-align:justify;
				text-decoration: none;
     }



div.news-item-image {  /* Style for news item image */
				float:left;
				background-color: #ffffff;
				margin-left: 0px;
				width: 30%; /*200px; /*75px; */ 
				/* opacity:1.0; */
  				/* filter:alpha(opacity=100); /* For IE8 and earlier */
				
     }

