/* CSS Document */



/*  ===================================================  
 	===================================================  
	
	Description: Jackson imaging center structure style sheet 
	Author: Katelin Schwarck
	Release date: 9/10/08   
	Designer approved: Katelin Schwarck
	Date approved: 9/10/08  
	Revision History:	Revised By			Revised On:
						Sean Kabanuk		7/17/07
						Sean Kabanuk		7/21/08    
						Katelin Schwarck	9/10/08
						
  	=================================================== 
  	===================================================  */


body {
	background: #dad0b8;
	margin-top: 20px;
	}
	
#globalContainer {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	border: 1px solid #352208;
	}
	

/*  ===================================================  
  	DEFINES TOP BANNER
  	===================================================  */

#branding {
	width: auto;
	height: 100px;
	border-bottom: 1px solid #352208;
	background: #4e5910 url(../images/branding_bckgrnd.jpg) top right no-repeat;
	}
	
	.clientLogo {
		float: left;
		margin: 45px 0px 0px 25px;
		}

	

/*  ===================================================  
  	DEFINES PRIMARY NAV
  	===================================================  */

#primNavContainer {
	position: relative;
	width: auto;
	height: 25px;
	background: #644215;
	margin: 3px 0px 3px 0px;
	}
			
/* defines ul for primary nav row */

	#primNavRow {
		margin: 0px;
		padding: 0px 0px 0px 20px;
		}

	#primNavRow li {
		display: block;
		float: left;
		position: relative;
		text-align: left;
	    height: 24px;
		padding: 0px 11px 0px 9px;
		margin: 0px 0px 0px 0px;
		font:  11px Verdana, Arial, Helvetica, sans-serif;
		/*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: 4px 0px 0px 0px; /* controls the width of the main nav item */
		color: #fff; /* controls the off-state text color on the subnav */
		text-decoration: none;
		}
		
		 #primNavRow a:hover {
			color: #cecc9c;
			}
	

	#primNavRow li ul {
		/*display: none;
		position: absolute;*/
		top: 100%;
		left: 0;
		text-indent: 10px;
		margin: 0px;
		padding: 0px;
		line-height: 19px;
		width: 175px;
		background: #4e5910;
		border-left: 1px solid #644215;
		border-right: 1px solid #644215;
		border-bottom: 1px solid #644215;
		border-top: none;
		}

	
	#primNavRow li ul li {
		width: 175px; /* controls the width of the subnav item */
		padding: 0px 0px 0px 0px;
		margin: 0px;
		clear: left;
		border: none;
		}
	

	#primNavRow li li a {
		font: 11px Verdana, Arial, Helvetica, sans-serif;
		display: block;
		margin: 0px;
		padding: 4px 0px 4px 0px;
		width: 100%;
		color: #fff;
		}
		
		html>body #primNavRow li li a {
			width: auto;
			}

	#primNavRow li li a:hover {
		color: #352208; /* controls the over-state text color on the subnav */
		background: #cecc9c;
		}
	
#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 MAIN PROMO AREA
  	===================================================  */

#mainPromoContainer {
	width: auto;
	border-top: 1px solid #352208;
	border-bottom: 1px solid #352208;
	margin-bottom: 5px;
	}
	
 
 
		
/*  ===================================================  
  	DEFINES CONTENT STRUCTURE
  	===================================================  */


#sectionHeader {
	width: auto;
	margin: 4px 0px 0px 0px;
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	}
	
#mainContentContainer.home {
	clear: both;
	width: auto;
	background-color: #fff;
	background: url(../images/home_colbckgrnd.gif) top left repeat-y;
	padding: 0px 0px 15px 0px;
	} /* defines home page header content container */
	
	#mainContentContainerThreeCol {
		border: none;
		width: 750px;
		padding: 0px 0px 15px 0px;
		background: url(../images/3col_bckgrnd.gif) top left repeat-y;
		} /* defines 3 column content container */
		
	 #mainContentContainerTwoCol {
		border: none;
		width: auto;
		padding: 0px 0px 15px 0px;
		background: url(../images/2col_bckgrnd.gif) top left repeat-y;
		}
		
	 #mainContentContainerOneCol {
		border: none;
		width: auto;
		padding: 0px 0px 15px 0px;
		}
		
		
/* DEFINES COLUMN CONTAINERS */

#columnOne {
	float: left;
	width: 565px;
	padding: 0px;
	}
	
	#columnOne.home {
		width: 375px;
		border-top: 1px solid #c4c4c4;
		}
	
#columnTwo {
	float: left;
	width: 185px; !important; /* Safari, IE5/Mac */
  	width: 185px; /* IE5/5.5/WIN */
	width/**/:/**/182px; /* IE6/WIN */
	padding: 0px;
	margin: 20px 0px 0px 0px;
	}
	
	#columnTwo.home {
		width: 374px;
		border-top: 1px solid #c4c4c4;
		margin: 0px;
		}
	
	#columnTwo.wide {
		width: 550px;
		}
		
	#columnTwoNest {
		width: auto;
		padding: 0px 30px 0px 30px;
		}
	
.horizontalDivider {
	width: auto;
	height: 1px;
	background-color: #c4c4c4;
	margin: 10px 0px 0px 0px;
	}
	
/*  ===================================================  
  	DEFINES FOOTER
  	===================================================  */

	
#footer {
	clear: both; /* serves as footer hack to pull parent div down */
	margin-left: auto;
	margin-right: auto;
	width: 752px;
 	padding: 3px 0px 0px 0px;
	background: url(../images/page_bckrnd_alt.gif) top left;
	}
	
#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
  	===================================================  */

/* hides breaking news and events items */


 .breakingNews5 { 
	display: none;
	}
	
/* .upcomingEvents4 { 
	display: none;
	} */

 .upcomingEvents5 { 
	display: none;
	} 
			
	
#footerHack {
	clear: both;
	width: auto;
	}
	
.contentPhoto {
	float: right;
	margin: 15px;
	border: 1px solid #c4c4c4;
	}
	
.contentTable {
	margin: 20px;
	border: 1px solid #d9dbc1;
	}
		
.contentTableRow {
	background: #f8f3df;
	border-bottom: 1px solid #d9dbc1;
	padding: 0px;
	}
	
.contentTableRow p {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #352208;
	line-height: 18px;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	}
		
.contentTableRowAlternating {
	background: #e8e1c3;
	border-bottom: 1px solid #d9dbc1;
	padding: 0px;
	}
	
.contentTableRowAlternating p {
	font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #352208;
	line-height: 18px;
	margin: 0px;
	padding: 2px 10px 2px 10px;
	}
		

/*  ===================================================  
  	DEFINES HOME PAGE FEATURES
  	===================================================  */


/* Defines In Focus feature */

	
.centersIcon {
	display: block;
	float: left;
	padding: 0px 5px 0px 0px;
	}
	
.centersArrowIcon {
	display: block;
	float: left;
	padding: 4px 5px 0px 0px;
	}
	
.healthInteractiveThumb {
	float: right;
	margin: 5px 0px 5px 5px;
	}

		
		
		
