/*
 * NEWS LATEST
 */

div.news-latest-container {
	padding-bottom: 20px;
	background-image: url(../images/box_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-bottom: 20px;


}

.news-latest-container h1 {

}

.news-latest-item {
	width: 300px;
	height: 150px;
	margin: 1px;
	padding: 2px;
	float: left;
	background-color: #FFF6F7;




}

.news-latest-header {
	font-size: 12px;
	font-weight: bold;
	color: #cc0033;


}


.news-latest-item p {
	font-size: 10px;
}

.news-latest-more {
	font-size: 10px;

}

.news-latest-date {
	font-size: 10px;
	font-weight: bold;
	color: #333333;
}

.news-latest-item h1 {
	font-size: 14px;
	font-weight: bold;
}

.news-latest-image {
	float: right;
	font-size: 9px;

	
}

/*
 * NEWS LIST
 */


.news-list-item {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0033;
	clear: both;
	padding-bottom: 10px;

}

.news-list-item h1 {
	font-size: 14px;
	font-weight: bold;

}

.news-list-item p {
	font-size: 12px;
}

.news-list-morelink {
	font-size: 12px;
}

.news-list-more {
	font-size: 12px;
}

.news-list-date {
	font-size: 10px;
	font-weight: bold;
	color: #999999;
}


.news-latest-image {
	float: right;
	position: relative;
}

.news-list-container a:link, .news-list-container a:active, .news-listt-container a:visited {
	color: #999999;
	text-decoration: none;
	font-weight: bold;
}


/*
 * NEWS SEARCH FORM
 */

div.news-search-form {
}
.news-search-form h1 {
	display: block;
	height: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin: 0px;
	font-size: 13px;
	font-weight: normal;
	color: #999999;
	padding-left: 3px;

}
.news-search-form form {
	background-color: #F7F7F7;
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	font-size: 10px;
	margin: 0px;
}

.news-search-form form input {
	font-size: 10px;
}
.news-search-emptyMsg {
	font-size: 10px;
	padding: 5px;
}

/*
 * NEWS SINGLE VIEW
 */
 
 .news-single-item h3 {
 	font-size: 12px;
	font-weight: bold;
 }
 
 .news-single-timedata {
 	font-size: 10px;
 }
 
  .news-single-img {
	width: 250px;
	float: right;
 	
 }
