/* DEFAULT a href="images/ STYLESHEET */
/* THE SPLENDID TABLE */
		
/* 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: #D81F2A;
}

/* REQUIRED */
/* change color to control search box label text color */
td#programSearchBackground 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: 770px;
	height: 84px;
	background: #D81F2A url(/standard/images/apm001/bg_banner.jpg);
}		

/* REQUIRED if using default program banner */
/* do not change */
table#programBanner td#programWordmark {
	width: 512px;
	height: 84px;
}			

/* REQUIRED if using default program banner */
table#programBanner td#programNav {
	width: 258px;
	height: 84px;
}

/* REQUIRED if using default program banner */
table#programBanner td#programNavTD {
	width: 258px;
	height: 84px;
}

/* REQUIRED if using default program banner */
table#programNav {
	width: 268px;
}

/* REQUIRED if using default program banner */
table.programNav td {
	padding-right: 16px;
}

/* 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: #FFFFFF;
}

/* REQUIRED if using default program banner */
/* change color/add link attributes to control display of nav links */	
td.programNavListRight a {			
	color: #FFFFFF;
}

/* REQUIRED if using default program banner */
/* do not change */
img#programWordmark {
	padding: 12px 0 0 130px;
	border: 0;
}

/* REQUIRED if using default program banner */
/* do not change */
img.targetLogo {
	padding: 0 0 0 155px;
	border: 0;
}

/* change background color/add background image to program page area background */
div#programPageArea {
	background: #fff;
}

@media print {
	#apmNADiv { display: none !important; visibility: hidden; }
	#apmAdsDiv { display: none !important; visibility: hidden; }
	#apmGlobalNav { display: none !important; visibility: hidden; }
	#apmDropdown { display: none !important; visibility: hidden; }
	#apmSearch { display: none !important; visibility: hidden; }
	#interior_sidebar { display: none !important; visibility: hidden; }
	#programNav { display: none !important; visibility: hidden; }
	#apmFooterText { display: none !important; visibility: hidden; }
	#apmFooterDots { display: none !important; visibility: hidden; }
	.targetLogo { display: none !important; visibility: hidden; }
	#programPageArea #interior_wrapper { text-align: left; background-color: #fff; background-image: none; padding: 0px; margin: 0px; width: 90%; }
	#programPageArea #interior_container { text-align: left; background-color: #fff; background-image: none; padding: 0px; margin: 0px; width: 90%; }
	#programPageArea #interior_content { text-align: left; background-color: #fff; background-image: none; padding: 0px; margin: 0px; width: 90%; }
	#contentFooter { display: none !important; visibility: hidden; }
	center { text-align: left; }
	p { text-align: left; }
	body.programBody { background-color: #fff; width: 90%; }
}

/*used by Google Maps*/
#loading {
    position: absolute;
    color:#000000;
    text-align: center;
    padding: 2em;
    border: 1px solid #d81f2a;
    background-color: #f3bbbf;
    z-index: 100;
    opacity: .85;
    filter: alpha(opacity=85);
    width:250px;
    left: 140px;
	top: 200px;
}
#map {
	border: 1px solid #000000;
	width: 440px;
	height: 300px;
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.overlaySize {
	width:220px;
	min-height:80px;
}
.overlayText {
	font-size:12px;
	padding:0;
}
