@charset "UTF-8";
/* CSS Document */

body {
	background-color: #faf8f2;
	background: url(../../images/cancer/experienceCenter/bandbg.jpg);
	background-repeat: repeat-x;
	background-position: 0 top;
}

div#container {
	margin:0 auto;
	padding:0;
}

div#maincontent {
	background: none;
}

	
	/* -- BACKGROUND [HOME] -- */
		
		.container {
			background:url(../../images/cancer/experienceCenter/centerbg.jpg) no-repeat;
			background-position: -1px 5px;
		}
		
	/* -- BACKGROUND [SUB] -- */
	
		.container.subpage {
			background:url(../../images/cancer/experienceCenter/subbg.jpg) no-repeat;
			background-position: -1px 5px;
		}
		
	/* -- BACKGROUND [FAQ] -- */
	
		.subFAQ {
			background:url(../../images/cancer/experienceCenter/faq/faq_bg.jpg) no-repeat;
			background-position: -1px 5px;
		}
		
	/* -- -- */
	
	

div#maincontent #ECleft h3 {
/*	background:url(../../images/cancer/experienceCenter/title_bg.jpg) no-repeat;*/
	background:url(../../images/cancer/experienceCenter/headline_bg.png) no-repeat -1px;
	width:300px;
}

div#maincontent #ECleft p {
	width:240px;
	color:#FFF;
}

#monthlyTopic h3 {
	color: #992317;
}

#ss h3.header {
	border-bottom: 1px dotted white;
	padding:0 0 5px 0;
	overflow: hidden;
	text-indent: -9999px;
	background-position: -5px 0;
	margin:0 0 10px 0;
	
	
	background:url(../../images/cancer/experienceCenter/successStories.png) no-repeat;
	width:185px;
	height:30px;
}

	/* --- NAV IMAGE [HOME] --- */
		
		ul.subnav li a {
			text-indent: -9999px;
			overflow:hidden;
		}

		ul.subnav li a#experience {
			background: url('../../images/cancer/experienceCenter/nav/experienceCenter.jpg') no-repeat;
			height:32px;
			width:148px;
		}
		
		ul.subnav li a#about {
			background: url('../../images/cancer/experienceCenter/nav/about.jpg') no-repeat;
			height:32px;
			width:198px;
		}
		
		ul.subnav li a#education {
			background: url('../../images/cancer/experienceCenter/nav/education.jpg') no-repeat;
			height:32px;
			width:99px;
		}
		
		ul.subnav li a#services {
			background: url('../../images/cancer/experienceCenter/nav/services.jpg') no-repeat;
			height:32px;
			width:116px;
		}
		
		ul.subnav li a#experience:hover, ul.subnav li a#experience.active {
			background: url('../../images/cancer/experienceCenter/nav/experienceCenter_over.jpg') no-repeat;
		}
		
		ul.subnav li a#about:hover {
			background: url('../../images/cancer/experienceCenter/nav/about_over.jpg') no-repeat;
		}
		
		ul.subnav li a#education:hover {
			background: url('../../images/cancer/experienceCenter/nav/education_over.jpg') no-repeat;
		}
		
		ul.subnav li a#services:hover {
			background: url('../../images/cancer/experienceCenter/nav/services_over.jpg') no-repeat;
		}
	
	/* --- NAV IMAGE [SUB] --- */
	
		.subFAQ ul.subnav li a#experience {
			background: url('../../images/cancer/experienceCenter/nav/experienceCenter_sub.jpg') no-repeat;
			height:32px;
			width:148px;
		}
		
		.subFAQ ul.subnav li a#about {
			background: url('../../images/cancer/experienceCenter/nav/about_sub.jpg') no-repeat;
			height:32px;
			width:198px;
		}
		
		.subFAQ ul.subnav li a#education {
			background: url('../../images/cancer/experienceCenter/nav/education_sub.jpg') no-repeat;
			height:32px;
			width:99px;
		}
		
		.subFAQ ul.subnav li a#services {
			background: url('../../images/cancer/experienceCenter/nav/services_sub.jpg') no-repeat;
			height:32px;
			width:116px;
		}
		
		.subFAQ ul.subnav li a#experience:hover, .subFAQ ul.subnav li a#experience.active {
			background: url('../../images/cancer/experienceCenter/nav/experienceCenter_sub_over.jpg') no-repeat;
		}
		
		.subFAQ ul.subnav li a#about:hover {
			background: url('../../images/cancer/experienceCenter/nav/about_sub_over.jpg') no-repeat;
		}
		
		.subFAQ ul.subnav li a#education:hover {
			background: url('../../images/cancer/experienceCenter/nav/education_sub_over.jpg') no-repeat;
		}
		
		.subFAQ ul.subnav li a#services:hover {
			background: url('../../images/cancer/experienceCenter/nav/services_sub_over.jpg') no-repeat;
		}
	

#video {
	color:#15659F;
	background-color:#ECB676;
}

/*---- leftlinks ----*/

#leftlinks {
	width:230px;
	margin-top:10px;
	overflow:visible;
}

#leftlinks a {
	text-indent: -9999px;
	display:block;
	float:left;
	margin-bottom: 4px;
}

#leftlinks #physicianQA_btn {
	background:url('../../images/physQA_full.png') no-repeat;
	width:100%;
	height: 75px;
}

#leftlinks #cancerNavigator_btn {
	margin-top: 13px;
	background:url('../../images/cancer/experienceCenter/leftlinks/cancer_navigator.jpg') no-repeat;
	width:100%;
	height: 95px;
}

#leftlinks #virtualTour_btn {
	background:url('../../images/cancer/experienceCenter/leftlinks/tour_full2.png') no-repeat;
	width:100%;
	height:130px;
}

#leftlinks #physicianQA_btn:hover {
	/*background:url('../../images/cancer/experienceCenter/leftlinks/physicianQA_btn_over.png') no-repeat;*/
	background-position: 0 -75px;
}

#leftlinks #cancerNavigator_btn:hover {
	/*background:url('../../images/cancer/experienceCenter/leftlinks/physicianQA_btn_over.png') no-repeat;*/
	background-position: 0 -96px;
}

#leftlinks #virtualTour_btn:hover {
	/*background:url('../../images/cancer/experienceCenter/leftlinks/virtualTour_btn_over.png') no-repeat;*/
	background-position: 0 -139px;
}

/*----	monthlyTopic ----*/

	#content_ctr { 
		margin-top:10px;
	}

	.top_cap {
		background:url('../../images/cancer/experienceCenter/monthlyTopic/top_cap_bg.jpg') no-repeat;
		height:54px;
		width:806px;
	}
	
	.content_body {
		background:url('../../images/cancer/experienceCenter/monthlyTopic/body_bandbg.jpg') repeat-y;
		width:806px;
	}
	
	.body_interior {
		background:url('../../images/cancer/experienceCenter/monthlyTopic/body_bg.jpg') no-repeat;
		height:486px;
		width:806px;
		padding:20px;
	}
	
	.bottom_cap {
		background:url('../../images/cancer/experienceCenter/monthlyTopic/bottom_cap_bg.jpg') no-repeat;
		height:37px;
		width:806px;
	}

/*---- sIFR ---*/

.sIFR-flash {
  visibility: visible !important;
  margin: 0;
  padding: 0;
}

.sIFR-replaced, .sIFR-ignore {
  visibility: visible !important;
}

.sIFR-alternate {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}

.sIFR-replaced div.sIFR-fixfocus {
  margin: 0pt; 
  padding: 0pt; 
  overflow: auto; 
  letter-spacing: 0px; 
  float: none;
}
.sIFR-active #ss h3 {
  color: #FFFFFF;
  visibility: hidden;
  font-family: Georgia;
  line-height: 1em;
  font-size: 21px;
  font-style: italic;
  margin:0;
  padding:0;
  font-weight:bold;
}
.sIFR-active #ECleft p {
  color: #CCCCCC;
  visibility: hidden;
  font-family: Georgia;
  line-height: 1em;
  font-size: 12px;
  margin:0;
  padding:0;
  padding-right:30px;
  font-weight:bold;
 }