
#recentNews
{
	float: right;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	vertical-align: top;
}

#recentNews ul
{
	margin: 0;
	padding: 0;
	background: #444444;
}

/*========================================================*/

.newsItemList
{
}

.newsItemList ul
{
	margin: 0;
	padding: 0;
	border-bottom: none;
	padding-left: 1em;
	text-indent: -1em;
}

.newsItemList ul li
{
	margin: 0px 0px 5px 0px;
	/*padding: 0;*/
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	list-style: none;
}

/*========================================================*/

.jDrawer
{
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	line-height: 1.4em;
	margin: 0px auto;
	text-align: left;
	float: left;
	padding: 0px;
	top: 0;
	left: 0;
}

/*
.jDrawer a
{
	color: #0095d9;
	text-decoration: underline;
}

.jDrawer a:visited
{
	text-decoration: none;
}

.jDrawer a:hover
{
	color: #f5ea2e !important;
}
*/

.jDrawer li.jDrawer-active
{
}

.jDrawer li.jDrawer-active a
{
	color: #005596;
	outline: 0; /* prevent dotted border in Firefox */
}

.jDrawer .jDrawer-divider
{
	border-top: 1px solid #E0E0E0;
	margin: 5px 0;
}

.jDrawer ul.jDrawer-list
{
	display: block;
	overflow: hidden;
	position: relative;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

.jDrawer li.jDrawer-item
{
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.jDrawer-vertical
{
	width: 198px !important;
	min-width: 198px;
}

.jDrawer-vertical li.jDrawer-item
{
	width: 198px !important;
	min-width: 198px;
}

.jDrawer-vertical .jDrawer-item-border-1
{
	/*background: transparent url(/images/jDrawer/jDrawer-vertical-item-l.gif) no-repeat scroll 0% 100%;*/
	padding: 0px 0px 0px 10px;
	background: transparent url(/images/news/layout/item-left-active.png) no-repeat scroll 0% 100%;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-item-border-1
{
	/*background: transparent url(/images/jDrawer/jDrawer-vertical-item-l-active.gif) no-repeat scroll 0% 100%;*/
	background: transparent url(/images/news/layout/item-left-active.png) no-repeat scroll 0% 100%;
}

.jDrawer-vertical .jDrawer-item-border-2
{
	/*background: transparent url(/images/jDrawer/jDrawer-vertical-item-r.gif) no-repeat scroll 100% 100%;*/
	padding: 0px 10px 0px 0px;
	background: transparent url(/images/news/layout/item-right-active.png) no-repeat scroll 100% 100%;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-item-border-2
{
	/*background: transparent url(/images/jDrawer/jDrawer-vertical-item-r-active.gif) no-repeat scroll 100% 100%;*/
	background: transparent url(/images/news/layout/item-right-active.png) no-repeat scroll 100% 100%;
}

.jDrawer-vertical .jDrawer-item-border-3
{
	/*background: transparent url(/images/jDrawer/jDrawer-vertical-item-b.gif) repeat-x scroll 0% 100%;*/
	padding: 0px 0px 10px 0px;
	background: transparent url(/images/news/layout/item-bottom-active.png) repeat-x scroll 0% 100%;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-item-border-3
{
	/*background: transparent url(/images/jDrawer/jDrawer-vertical-item-b-active.gif) repeat-x scroll 0% 100%;*/
	background: transparent url(/images/news/layout/item-bottom-active.png) repeat-x scroll 0% 100%;
}

.jDrawer-vertical .jDrawer-content
{
	/*
	color: #969696;
	padding: 10px;
	background: transparent url(/images/jDrawer/jDrawer-vertical-item-bg.gif) repeat-x scroll 0% 100%;
	*/

	color: #EEE;
	/*padding: 2px 10px 20px 10px;*/
	padding: 10px;
	background: url(/images/news/layout/item-bg-active.png) repeat-x scroll 0% 100%;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-content
{
	/*
	color: #333;
	background: transparent url(/images/jDrawer/jDrawer-vertical-item-bg-active.gif) repeat-x scroll 0% 100%;
	*/

	color: #EEE;
	/*padding: 10px 10px 20px 10px;*/
	background: url(/images/news/layout/item-bg-active.png) repeat-x scroll 0% 100%;
}

.jDrawer-vertical .jDrawer-content h3
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

.jDrawer-vertical .jDrawer-buffer
{
	/*padding: 5px 0px 3px 0px;*/
	padding-top: 5px;

	color: #EEE;
}

.jDrawer .jDrawer-divider
{
	border-top: 1px solid #E0E0E0;
	margin: 5px 0px;
}

.jDrawer-vertical li.jDrawer-active .jDrawer-divider
{
	border-top: 1px solid #0095d9;
}

/*========================================================*/

#news
{
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
	vertical-align: top;
}

#news h2
{
	clear: both;
	margin: 10px 0;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 0px 0px 0px 2px;
	border-bottom: 2px solid #AAAAAA;
}

#news h2 a,
#news h2 a:hover,
#news h2 a:visited,
#news h2 a.active
{
	color: #DDDDDD;
	text-decoration: none;
	outline: 0; /* prevent dotted border in Firefox */
}

#news img
{
	margin: 0.8em 8px 0px 0px;
	padding: 0;
	border: 0;
}

#news img.left
{
	float: left;
	margin-left: 20px;
}

#news img.right
{
	float: right;
	margin-left: 4px;
}

#news p
{
	margin: 0px 0px 0px 20px;
}

