/* CSS Document */
*{margin: 0; padding: 0;}
html {
	font: 90% Arial, sans-serif;
	}
body {
	background-image: url(stage/background.jpg);
	background-repeat:repeat-x;
	background-color:#ffffff;
	margin-top:15px;
	margin-bottom:15px;
	}

img {border-style:none;}

.clearfix:after {content: "."; display: block; clear: both; visibility: hidden;	line-height: 0;	height: 0;}
.clearfix {display: inline-block;}
/* Hide these rules from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
li.clearfix {display: list-item;}
/* End hide from IE-mac */


/*////// TOP LAYOUT ///////////////////////////*/
#leaderBoard{
	text-align:center;
	margin:0 0 3px;
/*	float:left;*/
	}

#top{
	clear:both;
	margin:0px;
	background:#fff;
	height:91px;
	}

#top img{
	border:none;
	}

#logo{
	clear:both;
	margin:0px;
	float:left;
	}
/*
#logo img{
	border:none;
	}
*/
#livePlayerSm{
	margin:0px;
	float:right;
	}

*/
#livePlayerLrg{
	margin:0px;
	}

/*////// MAIN LAYOUT //////////////////////////*/
#container{
	width: 953px;
	position: relative;
	margin: 0px auto;
	}

#genNews #container{
	width: 1000px;
	}

#content{
	clear: both;
	background-color: #fff;
	min-height:200px;
	padding:5px;
	border: 1px solid #5b656f;
	border-bottom: 0px;
	}

h1 {text-align: center; padding: 0 0 5px 0; color: #336699; font-size: 20px;}

/*
#programs #container{
	background-color:#999999;
	}

#programs #content{
	margin: 0 100px;
	}

*/
#extra{
	clear:both;
	width:100%;
	}

#copyright{
	clear:both;
	background-color:#ccc;
	color:#003366;
	text-align:center;
	padding:2px 5px 2px;
	border: 1px solid #5b656f;
	border-top: none;
	border-bottom:3px solid #336699;
	}

/*///////// NAV ///////////////////////////////*/
#menu{
	background-color: #336699;
	float: none;
	width:953px;
	height:22px;
	}

#genNews #menu{
	width:1000px;
	}

#menu programList {
	float:left;
	padding:0 5px 0 10px;
	margin: 0;
	}
	
#nav {
	margin: 0;
	list-style: none;
	font-weight: bold;
	background-color:#336699;
	float:right;
	}

#nav ul {
	list-style: none;
	display: none;
	background-color:#ffffff;
	position: absolute;
	z-index: 5;
	}

#nav li{
	float: left;
	margin: 0 5px 0 15px;
	font-size: 100%;
	padding: 3px 0 0;
	}

#nav a{
	text-decoration: none;
	display: block;
	letter-spacing: .05em;
	color: #ffffff;
/*	padding: 0 6px;
	line-height: 30px; */
	}

#nav li li{
		font-size: .8em;
		margin: 0 5px 0 5px;
		float: none;
		min-width:150px;
		}

#nav li:hover ul{ display: block; }

#nav li li a{
	/*
	line-height: 20px;
	height: 20px;
	*/
	display: block;
	}

#nav a:hover{
/*	background: #cae4fd;*/
	cursor: pointer;
	color: #cae4fd;
	}

#nav a.parent:hover {
	background: none;
	cursor: default;
	}

/*///////// INDEX/NEWS ITEMS //////////////////////////////*/
.featuredNewsPlayer{	
	border: 1px solid #336699;
	padding-bottom:5px;
	}

.midasResourcesNews{	
	min-height:150px;
	width:600px;
	border: 1px solid #336699;
	margin:5px 0 5px 0;
	}


#genNews #left{
	width:600px;
	padding-left:15px;
	float:left;
	clear:both;
	}

#genNews #right{
	float:right;
	}

.news a{
	font-size: 100%;
	text-decoration:none;
	}

.news{	width:600px;
	}

#newsDivs { position:relative; /*background-color:#eff;*/ }
#newsLeft { float:left; width:285px; }
#newsRight { float:right; width:285px;}
.newsCategory {background-color:#f6f6ff; padding:8px; border:1px solid #003366; margin-bottom:10px; font-size:12px;}
.newsCategory h2 {text-transform:uppercase; font-size:14px; /*border-bottom:dashed 1px;*/ margin-bottom:10px;}
.newsTitle { font-weight:bold; }
.newsAd {margin-bottom:10px;}
#newsDivs a, #newsDivs a:hover {color:#003366}
#newsArticles {background-color:#fff; padding:2px;}

/*///////// SIDE BANNERS ITEMS //////////////////////////////*/
.premSponsor{
	/*background-color:#aaf;*/
	width:340px;
	height:120px;
	margin:5px 15px 5px 0;
	}

.video{
	/*background-color:#afc;*/
	width:340px;
	height:260px;
	margin:0 0 15px;
	}


/*////////// AD /////////////////////////*/
#advertise #left {
	float:left;
	width:375px;
	margin: 0 0 75px 0;
	}

#advertise #right {
	float:right;
	width:375px;
	margin: 0 0 75px 0;
	}

#advertise .title {
	margin: 5px 0 0 0;
	text-align: center;
	}

#salesTeam {
	float:left;
	width:300px;
	}

#salesTeam .title {
	font-size: 14px;
	color: #336699;
	padding: 0 5px 5px 0;
	}

#salesTeam .employee {
	float:right;
	font-size: 14px;
	color: #003366;
	padding: 0 100px 0 0;
	}

#salesTeam .employee ul {
	padding:0 0 0 15px;
	}

#form {
	width: 350px;
	float: right;
	clear: right;
	position: absolute;
	top: 55%;
	right: 1%;
	}

#form p {
	width: 90%;
	text-align: left;
	line-height:25px;
	color: #003366;
	padding:0 0 0 5px;
	}

#form input, #form textarea, #form select {
	color: #000033;
	background: #eeeeee;
	float: left;
	border: 1px solid #336699;
	width: 295px;
	margin-left: 25px;
	}

#form button {
	color: #ffffff;
	background: #336699;
	border: 2px outset #003366;
	margin: 10px 15px 10px 230px;
	width:60px;
	}
	
#form fieldset {
	border: 1px solid #003366;
	/*width: 10em*/
	}

#form legend {
	color: #ffffff;
	background: #336699;
	border: 1px solid #003366;
	padding: 2px 6px;
	margin-left: 5px;
	}

#form input{
	line-height:25px;
	color: #003366;
	}

#advertise p {
	color: #003366;
	font-size: 12px;
	}

#advertise .info ul {
	color: #003366;
	font-size: 12px;
	padding: 0 0 0 50px;
	}

#advertise .img-wrapper {
	background: url(../assets/images/shadow.gif) no-repeat bottom right;
	clear: right;
	float: left;
	margin:10px;
	position: relative;
	}

#advertise .img-wrapper img {
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
	padding: 4px;
	display: block;
	margin: -5px 5px 5px -5px;
	position: relative;
	}

/*////////// ARCHIVES /////////////////////////*/


/*////////// CONTACT AND CONTACT RESPONSE /////////////////////////*/
#address {
	float:left;
	width:953px;
	font-size: 20px;
	color: #336699;
	text-align:center;
	}

#employees {
	float:left;
	width:300px;
	}

#employees .title {
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	clear: both;
	color: #336699;
	padding: 0 0 5px 0;
	}

#employees .employee {
	font-size: 14px;
	clear: both;
	color: #003366;
	padding: 0 0 10px 5px;
	}

#contactForm {
	float:right;
	width:500px;
	padding: 0 5px 0 25px;
	margin: 10px 15px;
	position: relative;
	}

#contactForm label {
	width: 180px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	}

#contactForm input, #contactForm textarea, #contactForm select {
	color: #000033;
	background: #eeeeee;
	border: 1px solid #336699;
	width: 295px;
	margin: 0 5px 0 0;
	}

#contactForm button {
	color: #ffffff;
	background: #336699;
	border: 2px outset #003366;
	margin: 10px 0 10px 255px;
	width:60px;
	}

#contactForm fieldset {
	border: 1px solid #003366;
	/*width: 20em*/
	}

#contactForm legend {
	color: #ffffff;
	background: #336699;
	border: 1px solid #003366;
	padding: 2px 6px;
	margin-left: 5px;
	}

#contactForm p, #contactForm input{
	line-height:25px;
	color: #003366;
	}

/*///////// FAQ //////////////////////////*/
#faq .question {
	font-size:24px
	font-weight:bold;
	color:#000033;
	margin: 10px 0 10px 25px;
	}
#faq .answer {
	margin: 0 330px 15px 25px;
	}

/*///////// LISTEN //////////////////////////////*/
#listenOptions table {
	width: 100%;
	border-style: ridge;
	border-width: 3px;
	border-color: #336699;	
	}

#listenOptions td { 
	min-height: 25px;
	padding: 0 3px;
	}

#listenOptions .cellStyle1{ 
	min-height: 25px;
	border-top: ridge 2px #336699;	
	padding: 0 3px;
	text-align: center;
	}

#listenOptions .cellStyle2{ 
	min-height: 25px;
	border-top: ridge 3px #003366;	
	padding: 0 3px;
	}

#streamingLinks table {

	width: 100%; 
	cellpadding: 5px; 
	border-style: ridge;
	border-width: 2px;
	border-color: #336699;	
	}

#streamingLinks td { 
	min-height: 25px;
	padding: 0 3px;
	text-align: center;
	}

#streamingLinks .cellStyle1{ 
	min-height: 25px;
	border-top: ridge 2px #336699;	
	padding: 0 3px;
	text-align: center;
	}

#programLinks table {
	width: 100%;
	border-style: ridge;
	border-width: 2px;
	border-color: #336699;	
	}

#programLinks td { 
	min-height: 25px;
	line-height:130%;
	border-style: double;
	border-width: thin;
	border-color: #336699;	
	padding: 0 3px;
	}

#radioStations table {
	border-style: ridge;
	border-width: 2px;
	border-color: #336699;
	clear: none;
	float: left;
	margin-left: 5px;
	}

#radioStations td {
	min-height: 25px;
	min-width: 225px; 
	border-style: double;
	border-width: thin;
	border-color: #336699;	
	padding: 0 3px;
	}

#listen #info {
	padding: 3px 10px;
	clear: both;
	}
	
/*///////// PROGRAMS NAV ///////////////////////////////*/
#bottomMenu{
	background-color: #336699;
	clear: both;
	float: none;
	width:951px;
	height:22px;
	font-size:100%;
	position:relative;
	left:-5px;
	}

#bottomNav {
	margin: 0;
	list-style: none;
	font-weight: bold;
	background-color:#FFFFFF;
	}

#bottomNav ul {
	list-style: none;
	display: none;
	background-color:#336699;
	position: absolute;
	z-index: 5;
	}

#bottomNav li{
	float: left;
	margin: 0 15px 0 5px;
	font-size: 100%;
	padding: 2px 0;
	}

#bottomNav li:last-child {
	margin: 0;
	}

#bottomNav a{
	text-decoration: none;
	display: block;
	letter-spacing: .05em;
	color: #FFFFFF;
	}

#bottomNav a:hover{
/*	background: #cae4fd;;*/
	cursor: pointer;
	color: #99CCFF;
	}

#nav a.parent:hover {
	background: none;
	cursor: default;
	}

/*////// PROGRAMS LAYOUT //////////////////////*/
#programLeft{
	float:left;
	width:35%;
	text-align:center;
	padding-top:10px;
	clear: both;
	}
#programRight{
	padding-left:10px;
	float:right;
	width:62%;
	border-left:1px solid #666;
	}

#programTitle{
	text-align:center;
	color: #336699;
	}

#programTitle h2{
	color:#336699;
	}

#programInfo{
	width:100%;
	text-align:center;
	margin-top:30px 0 10px 0;
	color: #003366;
	}

#programInfo img{
	border-style:none;
	}

#programDescription p{
	margin-bottom:10px;
	color: #003366;
	}

#programDescription{
	clear:both;
	padding-top:15px;
	}

#programPromos table {
	width: 100%;
	border: outset 3px #003366;
	margin:10px 0 10px 0;
	}

#programPromos th {
	line-height:20px;
	text-align:center;
	color: #003366;
	}

#programPromos td {
	line-height:20px;
	text-align:center;
	}

/* EXCEPTIONS */
#programLeft #programImage{float:none; width:100%; padding:10px 0;}
#programLeft #programInfo{float:none;}

#memorialLeft{
	float:left;
	width:40%;
	text-align:center;
	padding-top:10px;
	clear: both;
	}
#memorialRight{
	padding-left:10px;
	float:right;
	width:55%;
	border-left:1px solid #666;
	}

#memorialInfo{
	width:100%;
	text-align:left;
	margin-top:10px 0 5px 2px;
	color: #003366;
	}

#memorialInfo img{
	border-style:none;
	}

/*///////// SCHEDULE //////////////////////////*/
#schedules #sched {
	font-family:Verdana; 
	font-size:80%; 
	position:absolute; 
	left:0px; 
	top:48px;
	}
	
#schedules #sched td {
	width:120px; 
	vertical-align:top; 
	padding:2px; 
	color:#fff; 
	}
	
#schedules #sched a {
	font-size:110%; 
	text-decoration:none;
	}

#schedWindow {
	position:relative; 
	width:850px; 
	height:298px; 
	top:26px; 	
	/*top:-240px; left:80px;*/
	}

#channelSchedule {
	position:absolute; 
	left:80px; 
	top:24px;
	}
	
#track1, #track2, #track3, #track4 {height:65px;}
#track1 img{padding-left:15px}
#track2 img{padding-left:15px}
#track3 img{padding-left:15px}
#track4 img{padding-left:15px}

#printSchedules {
	position:relative; 
	min-height:50px;
	padding:80px 0 0 0; 	
	}

#printSchedules .pdfs {
	padding:0 0 0 15px; 			
	float:left;
	}

/*///////// AFFILIATES/STARGUIDE //////////////////////////*/

#affiliatesTitle {
	width: 100%;
	float:left;
	clear: both;
	padding: 3px 0 3px 0;
	}

#affiliatesLiveStreams {
	width:250px;
	float:left; 
	padding: 5px 0 5px 0;
	}

#affiliatesLiveStreams table {
	width: 100%;
	border: none;
	}

#affiliatesProgram {
	clear: right;
	float:right;
	width:600px;
	padding:10px 5px 5px 0;
	}

#affiliatesProgram p {
	color: #003366;
	font-size: 14px;
	padding: 0 25px 10px 25px;
	}

#constantContact {
	padding: 15px 0 5px 0;
	}

#affiliatesProgram .info ul {
	color: #003366;
	font-size: 14px;
	padding: 0 0 15px 50px;
	}

#affiliatesXDS {
	width: 100%;
	float:right; 
	padding: 5px 0 0 0;
	}

#affiliatesXDS table {
	width: 945px;
	border-style: ridge;
	border-width: 2px;
	border-color: #336699;	
	}

#affiliatesSatCoordinates {
	width: 100%;
	float:left;
	clear: both;
	padding: 5px 0 10px 10px;
	}

#affiliatesInformation {
	clear:both; 
	float:left; 
	width:100%
	}
	
#affiliatesInformation table {
	width: 100%;
	border-style: ridge;
	border-width: 2px;
	border-color: #336699;	
	}

/*///////// MOBILE APPS //////////////////////////*/


