@charset "utf-8";
/* CSS Document */

/*----------calendar---------------*/


div.calendarwrapper{
	position:absolute;
	top:10px;
	left:588px;
	width:80px;
	height:75px;
	padding:3px 0px 0px 0px;
	background-image: url(../../_sharedimg/calendar_bg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
div.calendarwrapper a:hover{border:0px;}

div.calendardate{
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#FF4F00;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2.9em;
	line-height:1.1em;
	text-align: center;
}

.calendarmonth{
	padding:0px 0px 0px 0px;
	margin:0px;
	color:#D9B98C;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
}

/*----------News---------------*/

div.dataItem {
	position:relative;
	margin:0px;
	padding:0px 127px 4px 0px;	
	margin:12px 0px 0px 0px;	
	width:550px;
	height:100px;	
	
}

div.dataItemBot{
	position:relative;
	margin-bottom:12px;
	width:677px;
	height:15px;
	padding:0px 0px 40px 0px;
	background:url(../../_sharedimg/hr_01.gif) repeat-x bottom;
}
div.dataItemBot_no_border{
	position:relative;
	margin-bottom:12px;
	width:677px;
	height:15px;
	padding:0px 0px 40px 0px;
}

div.dataItem {height:auto; min-height:100px;}
		
div.dataItem img {
	position:absolute;
	top:0px;
	left:0px;
	width: 78px;
	height: 77px;
}

div.dataItem .dataTextLine0 {
	padding:0px 0px 0px 0px;
	color:#5b3d32;
	margin:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.25em;
}
div.dataItem .dataTextLine1 {
	padding:5px 0px 8px 0px;

}
div.dataItem .dataTextLine2 {
	padding:0px 0px 0px 0px;
}
div.dataItem .dataDrillDown a{
	padding:0px;
	margin:0px;
	font-weight: bold;
	text-transform: uppercase;
	color: #c83d57;	
	text-decoration: none;	
	list-style-image:none;
	background-image:none;
}
div.dataItem .dataDrillDown a:hover{
	text-decoration: underline;
}	

img.news_img_bordered{
	padding:0px;
	background-color:#fff;
	border: 3px solid #f6b061;
}

.news_article_date {
	color:#5b3d32;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 1.25em;
	line-height: 1.25em;
	margin-bottom:7px;
}

h2.h2_news{
		margin:0px;
		padding-bottom:3px;
}

