@charset "UTF-8";
/* Smoke Free Events */


#left-events{
	width:241px;  /* 275 */
	height:441px;  /* 596 */
	background:#35424f url(/img/events-side-bg.jpg) no-repeat;
	float:left;
	padding:155px 0 0 0;
}

.show-all-events{
	display:block;
	margin: 0 auto 20px auto;
	padding: 0;
	border:0;
	height: 40px;
	width:200px;
	background:  url(/img/show-all-events.gif); 
}

.show-all-events:hover {background-position: 0 -40px;}
.show-all-events:active {background-position: 0 -80px;}

	
/* EVENTS ****************************/	
#smoke-free-events-header{
	background:url(/img/smoke-free-events-header.gif) no-repeat;
	height:25px;
	width:173px;
	margin:0 0 5px 0;
}


/* VIDEOS ****************************/	
#event-videos-callout{
	width:275px;
	height:185px;
	float:right;
	margin:20px 0 0 0;
	padding:0;
}

#event-videos-callout p{
	margin:0; 
	padding:0 4px 5px 0
}

#event-videos-header{
	background:url(/img/event-videos-header.gif) no-repeat;
	height:17px;
	width:118px;
	margin:0 0 10px 0;
}

.video-thumb{
	float:left;
	height:70px;
	width:90px;
	margin:4px 8px 2px 0;
	border:2px solid #999;
}

.video-thumb:hover{border:2px solid #F90;}
	
.video-button{
	display:block;
	background:url(/img/latest-videos.gif) no-repeat;
	height:35px;
	width:161px;
	margin:0 0 0 -12px;
}
	
.video-button:hover {background-position: 0 -35px;}
.video-button:active {background-position: 0 -70px;}
	