@charset "utf-8";
/* CSS Document */

  	#ModalBackground{
	  	z-index:999;
  		position:absolute;
	  	top:0;
		  left:0;
		  width:100%;
		  height:110%;
			_height:100%;
			background-color:#000;
			-moz-opacity: 0.7;
			opacity:.70;
			filter: alpha(opacity=70);
			display:none;
		}
		.header{
		  color:#010101;
		  height:24px;
		  padding:7px 0 0 12px;
			border-left:1px solid #fdce47;
		  background:transparent url('../img/overlay/headerBg.gif') left top repeat-x;
		  text-align:left;
			font-size:14px;
			font-weight:bold;
		}
		.xButton{
		  margin-top:-3px;
			margin-right:4px;
		  float:right;
		}
		#FlashOverlay{
	  	z-index:1000;
  		position:absolute;
	  	top:0;
		  left:0;
		  width:692px;
		  height:380px;
			padding:0;
		  border:1px solid #e2e2e2;
			background-color:#fff;
			display:none;						
	  }
		#FlashMovie{
		  float:left;
		  width:400px;
			margin:19px 15px 0 24px;
			border:1px solid #bcbcbc;
		}
/* 3/23 Addition */		
		#FlashMovie p{
		  padding-top:100px;
			height:200px;
		}
/* end 3/23 Addition */			

		#FlashDesc{
		  position:relative;
			float:left;
			width:232px;
			height:310px;
			text-align:left;
			margin-top:19px;	
		}
		
		#FlashDesc h3{
			font-size:18px;
			font-weight:bold;
		}
		
		#FlashDesc h4{
			font-size:12px;
			font-weight:normal;
		}
		
		#FlashDesc h5,
		#FlashDesc p{
		  color:#666666;
			font-size:12px;
			font-weight:normal;
		}	
		
		#FlashDesc p{
		  margin:19px 0 0;
		}	
		
		#FlashDesc img{
		  position:absolute;
			bottom:0;
			right:0;
		}								
		
/* new additions 3/20/09 */		
		
		#FlashDesc div{
			display:none
		}
		
		#FlashDesc div.showDescription{
			display:block;
		}
		
