﻿/* CSS Document */
* {margin: 0; padding: 0;}
body {
	font: medium Tahoma, Verdana, Arial, Helvetica, sans-serif;
	background: #008ba7 url(/images/pgbg.jpg) repeat-x top left;
	}
a {
	color: #008ba7;
	}
h1, h2, h3, h4, h5 {
	font-weight: normal;
	color: #0c2f33;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
h1 a, h2 a, h3 a, h4 a, h5 a {
	display: block;
	text-decoration: none;
	color: #111;
	border-bottom: 1px dashed #545454;
	}
table, th, tr, td {border-collapse: collapse;}
p {margin: 15px 0;}
blockquote {
	margin: 5px;
	background: #DFDFDF;
	padding: 10px;
	font-size: 95%;
	font-style: italic;
	border: 1px dashed #CFCFCF;
	}
#top {
	background:transparent url(/images/topbg.gif) no-repeat scroll left bottom;
    color:#FFFFFF;
    font-size:70%;
    height:40px;
    margin:0 auto;
    overflow:hidden;
    padding:0;
    width:950px;
	}
	#stationLinks{
width:370px;
padding-left:10px;
margin:0;
float:left;
height:30px;
color:#fff;
line-height:30px;
}
#signinWrapper
{
float:right;
padding-left:10px;
width:auto;
color:#fff;
height:25px;
font-size:110%;
background: url(/Images/login-box-left.gif) no-repeat top left;
margin-top:2px;
}
.signinBox{
width:auto;
height:25px;
background:url(/Images/login-box-right.gif) no-repeat top right;
color:#fff;
text-align:right;
padding-right:10px;
line-height:23px;
}
.signinBox a
{
	color:#FFF;
	font-weight:bold;
	border-bottom:1px solid #fff;
	text-decoration: none !important;
}
#wrapper {
	margin: 0 auto;
	width: 950px;
	padding-bottom: 10px;
	background: #FFF url(/images/wrapperbg.gif) no-repeat bottom left;
	}
/*#special-announcements,
body#homepage #special-announcements {
	width: 890px;
	margin: 0 10px;
	background: #FFF;
	padding: 20px;
	color: #000;
	font-size: 300%;
	border-bottom: 1px solid #59868e;
	display: none;
	visibility: hidden;
	}*/
	
/* Header - Including Main Navigation & Search ----------------------------------------------------- 
----------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */

#header {
	width: 930px;
	height: 108px;
	margin: 0 10px;
	background: url(/images/headerbg.jpg) no-repeat bottom left;
	}
#header h2#wgculogo {
	width: 289px;
	height: 108px;
	float: left;
	}
#header h2#wgculogo a.wgculogolink {
	display: block;
	width: 289px;
	float: left;
	height: 108px;
	text-indent: -9000px;
	background: url(/images/wgculogo.jpg) bottom left;
	text-decoration: none;
	border: none;
	}
#header h2#wgculogo a.wgculogolink:hover { 
	background: url(/images/wgculogo.jpg) top left;
	}
#header h4#pbslogo-top,
#header h4#nprlogo-top,
#header h4#fgculogo-top {
	float: left;
	width: 77px;
	height: 36px;
	}
#header h4#pbslogo-top a,
#header h4#nprlogo-top a,
#header h4#fgculogo-top a {
	float: left;
	display: block;
	width: 77px;
	height: 36px;
	background: url(/images/pbs-logosm.jpg) no-repeat top left;
	text-indent: -9000px;
	text-decoration: none;
	}
#header h4#nprlogo-top a { background: url(/images/npr-logosm.jpg) no-repeat top left; }
#header h4#fgculogo-top a { background: url(/images/fgcu-logosm.jpg) no-repeat top left; }
/* -------- Search ------------ */

#header .searchbox {
	float: left;
	width: 240px;
	margin-left:10px;	
	height: 47px;
	padding-top: 4px;
	display: inline;
	
	}
.searchinput {
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #404e5a;
	padding: 2px;
	color: #6e6e6d;
	background: #d6d8db url(/images/searchbg.gif) repeat-x left top;
	float: left;
	display: inline;
	}
input.submit {
	float: left;
	width: 56px;
	height: 24px;
	margin-left: 7px;
	background: url(/images/search.jpg) no-repeat bottom left;
	outline: none;
	border: 0;
	display: inline;
	}
input.submit:hover {
	background: url(/images/search.jpg) no-repeat top left;
	}
.searchbox a.advanced-search {
	display: block;
	margin-top: 3px;
	width: 100px;
	font: 70% Georgia, "Times New Roman", Times, serif;
	color: #2d3d4a;
	}
#header ul#mainnav {
	float: left;
	list-style: none;
	margin: 0 0 10px 26px;
	width: 526px;
	height: 38px;
	margin-top: 9px;
	display: inline;
	}
#header ul#mainnav li {
	float: left;
	}
#header ul#mainnav li a {
	display: block;
	width: 67px;
	height: 38px;
	text-indent: -9000px;
	text-decoration: none;
	float: left;
	background: url(/images/nav/mainnav-home.jpg) no-repeat top left;
	}
#header ul#mainnav li a:hover {
	background: url(/images/nav/mainnav-home.jpg) no-repeat bottom left;
	}
body#homepage #header ul#mainnav li a.homelink {
	background: url(/images/nav/mainnav-home.jpg) no-repeat bottom left;
	}
#header ul#mainnav li a.aboutlink {
	width: 66px;
	background: url(/images/nav/mainnav-about.jpg) no-repeat top left;
	}
#header ul#mainnav li a.aboutlink:hover {
	background: url(/images/nav/mainnav-about.jpg) no-repeat bottom left;
	}
body.aboutsection #header ul#mainnav li a.aboutlink {
	background: url(/images/nav/mainnav-about.jpg) no-repeat bottom left;
	}
#header ul#mainnav li a.programslink {
	width: 93px;
	background: url(/images/nav/mainnav-programs.jpg) no-repeat top left;
	}
#header ul#mainnav li a.programslink:hover {
	background: url(/images/nav/mainnav-programs.jpg) no-repeat bottom left;
	}
body.programssection #header ul#mainnav li a.programslink {
	background: url(/images/nav/mainnav-programs.jpg) no-repeat bottom left;
	}
#header ul#mainnav li a.supportlink {
	width: 135px;
	background: url(/images/nav/mainnav-support.jpg) no-repeat top left;
	}
#header ul#mainnav li a.supportlink:hover {
	background: url(/images/nav/mainnav-support.jpg) no-repeat bottom left;
	}
body.supportsection #header ul#mainnav li a.supportlink {
	background: url(/images/nav/mainnav-support.jpg) no-repeat bottom left;
	}
#header ul#mainnav li a.shoplink {
	width: 60px;
	background: url(/images/nav/mainnav-shop.jpg) no-repeat top left;
	}
#header ul#mainnav li a.shoplink:hover {
	background: url(/images/nav/mainnav-shop.jpg) no-repeat bottom left;
	}
body#shop #header ul#mainnav li a.shoplink {
	background: url(/images/nav/mainnav-shop.jpg) no-repeat bottom left;
	}
#header ul#mainnav li a.contactlink {
	width: 77px;
	background: url(/images/nav/mainnav-contact.jpg) no-repeat top left;
	}
#header ul#mainnav li a.contactlink:hover {
	background: url(/images/nav/mainnav-contact.jpg) no-repeat bottom left;
	}
body.contactsection #header ul#mainnav li a.contactlink {
	background: url(/images/nav/mainnav-contact.jpg) no-repeat bottom left;
	}
	
#shopPlegeButtons
{
width:300px;
height:29px;
display:block;
float:left;
}
#pledge_but,
#gm_but {
	float: left;
	padding-left: 0px;
	padding-right: 5px;
	width:  125px;
	height: 29px;
	display: inline;
	margin-left: 10px;
	}
#pledge_but {margin-left: 35px;}
#gm_but {margin-right: 15px;}
#pledge_but a {
	width: 135px;
	height: 29px;
	}
#worldhavesay_but a {		
		width: 135px;
		height: 42px;
		background: url(/images/nav/WorldHaveSayButton.jpg) no-repeat top left;
		}
	
	#gm_but a {
		display: block;
		width: 125px;
		height: 29px;
		background: url(/images/nav/gm_opening.gif) no-repeat top left;
		}


/*End Header ---- */


/* Top Mini Content Bar TMCB -----------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */

#tmcb {
	clear:both;
	width: 918px;
	height: 51px;
	margin: 0 10px;
	padding-top: 11px;
	padding: 17px 6px 6px 6px;
	background: #e0f1f4 url(/images/tmcb/tmcbbg.gif) repeat-x top left;
	border-bottom: 1px solid #59868e;
	}
#tmcb h4 {
	float: left;
	width: 159px;
	padding: 0 10px;
	border-left: 1px solid #919d9f;
	display: inline;
	}
#tmcb h4.first {
	padding: 0;
	border: none;
	}
#tmcb h4.last {
	border-right: 1px solid #919d9f;
	}
#tmcb h4 a {
	display: block;
	float: left;
	width: 104px;
	height: 51px;
	padding-left: 55px;
	font-size: 60%;
	color: #000;
	text-decoration: none;
	overflow: hidden;
	border: none;
	background: url(/images/tmcb/involved.jpg) no-repeat center left;
	display: inline;
	}
#tmcb h4 a.schedules {
	background: url(/images/tmcb/schedules.jpg) no-repeat center left;
	}
#tmcb h4 a.newwebsite {
	background: url(/images/tmcb/new-web.jpg) no-repeat center left;
	}
#tmcb h4 a.rssFeedIcon {
	background: url(/images/tmcb/rssfeed-icon.gif) no-repeat center left;
	}
#tmcb h4 a strong {
	font-size: 180%;
	font-weight: normal;
	}
#tmcb h3 {
	float: left;
	height: 43px;
	width: 270px;
	background: #e0f1f4 url(/images/tmcb/sound.jpg) no-repeat bottom left;
	text-align: right;
	padding-top: 8px;
	font-size: 50%;
	display: inline;
	margin-left:10px;
	}
#tmcb h3 a {
	display: block;
	height: 20px;
	width: 270px;
	color: #000;
	text-decoration: none;
	border: none;
	font-size: 80%;
	}
#tmcb h3 a span.medium {
	font-size: 150%;
	line-height: 15px;
	}
#tmcb h3 a strong {
	line-height: 15px;
	font-size: 220%;
	font-weight: normal;
	}
#tmcb h3 a strong span.orange {
	color: #ff8d27;
	}
#tmcb h3 a:hover {
	display: block;
	width: 270px;
	}/* End Top Mini Content Bar TMCB */

/* Center Banner */

#centerbanner {
	font-family: Georgia;
	color: #FFF;
	width: 930px;
	margin: 10px 10px 0 10px;
	padding-top: 10px;
	height: 160px;
	background: url(/images/banners/centerbannerbg.gif) repeat-x top left;
	}
#centerbanner h2 {
	width: 910px;
	height: 67px;
	font-size: 270%;
	text-align: right;
	padding: 50px 20px 0 0;
	color: #FFF;
	border-top: 1px solid #FFF;
	background: url(/images/banners/support.jpg) no-repeat top left;
	}
body.aboutsection #centerbanner h2 {
	background: url(/images/banners/about.jpg) no-repeat top left;
	}
body.hdsection #centerbanner h2 {
	background: url(/images/banners/hdradio-banner.jpg) no-repeat top left;
	}
body.programssection #centerbanner h2 {
	background: url(/images/banners/programsbg-flower2.jpg) no-repeat top left;
	}
body.supportsection #centerbanner h2 {
	color: #32362B;
	background: url(/images/banners/support.jpg) no-repeat top left;
	}
body.supportsection2 #centerbanner h2 {
	background: url(/images/banners/about.jpg) no-repeat top left;
	}
body.contactsection #centerbanner h2 {
	color: #32362B;
	background: url(/images/banners/support.jpg) no-repeat top left;
	}
body.newssection #centerbanner h2 {
	background: url(/images/banners/news.jpg) no-repeat top left;
	}
body.historysection #centerbanner h2,
body.historysection-thewar #centerbanner h2 {
	background: url(/images/banners/history.jpg) no-repeat top left;
	}
body.artsection #centerbanner h2 {
	background: url(/images/banners/art.jpg) no-repeat top left;
	}
body.naturesection #centerbanner h2 {
	background: url(/images/banners/nature.jpg) no-repeat top left;
	}
body.kidssection #centerbanner h2 {
	background: url(/images/banners/kids.jpg) no-repeat top left;
	}
body.wellnesssection #centerbanner h2 {
	background: url(/images/banners/health-sense.jpg) no-repeat top left;
	}
body.gulfcoastlive #centerbanner h2 {
	background: url(/images/banners/gulfcoastlive.jpg) no-repeat top left;
	}
body.expressionsection #centerbanner h2 {
	background: url(/images/banners/expressions.jpg) no-repeat top left;
	}
body.listenlive #centerbanner h2 {
	color: #32362B;
	background: url(/images/banners/listen-live.jpg) no-repeat top left;
	}
body.soundoff #centerbanner h2	{
	background: url(/images/banners/sasha.jpg) no-repeat top left;
	}
#centerbanner .breadcrumbs {
	font-size: 80%;
	padding: 7px 0 0 7px;
	float: left;
	width: 713px;
	height: 25px;
	border-top: 1px solid #FFF;
	background: #4e5443 url(/images/banners/breadcrumb.gif) repeat-x bottom left;
	display: inline;
	}
#centerbanner .date {
	text-align: right;
	font-size: 75%;
	padding: 7px 7px 0 0;
	float: left;
	width: 203px;
	height: 25px;
	background: #4e5443 url(/images/banners/breadcrumb.gif) repeat-x bottom left;
	border-top: 1px solid #FFF;
	}
#centerbanner .breadcrumbs a, 
#centerbanner .date a {
	text-decoration: none;
	color: #FFF;
	border-bottom: 1px dotted #FFF;
	}
	
/* Main Content Area -------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */

#bottomwrap {
	width: 930px;
	margin: 0px 10px 0 10px;
	padding-bottom: 10px;
	font-size: 90%;
	}
#bottomwrap h2 {
	color: #152a2b;
	margin: 15px 0;
	border-bottom: 1px solid #152a2b;
	}
#bottomwrap h3 {
	font-size: 150%; 
	color: #7F7F7F;
	margin: 15px 0;
	}
#bottomwrap #secondcol ul {
	list-style: none;
	margin: 0 5px;
	}
#bottomwrap #secondcol ul li {
	background: url(/images/li.gif) no-repeat center left;
	border-bottom: 1px solid #cdd3d4;
	padding: 5px 0 5px 20px;
	}
#bottomwrap #secondcol ol {
	margin: 0;
	list-style: none;
	}
#bottomwrap #secondcol ol li {
	list-style: decimal;
	padding: 3px 3px 3px 10px;
	list-style-position: inside;
	}
#bottomwrap #firstcol {
	width: 240px;
	float: left;
	}
#bottomwrap #secondcol {
	float: left;
	width:100%;
	}
#bottomwrap #staticpage-secondcol {
	width: 670px;
	float: left;
	margin-right: 10px;
	}
#bottomwrap #staticpage-secondcol ul li {
	margin-left: 30px;
	padding-bottom: 7px;
	}
#bottomwrap h1 {
	color: #FFF;
	background: #273946 url(/images/sponsors.gif) repeat-x top left;
	padding: 10px 10px 5px 10px;
	margin-bottom: 10px;
	}
#bottomwrap h1 a {
	color: #FFF;
	border-bottom: 1px dashed #FFF;
	}
#bottomwrap #staticpage-secondcol h2 {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 0px;
	}
#bottomwrap #staticpage-secondcol h3 {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	}
#bottomwrap #staticpage-secondcol h4
{
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
	padding-bottom: 0px;
	font-weight: bold;
	}
#bottomwrap #thirdcol {
	width: 190px;
	padding-left:10px;
	}
	
	/* First Column Stylings */
	
#bottomwrap #firstcol img {
	margin: 4px;
	border: 1px solid #FFF !important;
	}
#bottomwrap #firstcol h3 {margin: 0;}
#bottomwrap #firstcol h3#shopwave a {
	display: block;
	width: 240px;
	height: 199px;
	text-indent: -9000px;
	background: url(/images/shop-wave.jpg);
	border: none;
	margin-bottom: 0;
	} 
	
	/* End First Column Stylings */

	/* Second Column Stylings */

#bottomwrap #secondcol .newsbox,
#bottomwrap #secondcol .historybox,
#bottomwrap #secondcol .artscenebox,
#bottomwrap #secondcol .naturebox,
#bottomwrap #secondcol .kidsbox,
#bottomwrap #secondcol .healthbox {
	float: left;
	padding: 10px;
	margin-bottom: 10px;
	display: inline;
	}
#bottomwrap #secondcol .newsbox .subscribebox,
#bottomwrap #secondcol .historybox .subscribebox,
#bottomwrap #secondcol .artscenebox .subscribebox,
#bottomwrap #secondcol .naturebox .subscribebox,
#bottomwrap #secondcol .kidsbox .subscribebox,
#bottomwrap #secondcol .healthbox .subscribebox {
	margin: -10px -10px 0 -10px;
	width: 480px;
	height: 38px;
	background: url(/images/latest-news.gif) repeat-x top left;
	}
#bottomwrap #secondcol .newsbox {
	background: url(/images/sponsors.gif) repeat-x top left;
	width: 460px;
	}
#bottomwrap #secondcol .newsbox a {
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	}
#bottomwrap #secondcol .historybox .subscribebox { background: #532e04 url(/images/latest-history.gif) repeat-x top left; }
#bottomwrap #secondcol .artscenebox .subscribebox { background: #a10036 url(/images/latest-art.gif) repeat-x top left; }
#bottomwrap #secondcol .naturebox .subscribebox { background: #486400 url(/images/latest-nature.gif) repeat-x top left; }
#bottomwrap #secondcol .kidsbox .subscribebox { color: #000; background: #fbe923 url(/images/latest-kids.gif) repeat-x top left; }
#bottomwrap #secondcol .healthbox .subscribebox { background: #23a7fb url(/images/latest-health.gif) repeat-x top left; }
#bottomwrap #secondcol .newsbox h2,
#bottomwrap #secondcol .historybox h2,
#bottomwrap #secondcol .artscenebox h2,
#bottomwrap #secondcol .naturebox h2,
#bottomwrap #secondcol .kidsbox h2,
#bottomwrap #secondcol .healthbox h2 {
	font-size: 180%;
	margin: 15px 0;
	}
#bottomwrap #secondcol .newsbox .subscribebox a,
#bottomwrap #secondcol .historybox .subscribebox a,
#bottomwrap #secondcol .artscenebox .subscribebox a,
#bottomwrap #secondcol .naturebox .subscribebox a,
#bottomwrap #secondcol .kidsbox .subscribebox a,
#bottomwrap #secondcol .healthbox .subscribebox a {
	display: block;
	float: left;
	color: #FFF;
	height: 16px;
	margin: 15px 10px 7px 10px;
	text-decoration: none;
	font: 90% Georgia, "Times New Roman", Times, serif;
	display: inline;
	}
#bottomwrap #secondcol .kidsbox .subscribebox a {color: #000;}
#bottomwrap #secondcol .newsbox .subscribebox a:hover,
#bottomwrap #secondcol .historybox .subscribebox a:hover,
#bottomwrap #secondcol .artscenebox .subscribebox a:hover,
#bottomwrap #secondcol .naturebox .subscribebox a:hover,
#bottomwrap #secondcol .kidsbox .subscribebox a:hover,
#bottomwrap #secondcol .healthbox .subscribebox a:hover {
	height: 15px;
	border-bottom: 1px dashed #FFF;
	}
#bottomwrap #secondcol .newsbox .subscribebox a.subscribelink,
#bottomwrap #secondcol .historybox .subscribebox a.subscribelink,
#bottomwrap #secondcol .artscenebox .subscribebox a.subscribelink,
#bottomwrap #secondcol .naturebox .subscribebox a.subscribelink,
#bottomwrap #secondcol .kidsbox .subscribebox a.subscribelink,
#bottomwrap #secondcol .healthbox .subscribebox a.subscribelink {
	padding-right: 25px;
	padding-bottom: 3px;
	float: right;
	background: url(/images/rss.gif) no-repeat center right;
	display: inline;
	}
#bottomwrap #secondcol .newsbox .article {

	}
#bottomwrap #secondcol .newsbox .article a.continue-reading {
	float: right;
	padding: 5px;
	color: #44676d;
	margin-right: 10px;
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #dce5e7;
	text-decoration: none;
	display: inline;
	}
#bottomwrap #secondcol .newsbox .article a.continue-reading:hover {
	background: #007289;
	color: #FFF;
}/* End Second Column Stylings */

	/* Third Column Stylings */
	
#bottomwrap #thirdcol .sponsorsbox,
#bottomwrap #thirdcol .national-newsbox {
	background: url(/images/sponsors.gif) repeat-x top left;
	}
#bottomwrap ##thirdcol .national-newsbox ul {
	list-style: none;
	margin: 0 5px;
	}
#bottomwrap #thirdcol .national-newsbox ul li {
	background: url(/images/li.gif) no-repeat center left;
	border-bottom: 1px solid #cdd3d4;
	padding: 5px 0 5px 20px;
	}
#bottomwrap #thirdcol .sponsorsbox {font-size: 90%;}
#bottomwrap #thirdcol .national-newsbox {
	background: #273946 url(/images/sponsors.gif) repeat-x top left;
	color: #FFF;
	padding: 10px;
	font-size: 90%;
	}
#bottomwrap #thirdcol .sponsorsbox a {
	display: block;
	float: left;
	color: #FFF;
	height: 18px;
	margin: 15px 10px 7px 10px;
	text-decoration: none;
	border-bottom: 1px dashed #273946; /* Problem with border pushing down content below it, just had this border match background to remove problem */
	font: 90% Georgia, "Times New Roman", Times, serif;
	display: inline;
	}
#bottomwrap #thirdcol .sponsorsbox a.imagelink {
float: none;
height: none;
margin: 0;
border: none;
} 
#bottomwrap #thirdcol .national-newsbox h2 {
	color: #FFF;
	margin: 0;
	border-bottom: 1px solid #FFF;
	}
#bottomwrap #thirdcol img.centerimg,
#bottomwrap #thirdcol img.centerimg a {
	margin: 0 auto;
	border: 2px solid #273946 !important;
	margin: 0 0 10px 0;
	}
#bottomwrap #thirdcol a img {
	margin: 0 auto;
	border: 2px solid #273946 !important;
	margin: 0 0 10px 0;
	}
#bottomwrap #thirdcol .national-newsbox a {
	color: #E8C58B;
	border-bottom: 1px dashed #E8C58B;
	text-decoration: none;
	}
#bottomwrap #thirdcol .sponsorsbox a:hover {
	border-bottom: 1px dashed #FFF;
	}
#bottomwrap #thirdcol .sponsorsbox a.small-sponsors {
	border-bottom: 1px dashed #666666;
	color: #666666;
	font-size: 70%;
	display: block;
	margin: 0;
	padding: 0;
	float: none;
	text-align: right;
	}
#bottomwrap #thirdcol .sponsorsbox a.small-sponsors:hover {
	border-bottom: 1px solid #666666;
	}/* End Third Column Stylings */

/* Big Column Stylings --------------------------------------------------------------------------- */

#bigcolumn {
	width: 680px;
	float: left;
	padding-bottom: 20px;
	}
#bottomwrap #bigcol p a {
	color: #008ba7;
	text-decoration: none;
	border-bottom: 1px dotted #008ba7;
	}
#bottomwrap #bigcol p a:hover {
	border-bottom: 1px solid #008ba7;
	}
	
/* Showlist Style ------------------------------------------------------------------------------- */

.showlist,
.showlistsmall {
	background: url(/images/showlists/bg.gif) repeat-x bottom left;
	border-bottom: 2px solid #C2E7EF;
	padding-bottom: 10px;
	float: left;
	margin-top: 15px;
	}
.showlist h3 {color: #000;}
.showlist h3 a {display: block;}
.showlist p { margin: 0; padding: 10px;}
.showlistleft {
	width: 142px;
	float: left;
	}
.showlistleft span.showimage {
	width: 100px;
	height: 109px;
	padding: 21px 21px 0 21px;
	display: block;
	background: url(/images/showlists/imagebg.png) no-repeat top left;
	}
.showlistleft span.showimage a img {border: none;}
a.watch-video,
a.listen-audio {
	width: 142px;
	height: 37px;
	display: block;
	text-decoration: none;
	text-indent: -9000px;
	background: url(/images/showlists/watch-video.png) no-repeat top left;
	}
a.listen-audio {
	background: url(/images/showlists/listen-audio.png) no-repeat top left;
	}
a.watch-video:hover {
	background: url(/images/showlists/watch-video.png) no-repeat bottom left;
	}
a.listen-audio:hover {
	background: url(/images/showlists/listen-audio.png) no-repeat bottom left;
	}
.showlistright {
	float: left;
	width: 538px;
	}
.showlistsmall .showlistright {
	float: left;
	width: 338px;
	}
.showlistsmall .showlistright h3 {color: #000 !important;}
.showlistright a.showlist-buynow,
.showlistright a.showlist-buydvd,
.showlistright a.showlist-buyvhs,
.showlistright a.showlist-buycd {
	width: 90px;
	height: 37px;
	display: block;
	text-decoration: none;
	float: right;
	text-indent: -9000px;
	z-index: 1;
	background: url(/images/showlists/buy-now.png) bottom left;
	}
.showlistright a.showlist-buynow:hover {background: url(/images/showlists/buy-now.png) top left;}
.showlistright a.showlist-buydvd {background: url(/images/showlists/buy-dvd.png) bottom left;}
.showlistright a.showlist-buydvd:hover {background: url(/images/showlists/buy-dvd.png) top left;}
.showlistright a.showlist-buycd {background: url(/images/showlists/buy-cd.png) bottom left;}
.showlistright a.showlist-buycd:hover {background: url(/images/showlists/buy-cd.png) top left;}
.showlistright a.showlist-buyvhs {background: url(/images/showlists/buy-vhs.png) bottom left;}
.showlistright a.showlist-buyvhs:hover {background: url(/images/showlists/buy-vhs.png) top left;}
.showlistright h3 a {
	margin-top: 15px;
	display: block;
	padding-bottom: 3px;
	text-decoration: none;
	}
p.showlist-airdate {
	display: block;
	margin: 0;
	margin-top: -14px;
	font-size: 90%;
	color: #626262;
	background: #e9e9e9;
	padding: 3px 3px 3px 7px;
	border-bottom: 1px dotted #cccccc;
	}

/* Show/Section Specific Styles ------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */

h1.arts-edition-primetime {
	width: 244px;
	height: 199px;
	background: url(/images/arts-edition-primetime.gif) no-repeat top left;
	text-indent: -9000px;
	}
	
/* Kids Section */

h1#kids_heading{
background: #FFF url(/images/kids_programming_heading.gif) no-repeat top left;
width: 480px;
height: 96px;
display: block;
padding:0;
margin:0;
text-indent: -9000px;
}

table#kids-schedules {
	font-size: 80%;
	float: right;
	text-align: left;
	border: 1px solid  #230039;
	background: #ffe400;
	}
table#kids-schedules th {
	background: #2394c3;
	color: #FFF;
	font: 120% Georgia, "Times New Roman", Times, serif;
	padding: 5px 0;
	}
table#kids-schedules th.times {
	padding-left: 5px;
	}
table#kids-schedules th.sunday,
table#kids-schedules th.monday,
table#kids-schedules th.saturday {
	}
table#kids-schedules tr {
	border-bottom: 1px dotted #230039;
	}
table#kids-schedules tr.tralt {
	background: #f5a022;
	}
table#kids-schedules td {
	padding: 3px;
	color: #000;
	}
table#kids-schedules td a{
color: #0600ff;
}
table#kids-schedules td strong{
color: #230039;
}
	
/* Programs*/

#wgcu-programming {
	background: #dfeef1 url(/images/wgcu-programming.jpg) repeat-x top left;
	width: 658px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #a2c7ce;
	float: left;
	font-size: 90%;
	color: #C2CDCF;
	}
#wgcu-programming strong {color: #77999F;}
#wgcu-programming h1 {margin-bottom: 10px; color: #77999F; background: none;}
#wgcu-programming a {text-decoration: underline; padding: 2px;}
#wgcu-programming a:hover {text-decoration: none; background: #21313C; color: #FFF;}
#television-shows,
#radio-shows {
	width: 303px; 
	float: left;
	margin: 0 10px 0 0;
	padding: 10px;
	background: #ddecef url(/images/showbg.jpg) no-repeat top left;
	display: inline;
	}
#radio-shows {
	width: 303px;
	margin: 0
	}
/* News Section */

.localnews {
	border-bottom: 2px solid #D1EAEF;
	padding: 0 10px 20px 10px;
	font-size: 90%;
	background: url(/images/newsbg.gif) repeat-x bottom left;
	}
.localnews h3 {margin: 0; font-size: 120%; color: #006C83;}
.localnews p {margin: 0;}
.localnews p.showlist-airdate {
	margin: -10px 0 0 0;
	}
.localnews a.news-continue {
	display: block;
	text-align: right;
	float: right;
	font-size: 90%;
	padding: 3px;
	display: inline;
	}
.localnews a.news-continue:hover {text-decoration: none;}
#bottomwrap #secondcol a.news-archive-link {
	display: block;
	width: 480px;
	height: 75px;
	background: url(/images/localnewsarchive.jpg) no-repeat bottom left;
	text-indent: -9000px;
	}
#bottomwrap #secondcol a.news-archive-link:hover {
	background: url(/images/localnewsarchive.jpg) no-repeat top left;
	}
#bottomwrap #secondcol .newsbox .article a.continue-reading {
	float: right;
	padding: 5px;
	color: #44676d;
	margin-right: 10px;
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #dce5e7;
	text-decoration: none;
	display: inline;
	}
	
/* Expressions & Untold Stories */

table#untold-lessons-table,
table#poetry-table {
	width: 100%;
	text-align: left;
	}
table#untold-lessons-table th,
table#poetry-table th {
	padding: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
table#untold-lessons-table tr,
table#poetry-table tr {
	border-bottom: 1px solid #99A7AF;
	}
table#untold-lessons-table tr.alt,
table#poetry-table tr.alt {
	background: #E0E9EF;
	}
table#untold-lessons-table tr:hover,
table#poetry-table tr:hover,
table#untold-lessons-table tr.alt:hover,
table#poetry-table tr.alt:hover {background: #e9e9e9;}
table#untold-lessons-table td,
table#poetry-table td {
	padding: 5px;
	}
table#untold-lessons-table a.viewbutton,
table#poetry-table a.viewbutton {
	display: block;
	width: 39px;
	height: 24px;
	background:url(/images/view.png) no-repeat top left;
	text-indent: -9000px;
	text-decoration: none;
	}
table#untold-lessons-table a.viewbutton:hover,
table#poetry-table a.viewbutton:hover {
	background:url(/images/view.png) no-repeat bottom left;
	}
table#poetry-entry {}
table#poetry-entry td.poetrytitle h2 {margin-bottom: 0;}
#bottomwrap #lessons-wrap h2.lessontitle {margin-bottom: 0;}
#bottomwrap #lessons-wrap h3.episodenumber,
table#poetry-entry td.poetryauthor h3 {
	display: block;
	margin: 0 0 15px 0;
	font-size: 70%;
	color: #7a7a7a;
	background: #e9e9e9;
	padding: 3px 3px 3px 7px;
	border-bottom: 1px dotted #cccccc;
	}
#bottomwrap #lessons-wrap h4 {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 15px;
	}
/* Support Section */

body.supportsection #secondcol {
}
#business-sponsor {float: left;}
.bus-sponsor-watch,
.bus-sponsor-read,
.bus-sponsor-listen {
	float: left;
	width: 200px;
	font-size: 80%;
	margin-right: 10px;
	background: #00CCFF;
	padding: 0 10px 10px 10px;
	display: inline;
	}
.bus-sponsor-read {
	margin: 0;
	}
#bottomwrap .bus-sponsor-watch h2,
#bottomwrap .bus-sponsor-read h2,
#bottomwrap .bus-sponsor-listen h2 {
	text-indent: -9000px;
	border-bottom: none;
	text-decoration: none;
	margin-bottom: 20px;
	}
.bus-sponsor-watch {
	background: url(/images/bus-sponsor-watch.jpg) no-repeat top left;
	}
.bus-sponsor-listen {
	background: url(/images/bus-sponsor-listen.jpg) no-repeat top left;
	}
.bus-sponsor-read {
	background: url(/images/bus-sponsor-read.jpg) no-repeat top left;
	}
.coverage-map {
	float: right;
	border: 3px solid #CCC;
	margin: 0 0 10px 10px;
	background: #DFDFDF;
	padding: 10px;
	display: inline;
	}
h2#cornerstone {
	margin: 0;
	background: url(/images/cornerstone.jpg) no-repeat top left;
	width: 480px;
	height: 88px;
	text-indent: -9000px;
	display: block;
	border-top: 2px solid #D1D6DF;
	border-bottom: 0;
	}
.sponsor-ad {
	padding: 10px;
	margin: 10px;
	border: 1px dashed #CCCCCC;
	}
.adcontrol-box {
	float: right;
	width: 144px;
	}
.adcontrol-box a.sponsorship-watch,
.adcontrol-box a.sponsorship-listen {
	float: left;
	width: 72px;
	height: 28px;
	display: block;
	text-indent: -9000px;
	text-decoration: none !important;
	border-bottom: none !important;
	background: url(/support/sponsorship-files/watch.jpg)
	}
.adcontrol-box a.sponsorship-listen {
	background: url(/support/sponsorship-files/listen.jpg)
	}
.supportBigLink{
padding-top:15px;
margin-top:15px;
border-top: 1px solid #CDD3D4;
}	
.supportBigLink a{
font-size: 110%;
color: #000033;
font-weight: bold;

}



/* About Section */

table#staff-table {	
	text-align: left;
	font-size: 80%;
	border: 1px solid #CCC;
	}
table#staff-table th {
	padding: 5px;
	background: #00728A url(/images/submenu/newsbg.jpg) repeat-x bottom left;
	color: #FFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	border-bottom: 2px solid;
	border-right: 1px solid #005F73;
	border-top: 1px solid #CCC;
	font-weight: bold;
	}
table#staff-table td {
	padding: 5px;
	border-right: 1px solid #CCC;
	background: #FFF url(/images/softwhite-shadow.jpg) repeat-x top left;
	}
table#staff-table tr {
	border-bottom: 1px solid #CCC;
	}
table#staff-table tr.alt td {
	background: #d7d7d7;
	}
	
/* Footer ------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */

#footer {
	width: 930px;
	margin: 0 10px;
	color: #FFF;
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: #233440 url(/images/footerbg.gif) no-repeat bottom left;
	}
#footer ul.leftfooter,
#footer ul.rightfooter {
	float: left;
	list-style: none;
	width: 451px;
	margin-left: 3px;
	display: inline;
	}
#footer ul.rightfooter {
	font-size: 70%;
	margin-left: 170px;
	width: 306px;
	}
#footer ul.leftfooter li,
#footer ul.rightfooter li {
	float: left;
	}
#footer ul.leftfooter li a,
#footer ul.rightfooter li a {
	float: left;
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	margin: 6px 3px;
	font: 100% Georgia, "Times New Roman", Times, serif;
	display: inline;
	}
#footer ul.leftfooter li a:hover,
#footer ul.rightfooter li a:hover {
	background: #31434F;
	}
#bottom {
	width: 950px;
	margin: 0 auto;
	height: 45px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #008ba7 url(/images/bottombg.gif) no-repeat top left;
	}
#bottom h4 {border: 0; margin: 0; padding: 0; display: none;}
#bottom h4 a {
	display: block;
	float: left;
	width: 127px;
	height: 73px;
	background: url(/images/bottom/pbs.jpg) no-repeat top left;
	text-indent: -9000px;
	text-decoration: none;
	border: none;
	display: none;
	}
#bottom h4 a:hover { background: url(/images/bottom/pbs.jpg) no-repeat bottom left; }
#bottom h4 a.NPR-bottomlink {
	width: 137px;
	background: url(/images/bottom/npr.jpg) no-repeat top left;
	}
#bottom h4 a.NPR-bottomlink:hover {
	background: url(/images/bottom/npr.jpg) no-repeat bottom left;
	}
#bottom h4 a.FGCU-bottomlink {
	width: 69px;
	background: url(/images/bottom/fgcu.jpg) no-repeat top left;
	}
#bottom h4 a.FGCU-bottomlink:hover {
	background: url(/images/bottom/fgcu.jpg) no-repeat bottom left;
	}
#bottom #website-properties {
	float: right;
	color: #FFF;
	font-size: 70%;
	padding: 10px;
	display: inline;
	}
#bottom #website-properties a {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px dashed #0095B3;
	}

/* Program Search Box & Function -------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */

.program-searchbox {
	width: 210px;
	float: right;
	z-index: 1;
	position: relative;
	margin-top: -40px;
	color: #000 !important;
	}

.program-searchbox input.submit {
	background:transparent url(/images/search-white.jpg) no-repeat scroll left bottom !important;
	border:0pt none;
	display:inline;
	float:left;
	height:22px;
	padding-top: 2px;
	margin-left:7px;
	width:56px;
	color: #000000 !important;
	}

/* Contact form-------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */
.contactFormCSS
{
    margin-left:55px;
}
.contactFormCSS dd
{         
    line-height:30px;      
}
.contactFormCSS dt
{         
    line-height:30px;        
}
.contactFormCSS input
{
    width:300px;   
    font-size:16px;
}
.contactFormCSS select
{
    width:303px;    
    font-size:16px;    
}
.contactFormCSS textarea
{
    width:450px;
    height:150px;
    font-size:16px;
}
.contactFormCSS span
{
    font-size:26px;
    color:#990000;
}
#ContactMsg
{    
    position:relative;        
    font-size:16px;
    color:red;
}
#formSubmitButton
{
    clear:both;
    position:relative;
    top:10px;
    left:55px;
    padding-bottom:20px;
}


/* Misc --------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
------------------------------------------------------------------------------------------------- */

.imgleft,
.imgright {
	float: left;
	padding: 3px;
	border: 1px solid #b8bbbc;
	margin: 0 5px 0px 0;
	display: inline;
	}
.imgright {
	float: right;
	margin: 0 0 5px 5px;
	}
.imgcenter {
	margin: 0 auto;
	border-top: 2px solid #CCC;
	border-bottom: 2px solid #CCC;
	margin: 5px 0;
	}
a[href $='.pdf'] { 
   padding-right: 18px;
   background: url(/images/pdf-ico.gif) no-repeat center right;
	}
a[href $='.pdf'] { 
	padding-right: 18px;
	background: url(/images/pdf-ico.gif) no-repeat center right;
	}
a[href $='.doc'] { 
	padding-right: 18px;
	background: url(/images/doc-ico.gif) no-repeat center right;
	}
a[href $='http://'] { 
	padding-right: 18px;
	background: url(/images/external-ico.gif) no-repeat center right;
	}
.clear {clear: both;}

/* HD RADIO -------------------------------------------------------------
---------------------------------------------------------------------- */

.hdleft,
.hdright {font-size: 80%; float: left; width: 224px; padding-right: 5px; border-right: 1px solid #dbdbdb; margin-right: 5px;}
.hdright {width: 225px; border: none; padding: 0; margin: 0;}

.hdleft a, .hdright a {display: block; margin-bottom: -10px;}
.hdleft p, .hdright p {border-bottom: 1px solid #CCC; padding-bottom: 10px;}

p#firefox a {display: block; border: 1px solid #dedede; padding: 20px; font-weight: bold; text-decoration: none; background: url(/images/firefox.gif) no-repeat 12px 50%; padding-left: 75px; }
p#itunes a {display: block; border: 1px solid #dedede; padding: 20px; font-weight: bold; text-decoration: none; background: url(/images/itunes.jpg) no-repeat 12px 50%; padding-left: 75px; }
p#itunes a span {font-size: 120%;}
#bottomwrap #secondcol ul#ajaxnav {list-style: none; float; left; margin: 0; padding: 0; height: 27px; background: url(/images/ajaxnavbg.jpg) repeat-x bottom left;}
#bottomwrap #secondcol ul#ajaxnav li {float: left; list-style: none; background: none; border: none; padding: 0;}
#bottomwrap #secondcol ul#ajaxnav li.first {margin-left: 350px;}
#bottomwrap #secondcol ul#ajaxnav li a {display: block; float: left; padding: 5px 10px; background: #FFF; margin-right: 1px; border: 1px solid #CCC; border-bottom: none; text-decoration: none;}
#bottomwrap #secondcol ul#ajaxnav li a:hover {background: #f3f3f3; text-decoration: none;}
#bottomwrap #secondcol ul#ajaxnav li a:active {background: #f3f3f3; text-decoration: none;}

#special-announcements {display: block; background: url(/images/HDRadioSiteBanner.jpg); width: 930px; height: 70px; margin: 0 10px; }
#special-announcements a.changes-lineup {display: block; float: left; width: 388px; height: 70px; text-decoration: none; text-indent: -9000px;}
#special-announcements a.changes-hd {display: block; float: left; width: 542px; height: 70px; text-decoration: none; text-indent: -9000px;}

#fm-schedule {border-collapse: collapse;}
#fm-schedule td {padding: 3px; border: 1px solid #ccc; text-align: center;}

.showinfo {padding: 5px; margin: 5px; border: 1px solid #cacaca; font-size: 90%; line-height: 20px; }
.bus-left, .bus-right {padding: 0 10px 10px 10px; float: left; border: 1px solid #cacaca; background: #FFF url(/images/boxbg.jpg) repeat-x top left; font-size: 90%; height: 440px; margin-bottom: 10px;}
.bus-left {margin-right: 5px; width: 313px;}
.bus-right {margin-left: 5px; width: 313px;}






/*List Body Columns -------------------------------------------------------------
---------------------------------------------------------------------- */
.bodyColumns{
margin:0;
empty-cells:hide;
width:100%;
}
.bodyColumns td{
vertical-align:top;
empty-cells:hide;
}




#bottomwrap  .CommonContentArea{
padding-top:0;
}




/* Showlist Style FOR HOME PAGE ONLY------------------------------------------------------------------------- */

.showlist2,
.showlistsmall2 {
	background: url(/images/newsbg.gif) repeat-x bottom left;
	padding: 0 10px;
	margin-top:15px;
	padding-bottom:20px;
	}
.showlistleft2 {
	width: 142px;
	float:right;
	text-align:right;
	}
.showlistleft2 a{
	text-align:left !important;
	}
p.showlist-airdate2 {
	display: block;
	margin: 0;
	font-size: 90%;
	color: #7A7A7A;
	background: #e9e9e9;
	padding: 3px 3px 3px 7px;
	border-bottom: 1px dotted #cccccc;
	margin-bottom:10px !important;
	}
.showlistright2 {
	float: left;
	}
.showlistright2 p{
	margin:0;
	}
.showlistsmall2 .showlistright2 {
	float: left;
	}
.showlistsmall2 .showlistright2 h3 {color: #000 !important; border-bottom:1px dashed #000000; margin-bottom:0 !important;}




.national-newsbox ul{
list-style:none;
}


/* ------------Buy Item Now button------------*/
.buyItemNow{
display: block;
width: 370px;
height:41px;
text-indent:-9000px;
background:url(../images/buy-an-item_button.gif) no-repeat top left;
margin-bottom:15px;
}
.buyItemNow:hover{
background-position: bottom;
}

/*------------end-----------*/



#thirdcol .imagelink{
margin-bottom:5px !important;
}
#thirdcol a.imagelink img{
margin-bottom:0px !important;
}



