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

/* Sub Menu */
#newsSubMenu { height: 68px; margin: 20px 0; padding: 0; }
	#newsSubMenu li { background: none; display: block; float: left; width: 161px; margin: 0 15px 0 0; padding: 0; }
		#newsSubMenu li a { display: block; width: 161px; height: 68px; text-indent: -9999px; outline: none; }

	#smInTheNews a { background: url(../news/images/submenu-marketing-news.jpg) left top no-repeat; }
	#smPressReleases a { background: url(../news/images/submenu-press-releases.jpg) left top no-repeat; }
	#smUpcomingEvents a { background: url(../news/images/submenu-upcoming-events.jpg) left top no-repeat; }
#newsSubMenu #smNewsletter { margin: 0; }
	#smNewsletter a { background: url(../news/images/submenu-subscribe.jpg) left top no-repeat; }

/* Events Page */
.eventListing { border-top: 1px solid #2e6d8d; margin: 0; padding: 15px 0 0 0; }
	.eventListing li { background: none; border-bottom: 1px solid #2e6d8d; margin: 0 0 15px 0; padding: 0 0 15px 125px; position: relative; }
		.eventListing li h3 { color: #fff; }
		.eventListing li p { margin: 0; }
		.eventListing li img { position: absolute; left: 0; top: 0; }

/* News Items */
#newsListing { }
	#newsListing li { margin-bottom: 15px; }
		#newsListing li h3 { margin-bottom: 0; }
		#newsListing li p { margin-bottom: 3px; }

