@charset "utf-8";
/* CSS Document */


#TopSearch {
    padding-top: 35px !important;
}
body{
	background:none !important;
	margin:auto;

}
#column{
	border-left:solid 1px #fff;
	border-right:solid 1px #fff;
}
a {
	text-decoration:none;
}

a:link, a:visited, a:active {
		color:#660033;
}

a:hover {
	color: #000;
}

a img { 
	border:none;
}



#superheader{
	/*managed by um commons*/
}

#subheader{
	margin-top:-8px;
	font-stretch:condensed;
	letter-spacing:.1em;
	
}
#logo{
	margin-left:0px;
	width:230px;
	float:left;
	
}
#title{
	font-size:0px;
	display:none;

}
#headliner{
	float:right;
	width:710px;
	text-align:right;
	height:146px;

}
#headline{
	height:120px;
}
#search{
	float:right;
	position:relative;
	padding: 5px 10px 0 0;
	text-transform:uppercase;
}
#search h5 a{
	text-decoration:none !important;
}
#subscribe{
	float:right;
	text-align:center;
	background:#000;
	color:#FFF !important;
	height:22px;
	text-transform:uppercase;
	padding:5px 10px 0 10px;
	margin:0 -5px 0 0;
	width:auto;
}
#mbq{
	color:#C90;
}

#body_container{
	margin:10px auto 20px auto;
}

.title {
	margin-bottom:5px;
	color:#660033;
	font-size:28px;
}

.subtitle{
	margin-top:15px;
	text-transform:uppercase;
	color: #000;
	text-decoration: none !important;
	
}

#main_content{
	float:left;
	text-align:left;
	
}

#side_bar{
	float:right;
	text-align:left;
	margin-bottom:20px;
}


#podcast {
	min-height:100px;
	padding:10px;
	background:#333;
	color:#fff;
	width:255px;

}
#podcast a {
	color:#fff;
}

#news{
	margin: 10px 0 5px 0;
	height:200px;

}
#news .story{
	margin: 5px 5px 5px 15px;
	height: 50px;
}

.programDescriptions p {
	color:#660033;
	margin-bottom:15px;
}

.programDescriptions {
	height:100%;
}


#footer{
	background:#CCC;
	min-height:50px;
	border-top:3px solid #666;
}

#footerFIR{
	background:#CCC;
	min-height:50px;
	border-top:3px solid #666;
}

.wrapped {
	float:left;
	padding-right:20px;
	padding-bottom:0px;
}

.socialIcon {
	margin:10px;
	width:30px; 
	height:30px; 
	display:block;
	float:right;
	
}

.orange_text{
	color:#cc9900;
}

/* Tables  
-----------------------------------------------------------------------------*/ 

table {
	font-size:13px;
	border-width: 0px;
	border-collapse: collapse;
}
 th {
	border-width: 0px;
	padding: 5px;
}
td, tr {
	border-width: 0px;
	padding: 5px;
	
}

table.bordered, table.bordered td  {
    border: solid 1px #333333;
	border-collapse:collapse;
}