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

/* Make Navigation Selected */

a.navnews{
	background:url(../images/nav_news_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.navnews:hover{
	background:url(../images/nav_news_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
a.navnews:active{
	background:url(../images/nav_news_over.jpg);
	background-position:top;
	background-repeat:no-repeat;
}
blockquote{
	margin:0px;
	margin-top:10px;
	width:290px;
	background-color:#CCC;
	padding:20px;
	font-size:16px;
	line-height:20px;
	font-style:italic;
	text-align: center;
	color:#333;
}
/* Content Div */

/* Top Graphic Navigation List */

ul#buynav {
	display:block;
	list-style:none;
	padding:0;
	padding-bottom:10px;
	margin:0;
	}
ul#buynav li{
	display: block;
	width:234px;
	height:364px;
	list-style:none;
	padding:0;
	padding-right:10px;
	margin:0;
	float:left;
	}
ul#buynav li.last{
	display: block;
	width:234px;
	height:364px;
	list-style:none;
	padding:0;
	padding-right:0px;
	margin:0;
	float:left;
	}
ul#buynav a{
	display: block;
	width:234px;
	height:364px;
	text-indent:-9999px;
	padding:0px;
	margin:0;
}

.news_header{
	margin:0px;
	padding:0px;
	height:43px;
	width:600px;
	display:block;
	text-indent:-9999px;
	background:url(../images/h2_newsevents.jpg) top left;
}

/*PODCAST STYLES*/

.podcast{
	clear:both;
	position:relative;
	width:947px;
	padding:10px;
	background: #EFEFEF;
	text-align:left;
	margin:0px;
	overflow:hidden;
	margin-bottom:10px;
}
.podcastimg{
	margin:0px;
	width:300px;
	height:169px;
	float:left;
	border:0px;
}
.podcastinfo{
	position:relative;
	float:right;
	width:636px;
	height:168px;
	border:#054e95 1px solid;
}
.podcasttitle{
	display:block;
	font-size:14px;
	color:#FFF;
	width:626px;
	margin:0;
	padding:5px;
	background:#054e95;
}
.podcastinfo p{
	line-height:16px;
	margin-left:10px;
	margin-right:10px;
}
.podcastfooter{
	position:absolute;
	bottom:0px;
	left:0px;
	font-size:14px;
	color:#FFF;
	width:626px;
	margin:0;
	padding:5px;
	background:#054e95;
	text-align:right;
}
.podcastfooter a{
	display:inline-block;
	margin:1px;
	padding:5px;
	background:#020054;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	border:#FFF 1px solid;
}
	