/********************/
/******* News *******/
/********************/
h1.news {
	width:289px;
	background:transparent url(/images/hdrs/news.gif) no-repeat;
}
.news #col_left .cta {
	background-color:#1ba1e2;
	padding:0;
	height :191px;
}
.news #nav_news a {
	color:#1ba1e2;
}

/* First News Item */
#news_main .item1_img {
	width:372px;
	float:left;
}
#news_main .item1_img img {
	display:block;
}
#news_main .item1 {
	font:14px/18px 'Segoe UI',tahoma,sans-serif;
	color:#999;
}
#news_main .date {
	margin-top:0;
	font:12px/15px 'Segoe UI',tahoma,sans-serif;
	color:#666;
}
#news_main h3 {
	color:#1ba1e2;
}
#news_main h3 a {
	color:#1ba1e2;
	text-decoration:none;
}
.read_more a {
	font:18px/22px 'Segoe UI',tahoma,sans-serif;
	color:#1ba1e2;
	padding-right:15px;
	background:transparent url(/images/css/arrow_blue_right.gif) 100% 70% no-repeat;
}

/* Scrollable News Items */
#newsBoxOuter {
	float:left;
	width:681px;
	height:142px;
	background-color:#efefef;
	position:relative;
	margin-top:5px;
}
#newsBoxInner {
	position:relative;
	overflow:hidden;
	width:593px;
	height:142px;	
	float:left;
	background-color:#fff;
}
#newsBoxInner .items {
	width:20000em;
	position:absolute;
	clear:both;
}
a.prevPage,
a.nextPage {
	display:block;
	width:44px;
	height:142px;
	float:left;
	cursor:pointer;
}
a.nextPage 			{ background:url(/images/css/scroll_right_off.gif) no-repeat; }
a.nextPage:hover	{ background:url(/images/css/scroll_right_news.gif) no-repeat; } 
a.prevPage 			{ background:url(/images/css/scroll_left_off.gif) no-repeat; } 
a.prevPage:hover	{ background:url(/images/css/scroll_left_news.gif) no-repeat; }
a.disabled 			{ visibility:hidden !important; }

#newsBoxInner .items div {
	float:left;
	position:relative;
	height:140px;
	width:140px;
	margin-left:5px;
	overflow:hidden;
	color:#999;
	border:1px solid #efefef;
	background-color:#efefef;
}
#newsBoxInner .items div:hover {
	cursor:pointer;
}
#newsBoxInner .items div div {
	position:absolute;
	top:0;
	left:0;
	border-style:none;
	background-repeat:no-repeat;
	background-position:center center;
}
#newsBoxInner .items div p {
	margin:0;
	padding:5px;
	position:absolute;
	bottom:0;
}
#newsBoxInner .items div.windows div {
	height:29px;
	width:29px;
}
#newsBoxInner .items div.windows div		{ background:transparent url(../images/icons/windows.png) center center no-repeat; }
/*
#newsBoxInner .items div.windows div		{ background-image:url(../images/icons/news_windows_off.gif); }
#newsBoxInner .items div.windows:hover div	{ background-image:url(../images/icons/news_windows_over.gif); }
*/
#newsBoxInner .items div.windows p {
	color:#999;
}
#newsBoxInner .items div.windows:hover p {
	color:#fff;
}
#newsBoxInner .items div.windows:hover {
	color:#fff;
	background-color:#1ba0e1;
	border:1px solid #1ba0e1;
	cursor:pointer;
}
#newsBoxInner .items div.video div {
	height:140px;
	width:140px;
	background-color:transparent;
	background-image:url(../images/css/play_circle.png);
}
#newsBoxInner .items div.image p,
#newsBoxInner .items div.video p {
	color:#fff;
	background-color:#000;
	opacity:0.5;
	filter:alpha(opacity=50);
	height:30px;
}
#newsBoxInner .items div.image:hover p,
#newsBoxInner .items div.video:hover p {
	background-color:#1ba0e1;
	opacity:1;
	filter:alpha(opacity=100);
}
#newsBoxInner .items div.image,
#newsBoxInner .items div.video {
	border:1px solid #1ba0e1;
}
#newsBoxInner .items div.image img,
#newsBoxInner .items div.video img {
	display:block;
	margin:auto;
}

/* Single News Item */
#news_sub{
	position:relative;
}
#news_sub #view_all {
	position:absolute;
	top:-20px;
	padding-left:12px;
	color:#1ba0e1;
	background:transparent url(/images/css/arrow_blue_left.gif) 0% 70% no-repeat;
}
#news_sub #view_all.windows {
	left:50px;
}
#news_sub #view_all.image,
#news_sub #view_all.video {
	left:0;
}
/* safari fix */
#news_sub #object {
	float:left;
	width:100%;
}
#news_sub #content {
	float:left;
	clear:both;
}
#news_sub #content.windows {
	width:439px;
	padding:0 50px;
}
#news_sub #content.image,
#news_sub #content.video {
	width:514px;
	padding-right:25px;
}
#news_sub {
	font:13px/17px 'Segoe UI',tahoma,sans-serif;
	color:#999;
}
#news_sub .date {
	font:12px/15px 'Segoe UI',tahoma,sans-serif;
	color:#666;
	margin:12px 0;
}
#news_sub h3 {
	color:#000;
}
#news_sub #side_bar {
	margin-top:25px;
	width:142px;
	float:left;
}
#news_sub #side_bar .share a {
	margin-right:5px;
	height:22px;
	width:22px;
	float:left;
	text-indent:-9999px;
	display:block;
}
#news_sub #side_bar .share a.twitter {
	background-image:url(/images/icons/twitter.png);
}
#news_sub #side_bar .share a.facebook {
	background-image:url(/images/icons/facebook.png);
}
#news_sub #side_bar .share a.email_news {
	background-image:url(/images/icons/share_email_news.gif);
}
#news_sub #side_bar .share a.print_news {
	background-image:url(/images/icons/share_print_news.gif);
}