
	
/* // Easy Slider */






/*==========================
  Latest News List
===========================*/ 

ul.latest-news {
	margin: 10px 0 0 0;

}

ul.latest-news li {
	list-style: none;
	padding: 5px 0 16px 0;
	margin: 0 0 9px 0;
	border-bottom: 1px solid #666;

}

ul.latest-news li.last {border:none;}

ul.latest-news li a, ul.latest-news li a:visited {
	color: #000;
	text-decoration: none;
}

ul.latest-news li a strong:hover {
	color: #fff;
	text-decoration: none;
	background: #231f20;
	padding: 3px;
}

ul.latest-news li a small {
	font-size: 0.95em;
	font-weight: bold;

}

ul.latest-news li a strong {
	font-size: 1.25em;
	font-weight: bold;
}

/*==========================
  Blocks
===========================*/ 


.block-diag {
	background: url(../latestnewscss/diag.png) repeat #000;
	padding: 5px;
	height: auto;
	width:240px;
	/*height:420px;*/
}

.block-black-diag {
	background: url(../latestnewscss/black-diag-bg.jpg) bottom center no-repeat #000;
	padding: 10px;
	height: auto;
}

.inner {
	background: #37657D;
	padding: 5px;
	color: #262224;
}

.block-black-diag h1, .block-black-diag h2, .block-black-diag h3, .block-black-diag h4, .block-black-diag h5, .block-black-diag h6{
	color: #fff;
}

/*==========================
  Block Headings
===========================*/

h5.blackHeader {
	font-family:"Arial", Helvetica, sans-serif;
	font-size: 1.1em;
	padding: 3px;
	background: #37657D;
	display: block;
	color: #FFFFFF;
	font-weight: normal;
	text-transform: uppercase;
	margin: 0 0 0 0;
}



