/*used by the CMS masthead on /radio/services/cms/ & /radio/services/cms/songs_played/
added by Rebecca Cioni, 08/20/2008*/
#cms_masthead {
	float: left; 
	background: url(/radio/services/cms/images/hdr_title_radio_cms_bg2.jpg) no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;	
	width: 756px;
}
#cms_masthead a {
	color: #fff;
}
#cms_masthead a img {
	border:0;
}
#cms_masthead h3.header {
	margin-bottom: -1px;
}
#cms_masthead div.clearout {
	clear: both;
}
#cms_masthead #logo {
	float: left;
	padding: 34px 0 0 15px;
	margin:0;
}
#cms_masthead ul {
	display:inline;
	font-family: 'Trebuchet MS', trebuchet, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin:0 0 0 6px; 
	padding: 0;
}
#cms_masthead li {
	display:inline; 
	margin: 0 0 0 14px; 
	padding: 0;
}
#cms_masthead #listen_container {	 
	float: right;
}
#cms_masthead #listen_container #now_playing_container {
	background: #597a20; 
	height: 105px;
	width: 502px;
}
#cms_masthead #listen_container #now_playing_container #on_air {
	float:left; 
	padding: 18px 0 0 18px; 
	width:150px;	
	line-height: 1.3em;
}
#cms_masthead #listen_container #now_playing_container #now_playing {
	float: right; 
	padding:18px 18px 0 0; 
	width: 300px;
	line-height: 1.3em;
}
#cms_masthead #listen_container #listen { 
	background:url(/radio/services/cms/images/bg_listen.gif);
}
#cms_masthead #listen_container #listen img { 
	margin:-14px 0 0 12px;
}
#cms_masthead #nav {
	margin: 10px 0;
}