

/**
 * Events Detail styles
 */

#container{
	width:1000px;
}
#body_events_detail h1.sectionName,
#body_events_detail h1.sectionName {
	background:url(/images/events/banner.jpg) no-repeat;
	display:block;
	height:101px;
	margin-left:0px;
	margin-top:-2px;
	overflow:hidden;
	padding:2px 4px 6px;
	text-indent:-9999px;
	width:980px;
}

#mainContentContainer {
	background:transparent url(/images/events/detail/content-bkd.png) no-repeat scroll 0px 0px;
	float:left;
	margin-left:3px;
	margin-top:15px;
	padding:0px 50px 0px 24px;
	width:658px;
	height:542px;
}
#mainContentContainer h3.contentHeader{
	background:transparent none repeat-y scroll 0pt 0px;
	border-bottom:1px solid #CFCFCF;
	color:#434343;
	font-size:1.8em;
	font-weight:900;
	height:auto;
	line-height:1.25em;
	margin:12px 0pt 8px 0px;
	padding-left:0px;
	padding-top:4px;
	width:673px;
}
#body_events_detail #mainPrimary{
	overflow:auto;
	width:688px;
	height:542px;
	padding-right:20px;
}
#body_events_detail #mainPrimary p{
	font-size:1.1em;
	color:#464646;
	line-height:1.9em;
	margin-bottom:20px;
}
#body_events_detail #mainPrimary p img{
	float:left;
	margin-right:12px;
	margin-bottom:15px;
}
#body_events_detail #mainPrimary p.date{
	color:#959595;
	margin-bottom:18px;
}

/* Second Column */
#secondaryContentContainer{
	float:left;
	width:248px;
	height:557px;
	background-color:#cc0000;
	margin-left:15px;
	margin-top:11px;
	background:url(/images/events/detail/article-summary-bkd.png);
}
#secondaryContentContainer h3.contentHeader{
	font-size:1.1em;
	font-weight: 900;
	color:#434343;
	background:transparent url(/images/wii/content-header-1.png) repeat-y 0 0px;
	background-image:none;
	width:236px;
	height:20px;
	padding:8px 0px 2px 0px;
	margin:0px 0px 0px 0px;
	text-align:center;
}
#secondaryContentContainer #secondaryPrimary{
	overflow:auto;
	height:514px;
	width:239px;
}
#secondaryContentContainer li{
	padding:8px 24px 0px 18px;
}
#secondaryContentContainer p{
	line-height:1.6em;
}
#secondaryContentContainer h3{
	line-height:1.6em;
	font-weight:900;
}
#secondaryContentContainer p a{
	white-space:nowrap;
	font-weight:900;
}
#secondaryContentContainer p.date{
	color:#959595;
	border-bottom:1px solid #cfcfcf;
	padding-bottom:8px;
}
.contentFooter{
	display:none;
}

.detail .article ul{
	font-size:1.1em;
	line-height:1.62em;
	list-style-image:none;
	list-style-position:inside;
	list-style-type:disc;
	margin-bottom:10px;
	margin-left:0px;
}


