/* CSS Document */


	
/*  ===================================================  
 	===================================================  
	
	Description: Indiana Regional Medical Center structure style sheet 
	Author: Sean Kabanuk
	Release date: 06/30/09
	Designer approved: Sean Kabanuk
	Date approved: 04/27/09
	Revision History:	Revised By		Revised On:
						Sean Kabanuk	08/12/09  
						
  	=================================================== 
  	===================================================  */

body {	
	background: url(../images/pageBackground.jpg) top left repeat-x;
	margin: 0px;
	}
	
#globalContainer {
	position: relative; /* declaration required for absolutely positioned fast finder */
	width: 1010px;
	margin-left: auto;
	margin-right: auto;	
	background: #fff url(../images/dropshadowBackground.jpg) top left no-repeat;
	} /* Required for auto left and right margin */
	
#globalContentContainer {
	margin-left: 15px;
	margin-top: 36px;
	width: 979px;
	min-height: 800px;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
	border-top: 1px solid #959595;
	} /* Main container for the website */
	
	#globalContentContainerHome {
		margin-left: 15px;
		background-color: #fff;
		width: 980px;
		border-left: none;
		border-right: none;
		border-top: none;
	} /* Main container for the website */
		

/*  ===================================================  */
/*  DEFINES TOP BANNER */
/*  ===================================================  */

#clientLogo {
	margin: 20px 0px 20px 15px;
	}
		
#fastFinder {
	position: absolute;
	z-index: 300;
	width: 350px;
	top: 95px;
	left: 15px;
	}
	
/* Defines ER wait time feature */

#ERWaitTimeFeatureContainer {
	position: absolute;
	top: 20px;
	left: 790px;
	height: 27px;
	border: 1px solid #959595;
	background: #3ca61e url(../images/erWaitTimeBckgrnd.jpg) top left no-repeat;
	}
	
	#ERWaitTimeIntroContainer {
		float: left;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		margin: 4px 5px 0px 10px;
		} /* Font is on container div to be consistent with requirements from txt generated by script. */

#ERWaitTimeContainer {
	float: left;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin: 4px 5px 0px 15px;
	} /* Font is on container div becuase script deletes any tags applied directly to content i.e. <p> or <span> */
	
	#ERWaitTimeUnitContainer {
		float: left;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 14px;
		color: #fff;
		font-weight: bold;
		margin: 4px 10px 0px 0px;
		} /* Font is on container div to be consistent with requirements from txt generated by script. */
		
/*  ===================================================  */
/*  DEFINES MAIN PROMO AREA */
/*  ===================================================  */

	
	
#mainPromoSlideContainer {
	width: 980px;
	margin: 0;
	background-color:#DE8318;
	}

#mainPromo1 {
	width: 980px;
	height: 250px;
	background: url(../images/ourHospital.jpg) repeat scroll 0 0 transparent;
	}
	
#mainPromo2 {
	width: 980px;
	height: 250px;
	background: url(../images/ourPhysicians.jpg) no-repeat;
	}

#mainPromo3 {
	width: 980px;
	height: 250px;
	background: url(../images/ourEvents.jpg) no-repeat;
	}
	
#mainPromo4 {
	width: 980px;
	height: 250px;
	background: url(../images/ourServices.jpg) no-repeat;
	}
	
.promoText {
	position: relative;
	width: 270px;
	height: 205px;
	top: 25px;
	left: 20px;
	display: none;
	background: url(../images/promoTextBackground.jpg) no-repeat;
	}
	
.promoText .promoButton {
position: absolute;
width: 113px;
height: 22px;
bottom: 0px;
left: 0px;
}
	
#mainPromoContainer {
	width: auto;
	height: 287px;
	}
	
#promoButtonContainer {
	position: relative;
	width: auto;
	height:37px;	
	/*background-color: #3399FF;*/
	}
	
#promoButtonTopBorder {
	position:absolute;
	top: 7px;
	left: 564px;
	border-top: 1px solid #959595;
	height: 29px;
	width: 416px;
	}

#promoButton1 {
	position:absolute;
	top: 8px;
	left: 564px;
	height: 29px;
	width: 100px;
	background: url(../images/promoButtonBckgrnd.jpg) top left repeat-x;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	}
	
	#promoButton1.Over {
		top: 0px;
		height: 37px;
		background: #fff url(../images/promoButtonBckgrndOver.gif) top left repeat-x;
		border-top: 1px solid #959595;
		z-index:2;
		}
		
#promoButton2 {
	position:absolute;
	top: 8px;
	left: 667px;
	height: 29px;
	width: 115px;
	background: url(../images/promoButtonBckgrnd.jpg) top left repeat-x;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	}
	
	#promoButton2.Over {
		top: 0px;
		height: 37px;
		background: url(../images/promoButtonBckgrndOver.gif) top left repeat-x #fff;
		border-top: 1px solid #959595;
		z-index:2;
		}
		
#promoButton3 {
	position:absolute;
	top: 8px;
	left: 785px;
	height: 29px;
	width: 90px;
	background: url(../images/promoButtonBckgrnd.jpg) top left repeat-x;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	}
	
	#promoButton3.Over {
		top: 0px;
		height: 37px;
		background: #fff url(../images/promoButtonBckgrndOver.gif) top left repeat-x;
		border-top: 1px solid #959595;
		z-index:2;
		}
		
#promoButton4 {
	position:absolute;
	top: 8px;
	left: 878px;
	height: 29px;
	width: 100px;
	background: url(../images/promoButtonBckgrnd.jpg) top left repeat-x;
	border-right: 1px solid #959595;
	border-left: 1px solid #959595;
	}
	
	#promoButton4.Over {
		top: 0px;
		height: 37px;
		background: #fff url(../images/promoButtonBckgrndOver.gif) top left repeat-x;
		border-top: 1px solid #959595;
		z-index:2;
		}
			
/*  ===================================================  */
/*  DEFINES QUICK NAV */
/*  ===================================================  */

#quickNavContainer {
	width: auto;
	height: 30px;
	margin: 5px 15px 0px 15px;
	}
	
/* defines ul for spotlightNavRow */

#quickNavContainer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font:  11px Verdana, Arial, Helvetica, sans-serif;
	color: #555555;
	text-align: left;
	} 
  
 #quickNavContainer ul li {
  	display: inline;
	color: #555555;
	} 
 
 #quickNavContainer ul li a {
  	display: inline;
	padding: 10px 3px 0px 3px;
	margin:  0px;
  	color: #555555;
	font:  11px Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	} 
 
  #quickNavContainer ul a:hover {
	text-decoration: underline;
	}
	
#rssIcon {
	margin-left: 10px;
	}
	
/*  ===================================================  */
/*  DEFINES PRIMARY NAV */
/*  ===================================================  */

#primNavContainer {
	width: auto;
	height: 30px;
	position: relative;
	background: url(../images/primNavBackground.jpg) top left repeat-x;
	border: 4px solid #fff;
	}

	#primNavRowContainer {
		float: left;
		height: 30px;
		width: 980px;
		}
/* defines ul for primary nav row */

	#primNavRow {
		margin: 0px;
		padding: 0px;
		}
		
	#primNavRow li {
		display: block;
		float: left;
		position: relative;
		text-align: left;
	    height: 22px;
		margin: 0px;
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		color: #9f6706;
		background: url(../images/primNavDivider.gif) top right no-repeat;
		/*list-style: none;*/
		}
		
		* html #primNavRow li {
			padding-bottom: 0px;
			/* commented backslash hack v2 \*/
			padding-bottom: 0px;
			p\adding-bottom: 0px;
			/* end hack */
			}
			
			#primNavRow li.lastNav {
				background: none;
				}
		
	#primNavRow li a {
		display: block;
		padding: 2px 15px 0px 15px; /* controls the width of the main nav item */
		font: 12px Verdana, Arial, Helvetica, sans-serif;
		font-weight: bold;
		color: #fff; 
		text-decoration: none;
		
		}
		
		 #primNavRow a:hover {
			color: #fff;
			}

	#primNavRow li ul {
		/*display: none;
		position: absolute;*/
		z-index: 200;
		top: 100%;
		left: 0;
		text-indent: 10px;
		margin: 0px;
		padding: 0px;
		line-height: 19px;
		width: 230px;
		background: #f9f9f0;
		border: 1px solid #419a3c;
		}

	
	#primNavRow li ul li {
		width: 230px; /* controls the width of the subnav item */
		padding: 0px;
		margin: 0px;
		clear: left;
		border: none;
		background: none;
		}
	

	#primNavRow li li a {
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		display: block;
		margin: 0px;
		padding: 4px 0px 4px 0px;
		width: 100%;
		color: #419a3c;
		}
		
		html>body #primNavRow li li a {
			width: auto;
			}

	#primNavRow li li a:hover {
		color: #fff; /* controls the over-state text color on the subnav */
		background: #66ae62;
		}
	
#primNavRow li:hover ul, li.over ul {
	display: block;
	}
	
/* defines styles for drop down nav*/
 	
.subNav {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	}

.subNav li ul {
	top: auto;
	left: auto;
	}
	
.subNav li {
	display: block;
	float: none;
	border: 0;
	} 

/*  ===================================================  */
/*  DEFINES SECONDARY NAV */
/*  ===================================================  */
	
	
#columnOne ul { 
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #000;
	line-height: 13px;
	padding: 0px;
	margin: 0px;
	}

#columnOne li {	
	color: #000;
	list-style: none;
	}

#columnOne li a {
	padding: 4px 0px 4px 0px;
	text-decoration: none;
	color: #24823f;
	font-size: 100%;
	}

#columnOne li a:hover {
	text-decoration: underline;
	} 
		
/*  ===================================================  */
/*  DEFINES CONTENT STRUCTURE */
/*  ===================================================  */

#homeContentContainer {
	width: auto;
	min-height: 700px;
	border-left: 1px solid #959595;
	border-right: 1px solid #959595;
	} /* contains right and left border in order to not conflict with border on main promo */
	
	#homeContentContainerNest {
		width: auto;
		padding: 40px 20px 0px 20px;
		}
	
#mainContentContainer {
	width: auto;
	padding: 30px 20px 0px 20px;
	}
	
#storyHeadlines {
	margin: 0px 0px 10px 230px;
	}
			
/* DEFINES CONTENT CONTAINERS FOR CONTENT PAGE */

#columnOne {
	float: left;
	width: 200px;
	}
	
	#columnOneWide {
		float: left;
		width: 920px;
		}
		
	#columnOneNarrow {
		float: left;
		width: 550px;
		}
		
#columnOneHome {
	float: left;
	width: 654px;
	padding: 0px;
	margin: 0px 30px 0px 0px;
	}
	
	
#columnTwo {
	float: left;
	width: 520px;
	}
	
	#columnTwoWide {
		float: left;
		width: 730px;
		}

	#columnTwoNest {
		width: auto;
		padding: 0px 30px 0px 30px;
		}
	
#columnTwoHome {
	float: left;
	width: 232px;
	padding: 0px;
	}
			
#columnThree {
	float: left;
	width: 200px;
	}
	
#columnThreeHome {
	float: left;
	width: 280px;
	padding: 0px;
	margin: 0px 0px 0px 25px;
	}
				
/*  ===================================================  */
/*  DEFINES FOOTER */
/*  ===================================================  */
	
#footer {
	clear: both; /* serves as footer hack to pull parent div down */
	margin: 5px 15px 0px 15px;
	width: auto;
 	padding: 30px 0px 0px 0px;
	}
	
#copyrightcontainer {
	float: left;
	}
		
#legalcontainer {
	float: right;
	}
	
#copyrightDate {
	float: left;
	}
	
#footerHolder {
	clear: both;
	height: 1px;
	} /* hacks the main container div to stretch height for all child divs */
	
	* html #footerHolder {
		/* commented backslash hack v2 \*/
 		display: none;
  		d\isplay: none;
  		/* end hack */
		}
		
/*  ===================================================  */
/*  DEFINES MISCELLANEOUS ELEMENTS */
/*  ===================================================  */

.contentTable {
	border-top: 1px solid #959595;
	border-left: 1px solid #959595;
	background: #fff;
	}
	
.contentTableColumn {
	padding: 3px 8px 3px 8px;
	background-color: #C6CFC3;
	border-bottom: 1px solid #959595;
	}
	
	.contentTableRow {
		padding: 3px 8px 3px 8px;
		background: #fcfcfa;
		border-bottom: 1px solid #959595;
		border-right: 1px solid #959595;
		}
		
	.contentTableRowAlternating {
		padding: 3px 8px 3px 8px;
		background: #f0f0e5;
		border-bottom: 1px solid #959595;
		border-right: 1px solid #959595;
		}

#footerHack {
	clear: both;
	width: auto;
	}
	
.contentPhoto {
	border: 1px solid #959595;
	margin: 0px 0px 25px 0px;
	}
	
.healthToolThumb {
	float: right;
	padding: 3px 0px 5px 5px;
	}
	
.contentPromo {
	margin: 0px 0px 20px 0px;
	}
	
#healthInteractiveContainer {
	width: auto;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 20px 0px;
	}
	
#serviceContainerLeft {
	width: 300px; 
	margin: 10px 10px 0px 0px; 
	padding: 5px; 
	float: left; 
	background: #fafaf0;
}

#serviceContainerRight {
	width: 300px; 
	margin: 10px 0px 0px 0px; 
	padding: 5px; 
	float: left; 
	background: #fafaf0;
}

#siteMapContainerLeft {
	width: 300px; 
	margin: 10px 10px 0px 0px; 
	padding: 5px; 
	float: left; 
	background: #fafaf0;
}

#siteMapContainerRight {
	width: 300px; 
	margin: 10px 0px 0px 0px; 
	padding: 5px; 
	float: left; 
	background: #fafaf0;
}
/*  ===================================================  */
/*  DEFINES HOME PAGE FEATURES */
/*  ===================================================  */

/* Defines flat home page promos */

.homePromo {
	float: left;
	margin: 0px 15px 0px 0px;
	}


#featuredItemsContainer {
	width: auto;
	height: 291px;
	margin: 0px 0px 50px 0px;
	border-top: 1px solid #959595;
	border-bottom: 1px solid #959595;
	}
	
.nextStoryButton {}

.promoContent {
	width: auto;
	height: 265px;
	}

/* Defines Featured Events */

#featuredEventsContainer {
	float: left;
	width: 208px;
	height: 291px;
	margin: 0px 15px 0px 0px;
	}
	
	#featuredEvent1 {
		display: none;
		width: auto;
		}
		
	#featuredEvent2 {
		display: none;
		width: auto;
		}
		
	#featuredEvent3 {
		display: none;
		width: auto;
		}
		
	#featuredEvent4 {
		display: none;
		width: auto;
		}
		
.featuredEventArt {
	margin: 0px 0px 7px 0px;
	}
	


/* Defines Featured Services */

#featuredServicesContainer {
	float: left;
	width: 208px;
	margin: 0px 15px 0px 0px;
	height: 291px;
	}
	
	#featuredService1 {
	display: none;
		width: auto;
		}
		
	#featuredService2 {
/*		display: none;
*/		width: auto;
		}
		
	#featuredService3 {
		display: none;
		width: auto;
		}
		
	#featuredService4 {
		display: none;
		width: auto;
		}
		
.featuredServiceArt {
	margin: 0px 0px 7px 0px;
	}
	


/* Defines Featured Services */

#featuredStoriesContainer {
	float: left;
	width: 208px;
	height: 291px;
	}
	
	#featuredStory1 {
	display: none;
		width: auto;
		}
		
	#featuredStory2 {
		display: none;
		width: auto;
		}
		
	#featuredStory3 {
		display: none;
		width: auto;
		}
		
	#featuredStory4 {
		display: none;
		width: auto;
		}
		
.featuredStoryArt {
	margin: 0px 0px 7px 0px;
	}
	


/* Defines Recent News */

#recentNewsContainer {
	margin: 25px 0px 0px 0px;
	}
	
#recentNewsContainer ul { 
		margin: 10px 0px 0px 0px;
		list-style: none;
		padding: 0px;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: .7em;
		color: #000;
		line-height: 13px;
		}

	#recentNewsContainer li {
		color: #000;
		padding: 0px 0px 10px 0px;
		}

	#recentNewsContainer li a {
		padding: 0px;
		text-decoration: none;
		color: #24823f;
		font-size: 100%;
		}

	#recentNewsContainer li a:hover {
		color: #24823f;
		text-decoration: underline;
		} 

/* hides breaking news and news release items */


	
.breakingNews4 { 
	display: none;
	}

.breakingNews5 { 
	display: none;
	}
	
/* .newsRelease3 { 
	display: none;
	}

.newsRelease4 { 
	display: none;
	}
	
.newsRelease5 { 
	display: none;
	} */


