/* CSS Document */


/*  ===================================================  
 	===================================================  
	 Description: CHRISTUS St. Michael structure stylesheet 
	 Author: Sean Kabanuk 
	 Version: 1.5 
	 Last updated: 11/12/07 
	 Updated by: Sean Kabanuk
	 
	 Last updated: 1/2/08 
	 Updated by: jim bongiovanni 
	 Added #tabOneContent ul and #tabOneContent li
	 
	 Last updated: 2/19/08 
	 Updated by: Jim Bongiovanni 
  	=================================================== 
  	===================================================  */
	
	

body {
	background: url(../images/page_bckgrnd.gif);
	margin-top: 30px;
	}
	
#globalContainer {
  	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background: #fff;
	border: 1px solid #08475a;
	padding: 0px 2px 2px 2px;
	}


/*  ===================================================  */
/*  DEFINES TOP BANNER */
/*  ===================================================  */

#branding {
	width: auto;
	height: 90px;
	background: #815588 url(../images/branding_bckgrnd.jpg) right no-repeat;
	/* border-bottom: 5px solid #805586; */
	border-top: 2px solid #fff;
	}
	
	.clientLogo {
		float: left;
		margin: 13px 0px 0px 15px;
		}
	
		
/*  ===================================================  */
/*  DEFINES SPOTLIGHT NAV */
/*  ===================================================  */


#spotlightNavRow {
	float: right;
	margin: 70px 10px 0px 0px;
	}
	
		
/* defines ul for spotlightNavRow */

#spotlightNavRow ul {
	margin: 0px;
	padding: 4px 0px 0px 10px;
	list-style-type: none;
	font:  10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	} 
  
 #spotlightNavRow ul li {
  	display: inline;
  	padding: 0px;
	margin: 0px;
	} 
 
 #spotlightNavRow ul li a {
  	display: inline;
	padding: 10px 4px 0px 4px;
	margin:  0px;
  	color: #fff;
	font:  10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	} 
 
  #spotlightNavRow ul a:hover {
	text-decoration: underline;
	}

/*  ===================================================  */
/*  DEFINES FAST FINDER */
/*  ===================================================  */


#fastFinder {
	width: auto;
	height: 25px;
	background-color: #faf0d6;
	border-bottom: 1px solid #08475a;
	padding-left: 150px;
	}
	
	.fastfinderPointer {
		float: left;
		margin: 10px 5px 0px 0px;
		padding: 0px;
		}
				

/*  ===================================================  */
/*  DEFINES COLUMN LAYOUT */
/*  ===================================================  */

#columnBackgroundContainer {
	width: auto;
	background: url(../images/column_bckgrnd.gif) top left repeat-y;
	}

	
/*  ===================================================  */
/*  DEFINES PRIMARY NAV */
/*  ===================================================  */

#primNavContainer {
	float: left;
	width: 145px;
	height: 440px;
	margin: 0px 1px 0px 0px;
	background: url(../images/primnav_bckgrnd.jpg) top left no-repeat;
	z-index: 100;
	}
	

ul#primNav {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	}
	
	ul#primNav li {
		position: relative;
		z-index: 200;
		list-style: none;
		text-align: right;
		}
	
	ul#primNav li a {
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 5px 10px 5px 10px;
		font: 13px Verdana, Arial, Helvetica, sans-serif;
		}
		
	ul#primNav ul {
		position: absolute;
		z-index: 200;
		display: none;
		left: 146px; /* Set 1px less than menu width */
		top: 0;
		background: #8b6796;
		margin: 0px;
		padding: 0px;
		width: 164px;
		border-bottom: 6px solid #54415a;
		}
		
	ul#primNav li a:hover {
		color: #fff;
		background: #613f66;
		}
	
	/* Fix IE. Hide from IE Mac \*/
	* html ul#primNav li { 
		float: left; height: 1%; 
		}
		
	* html ul#primNav li a { 
		height: 1%; 
		}
	/* End */
		
	ul#primNav ul li {
		width: 164px; /* controls the width of the subnav item */
		}
	
	ul#primNav li ul li a { 
		font: 13px Arial, Helvetica;
		padding: 5px 7px 5px 7px;
		width: 150px;
		color: #fff;
		background: #8b6796;
		text-align: left;
		} /* Sub Menu Styles */

	
	ul#primNav li ul li a:hover {
		color: #FFF;
		background: #613f66;
		}
	
	ul#primNav li:hover ul ul,
	ul#primNav li:hover ul ul ul,
	ul#primNav li.over ul ul,
	ul#primNav li.over ul ul ul { 
		display: none; 
		} /* Hide sub-menus initially */
	
	ul#primNav li:hover ul,
	ul#primNav li li:hover ul,
	ul#primNav li li li:hover ul,
	ul#primNav li.over ul,
	ul#primNav li li.over ul,
	ul#primNav li li li.over ul { 
		display: block; 
		} /* The magic */
	
	ul#primNav li.menuparent {  }
		
	ul#primNav li.menuparent:hover,
	ul#primNav li.over { 
		background-color: #4e3651; 
		}




/*  ===================================================  */
/*  DEFINES SECONDARY NAV */
/*  ===================================================  */


#secNavContainer {
	width: auto;
	margin: 30px 0px 0px 0px;
	}
		
	#secNavContainerNest {
		width: auto;
		padding: 5px 5px 5px 5px;
		background: #faf0d6;
		}
		
#secNavContainer ul { 
	list-style: none;
	margin: 0px 0px 0px 10px;
	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: #832f5d;
		font-size: 100%;
		}

	#secNavContainer li a:hover {
		text-decoration: underline;
		} 

/*  ===================================================  */
/*  DEFINES MAIN PROMO AREA */
/*  ===================================================  */

	
#homePromoContainer {
	position: relative;
	float: left;
	width: 604px;
	border-bottom: 5px solid #7f5486;
	}
	
	#homePromoTxtContainer {
		position: absolute;
		top: 25px;
		left: 280px;
		width: 320px;
		}

/*  ===================================================  */
/*  DEFINES CONTENT STRUCTURE */
/*  ===================================================  */

	
#mainContentContainer {
	width: 600px;
	margin: 0px 0px 0px 146px;
	}
				
		
/* DEFINES COLUMN CONTAINERS */


#columnOne {
	float: left;
	width: 420px;
	}
	
	#columnOneNest {
		width: auto;
		margin: 30px 0px 20px 20px;
		}
	
#columnTwo {
	float: left;
	width: 145px;
	margin: 0px 0px 0px 35px !important; /* Safari, IE5/Mac */
  	margin: 0px 0px 0px 15px; /* IE5/5.5/WIN */
	margin/**/:/**/0px 0px 0px 15px; /* IE6/WIN */
	}
	
	#columnTwoNest {
		width: auto;
		padding: 0px 25px 20px 20px;
		}

#columnOneSingle {
	width: auto;
	}
	
	#columnOneSingleNest {
		width: auto;
		padding: 30px 20px 20px 20px;
		}
			
#partnersContainer {
	clear: both;
	width: 450px;
	border-top: 1px solid #7c8589;
	padding-top: 10px;
	}
		
/* DEFINES UL FOR BREAKING NEWS AND UPCOMING EVENTS */
	
	#tabFiveContent ul { 
		margin: 0px 0px 0px 12px;
		padding: 0px 0px 10px 0px;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: #94539e;
		line-height: 13px;
		}

	#tabFiveContent li {
		padding-top: 7px;
		color: #877b3f;
		padding: 5px 0px 3px 0px;
		}

	#tabFiveContent li a {
		padding: 0px;
		text-decoration: none;
		color: #94539e;
		font-size: 100%;
		}

	#tabFiveContent li a:hover {
		color: #94539e;
		text-decoration: underline;
		} 
		
		#tabFourContent ul { 
		margin: 0px 0px 0px 12px;
		padding: 0px 0px 10px 0px;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: #94539e;
		line-height: 13px;
		}

	#tabFourContent li {
		padding-top: 7px;
		color: #877b3f;
		padding: 5px 0px 3px 0px;
		}

	#tabFourContent li a {
		padding: 0px;
		text-decoration: none;
		color: #94539e;
		font-size: 100%;
		}

	#tabFourContent li a:hover {
		color: #94539e;
		text-decoration: underline;
		} 
		
	#tabThreeContent ul { 
		margin: 0px 0px 0px 12px;
		padding: 0px 0px 10px 0px;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: #94539e;
		line-height: 13px;
		}

	#tabThreeContent li {
		padding-top: 7px;
		color: #877b3f;
		padding: 5px 0px 3px 0px;
		}

	#tabThreeContent li a {
		padding: 0px;
		text-decoration: none;
		color: #94539e;
		font-size: 100%;
		}

	#tabThreeContent li a:hover {
		color: #94539e;
		text-decoration: underline;
		} 
		
		

	#tabTwoContent ul { 
		margin: 0px 0px 0px 12px;
		padding: 0px 0px 10px 0px;
		font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
		font-size: 10px;
		color: #94539e;
		line-height: 13px;
		}

	#tabTwoContent li {
		padding-top: 7px;
		color: #877b3f;
		padding: 5px 0px 3px 0px;
		}

	#tabTwoContent li a {
		padding: 0px;
		text-decoration: none;
		color: #94539e;
		font-size: 100%;
		}

	#tabTwoContent li a:hover {
		color: #94539e;
		text-decoration: underline;
		} 
#tabOneContent ul {
	margin: 0px 0px 0px 12px;
	padding: 0px 0px 10px 0px;
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #94539e;
	line-height: 13px;
}
#tabOneContent li {
	padding-top: 7px;
	color: #877b3f;
	padding: 5px 0px 3px 0px;
}
#tabOneContent li a {
		padding: 0px;
		text-decoration: none;
		color: #94539e;
		font-size: 100%;
		}		
#tabOneContent 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;
	}
	
.newsRelease4 { 
	display: none;
	}

.newsRelease5 { 
	display: none;
	}
				
/*  ===================================================  */
/*  DEFINES FOOTER */
/*  ===================================================  */

	
#footer {
	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 ONLINE TOUR ELEMENTS */
/*  ===================================================  */


#tourHeadContainer {
	width: auto;
	background: #4c2266;
	height: 20px;
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px solid #747567;
	border-left: 1px solid #747567;
	border-right: 1px solid #747567;
	}
	
#tourButtonsContainer {
	float: right;
	}
		
.tourPhoto {
	float: left;
	border-right: 1px solid #747567;
	}
	
#tourContent {
	float: left;
	width: 180px;
	margin: 10px;
	}
	
#tourContainer {
	width: auto;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	background: #fff;
	border: 1px solid #747567;
	}
	
/*  ===================================================  */
/*  DEFINES HOMEPAGE FACILITY PROMO */
/*  ===================================================  */


#centersThumbContainer {
	width: auto;
	border-bottom: 1px solid #000;
	background: #f8f6e5;
	padding: 0px 0px 0px 7px;
	}	
	
.centersThumbnail {
	margin: 10px 3px 10px 3px;
	}
	
	.centersThumbnail a {
		}
		
	.centersThumbnail a: hover {
		background-color: #c9c4b0;
		}
		
#centersContentInstructions {
	width: auto;
	height: 40px;
	padding: 10px;
	background: #f8f6e5;
	margin-bottom: 40px;
	}
	
#centersContent1 {
	display: none;
	width: auto;
	height: 80px;
	padding: 10px;
	background: #f8f6e5;
	margin-bottom: 40px;
	}
	
#centersContent2 {
	display: none;
	width: auto;
	height: 80px;
	padding: 10px;
	background: #f8f6e5;
	margin-bottom: 40px;
	}
	
#centersContent3 {
	display: none;
	width: auto;
	height: 80px;
	padding: 10px;
	background: #f8f6e5;
	margin-bottom: 40px;
	}
	
#centersContent4 {
	display: none;
	width: auto;
	height: 80px;
	padding: 10px;
	background: #f8f6e5;
	margin-bottom: 40px;
	}
	
#centersContent5 {
	display: none;
	width: auto;
	height: 80px;
	padding: 10px;
	background: #f8f6e5;
	margin-bottom: 40px;
	}
		

/*  ===================================================  */
/*  DEFINES MISCELLANEOUS ELEMENTS */
/*  ===================================================  */


	
#footerHack {
	clear: both;
	width: auto;
	}

.contentPhoto {
	float: right;
	margin: 0px 0px 10px 10px;
	}
	
#iboxContainer {
	width: auto;
	margin: 15px 0px 0px 0px;
	}
	
	#iboxContainerNest {
		width: auto;
		padding: 5px;
		background: #f8f6e5;
		}
		
	
#homePromoOne {
	width: auto;
	margin: 30px 0px 0px 0px;
	}
	
	#homePromoOneNest {
		width: auto;
		padding: 5px;
		background: #faf0d6;
		}
		
#homePromoTwo {
	width: auto;
	margin: 15px 0px 0px 0px;
	}
	
	#homePromoTwoNest {
		width: auto;
		padding: 5px;
		background: #f8f6e5;
		}
		
#homePromoThree {
	width: auto;
	margin: 15px 0px 0px 0px;
	}
	
	#homePromoThreeNest {
		width: auto;
		padding: 5px;
		background: #faf0d6;
		}
		
#homePromoFour {
	width: auto;
	margin: 15px 0px 0px 0px;
	}
	
	#homePromoFourNest {
		width: auto;
		padding: 5px;
		background: #f8f6e5;
		}

#homePromoFive {
	width: auto;
	margin: 15px 0px 0px 0px;
}

	#homePromoFiveNest {
	width: auto;
	padding: 5px;
	background: #faf0d6;
	}		

.contentTable {
	border: 1px solid #08475a;
	background: #fdf8ec;
	margin: 10px 0px 10px 0px;
	}
	
.contentTableColumn {
	padding: 3px 8px 3px 8px;
	background-color: #C6CFC3;
	border-bottom: 1px solid #08475a;
	}
	
	.contentTableRow {
		padding: 3px 8px 3px 8px;
		border-bottom: 1px solid #08475a;
		}
		
	.contentTableRowAlternating {
		padding: 3px 8px 3px 8px;
		background: #faf0d6;
		border-bottom: 1px solid #08475a;
		}
		
#popupContent {
	margin-left: auto;
	margin-right: auto;
	width: 550px;
	padding: 5px 10px 5px 10px;
	background: #fff;
	border: 1px solid #7d767e;
	}
	
.promoIconRight {
	float: right;
	padding-left: 4px;
	}

.askForLogo {
	margin: 20px 0px 20px 0px;
	}
	
.pointerIcon {
	float: left;
	margin: 0px 10px 0px 0px;
	}
	
	
.qualityButtons a {
	float: left;
	font: 11px Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	color: #fff;
	text-decoration: none;
	border: 1px solid #330066;
	background: #88598d;
	padding: 5px;
	margin: 0px 10px 10px 0px;	
	}
	
	.qualityButtons a:hover{
		color: #fff;
		border: 1px solid #330066;
		background: #330066;
		text-decoration: none;
		}
.promoIconLeft {
	float: left;
	padding-right: 4px;
}
.SpamRule {
	display: none;
}
