/* CSS Document */


/*  ===================================================  
 	===================================================  
	
	Description: CHRISTUS Spohn Residency structure style sheet
	Author: Sean Kabanuk
	Release date: 12/14/07	 
	Designer approved: Sean Kabanuk
	Date approved: 06/16/08
	Revision History:	Revised By		Revised On:
						Sean Kabanuk	09/19/08
						Sean Kabanuk	03/18/08
						Sean Kabanuk	04/07/08
						Sean Kabanuk	06/16/08

  	=================================================== 
  	===================================================  */

	
body {
	background: url(../images/page_bckgrnd.gif);
	margin-top: 30px;
	}
	
#globalContainer {
  	width: 760px;
	margin-left: auto;
	margin-right: auto;
	}
	
#dropShadowSide {
	clear: both;
	width: auto;
	padding: 0px 0px 0px 0px;
	background: url(../images/shadow_right.jpg) right repeat-y;
	}
	
#dropShadowBottom {
	width: auto;
	height: 10px;
	background: url(../images/shadow_bottom.jpg);
	}
	
#siteContainer {
	float: left;
	width: 750px;
	background-color: #FFFFFF;
	}
	
	#siteContainerNest {
		float: left; /* needed to make page border not break in IE 7/WIN.  This is the only fix in this style sheet for IE 7/WIN.  The float appears to not affect other browsers. */
		width: auto !important; /* Safari, IE5/Mac */
  		width: 738px; /* IE5/5.5/WIN */
		width/**/:/**/738px; /* IE6/WIN */
		padding: 5px;
		border: 1px solid #7d767e;
		} /* avoids box model hack for padding and border */

	
/*  ===================================================  */
/*  DEFINES FAST FINDER */
/*  ===================================================  */


#fastFinder {
	float: right;
	width: 570px;
	margin: 0px 10px 0px 0px !important; /* Safari, IE5/Mac */
  	margin: 0px 5px 0px 0px; /* IE5/5.5/WIN */
	margin/**/:/**/0px 5px 0px 0px; /* IE6/WIN */
	}
	

/*  ===================================================  */
/*  DEFINES TOP BANNER */
/*  ===================================================  */

#branding {
	width: auto;
	height: 90px;
	background: #815588 url(../images/branding_bckgrnd.jpg) right no-repeat;
	}
	
	.clientLogo {
		float: left;
		margin: 12px 0px 0px 15px;
		}
	
		
/*  ===================================================  */
/*  DEFINES SPOTLIGHT NAV */
/*  ===================================================  */


#spotlightNavRow {
	float: right;
	width: 412px;
	height: 24px;
	}
	
	#spotlightNavNested {
		float: left;
		width: 389px;
		height: 24px;
		background: #b782b8 url(../images/spotlightnav_bottom.gif) bottom repeat-x;
		}
		
	#spotlightCorner {
		float: left;
		width: 23px;
		}
		
/* defines ul for spotlightNavRow */

#spotlightNavNested ul {
	margin: 0px;
	padding: 4px 0px 0px 10px;
	list-style-type: none;
	font:  10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	} 
  
 #spotlightNavNested ul li {
  	display: inline;
  	padding: 0px;
	margin: 0px;
	} 
 
 #spotlightNavNested ul li a {
  	display: inline;
	padding: 10px 4px 0px 4px;
	margin:  0px;
  	color: #fff;
	font:  10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	} 
 
  #spotlightNavNested ul a:hover {
	text-decoration: underline;
	}

	
/*  ===================================================  */
/*  DEFINES PRIMARY NAV */
/*  ===================================================  */

#primNavContainer {
	width: 738px;
	height: 26px;
	margin: 3px 0px 3px 0px;
	position: relative;
	z-index: 100;
	}
	
		
	#primNavRowContainer {
		position: absolute;
		}
		
/* defines ul for primary nav row */

	#primNavRow {
		width: auto;
		margin: 0px;
		padding: 0px;
		}
		
	
	#primNavRow li {
		display: block;
		float: left;
		position: relative;
	    height: 26px;
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		margin: 0px 3px 0px 0px;
		background: url(../images/navbutton_bckgrnd.gif) left repeat-x;
		border: 1px solid #54415a;
		/*list-style: none;*/
		}
		
	/*	* html #primNavRow li {
			padding-bottom: 0px;
			/* commented backslash hack v2 \*/
	/*		padding-bottom: 0px;
			p\adding-bottom: 0px;
			/* end hack */
		/*	}  */
		
	#primNavRow li a {
		display: block;
		padding: 6px 14px 0px 13px; /* controls the width of the main nav item */
		color: #fff; /* controls the off-state text color on the subnav */
		text-decoration: none;
		}
					
	#primNavRow li.finalNav {
		padding-right: 12px !important; /* Safari, IE5/Mac */
  		padding-right: 0px; /* IE5/5.5/WIN */
		padding-right/**/:/**/11px; /* IE6/WIN */
		margin-right: 0px;
		} /* controls the width of the final main nav item */
		
		 #primNavRow a:hover {
			color: #330066;
			}

		
	#primNavRow li ul {
		/*display: none;
		position: absolute;*/
		top: 100%;
		left: 0;
		text-indent: 10px;
		margin: 0px;
		padding: 0px;
		line-height: 19px;
		width: 210px;
		background: #8b6796;
		border-top: 1px solid #54415a;
		border-bottom: 6px solid #54415a;
		border-left: 1px solid #54415a;
		border-right: 1px solid #54415a;
		}

	
	#primNavRow li ul li {
		width: 210px; /* controls the width of the subnav item */
		padding: 0px;
		margin: 0px;
		height: 22px;
		border: none;
		background-image: none;
		}
	

	#primNavRow li li a {
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		display: block;
		margin: 0px;
		padding: 4px 0px 4px 0px;
		width: 100%;
		}
		
		html>body #primNavRow li li a {
			width: auto;
			}

	#primNavRow li li a:hover {
		color: #330066; /* controls the over-state text color on the subnav */
		}
	
#primNavRow li:hover div, li.over div {
	display: block;
	}
	
/* defines styles for drop down nav*/

.subNavDiv {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	}

.subNavIframeContainer{
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 1;
	}
 	
.subNav {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	}

.subNav li>ul {
	top: auto;
	left: auto;
	}
	
.subNav li {
	display: block;
	float: none;
	border: 0;
	} 



/*  ===================================================  */
/*  DEFINES SECONDARY NAV */
/*  ===================================================  */


#secNavContainer {
	width: 200px;
	}
		
	#secNavContainerNest {
		width: auto;
		padding: 5px 10px 5px 10px;
		border-left: 1px solid #dee0ea;
		border-right: 1px solid #dee0ea;
		background: #eaecf7;
		}
		
#secNavContainer ul { 
	list-style: none;
	margin: 0px 0px 0px 16px;
	padding: 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #94539e;
	line-height: 13px;
	}

	#secNavContainer li {
		color: #8e8248;
		padding: 8px 0px 3px 0px;

		}

	#secNavContainer li a {
		padding: 0px;
		text-decoration: none;
		color: #94539e;
		font-size: 100%;
		}

	#secNavContainer li a:hover {
		text-decoration: underline;
		} 


/*  ===================================================  */
/*  DEFINES MAIN PROMO AREA */
/*  ===================================================  */

	
#homePromoContainer {
	position: relative;
	width: auto;
	margin: 5px 0px 0px 0px;
	border-bottom: 5px solid #7f5486;
	}
	
	#homePromoTxtContainer {
		position: absolute;
		top: 25px;
		left: 300px;
		width: 380px;
		}
		
#homePromoBottom {
	width: auto;
	height: 17px;
	background: url(../images/homepromo_bottom.gif) left repeat-x;
	}
	
#navBottomContent {
	width: auto;
	height: 17px;
	margin: 5px 0px 0px 0px;
	border-top: 5px solid #7f5486;
	background: url(../images/homepromo_bottom.gif) left repeat-x;
	}

	
	

/*  ===================================================  */
/*  DEFINES CONTENT STRUCTURE */
/*  ===================================================  */

	
#mainContentContainerHome {
	width: auto;
	margin: 25px 0px 0px 0px
	}
			
		
#mainContentContainerInside {
	width: auto;
	margin: 25px 0px 0px 0px;
	}
	
		
/* DEFINES COLUMN CONTAINERS */


/* original classes */

/* #columnOneHome {
	float: left;
	width: 200px;
	padding: 0px 25px 0px 10px;
	}
	
#columnTwoHome {
	float: left;
	width: 255px;
	padding: 0px 25px 0px 0px;
	}
	
#columnThreeHome {
	float: left;
	width: 210px;
	padding: 0px 10px 0px 0px;
	} */
	
	
/* classes for the photo only home page */
	
 #columnOneHome {
	float: left;
	width: 232px;
	padding: 0px 19px 0px 0px;
	}
	
#columnTwoHome {
	float: left;
	width: 232px;
	padding: 0px 20px 0px 0px;
	}
	
#columnThreeHome {
	float: left;
	width: 232px;
	padding: 0px;
	}
	
	

#columnOne {
	float: left;
	width: 200px;
	/* background-color:#FF6666; */
	}
	
#columnTwo {
	float: left;
	width: 535px;
	/* background-color: #00FF99; */
	}
	
	#columnTwoNest {
		width: auto;
		padding: 0px 25px 20px 20px;
		}

#columnOneSingle {
	width: auto;
	}
	
	#columnOneSingleNest {
		width: auto;
		margin: 0px 25px 0px 25px;
		}
		
#breakingNewsContainer {
	float: left;
	width: 250px;
	margin-bottom: 10px;
	}
	
#upcomingEventsContainer {
	float: left;
	width: 220px;
	margin: 0px 0px 0px 20px;
	}
	
#partnersContainer {
	clear: both;
	width: 450px;
	border-top: 1px solid #7c8589;
	padding-top: 10px;
	}
		
/* DEFINES UL FOR BREAKING NEWS AND UPCOMING EVENTS */
	
	#columnOneHome ul { 
		/* list-style: inside; */
		margin: 0px 0px 0px 12px;
		padding: 10px 0px 10px 0px;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: #94539e;
		line-height: 13px;
		}

	#columnOneHome li {
		padding-top: 7px;
		color: #877b3f;
		padding: 5px 0px 3px 0px;
		}

	#columnOneHome li a {
		padding: 0px;
		text-decoration: none;
		color: #94539e;
		font-size: 100%;
		}

	#columnOneHome li a:hover {
		color: #94539e;
		text-decoration: underline;
		} 
		

/* hides breaking news and events items */

.breakingNews4 { 
	display: none;
	}

.breakingNews5 { 
	display: none;
	}
	
/*.upcomingEvents4 { 
	display: none;
	} 

.upcomingEvents5 { 
	display: none;
	}
	*/
				
/*  ===================================================  */
/*  DEFINES FOOTER */
/*  ===================================================  */

	
#footer {
	clear: both; /* serves as footer hack to pull parent div down */
	margin-left: auto;
	margin-right: auto;
	width: 750px;
 	padding: 3px 0px 0px 0px;
	}
	
#copyrightcontainer {
	float: left;
	}
	
#legalcontainer {
	clear: both;
	}
	
#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 */
		}

.cyberTrustLogo {
	clear: both;
	float: right;
	}
		

/*  ===================================================  */
/*  DEFINES MISCELLANEOUS ELEMENTS */
/*  ===================================================  */

.homeSectionPhotos {
	margin: 10px 0px 20px 0px;
	}

	
#footerHack {
	clear: both;
	width: auto;
	}

.contentPhoto {
	float: right;
	margin: 0px 0px 10px 10px;
	}
	
.contentPhotoleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
#iboxContainer {
	width: auto;
	margin: 15px 0px 0px 0px;
	}
	
	#iboxContainerTop {
		width: auto;
		}
	
	#iboxContainerNest {
		width: auto;
		padding: 5px 10px 5px 10px;
		border-left: 1px solid #dee0ea;
		border-right: 1px solid #dee0ea;
		background: #efeef4;
		}
		
	#iboxContainerBottom {
		width: auto;
		}
	
		
#facilityFinderPromo {
	width: 200px;
	margin: 15px 0px 0px 0px;
	}
	
	#facilityFinderPromoNest {
		float: left;
		width: 178px;
		padding: 5px 10px 5px 10px;
		border-left: 1px solid #eae8de;
		border-right: 1px solid #eae8de;
		background: #f7f5ea;
		}

.contentTable {
	border: 1px solid #7d767e;
	background: #ecedd4;
	margin: 10px 0px 10px 0px;
	}
	
.contentTableColumn {
	padding: 3px 8px 3px 8px;
	background-color: #C6CFC3;
	border-bottom: 1px solid #7d767e;
	}
	
	.contentTableRow {
		padding: 3px 8px 3px 8px;
		border-bottom: 1px solid #7d767e;
		}
		
	.contentTableRowAlternating {
		padding: 3px 8px 3px 8px;
		background: #f6f7e6;
		border-bottom: 1px solid #7d767e;
		}
		
#popupContent {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	padding: 5px 10px 5px 10px;
	background: #fff;
	border: 1px solid #7d767e;
	}
	
.promoIconRight {
	float: right;
	}
