/* 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  */

#mainPromoContainer {
	width: 710px;
	height: 
226px;
	}

#realizeContainer {
	float: left;
	width: 226px;
	}

#promosContainer {
	float: left;
	width: 226px;
	margin-right: 15px;
	margin-left: 15px;
	}

#interactiveContainer {
	float: left;
	width: 226px;
	}
	
	#videoContainer {
		border:1px solid #818085;
		height:224px;
		overflow:auto;
		width:224px;
		}
		
		#videoContainer ul {
			list-style:none;
			padding:0;
			margin:0;
			}
			
		#videoContainer li {
			float:left;
			padding:0;
			margin:9px 2px 0 9px;
			}
			
			#videoContainer li a {
				color:#6EB43F;
				display:block;
				text-decoration:none;
				}
			
			#videoContainer li img {
				border:1px solid #818085;
				}
			
			#videoContainer li a p {
				font-size:11px;
				margin:0;
				text-decoration:underline;
				}
				
	#videoHeader {
		background:#818086;
		width:100%;
		}
	

/*  DEFINES MISCELLANEOUS ELEMENTS  */

/* hides breaking news events and newsreleases */


/*

.breakingNews1 { 
	display: none;
	}
	
.breakingNews2 { 
	display: none;
	}

.breakingNews3 { 
	display: none;
	}
	
.breakingNews4 { 
	display: none;
	}
	
.breakingNews4 { 
	display: none;
	}
	
.upcomingEvents1 { 
	display: none;
	} 
	
.upcomingEvents2 { 
	display: none;
	} 
	
.upcomingEvents3 { 
	display: none;
	} 
	
.upcomingEvents4 { 
	display: none;
	} 
	
.upcomingEvents5 { 
	display: none;
	} 
	
.newsRelease1 { 
	display: none;
	} 
	
.newsRelease2 { 
	display: none;
	} 

.newsRelease3 { 
	display: none;
	} 
	
.newsRelease4 { 
	display: none;
	} 
	
.newsRelease5 { 
	display: none;
	} 
	
*/


.homeIBox {}
			

