/* CSS Document */

/*  ===================================================  
 	===================================================  
	
	Description: CSS Framework home structure style sheet
	Author:  
	Release date:	 
	Designer approved: 
	Date approved: 
	Revision History:	Revised By		Revised On:
						Kari			11/14/07
						
  	=================================================== 
  	===================================================  */	
		
/*  DEFINES MAIN PROMO AREA  */

#homePromoContainer {
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	height: 398px;
	width: 978px;
	}
	
	#homePromos div {
		height: 398px;
		width: 978px;		
		}
		
#homeBannerLeftArrow {
	height: 39px;
	left: 5px;
	position: absolute;
	top: 225px;
	width: 23px;
	}

#homeBannerRightArrow {
	height: 39px;
	left: 952px;
	position: absolute;
	top: 225px;
	width: 23px;
	}

#homeColumn1 {
	float: left;
	width: 285px;
	}

	#homeColumn1Nest {
		margin: 20px;
		}

#homeColumn2 {
	float: left;
	width: 680px;
	}

	#homeColumn2Nest {
		border-left: 1px solid #016891;
		margin: 20px 0px;
		padding-left: 20px;
		}	
		
		#homeHealthInteractives {
			height: 210px;
			width: 659px;
			}
			
			
		#homeHealthInteractives div {
			float: left;
			height: 135px;
			width: 206px;
			}
			
		#homeHealthInteractives div + div {
			margin:0 20px;
			}

			#homeHealthInteractives div + div + div {
				margin:0;
				}
				
			#homeHealthInteractivesLinks {
				clear: both;
				display: block;
				float: left;
				font-size: 13px;
				font-weight: bold;
				height: 20px;
				margin-bottom: 10px;
				text-align: right;
				width: 660px;
				}		
				
				#homeHealthInteractivesLinks a {
					color: #006790;
					}
					
#NewsReleases{
	width: 245px;
	}

	#NewsReleases ul {
		list-style: none;
		margin: 10px 0 0;
		padding: 0;
		}
		
		#NewsReleases li {
			margin-bottom: 10px;
			}
			
			#NewsReleases li a{
				color: #000;
				text-decoration: none;
				font-size: 13px;
				}
			
			#NewsReleases li a:hover{
				text-decoration: underline;
				}

.newsRelease4 { 
	display: none;
	} 
	
.newsRelease5 { 
	display: none;
	} 


