/* news-events*/
.news-events-wrapper {
	margin:15px 0 15px 15px;
float:left;
width:auto;

	height:auto;
	overflow:visible;
}

*html .news-events-wrapper {
	float:none;
margin:0 0 20px 15px;

}

.news-events-wrapper, input, textarea, select {
font-family:Arial,Helvetica,sans-serif,Verdana;
font-size:1.2em;
}
/* news-events*/
.news-events {
	width:588px;
	padding:0 0 12px 0;
	float:left;
	background: url(Images/news-events-footer.gif) bottom left no-repeat;
}
.news-events h2, .news-events dl {
	padding:.4em 12px;
	margin:0;
	float:left;
}
.news-events h2 {
	width:564px;
	font-size:1.2em;
	border-bottom:1px solid #cccccc;
	background: url(Images/news-events-title.gif) left top no-repeat;
	color:#c1bca7;
	background-color:#a2cfcb;
}
.news-events dl {
	width:562px;
/*	margin-bottom:-8px;*/
padding: 0px 12px 10px 12px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	background: url(Images/news-events-content.gif) left bottom no-repeat;
/*	background-position:0% 1px;*/
}

.news-events dl.last-item {
	margin-bottom:-6px;
	background-position:0% 1px;
	background-color:#F0F0F0;
	
}

.news-events dt {
	font-size:10px;
	color:#e9f9f7;
	padding:1px 0 3px 21px;
	height:16px;
	margin:1.0em 0 0 0px;
	background:url(Images/news-events-sub-header-left.gif) top left no-repeat;
}
.news-events dt span {
	padding:1px 6px 3px 0;
	margin:-1px 0 0 0;
	float:left;
	min-width:108px;
	background:url(Images/news-events-sub-header-right.gif) top right no-repeat;
}
.news-events dd {
	margin:0;
	padding: 0 0 .1em 14px;
	background: url(Images/list-bullet-default.gif) left center no-repeat;
}
.news-events dd a {
	color:#249185;
	text-decoration:none;
}
.news-events dd a:hover {
	text-decoration:underline;
}
.news-events dd.news-events-view-all {
	list-style: none;
	padding:.2em 14px 0 14px;
	background-image:none;
/*	background: url(Images/news-events-view-all.gif) left bottom no-repeat;
	background-position:0% 1.9em;*/
}
.news-events dd.news-events-view-all, .news-events dd.news-events-view-all a {
	color:#7eb949;
	text-decoration:underline;
}

