/* NEWS PAGE NAV ****************************************************************************/
#header_bg.news {
	background:url(../images/nav/news/band.gif) no-repeat top center;
}
#header h1.news {
	background:url(../images/nav/news/ticket.gif) no-repeat top left;
}
#header div.news #nav_home a {
	width:57px;
	background:url(../images/nav/news/buttons_01.gif) no-repeat 0 0;
}
#header div.news #nav_home a:hover, #header div.news #nav_home a.active {
	background:url(../images/nav/news/buttons_01.gif) no-repeat 0 -96px;
}
#header div.news #nav_events a {
	width:64px;
	background:url(../images/nav/news/buttons_02.gif) no-repeat 0 0;
}
#header div.news #nav_events a:hover, #header div.news #nav_events a.active {
	background:url(../images/nav/news/buttons_02.gif) no-repeat 0 -96px;
}
#header div.news #nav_news a {
	width:54px;
	background:url(../images/nav/news/buttons_03.gif) no-repeat 0 0;
}
#header div.news #nav_news a:hover, #header div.news #nav_news a.active {
	background:url(../images/nav/news/buttons_03.gif) no-repeat 0 -96px;
}
#header div.news #nav_resources a {
	width:90px;
	background:url(../images/nav/news/buttons_04.gif) no-repeat 0 0;
}
#header div.news #nav_resources a:hover, #header div.news #nav_resources a.active {
	background:url(../images/nav/news/buttons_04.gif) no-repeat 0 -96px;
}
#header div.news #nav_links a {
	width:50px;
	background:url(../images/nav/news/buttons_05.gif) no-repeat 0 0;
}
#header div.news #nav_links a:hover, #header div.news #nav_links a.active {
	background:url(../images/nav/news/buttons_05.gif) no-repeat 0 -96px;
}
#header div.news #nav_gallery a {
	width:67px;
	background:url(../images/nav/news/buttons_06.gif) no-repeat 0 0;
}
#header div.news #nav_gallery a:hover, #header div.news #nav_gallery a.active {
	background:url(../images/nav/news/buttons_06.gif) no-repeat 0 -96px;
}
#header div.news #nav_contact a {
	width:80px;
	background:url(../images/nav/news/buttons_07.gif) no-repeat 0 0;
}
#header div.news #nav_contact a:hover, #header div.news #nav_contact a.active {
	background:url(../images/nav/news/buttons_07.gif) no-repeat 0 -96px;
}
/* ------------------------ news types ------------------------ */

#news_item div {
	width:574px;
}
#news_item_header {
	border-top:#93adc9 7px solid;
	text-align:left;
	display:block;
	height:100px;
}
#news_item_header img {
	float:left;
	margin-right:12px;
}
#news_item_header div {
	float:left;
	display:block;
	width:420px;
}
.news_link {
	display:block;
	clear:both;
	height:25px;
}
.news_link a {
	display:block;
	width:107px;
	height:18px;
	background:url(../images/btn_read_more.jpg) no-repeat;
	float:right;
}
.news_link a span {
	display:none;
	visibility:hidden;
}
.news_purple {
	width:131px;
	height:138px;
	display:block;
	float:left;
	background:url(../images/news_image_purple.gif) no-repeat top left;
	margin:10px;
}
.news_brown {
	width:131px;
	height:138px;
	display:block;
	float:left;
	background:url(../images/news_image_brown.gif) no-repeat top left;
	margin:10px;
}
.news_blue {
	width:131px;
	height:138px;
	display:block;
	float:left;
	background:url(../images/news_image_blue.gif) no-repeat top left;
	margin:10px;
}
.news_purple img, .news_blue img, .news_brown img {
	margin-top:10px;
}
.news_purple p, .news_blue p, .news_brown p {
	font-size:9px;
	margin-top:3px;
	line-height:9px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:bold;
	margin-left:10px;
}