@charset "utf-8";
/* CSS Document */
#content #inthepicture img
{
	float:left;
	margin:5px 10px 5px 0;
}

#content #inthepicture h1
{
	margin-top:0px;
	font-size:175%;
}

#content #inthepicture h1 a
{
	text-decoration:none;
}

#content #inthepicture h1 a:hover
{
	text-decoration:underline;
}


#content #news
{
	float:left;
	width:222px;
	margin-right:20px;
	padding-top:10px;
	border-top:5px solid #70405E;
	min-height:300px;
	color:#666;
	margin-bottom:20px;
}
#content #news.newsOnly
{
	width:100%;
}

#content #news.newsOnly ul#newsList
{
	width:96% !important;
}

#newsList
{
	width: 220px !important;
}

#newsList, #eventsList
{
	font-size:12px;
	line-height:20px;
}

#content #news .listnavig_top,
#content #news .listnavig_bottom
{
	display:block;
	position:relative;
	height:16px;
	margin-top:0px;
	margin-bottom:15px;
}

#content #news .listnavig_top a.up
{
	display:block;
	position:relative;
	z-index:15;
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	width:8px;
	height:13px;
	background:#B56EAD  url(/assets/images/arrow_up.png) no-repeat 100% 0;
	margin-top:2px;
	cursor:pointer;
	
}

#content #news .listnavig_bottom a.down
{
	display:block;
	position:relative;
	z-index:15;
	float:right;
	overflow:hidden;
	text-indent:-9999px;
	width:8px;
	height:13px;
	background:#B56EAD  url(/assets/images/arrow_down.png) no-repeat 100% 0;
	margin-top:2px;
	cursor:pointer;
	
}

#content #news .listnavig_top div
{
	display:block;
	float:left;
	list-style:none;
	margin:4px 0 0;
	padding:0 5px 0 0;
	z-index:10;
	position:relative;
	background:#fff;
}

#content #news .listnavig_top div a
{
	display:block;
	float: left;
	overflow:hidden;
	width:10px;
	height:8px;
	text-indent:-9999px;
	background:#B56EAD   url(/assets/images/pagebullets.png) no-repeat -9px 0;
}

#content #news .listnavig_top div a.activeSlide
{
	background-position: 0 0;
}

#content span.line
{
	display:block;
	overflow:hidden;
	height:1px;
	width:100%;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	background-color:#efefef;
	z-index:0;
}

#content #news ul
{
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
}

#content #news ul img
{
	float:left;
	margin:5px 5px 5px 0;
	width:50px;
	height:50px;
}

#content #news ul li
{
	height: 250px;
	overflow: hidden;
}

#content #news ul li div
{
	line-height:19px;
	margin:0 0 7px;
	float:left;
}


#content #news a.title
{
	color:#B56EAD ;
	font-weight:bold;
	display:block;
	line-height: 14px;
	max-height:30px;
	overflow:hidden;
	text-decoration:none;
	
}

#content #news a.title:hover
{
	text-decoration:underline;
}

#content #news a.more
{
	color:#B56EAD ;
	display:inline;
	background:none;
	padding:0;
	/*line-height:inherit;*/
	float:right;
	text-decoration:underline;
}


#content .listnavig_top,
#content .listnavig_bottom
{
	display:block;
	position:relative;
	height:16px;
	clear:both;
	margin-top:0px;
	margin-bottom:15px;
}



#content #sponsors
{
	float:left;
	width:465px;
	margin:0px;
	padding:0px;
	border:0px;
	min-height:100px;
	color:#666;
	margin: 0px;
	margin-top: 10px;
	margin-bottom: 10px;	
}

#content #sponsors .scrollable 
{
	margin: 0px;
}


/*
	root element for the scrollable.
	when scrolling occurs this element stays still.
*/
#content #sponsors .scrollable {

	/* required settings */
	position:relative;
	overflow:hidden;
	width: 465px;
	height:100px;
}

/*
	root element for scrollable items. Must be absolutely positioned
	and it should have a extremely large width to accommodate scrollable items.
	it's enough that you set width and height for the root element and
	not for this element.
*/
#content #sponsors .scrollable .items {
	/* this cannot be too large */
	width:20000em;
	position:absolute;
}

/*
	a single item. must be floated in horizontal scrolling.
	typically, this element is the one that *you* will style
	the most.
*/
#content #sponsors .items div {
	float:left;
}

#content #sponsors .items div table{
	height:100px;
	width:465px;
}

