@charset "UTF-8";
/* CSS Document */

.news_background {
	float: left;
	background-image: url(../images/background_news.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 6px;
	width: 738px;
	height: 465px;
	overflow: hidden;
}

.news_archive_background {
	float: left;
	background-image: url(../images/background_news_archive.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	padding-left: 6px;
	width: 738px;
	height: 465px;
	overflow: hidden;
}

.news_column_left {
	width: 320px;
	float: left;
}

.news_column_right {
	float: left;
	width: 380px;
	padding-left: 23px;
}

.news_column_archive {
	width: 700px;
	float: left;
}

.news_header {
	float: left;
	height: 150px;
	width: 350px;
	margin-top: 25px;
}

.news_header p {
	color: #00a4d5;
	font-size: 11px;
	font-weight: bold;
	padding-left: 13px;
}

.news_text_column {
	float: left;
	width: 360px;
	padding-left: 13px;
	overflow: hidden;
}

.news_text_column p, .news_text_column ul {
	color: #000000;
	font-size: 11px;
	line-height: 14px;
}

.news_text_column ul {
	font-family: Tahoma,Verdana,Arial,sans-serif;
	margin-left: 20px;
}

#news1 {
	display: block;
}

#news2 {
	display: none;
}

#news3 {
	display: none;
}

#news4 {
	display: none;
}

#news5 {
	display: none;
}

.news_articles_grid {
	float: left;
	width: 320px;
	height: 100px;
	overflow: hidden;
	background-image: url(../images/news_articles_grid.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 7px;
}

.news_archive_grid {
	float: left;
	width: 320px;
	height: 82px;
	overflow: hidden;
	background-image:url(../images/archive_article_grid.gif);
	background-repeat: no-repeat;
	background-position: top left;
	margin-top: 7px;
}
.news_archive_grid .news_grid_top {margin-top:7px;}

.news_grid_top {
	float: left;
	width: 135px;
	margin-top: 27px;
	padding-left: 8px;
	padding-right: 15px;
	height: 32px;
}

.news_grid_bottom {
	float: left;
	width: 135px;
	margin-top: 8px;
	padding-left: 8px;
	padding-right: 15px;
	height: 32px;
}

.news_grid_top p, .news_grid_bottom p {
	color: #00a4d5;
	font-weight: bold;
	font-size: 9px;
}

.btn_archive {
	float: left;
	margin-left: 40px;
	margin-top: 8px;
}

.news_nav {
	float: left;
	width: 693px;
	margin-top: 9px;
	padding-left: 60px;
}

.news_nav_left {
	float: left;
	width: 370px;
}

.news_nav_pages {
	float: left;
	padding: 0px 15px;
}

.news_nav_pages p {
	color: #000000;
}

.inactive {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #c8c4c4;
	text-decoration: none;
}

.active {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #05729c;
	text-decoration: none;
}

.next_article {
	margin-left: 5px;
}

.next_page {
	float: left;
}

.prev_page {
	float: left;
}

/*Archive*/

.archive_heading {
	margin-top: 110px;
	padding-left: 30px;
	margin-bottom: 20px;
}

.archive_heading p {
	color: #00a4d5;
	font-weight: bold;
	font-size: 12px;
}

.archive_heading img {
	margin-top: 10px;
	float: left;
}
.buttonsArchive {
margin-top:10px;	
}
.buttonsArchive a {
margin-top:10px;
float:left;
margin-right:10px;
}