/* DEFAULT PROGRAM STYLESHEET */
/* SPEAKING OF FAITH */
		
/* change background color/add background image to control page background area 
body.programBody {
	background: #eee;
	margin: 0;
	padding: 0;
}*/

/* REQUIRED */
/* change background color/add background image to control search box background area */
table#programSearch td#programSearchBackground {
	background: #81ADB5;
}

/* REQUIRED */
/* change color to control search box label text color */
td#programSearchBackground label#programSearchLabel {
	color: #fff;
}

/* REQUIRED if using default search banner */
/* change background color/add background image to control program banner background area */		
table#programBanner {
	width: 770px;
	height: 84px;
	}
	
/* REQUIRED if using default search banner */
/* do not change */
table#programBanner td#programWordmark {
	width: 500px;
	height: 84px;
}			

/* REQUIRED if using default search banner */
table#programBanner td#programNav {
	width: 250px;
	height: 84px;
}

/* REQUIRED if using default search banner */
table#programNav {
	width: 250px;
}

/* REQUIRED if using default search banner */
table#programNav td {
	width: 70px;
	vertical-align: top;
}

/* REQUIRED if using default search banner */
td.programNavList ul {			
	margin: 0;
	padding: 0;
}

/* REQUIRED if using default search banner */
td.programNavList li {	
	line-height: 14px;
	list-style-type: none;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

/* REQUIRED if using default search banner */
/* change color/add link attributes to control display of nav links */	
td.programNavList a {			
	color: #fff;
	font-weight: normal;
}

/* REQUIRED if using default search banner */
/* change color/add link attributes to control display of nav links */	
ul#programNavList a {			
	color: #fff;
	font-weight: normal;
}

/* REQUIRED if using default search banner */
/* change color/add link attributes to control display of nav links */	
ul#programNavList a:hover {			
	color: #fff;
	font-weight: normal;
}

/* REQUIRED if using default search banner */
/* do not change */


div#logo {
	margin: 4px 0 0 105px;
	width: 293px;
	height: 45px;
}

div#logo a {
	display: block;
	width: 293px;
	height: 45px;
	background: transparent;
	overflow: hidden;
	text-indent: -9999px;
} 

html>body div#logo {
	vertical-align:top;
	background: transparent url(/standard/images/apm001/wordmark_sof-tag.png) top left no-repeat;
}
		
* html div#logo {
	vertical-align:top;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/standard/images/apm001/wordmark_sof-tag.png',sizingMethod='scale');
}


/* change background color/add background image to program page area background */
div#programPageArea {
	background: #fff;
}

div#container {
	width: 820px;
	background: url(/images/bg-shadow.jpg) repeat-y;
	background-position: center;
	display:block;
	}
