/* ==== LATEST NEWS ==== */

/* The block ALL the latest news will be displayed in */
.latestnewsblock {
	font-family:Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-size:14px;
	text-align:left;
	margin-bottom:15px;
	background-image: url(images/black_bg02.png);
	margin-top: 20px;
	float: right;
	margin-right: 15px;
	width: 810px;
	padding-top: 5px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}

/* the block each news item is in */
.latestnewsitem {
  display:block;
  width:100%;
  float:left;
  margin-right:10px;

}

/* the LATEST NEWS heading that automatically apears */
.latestnewsheading {
	color: #FECB68;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	margin-bottom:15px;
	margin-top:8px;
}

/* Latest news item heading */
.latest_heading {
	color: #FECB68;
	font-weight:bold;
	font-size:14px;
}

/* latest news item date */
.latest_date {
  color:#999999;
  margin-bottom:10px;
}

/* latest news item description */
.latest_description {
}

/* read more links */
.readmore a {
	color:#FECB68;
	text-decoration:none;
	float:right;
	font-size:13px;
}

.readmore a:hover {
	color:#CCCCCC;
}

/* ==================== */






/* === NEWS ARCHIVE === */

/* the paging numbers at the top of the page */
.paging{
	color:#FFFFFF;
	text-align:right;
	font-size:12px;
}

.paging a {
	text-decoration:none;
	font-size:12px;
	color:#FFFFFF;
}

.paging a:hover {
  color:#CCCCCC;
}
/* ---- end paging ---- */


/* all news will show in this block */
.news {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

/* each news item will be inside its own block */
.itemblock{
	line-height: 18px;
	text-align: justify;
	padding-bottom: 15px;
}


/* news item heading */
.newsheading {
	font-size: 22px;
	color: #FECB68;
	padding-top: 5px;
	font-weight:bold;
}

/* news item date */
.newsdate {
	color: #CCCCCC;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

/* news item description */
.newsdescription {
}


/* news item image */
.newsimgfloat {
  float:right;
  margin-left:10px;
  margin-bottom:10px;
}

/* =============== */

