/* -------------
 * Flash Place holder
 * ------------- */
#main .flash { 
	background: #FFF; 
	height: 423px;
	
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 104px; /* height of the header */
	width: 100%;
}

#main { padding-top: 423px; }

#right {
	background: transparent url(../../elements/skin/right_shadow.gif) repeat-x left top;
	padding: 25px 0 0 0;
}

#right .blog {
	float: left;
	width: 352px;
	margin-right: 15px;
	margin-bottom: 10px;
}

#right .blog h2 {
	font-weight: bold;
	color: #85567e;
	font-size: 13px;
	border-bottom: solid 1px #d9d7d7;
	padding-bottom: 3px;
	text-transform: uppercase;
}

#right .blog h2 a {
	color: #85567e;
	text-decoration: none;
}

#right .blog dl { 
	margin-top: -10px; 
	float: right;
	width: 62px;
	border-left: solid 1px #d9d7d7;
	padding-left: 10px;
}

#right .blog dt { 
	color: #9daf09;
	font-size: 11px;
	font-weight: bold;
	padding: 3px 0;
	margin-top: 10px;
}

#right .blog dd a {
	color: #949191;
	text-decoration: none;
	display: block;
	padding: 3px 0 3px 11px;
	background: transparent url(../../elements/skin/blog_link_bullet.gif) no-repeat left 6px;
}

#right .blog_content {
	float: left;
	width: 266px;
}


#right .blog_content h3 {
	color: #9daf09;
	font-size: 13px;
	font-weight: bold;
	padding-left: 13px;
	padding-bottom: 3px;
	background: transparent url(../../elements/skin/home/blog_arrow_lg.gif) no-repeat left 1px;
	margin-top: 10px;
}

#right .blog_content .date { font-weight: bold; }

#right .blog_content .more { color: #ff7900; text-transform: lowercase; text-decoration: underline; }

#right .news {
	float: left;
	width: 288px;
	padding: 10px;
	background-color: #f0f4ce;
	border: solid 1px #d9d7d7;
	margin-bottom: 10px;
}

#right .news h2 {
	font-weight: bold;
	color: #85567e;
	font-size: 13px;
	text-transform: uppercase;
	position: relative;
	z-index: 1;
	margin-bottom: 3px;
}

#right .news h2 a {
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	text-decoration: none;
	color: #636466;
	font-size: 9px;
	text-transform: capitalize;
}

#right .news .news_entry {
	font-size: 11px;
	background: transparent url(../../elements/skin/news_border_home.gif) no-repeat left bottom;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}

#right .news .news_entry * {
	line-height: 14px;
}

#right .news .news_entry a {
	color: #636466;
	text-decoration: none;
	padding-left: 14px;
	background: transparent url(../../elements/skin/news_bullet_home.gif) no-repeat left top;
	display: block;
}

#right .news .news_entry .news_date { display: block; }

#right .news .news_entry .news_title { font-weight:bold; padding-right: 5px; }

#right .news .news_entry .news_more { color: #ff7900; text-transform: lowercase; text-decoration: underline; }




#right .scroller {
	clear: both;
	border: solid 2px #9daf09;
	width: 673px;
	background: transparent url(../../elements/skin/home/twitter.gif) no-repeat 4px 3px;
}


#right .scroller .tickercontainer { /* the outer div with the black border */
	width: 673px; 
	height: 27px; 
	margin: 0; 
	padding: 0;
	overflow: hidden; 
}

#right .scroller .tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	left: 30px;
	top: 8px;
	width: 633px;
	overflow: hidden;
}

#right .scroller ul.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font: bold 10px Verdana;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#right .scroller ul.newsticker li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0 30px 0 0;
	padding: 0;
	background: #fff;
}
#right .scroller ul.newsticker a {
	white-space: nowrap;
	padding: 0;
	color: #ff0000;
	font: bold 10px Verdana;
	margin: 0 50px 0 0;
} 
#right .scroller ul.newsticker span {
	margin: 0 10px 0 0;
} 
