/*--------General Body Styles----------*/
html, body{
    height: 100%;
    margin: 0;
    padding: 0;
	background: #2d2b30;
	font-family: Arial, sans-serif;
}
.container{
	width: 100%;
}
table{
	margin: 0 auto;
	width: 100%;
}
input:focus, button:focus{
	outline: none;
}

/*--------Header and Header content styles--------*/
.header{
	background: #ffffff;
	height: 119px;
	position: relative;
	z-index: 100;
}
.header-content{
	width: 960px;
	margin: 0 auto;
}
.header .logo{
	float: left;
	margin: 32px 25px 0 0;
}
.leadStories{
	height: 61px;
	background: #6e9b1c url('../img/greenBackground.png') repeat-x;
}
.leadStories .background{
	height: 61px;
	width: 1085px;
	background: #6e9b1c url('../img/leadStoriesBG.png') no-repeat;
	margin: 0 auto;
}
.leadStories .stories{
	width: 964px;
	height: 61px;
	margin: 0 auto;
	color: #ffffff;
	font-size: 13px;
	text-transform: uppercase;
}
.top-story{
	float: left; 
	padding: 6px 0 0 15px;
}
.leadStories .title{
	padding-top: 18px;
	float: left;
	font: bold 21px 'Open Sans Condensed', Arial, sans-serif;
}
.leadStories .viewAll{
	width: 190px;
	height: 61px;
	background: #283b05;
	float: right;
	text-align: center;
}
.leadStories .viewAllButton{
	width: 173px;
	height: 23px;
	cursor: pointer;
	border: none;
	float: right;
	margin: 17px 8px 0 0;
	background: #283b05;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	padding-top: 7px;
}
.top-right{
	padding-right: 2px;
	float: right;
	margin-bottom: 20px;
}
.donate-button{
	float: right;
	background: url('../img/donateButton.png') no-repeat;
	border: none;
	color: #ffffff;
	cursor: pointer;
	margin: 5px 20px 0 0;
	font: bold 10px 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	padding: 12px 10px 13px 10px;
}

.support-button{	
	float: left;
	background: url('../img/supportButton.png') no-repeat;
	border: none;
	color: #ffffff;
	cursor: pointer;
	margin: 5px 5px;
	font: bold 10px 'Open Sans', Arial, sans-serif;
	text-transform: uppercase;
	padding: 12px 23px 13px 23px;
}
.searchBoxContainer{
	float: right;
	margin-top: 12px;
}
.searchBox{
	height: 20px;
	width: 180px;
	text-indent: 5px;
	font: 13px/14px Georgia, Arial, sans-serif;
	font-style: italic;
	color: #333333;
}
.searchBoxContainer input:focus{
	color: #000000 !important;
	font: 13px/14px Arial, sans-serif;
	outline: none;
}
.search-button{
	background: url('../img/searchButton.png') no-repeat;
	border: none;
	width: 29px;
	height: 24px;
	cursor: pointer;
	float: right;
	margin: 13px 5px 0 3px;
}

/*-----------Menu Styles-------------*/
.RadMenu .rmHorizontal .rmItem{
	display: inline;
	margin: 5px 16px 0;
}
.RadMenu a.rmLink{
	text-decoration: none;
	color: #4e4e4e;
	font: bold 20px 'Open Sans Condensed', Arial, sans-serif;
	text-transform: uppercase;
}
.RadMenu_Red .rmLink:hover{
	cursor: pointer;
    color: #4d2e92 !important;
    border-bottom: 2px solid #4d2e92;
}
.RadMenu_Red .rmLink:active{
	cursor: pointer;
    color: #4d2e92 !important;
    border-bottom: 2px solid #4d2e92;
}
a.rmLink.rmRootLink.rmSelected{
	color: #3e2451 !important;
	border-bottom: 2px solid #3e2451;
}

/*---------Body Styles-----------*/
.content-container{
	padding-bottom: 80px;
	margin: 0 auto;
	background: #2d2b30 url('../img/background.jpg') no-repeat;
	padding-top: 13px;
	background-size: cover;
}
.content-wrapper{
	//background: #ffffff;
	width: 960px;
	margin: 0 auto;
	//background: url('../img/top-flare.png') no-repeat;
	z-index: 10;
	position: relative;
	padding: 16px 21px 0 16px;
}
.border{
	padding: 5px;
	background: #ffffff;
	box-shadow: 6px 2px 15px -3px, -6px 2px 15px -3px;
}
.content-area{
	height: auto;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #cccccc;
	position: relative;
}

/*--------Main Page Content Styles-----------*/
.left-area{
	float: left;
	width: 580px;
	padding: 15px 0 15px 15px;
}
.right-area{
	float: right;
	width: 335px;
	padding: 15px 15px 15px 0;
}
.divider{
	width: 351px;
	height: 25px;
	background: transparent;
	border-bottom: 1px solid #ccc;
	float: left;
}
.slideshow-area{
	width: 560px;
	float: left;
}
.slideshow{
	width: 568px;
	height: 344px;
}
.slideshow #cs-buttons-coin-slider1{
	margin: -35px 0 0 -10px;
}
.slideshow .cs-buttons a{
	position: relative;
	width: 13px;
	height: 13px;
	z-index: 1000;
	background: #ffffff;
	border-radius: 8px;
	border: none;
}
.slideshow .cs-buttons .cs-active{
	background: #000000;
}
.slideshow .cs-next{
	background: url('../img/cs-next.png') no-repeat;
	background-position: 100% 0%;
	color: transparent;
}
.slideshow .cs-prev{
	background: url('../img/cs-prev.png') no-repeat;
	background-position: 0% 0%;
	color: transparent;
}
.cs-title{
	opacity: 1;
}
.bottom-flare{
	width: 575px;
	height: 90px;
	float: left;
	background: url('../img/bottom-flare.png') no-repeat;
	margin-left: -6px;
}
.tab-area{
	width: 335px;
	float: right;
	position: relative;
	margin-top: 1px;
	border-bottom: 1px solid #dedede;
	margin-bottom:20px;
}
.clear {
    clear: both;        
}
.wh-border{
	height: 1px;
	width: 100%;
	border-top: 1px solid #c9c9c9;
	float: left;
}
.wh-section-title {
    border-bottom: 1px solid #c9c9c9;
	margin-bottom: 10px;
}
.wh-section-title .wh-left {
    float: left;
    color: #010101;
	font: bold 21px/21px 'Open Sans Condensed', Arial, sans-serif;
    text-transform: uppercase;
	margin-bottom: 5px;
}
.wh-section-title .wh-right {
    float: right;
	background: url('/wsiu/img/arrow.png') no-repeat right;
	background-position: 95% 36%;
	font: bold 12px/16px Arial;
	padding-right: 13px;
	margin-top: 4px;
}
.wh-section-title .wh-right a:link,
.wh-section-title .wh-right a:visited,
.wh-section-title .wh-right a:hover {
    text-decoration: none;
	color: #3e2451; 
    text-transform: uppercase;
	font: bold 12px Arial, sans-serif;
}
.headlines{
	height: auto;
	width: 330px;
	float: right;
	margin-top: 33px;
	border: 1px solid transparent;
}
.nationalHeadlines{
	height: auto;
	width: 330px;
	float: right;
	margin-top: 20px;
}

.spotlight-area {
	height: auto;
	max-width: 330px;
	overflow-x:hidden;
	min-width:330px;
	
}
.radioPrograms{
	width: 560px;	
	float: left;
	margin-top: 25px;
}
.archives{
	width: 335px;
	float: right;
	margin-top: 30px;
}
.events-wrapper{
    width: 566px;
    float: left;
    margin-top: 50px;
	margin-bottom: 15px;
}
.events-wrapper .ue-wrapper{
	padding-bottom: 30px;
}
.events-wrapper .ue-small-wrap{
	padding-top: 15px;
}
.events{
	height: 335px;
	width: 560px;
	float: left;
	background: #cccccc;
}

/*------Content Styles for TV Page-------*/
.quick-links{
	width: 335px;	
	position: relative;
	float: right;
	margin-top: 1px;
}
.news-hour{
	width: 335px;
	float: right;
	margin-top: 25px;
}
.wsiu-guide{
	width: 560px;
	height: 340px;
	background: #cccccc;
	float: left;
	margin-top: 25px;
}
.previews{
	width: 335px;
	height: 280px;
	float: right;
	margin-top: 25px;
}
.shows{
	width: 560px;	
	float: left;
	margin-top: 25px;
}
.local{
	width: 560px;	
	float: left;
	margin-top: 25px;
	margin-bottom: 25px;
}
.tvpods .main_title {
	color: #010101 !important;
	font: bold 21px/21px 'Open Sans Condensed', Arial, sans-serif !important;
	text-transform: uppercase !important;
}
.tvpods .title a {
	font-weight: bold;
	text-decoration: none;
	color: #3e2451 !important;
}

/*---Content Styles for Radio Master Page---*/
.control-title{
	width: 329px;
	height: 30px;
	font: bold 21px 'Open Sans Condensed', Arial, sans-serif;
	text-transform: uppercase;
	color: #333333;
	margin-left: 4px;
	border-bottom: 1px solid #cccccc;
}
.radio-stations{
	float: right;
	margin-top: 25px;
	height: 310px;
	width: 335px;
}
.pressroom{
	float: right;
	min-height:200px;
	width: 335px;
	margin-top: 25px;
}
.tune-in{
	float: left;
	margin-top: 25px;
	height: 85px;
	width: 550px;
}
.tune-in-links{
	list-style: none;
	padding: 0;
	margin-top: 20px;
}
.tune-in-links li{
	display: inline;
	padding: 10px 14px 10px 14px;
	border-right: 1px solid #c9c9c9;
}
.tune-in-links li:last-child{
	border-right: none;
}
.tune-in-links li a{
	text-decoration: none;
	font: bold 13px Arial, sans-serif;
	color: #3e2451;
}
.radio-shows{
	float: left;
	margin-top: 35px;
	min-height: 405px;
	width: 550px;
}
.music-programs{
	float: left;
	margin-top: 25px;
	min-height: 405px;
	width: 550px;
}
.section-border{
	height: 1px;
	width: 100%;
	border-top: 1px solid #c9c9c9;
	float: left;
}
.section-title {
    border-bottom: 1px solid #c9c9c9;
	margin-bottom: 10px;
}
.section-title .section-left {
    float: left;
    color: #010101;
	font: bold 21px/21px 'Open Sans Condensed', Arial, sans-serif;
    text-transform: uppercase;
	margin-bottom: 5px;
}
.section-title .section-right {
    float: right;
	background: url('../img/arrow.png') no-repeat right;
	background-position: 95% 36%;
	font: bold 12px/16px Arial;
	padding-right: 13px;
	margin-top: 4px;
}
.section-title .section-right a:link,
.section-title .section-right a:visited,
.section-title .section-right a:hover {
    text-decoration: none;
	color: #3e2451; 
    text-transform: uppercase;
	font: bold 12px Arial, sans-serif;
}
.legend{
	width: 535px;
	position: relative;
	min-height: 21px;
	background: #eeeeee;
	float: left;
	padding: 5px 0 17px 15px;
}
.on-demand{
	float: left;
	margin: 7px 40px 0 3px;
}
.on-demand span{
	display: block;
	margin: -20px 20px 0 22px;
	font: bold 12px Arial, sans-serif !important;
}
.on-demand span a{
	text-decoration: none;
	color: #3e2451 !important;
	text-transform: uppercase;
	font: bold 12px Arial, sans-serif !important;
}
.wsiu-studios{
	float: left;
	margin-top: 2px;
}
.wsiu-studios span{
	display: block;
	margin: -28px 20px 0 31px;
	font: bold 12px Arial, sans-serif !important;
}
.wsiu-studios span a{
	text-decoration: none;
	color: #3e2451 !important;
	text-transform: uppercase;
	font: bold 12px Arial, sans-serif !important;
}
.web-featured{
	float: left;
	margin-top: 10px;
}
.web-featured span{
	display: block;	
	margin: -31px 20px 0 32px;
	font: bold 12px Arial, sans-serif !important;
}
.web-featured span a{
	text-decoration: none;
	color: #3e2451 !important;
	text-transform: uppercase;
	font: bold 12px Arial, sans-serif !important;
}

/*-----------Footer Styles-------------*/
.pre-footer{
	width: 100%;
	height: 97px;
	background: #000000;
	position: absolute;
	bottom: 100%;
}
.imgContainer{
	width: 960px;
	margin: 0 auto;
	margin-top: 35px;
}
.WSIU{
	float: left !important;
}
.imgContainer img{
	float: right;
	padding: 0 15px 0 15px;
	position: relative;
	z-index: 20;
}
.footer{
	background: #0f0030;
	min-height: 289px;
	width: 100%;
	border-top: 1px solid #4d2e92;
	position: absolute;
	font-size: 11px;
}
.footer-content{
	height: 260px;
	width: 960px;
	margin: 0 auto;
	position: relative;
	margin-top: 30px;
	color: #ffffff;
}
.listenLive1{
	float: right;
	margin-right: 40px;
}
.listenLive2{
	float: right;
	margin-right: 8px;
}
.listenLive1 a.listenButton,
.listenLive1 a.listenButton,
.listenButton{
    display: inline-block;
	background: url('../img/listenLive.png') no-repeat;
	cursor: pointer;
	border: none;
	width: 108px;
	height: 34px;
	color: transparent;
}
.listenLiveText{
	float: right;
	margin: 10px 10px 0 0;
	font: bold 15px Arial, sans-serif;
}
.copyright{
	width: 600px;
	height: 125px;
	float: left;
	margin-top: 20px;
}
 .copyright p{
	color: #ffffff !important;
	font-size: 11px;
} 
.copyright2{
	width: 600px;
	min-height: 125px;
	float: left;
	margin-top: 20px;
}
 .copyright2 p{
	color: #ffffff !important;
	font-size: 11px;
} 
.newsletter{
	width: 325px;
	height: 76px;
	float: right;
	margin: 20px 0 0 15px;
	font-size: 12px;
}
 .newsletter p{
	color: #ffffff !important;
	font-size: 12px;
}
.newsletterBox{
	height: 38px;
	width: 225px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border: none;
	float: left;
	text-indent: 5px;
}
.newsletterBox:focus{
	outline: none;
}
.newsletterButton{
	height: 41px;
	width: 93px;
	border: none;
	cursor: pointer;
	background: url('../img/signUp.png') no-repeat;
	margin-left: -3px;
	color: transparent;
}
.social{
	padding-top: 20px;
	float: right;
	margin-right: 15px;
}
.social2{
	padding-top: 20px;
	/*float: right;*/
	margin-right: 15px;
}
.social a{
	padding-left: 10px;
	border: none;
}
.social2 a{
	padding-left: 10px;
	border: none;
}
.powered{
	float: left;
}
.powered a{
	color: #ffffff !important;
	font-size: 12px;
	text-decoration: none;
}

.rmSlide { display:none !important;}

/*----Blank.Master Styles----*/
.page-left-wrapper{
	width: 260px;
	float: left;
	border-right: 1px solid #c9c9c9;
	min-height: 720px;
}
.page-left-title{
	width: 260px;
	height: 30px;
	margin-bottom: 3px;
	font: bold 21px 'Open Sans Condensed', Arial, sans-serif;
	text-transform: uppercase;
	text-indent: 20px;
	color: #333333;
	margin-top: 25px;
	padding-bottom:5px;
	background : url('../img/titlebg.png') repeat-x bottom;
}
.page-left-body{
	width: 260px;
	color: #333333;
	padding-top: 20px;
}
.page-right-wrapper{
	float: right;
	width: 685px;
	min-height: 720px;
}
.page-right-title{
	min-height: 30px;
	font: 21px 'Open Sans Condensed', Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
    margin: 25px 0;
	padding-bottom:5px;
	background : url('../img/titlebg.png') repeat-x bottom;
}
.page-right-body{
	margin: 0 25px 0 25px;
	height: 100%;
	color: #333333;
}
.page-right-body h1 {
	background: url("../img/titlebg.png") repeat-x scroll center bottom transparent;
	color: #333333;
	font: bold 21px 'Open Sans Condensed',Arial,sans-serif;
	margin: 25px 0;
	min-height: 30px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.page-right-body a{
	color: #3e2451;
	text-decoration: none;
    font: bold 12px/16px Arial;
}
.st-nodisplay {
    display: none;
}
div.clear { clear: both; }
div.hr {
    border-bottom: 1px solid #c9c9c9;
}
div.mostly {
    width: 100%;
    margin: 0 auto;
}
.st-wrap {
    width: 295px;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    position: relative;
    z-index: 1;
    padding: 28px 19px 21px 19px;
}
.st-wrap2 {
    width: 298px;
    position: relative;
    z-index: 1;
    padding: 10px 18px 23px 18px;
    border: 1px solid #dedede;
}
.st-header-radio div.left {
    font: normal 11px/20px Arial, sans-serif;
    color: #333333;
    float: left;
    cursor: pointer;
}
.st-header-radio div.left span.title {
    font: bold 15px/20px Arial, sans-serif;
    color: black;
}
.st-header-radio button.right {
    float: right;
    background: url('~/img/listenLive.png') no-repeat;
    border: none;
    width: 108px;
    height: 34px;
    cursor: pointer;
    text-indent: 15px;
    color: transparent;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    position: relative;
}
.st-header {
    background: #eeeeee url('../img/arrowRight.jpg') no-repeat 95% 50%;
    cursor: pointer;
	padding: 10px 0 10px 15px;
	color: #010101;
	font: bold 19px/32px 'Open Sans Condensed',Arial,sans-serif;
	text-transform: uppercase;
}
.st-header.selected {
    background: #eeeeee url('../img/arrowDown.jpg') no-repeat 95% 50%;
	cursor: pointer;
	padding: 10px 0 10px 15px;
	color: #010101;
	font: bold 19px/32px 'Open Sans Condensed',Arial,sans-serif;
	text-transform: uppercase;
}
.st-header div.left{
    font: normal 11px/20px Arial, sans-serif;
    color: #333333;
    float: left;
    cursor: pointer;
}
.st-header div.left span.title, .st-header-radio div.left span.title {
    font: bold 15px/20px Arial, sans-serif;
    color: black;
}
.st-header div.right a, .st-header-radio div.right a{
    background: url('../img/listenLive.png') no-repeat;
    border: none;
	padding: 23px 6px 0 23px;
    cursor: pointer;
    text-indent: 15px;
    color: transparent;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    float: right;
	margin: 2px -2px 0 0;
}
.st-header span.right, .st-header-radio span.right {
    float: right;
    background: url('../img/listenLive.png') no-repeat;
    border: none;
    width: 108px;
    height: 34px;
    cursor: pointer;
    text-indent: 15px;
    color: transparent;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    position: relative;
}
.st-content-wrap {
    display: none;
}
.st-content {
    font: normal 13px/24px Arial, sans-serif;
    color: #333333;
}
.st-content .st-showtitle {
    float: right;
    width: 72%;
}
.st-content .st-showtime {
    float: left;
    width: 27%;
    text-align: right;
}
.st-content .st-divider {
    color: #c9c9c9;
    padding: 0 5px;
}
.st-footer {
    font: normal 11px/20px Arial, sans-serif;
    color: #3e2451;
}
.st-footer a:visited,
.st-footer a:link {
    text-transform: uppercase;
    text-decoration: none;
    color: #3e2451;
    font-size: 12px;
    font-weight: bold;
    padding-right: 10px;
}
	
/*-----TAB STYLES-----*/
.RadTabStripTop_Default .rtsLevel .rtsLink, .RadTabStripTop_Default .rtsLevel .rtsOut, .RadTabStripBottom_Default .rtsLevel .rtsLink, .RadTabStripBottom_Default .rtsLevel .rtsOut, .RadTabStripTop_Default_Baseline .rtsLevel, .RadTabStripBottom_Default_Baseline .rtsLevel{
	background-image: url('') !important;
}
.RadTabStrip .rtsLI{
    margin-right: 6px;
}
.RadTabStripTop_Default .rtsLevel{
	margin-bottom: -2px;
	position: relative;
	z-index: 100;
}
.RadTabStripTop_Default .rtsLevel .rtsLink{
	padding: 17px 24px 12px 24px;
	font: bold 21px 'Open Sans Condensed', Arial, sans-serif;
	background-image: none !important;
	background: #e4e4e4 !important;
	box-shadow: inset 0px -26px 18px -30px #000000;
	border: 1px solid #dedede;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	color: #333333 !important;
}
.RadTabStrip .rtsUL {
	margin-top: 5px;
}
.RadTabStripTop_Default .rtsLevel .rtsOut{
	background-image: none !important;
}
.rtsLink .rtsBefore{
	background: #e4e4e4 !important;
	box-shadow: inset 0px -26px 18px -30px #000000;
	border: 1px solid #dedede;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-transform: uppercase;
	cursor: pointer;
	color: #333333 !important;
}
.RadTabStripTop_Default .rtsLI .rtsSelected {
	background: #ffffff !important;
	color: #000000 !important;
	border: 1px solid #dedede;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	box-shadow: none !important;
	text-transform: uppercase;
	border-bottom: none;
}
.RadTabStripTop_Default .rtsLI .rtsAfter{
	background: #e4e4e4 !important;
	box-shadow: inset 0px -26px 18px -30px #000000;
	border: 1px solid #dedede;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-transform: uppercase;
	cursor: pointer;
	color: #333333 !important;
}
.st-footer a span.triangle {
    font: normal 13px/20px Arial, sans-serif;
}
.st-content-padding {
    padding-bottom: 25px;
}
.st-footer-padding {
    padding-bottom: 25px;
}

/*--------- Community Page Styles ----------*/
.featured-events{
	float: left;
	margin-top: 35px;
	height: 405px;
	width: 550px;
}
.featured-events .ue-small-wrap{
	width: 250px !important;
	float: left;
	margin: 15px 55px 0 0;
}
.featured-events .ue-small-wrap:nth-child(2), .featured-events .ue-small-wrap:nth-child(4){
	margin-right: 0px !important;
}
.featured-events .ue-content{
	display: none;
}
.featured-events .ue-image-wrap2 img {
	display: block;
	width: 250px !important;
	height: 140px !important;
	max-width:none !important;
	max-height:none !important;
	}
.featured-events .ue-description a{
	padding-top: 7px;
	display: inline-block;
}
.upcoming-events{
	float: left;
	margin-top: 55px;
	height: 270px;
	width: 550px;
}
.upcoming-events .ue-small-wrap{
	margin-top: 15px;
}
.membercard{
	float: left;
	margin-top: 35px;
	width: 550px;
}
.membercard .intro{
	font-size: 13px;
	line-height: 150%;
	margin-bottom: 20px;
}
.membercard .benefit-wrap{
	min-height: 128px;
	margin-bottom: 20px;
}
.membercard-image{
	float: left;
	border: none;
	margin-right: 15px;
}
.benefit{
	min-height: 128px;
	width: 309px;
	float: right;
}
.benefit span{
	padding-bottom: 5px;
	display: block;
	margin-left: 2px;
}
.benefit h4{
	margin: 0;
	padding: 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #cccccc;
	color: #333333;
	font: bold 13px Arial;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.benefit a{
	text-decoration: none;
	color: #3e2451 !important;
	text-transform: uppercase;
	font: bold 12px Arial, sans-serif !important;
	padding-right: 10px;
	background: url('/wsiu/img/arrow.png') no-repeat right;
	margin: 0 2px 0 2px;
}
.membercard .disclaimer{
	font: italic 13px/18px Arial;
	color: #3f3f3f;
	float: left;
}
.volunteer-wrap{
	float: right;
	margin-top: 25px;
	height: 225px;
	width: 335px;
}
.volunteer{
	margin-left: -1px;
	background: url("../img/greenWrap.png") 100% 100% no-repeat;
	height: 219px;
	width: 340px;
}
.volunteer img{
	margin-left: 8px;
}
.volunteer-links span{
	float: left;
	margin: 5px 0 0 20px;
	font: bold 16px Arial;
	color: #ffffff;
}
.volunteer-links a{
	float: right;
	margin: 7px 28px 0 0;
	font: bold 12px Arial !important;
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	padding-right: 10px;
	background: url("../img/arrowWhite.png") 100% 50% no-repeat;
}
.community-logos{
	float: right;
	margin-top: 25px;
}
.community-logos area{
	outline: none;
}

/*--------- About Us Page Styles ----------*/
.about-us{
	float: left;
	margin: 25px 0 0 1px;
	min-height: 85px;
	width: 540px;
	position: relative;
}
.about-us h3 {
	Font-Family: Arial, Helvetica, sans-serif !important;
	Font-Size: 15px !important;
	Color: #333333 !important;
	Font-Style: Normal !important;
	Font-Weight: Bold !important;
	margin-top: 0px !important;
}
.about-us-editable span{
	padding-bottom: 15px;
	display: block;
}
.about-us .expandable-link {
	text-decoration: none !important;
	color: #3e2451 !important;
	text-transform: uppercase !important;
	font: bold 12px Arial, sans-serif !important;
}
.publications{
	float: left;
	margin-top: 35px;
	height: 405px;
	width: 550px;
}
.our-stations{
	float: left;
	margin-top: 25px;
	height: 230px;
	width: 550px;
}
.our-stations .disclaimer{
	margin-left: 15px;
	font: italic 13px/18px Arial;
	color: #3f3f3f;
	float: left;
}
.stations{
	margin-bottom: 20px;
	float: left;
	width: 530px;
}
.stations h4{
	margin: 0;
	padding: 0;
	float: left;
	margin: 0 20px 0 15px;
	font: bold 13px Arial;
	color: #333333;
	text-transform: uppercase;
}
.stations-left, .stations-right{
	float: left;
	width: 50%;
}
.channels{
	float: left;
}
.support-wsiu{
	height: 80px;
	padding: 30px 0 30px 10px;
	float: right;
	margin-top: 25px;
	width: 325px;
}
.support-wsiu a{
	color: #ffffff !important;
	font: bold 26px 'Open Sans Condensed', Arial, sans-serif !important;
	text-transform: uppercase !important;
	text-decoration: none !important;
	background: url("../img/supportWSIU.png") no-repeat;
	padding: 20px 81px 22px 81px;
	display: block;
}
.statements{
	width: 335px;	
	position: relative;
	float: right;
	margin-top: 25px;
	font-size: 13px;
	line-height: 150%;
}

/*------ Education Master -----*/
.childrens-programming{
	width: 560px;
	float: left;
	margin-top: 25px;
}
.teaching{
	width: 560px;
	float: left;
	margin-top: 25px;
}
.testimonials{
	width: 335px;
	float: right;
	margin-top: 25px;
}
.education-events{
	width: 335px;
	float: right;
	margin-top: 25px;
}

/*** calendar  */
.dvCategory { text-align:right; margin-bottom:20px;}


/************** tv/radio/education/archive pods css *****************************/
.tvpods
    {
    	margin:10px 0px;    	
    }
    
    .tvpods .title 
    {
    	border-bottom:solid 1px #c9c9c9;
    	margin-bottom:1px;        	
    }
    
    .tvpods .showitem 
    {
    	border-top:solid 1px #C9c9c9;
    	padding-top:20px;
    }
    
    .tvpods .main_title { color:#010101; font:20px/20px Arial;}
    .tvpods .right-nav { float:right; background: url(../img/arrow.png) no-repeat right; padding-right:16px; 
                 color:#3e2451; font:bold 12px/16px Arial;
                 }
    .tvpods .showimg {position:relative;}
    
    .tvpods .showtitle { color:#3e2451; font:bold 13px/18px Arial;padding-top:10px; padding-bottom:10px; text-align:left;}
    
    .tvpods .showimg .img { max-width:260px; min-width:260px; min-height:160px; max-height:160px; padding:2px; border:1px solid #cccccc !important;}
	.tvpods .showtitle a { text-decoration:none;  color:#3e2451; font:bold 13px/18px Arial;padding-top:10px; padding-bottom:10px; text-align:left;}	
    
    .tvpods .ondemand {float:right; padding-right:18px; background: url(../img/ondemand.png) no-repeat right;}
    
    .tvpods .ondemand a { text-decoration:none;color:#3e2451; font: 13px/18px Arial;}
    
    .tvpods .firstcol { width:260px; margin-bottom:10px; }
    .tvpods .seccol {width:260px;margin-bottom:10px; }
    
    .tvpods .ribbonleft {width:24px; height:29px; position:relative;left:230px;background: url(../img/redribbon.png) no-repeat;
              margin-bottom:-29px;}
              
    .tvpods .ribbonright {width:24px; height:29px; position:relative;left:-6px;background: url(../img/redribbon.png) no-repeat;
              margin-bottom:-29px;}
              
    .tvpods .title a 
    {
    	text-decoration:none; color:#010101;
    }

  /*---DFP ADDITIONAL CODE--*/
  
  .dfp-home1{width: 335px; box-sizing: border-box; display: block; clear: both;}
  .dfp-home2{width: 335px; box-sizing: border-box; display: block; clear: both;}
  .dfp-edu{width: 550px; box-sizing: border-box; display: block; clear: both;}  

  .dfp-home1 iframe, .dfp-home2 iframe, .dfp-edu iframe{border: medium none;}

	/*--Added on 06/02/17--*/		
	#mask {
	  position: absolute;
	  left: 0;
	  top: 0;
	  z-index: 9000;
	  background-color: #000;
	  display: none;
	}

	.page-popup .window {

	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 740px;
	  height: 490px;
	  display: none;
	  z-index: 9999;
	  padding: 20px;
	  box-sizing: border-box;
	  border-radius: 15px;
	  text-align: center;
	}

	.page-popup #dialog {

	  width: 740px;
	  height: 490px;
	  padding: 20px;
	  background-color: #ffffff;
	  font-family: 'Segoe UI Light', sans-serif;
	  font-size: 15pt;
	}

	.close{
		position: absolute;
		left: 96%;
		bottom: 96%;
	}

	.close img{width: 50px; height: 50px;}
