﻿
#news_header {
	
	border:1px solid #AAA;
	width:100%; height:130px;
	background:url(/art/landing-page/banners/news-super-banner.jpg) no-repeat center;
	
}

	#news_header P.header_link
	{	
		text-align: right;	
		background: url(/art/css-icons/landing-page-header-arrows.png) no-repeat right center;
		padding-right: 15px;
		width: 230px;
		margin:0!important;
	}

#right_side_nav {
	
	width:220px;
	float:right;
	margin-left:10px;
	
}

.side_bar {
	
	width:220px;
	border:1px solid #CCC;
	margin-bottom:15px;
	
}

.side_bar H2 {
	
	background-color:#EEE;
	border-bottom:1px solid #CCC;
	color:#444!important;
	text-align:center;
	margin:0!important;
	padding:10px 0;
	position:relative;
	
	background: -webkit-gradient(linear, left top, left bottom, from(#EEE), to(#DDD))!important;
	
}

.side_bar H2 img {
	
	position:absolute;
	left:5px;
	top:5px;
	width:30px;
	opacity:0.9;
}

.side_bar#media {
	
	text-align:center;
	
}

.side_bar#media li {
	
	border-bottom:1px solid #CCC;
	
}

.side_bar#media li a{
	
	display:block;
	padding:10px;
	text-decoration:none!important;
}

.side_bar#media li a span {
	
	float:right;
	margin:0;
	padding:0;
	
}

.side_bar#social p img {
	
	padding:3px;	
	width:30px;
}

#news_releases {
	
	list-style-type:none;
	margin:0; padding: 0;
	width:360px;
	
}

#news_releases li {

	padding:10px;
	margin:10px 0;
	
}


#news_releases div{
	
	float:left;	
	width:25px;
	height:30px;
	margin-right:10px;
	text-align:center;
	border:1px solid #DDD;
	padding:4px 10px 7px 10px;
	background:#FFF;
	font-size:11px;
	margin-bottom:25px;
	border-radius:1px;
}

#news_releases div span {
	
	display:block;
	font-weight:bolder;
	font-size:15px;
	padding-top:2px;
}

#news_releases li:hover {
	
	/* cursor:pointer; */
	
}

#news_releases li a {
	
	color:blue!important;
	
}

#news_releases li:hover a{

	color:#77aa00!important;
	
}

#news_releases li:hover font {
	
	color:#666!important;	
	
}

#subscriber_form input[type=text] {
	
	padding: 5px;
	width:180px!important;
}

#more_news {
	

}


.theGreyBar {
	
	width:330px!important;	
	padding:5px 0 5px 20px!important;
	margin:0!important;
}

.theGreyBar select {
	
	width:200px;
	vertical-align:middle;
	padding:3px!important;
}

#media_image_container {
	
	position:relative;	
	
}

.media_image_section {

	margin-bottom:15px;
	display:inline-block;
	background-color:#EEE;
	overflow:hidden;
}

.media_image_section H2 {
	
	padding: 0 10px!important;	
	
}

#media_image_container .media_image_section div{
	
	float:left;
	width:190px;
	height:195px;
	margin:5px;
	text-align:center;	
	display:inline-block;
	position:relative;
	padding:10px 0;

}


#media_image_container .media_image_section span {
	
	display:inline-block;
	width:185px;
	height:120px;
	border:1px solid #666;
	margin-bottom:2px;
	background-color:#FFF;
	overflow:hidden;
}

#media_image_container img {
	
	max-width:190px;
	max-height:200px;
	display:inline-block;
	vertical-align:middle;
}

.media_image_section .more_images  {
	
	float:right;
	margin-top:5px;
	cursor:pointer;
	width:590px;
	border-top:2px solid #CCC;
	text-align:right;
	padding:5px;
	background-color:#DDD;
	
}


