

/* ==== LATEST NEWS ==== */

/* The block ALL the latest news will be displayed in */
.latestnewsblock {
  font-family: Arial, Helvetica, sans-serif;
  color:#4e4e4e;
  font-size:12px;
  text-align:left;
  width:250px;
  float:left;
  padding: 20px 30px;
}

/* the block each news item is in */
.latestnewsitem {
	display:block;
	width:100%;
	float:left;
	margin-right:10px;
	background-image:url(../images/line_fading.png);
	background-repeat:no-repeat;
	background-position:top;

}

/* the LATEST NEWS heading that automatically apears */
.latestnewsheading {
	margin-top:8px;
	padding-top:10px;
	padding-bottom:10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	font-style:italic;
	color:#4e4e4e;
	padding-top:12px;
	padding-bottom:3px;
}

/* Latest news item image */
.latest_img {
	width: 250px;
	margin-bottom: 10px;
}

/* Latest news item heading */
.latest_heading {
	color:#4e4e4e;
	font-weight:bold;
	font-size:16px;
	padding-top:10px;
}

/* latest news item date */
.latest_date {
  color:#4e4e4e;
  margin-bottom:10px;
  font-style:italic;
  font-size:12px;
}

/* latest news item description */
.latest_description {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #4e4e4e;
}

/* read more links */
.readmore a {
  color:#4e4e4e;
  text-decoration:none;
  float:right;
  font-weight:bold;
  font-size:12px;
}

.readmore a:hover {
  color:#f25400;
}

/* ==================== */

/* === NEWS ARCHIVE === */

/* the paging numbers at the top of the page */
.paging{
  color:#4e4e4e;
  text-align:right;
  font-size:12px;
}

.paging a {
  text-decoration:none;
  font-size:12px;
  color:#4e4e4e;
}

.paging a:hover {
  color:#f25400;
}
/* ---- end paging ---- */


/* all news will show in this block */
.news {
  font-family: Arial, Helvetica, sans-serif;
  font-size:12px;
  color:#4e4e4e;
}

/* each news item will be inside its own block */
.itemblock{
	line-height: 18px;
	text-align: justify;
	border-bottom:1px dashed #c5c2c2;
	margin-bottom: 15px;
}


/* news item heading */
.newsheading {
	color:#4e4e4e;
	font-weight:bold;
	font-size:16px;
	padding-top:10px;
}

/* news item date */
.newsdate {
	color:#4e4e4e;
	margin-bottom:10px;
	font-style:italic;
	font-size:12px;
}

/* news item description */
.newsdescription {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:justify;
	color: #4e4e4e;
}


/* news item image */
.newsimgfloat {
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}

/* =============== */