/* 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;
	background: #81ADB5;
}		

/* 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 */
img#programWordmark {
	padding: 0px 0 0 105px;
	border: 0;
}

/* change background color/add background image to program page area background */
div#programPageArea {
	background: #fff;
}

/*used by Google Maps*/
#loading {
    position: absolute;
    color:#000000;
    padding: 2em;
    border: 1px solid #81ADB5;
    background-color: #CCC;
    z-index: 100;
    opacity: .85;
    filter: alpha(opacity=85);
    width:230px;
    top:400px;
    left:200px;
}

#loadingMessage {
	margin: 0 0 0 60px;
}

#map {
	border: 1px solid #000000;
	float:left;
	width: 550px;
	height: 300px;
	padding: 0 0 0 10px; 
}
.left {
	float:left;
}
.right {
	float:right;
	width: 190px;
}
.clear {
	clear:both;
}
.overlaySize {
	width:220px;
	min-height:80px;
}
.overlayText {
	font-size:13px;
	padding:0;
}
#mapContainer {
	width:760px;
	padding: 10px 10px 0 0;
}
 
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');
}
/*
html>body div#logo {
	vertical-align:top;
	background: url(/standard/images/apm001/wordmark_sof-tag.png) no-repeat;
	margin: 4px 0 0 105px;
	width: 293px;
	height: 45px;
}
		
* html div#logo {
	vertical-align:top;	
	margin: 4px 0 0 105px;
	width: 293px;
	height: 45px;
	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;
	}
