.main
{
	/*border: 2px solid black;*/
	
	margin: 0% 0% 0% 5%;
	width: 728px;
	height: 200px;
}
p
{
	font-family: verdana;
	font-size: .8em;
	
}
hr
{
	border: 1px solid black;	
}

.sanm_banner
{
	background-image: url('images/top_banner_bg.gif');
}

.listen
{
	background-image: url('images/topbluefade.gif');
	background-repeat: repeat-x;
}

/* Style for Navigation Tabs */
#tabs
{
	//background-color: #f26522;
}

#tabs ul {
	margin-top: 0;
	margin-left: 0;
	padding-left: 0;
	display: inline;			
	} 

#tabs li {
	float:left;
	margin-top:0;
	margin-left: 13px;
	margin-bottom: 0;
	background: url("images/tab_right.gif") no-repeat right top;
	list-style: none;
	font-family: Arial;
	font-weight: bold;
	font-size: 11pt;
	color: #fff;
}
	
#tabs a
{
	display: block;
	background:url("images/tab_left.gif") no-repeat left top;
	text-decoration: none;
	padding:5px 9px 5px 9px;
	color: #fff;
}

#tabs #current {
	background-image: url('images/tab_current_right.gif');
}

#tabs #current a {
	background-image: url('images/tab_current_left.gif');
}

/* Style for Content */
#sanm_content_full
{
	text-align: left;
	margin-top: 15px;
	padding: 5px;
	padding-right: 50px;
}

#sanm_content_left
{
	text-align: left;
	float: left;
	margin-top: 15px;
	padding: 5px;
	padding-right: 50px;
	width:56%;
}

#sanm_content_ads
{
	float: left;
}

#sanm_content_left h1, #sanm_content_full h1
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #F26522;
	margin: 0px;
	margin-bottom: 5px;
}

#sanm_content_left .title
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bolder;
	color: #971B1E;
}		


#sanm_content_left, #sanm_content_right, .text
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: normal;
	color: #393737;
}
		
#sanm_content_right
{
	float: left;
	text-align: left;
	margin-top: 15px;
	padding: 5px;
}

#sanm_content_right h1
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #273953;
	margin: 0px;
	margin-bottom: 2px;
}

#sanm_content_right .title
{
	font-family: Arial;
	font-size: 14pt;
	font-weight: bolder;
	color: #273953;
}				

#sanm_content_right .subtitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bolder;
	color: #F26522;
}

#listen .title
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bolder;
	color: #273953;
}				

#listen .subtitle
{
	font-family: Arial;
	font-size: 12pt;
	font-weight: bolder;
	color: #F26522;
}

#listen .smalltext
{
	font-family: Arial;
	font-size: 8pt;
	font-weight: bolder;
	color: #273953;
}				
				
.program
{
	margin-top: 10px;
	font-family: Arial;
	font-size: 10pt;
	color: #273953;
}

.program_header
{
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
}

.program_time
{
	font-family: Arial;
	font-size: 14px;
	font-weight:bold;
	color: #393737;
	width: 100px;
}
.program td
{
	padding:5px;
	border-bottom: 1px solid #ccc;
}

.listen_title
{
	font-family: Arial;
	font-size: 13pt;
	font-weight: bold;
	color: #273953;
	width: 240px;		
}

.listen_text
{
	font-family: Arial;
	font-size: 10pt;
	font-weight: bold;
	color: #4683C4;
	width: 240px;		
}

.listen_text img
{
	padding-bottom:10px;
}

/* Styles for the forms */
label
{
	width: 5em;
	float: left;
	text-align: left;
	margin-right: 0.5em;
	display: block;
}
input
{
	border: 1px solid #ccc;
	font-size:9pt;
	width: 15em;
}

.submit input
{
	margin-left: 5.4em;
	width: 7em;
}


