body {
	overflow-x:hidden;
}

/* Homepage */
#contentWrapper {
	/*background:url(CSSImagery/backgroundHome.gif) no-repeat center center;*/
	clear:left;
	float:left;
	margin-top:-5px;
	position:relative;
	width:100%;
	z-index:2;
}

#content {
	margin:0 auto;
	width:990px;	
}

#contentBoxes {
	margin-top:5px;
	position:relative;
	width:990px;
}

.smallContentBox {
	background:#fff url(CSSImagery/contentBoxBackground.png) repeat-x top left;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	bottom:0;
	float:left;
	overflow:hidden;
	position:absolute;		
	width:250px;
}

.box1 {
	margin-left:5px;
}

.box2 {
	margin-left:280px;	
}

.box3 {
	margin-left:560px;	
}

	.smallContentBox h2 {
		font-size:1.9em;
		font-weight:bold;
		padding:15px 20px;		
	}

	.smallContentBox p, .largeContentBox p {
		display:block;
		font-size:1.2em;
		line-height:1.55em;		
		padding:0 20px 15px;		
	}

.largeContentBox {
	background:#000 url(CSSImagery/contentBoxBackgroundBlue.png) repeat-x top left;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	border-left:2px solid #fff;
	bottom:0;
	float:left;	
	position:absolute;	
	width:420px;
}

	.largeContentBox h2 {
		color:#fff;
		font-size:1.9em;
		font-weight:bold;
		padding:15px 20px;		
	}

.largeContentBox p {
	display:none;
	height:240px;
	width:380px;
}

.largeContentBox .closeVideo {
	background:transparent url(/css/CSSImagery/close.png) no-repeat ;
	position:absolute;
	top:-18px ;
	right:-18px ; 
	width:35px ;
	height:35px ;
	cursor:pointer ;
	z-index:10000000;
	display:none;
}

#contentBoxes .largeContentBox p a#player {
	display:none;
	border:1px solid #EAEAEA;
	height:240px;
	width:380px;
}












/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
