body {
	margin:0;
	padding:0;
	background-image: url(/images/bg_repeat.jpg);
	background-repeat: repeat-x;
}

ul {
	margin-left:0px;
	padding-left:15px;
}

li {
	list-style-type:square;
}

#podcast {
	padding-top:15px;
}

#podcast ul {
	margin-left:0px;
	margin-top:-5px;
}

#podcast li {
	list-style-type:none;
	background-image:url(images/rss.jpg);
    background-repeat:no-repeat;
    background-position: 0 2px;
    padding-left:15px;
}
.inactive {
	margin-left:-10px;
	list-style:none;
}

.active {
	margin-left:-10px;
	list-style:url(images/arrow_03.gif);
}

.indent {
	margin-left:35px;
}

strong {
	font-size:14px;
}

/*   .poweredby    */
.poweredby  {
	text-decoration: none;
	COLOR: #999999;
	font-family: "Lucida Sans";
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
.poweredby A:link, .poweredby A:visited, .poweredby A:active {
	text-decoration: none;
	COLOR: #999999;
	font-family: "Lucida Sans";
	font-size: 11px;
	font-weight: normal;
	line-height: 14px;
}
.poweredby A:hover   {
	text-decoration: underline;
	COLOR: #CCCCCC;
	font-family: "Lucida Sans";
	font-size: 11px;
	font-weight: normal;	
}
/*   end link    */
.index_art   {
	background-image: url(/images/crossroads.jpg);
	background-repeat: no-repeat;
}

/*   glossymenu    */
/*   glossymenu    */
/*   glossymenu    */
.glossymenu{
margin: 0;
padding: 0;
width: 200px; /*width of menu*/
border: 0;
border-bottom-width: 0;
}

.glossymenu a.menuitem{
	background: black url(/images/glossyback.gif) repeat-x bottom left;
	font: bold 15px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	color: #DCE596;
	display: block;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	width: auto;
	padding: 4px 0;
	padding-left: 10px;
	text-decoration: none;
	text-align: left;
}


.glossymenu a.menuitem:visited, .glossymenu .menuitem:active{
color: white;
}

.glossymenu a.menuitem .statusicon{ /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 5px;
right: 5px;
border: none;
}

.glossymenu a.menuitem:hover{
	background-image: url(/images/glossyback2.gif);
	background-color: #000000;
}

.glossymenu div.submenu{ /*DIV that contains each sub menu*/
	background: white;
	text-align: left;
}

.glossymenu div.submenu ul{ /*UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.glossymenu div.submenu ul li{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.glossymenu div.submenu ul li a{
display: block;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: black;
text-decoration: none;
padding: 2px 0;
padding-left: 10px;
}

.glossymenu div.submenu ul li a:hover{
background: #DFDCCB;
colorz: white;
}
/*   glossymenu    */
/*   glossymenu    */
/*   glossymenu    */

.link_black_default A:link, .link_black_default A:active, .link_black_default A:visited {
text-decoration: none;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
} 
.link_black_default A:hover   { 
text-decoration:  underline;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
}

A:link {text-decoration: underline; color:#000000}
A:visited {text-decoration: underline; color:#000000}
A:active {text-decoration: underline; color:#000000}
A:hover {text-decoration: none; color:#000000}

.flash_object{
z-index:2;
}

.page_title{
	text-decoration: none;
	color: #000000;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 25px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 
.subtitle{
	text-decoration: none;
	color: #666666;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 20px;
} 
.black_default{
text-decoration: none;
font: normal 13px "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
color: #000000;
}  
.white_default{
	text-decoration: none;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
} 

/*   Podcast Playlist  */
.playlist-nav {
	background-color:#464646;
	width:462px;
	height:20px;
	text-align:right;
	padding:7px 10px 7px 0px;
	border:#999999 4px solid;
}

.playlist-nav a {
	text-decoration:none;
	color:#ffffff;
}

.playlist-nav a:hover {
	text-decoration:underline;
}

#playlist-record {
	width:452px;
	padding:10px;
	background-color:#464646;
	color:#FFF;
}
.active-record {
	border:#66cc00 4px solid;
}
.inactive-record {
	border:#999999 4px solid;
}
.inactive-record:hover {
border-color:#66cc00;
}
#playlist-image {
	width:105px;
	padding-right:10px;
	float:left;
}
#playlist-info {
	width:347px;
    margin-left:115px;
    margin-bottom:10px;
	font-size:11px;
}

#playlist-info img {
	border:none;
	padding-top:5px;
	padding-right:5px;
}



.footer_subtitles{
	text-decoration: none;
	color: #DDE497;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: bold;
	font-weight: bold;
	font-variant: normal;
}  
.footer_sitemap {
	margin-top:100px;
}
#sitemap a {
	color:#ffffff;
	text-decoration:none;
}
#sitemap a:visited {
	color:#ffffff;
	text-decoration:none;
}
#sitemap a:active {
	color:#ffffff;
	text-decoration:none;
}
#sitemap a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.service_time 
 {
	font-family:tahoma;
	font-size:14px;
	color:#7F8A24
} 
.sertime_footer
 {
	font-family:tahoma;
	font-size:14px;
	color:#DDE497;
	font-weight: normal;
} 

.event_date
 {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#666666;
	font-weight: bold;
	margin-top: 6px;
	margin-bottom: 6px;
	line-height:0px;
} 
.event_title
 {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:20px;
	color:#9FBF30;
	font-weight: bold;
} 
.event_description
 {
	font-family:"Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size:14px;
	color:#9FBF30;
	font-weight: bold;
} 
