/* DEFAULT PROGRAM STYLESHEET */
/* THE WRITER'S ALMANAC */
		
/* change background color/add background image to control page background area */
body.programBody {
	background: #eee;
	margin: 0;
	padding: 0;
}

/* REQUIRED */
/* change background image */
table#PHCSearch {
	width: 769px;
	height: 30px;
	background: url(../../images/apm001/search_bg_twa.gif);
margin-bottom:-1px;
}

/* REQUIRED */
/* change color to control search box label text color */
table#PHCSearch label#programSearchLabel {
	color: #FFF;
}

/* REQUIRED if using default program banner */
/* change background color/add background image to control program banner background area */		
table#programBanner {
	width: 769px;
	height: 84px;
	background: #1A9497;
}		

/* REQUIRED if using default program banner */
/* do not change */
table#programBanner td#programWordmark {
	width: 421px;
	height: 84px;
}			

/* REQUIRED if using default program banner */
table#programBanner td#programNav {
	width: 258px;
	height: 84px;
}

/* REQUIRED if using default program banner */
table#programNav {
	width: 258px;
}

/* REQUIRED if using default program banner */
table#programNav td {
	width: 86px;
}

/* REQUIRED if using default program banner */
td.programNavList ul {			
	margin: 0;
	padding: 0;
}

/* REQUIRED if using default program banner */
td.programNavList li {	
	line-height: 14px;
	list-style-type: none;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
}

/* REQUIRED if using default program banner */
/* change color/add link attributes to control display of nav links */	
td.programNavList a {			
	color: #fff;
}

/* REQUIRED if using default program banner */
/* do not change */
img#programWordmark {
	padding: 4px 0 0 12px;
	border: 0;
}

/* change background color/add background image to program page area background */
div#programPageArea {
background:#E4E0DC;
width:758px;
padding:5px;

}

#apmContainer {
	
}

/*used by Google Maps*/
#loading {
    position: absolute;
    color:#000000;
    text-align: center;
    padding: 2em;
    border: 1px solid #0c4b6e;
    background-color: #ede9e4;
    z-index: 100;
    opacity: .85;
    filter: alpha(opacity=85);
    width:250px;
    left: 190px;
	top: 240px;
}
#map {
	border: 1px solid #000000;
	width: 450px;
	height: 300px;
	margin: 0 10px 0 0;
}
.overlaySize {
	width:220px;
	min-height:80px;
}
.overlayText {
	font-size:13px;
	padding:0;
}
.overlayTextSmall {
	font-size:12px;
	padding:0;
}
#mapTable {
	xwidth:725px;
	margin: 12px 10px;
}
#mapTable tr {
	vertical-align:top;
}
