@charset "utf-8";
/* CSS Document */

/*
Date Created: Dec 12, 2008
Updated: Dec 26, 2008
Created by: XerexFANG
Copyright: All Rights Reserved 2008
License: Non-univesity use by permission only
Note: Created expressly for use in 
Additional Info: 
*/

/* news */

#news{
	background: url(../images/bg_newsevents.jpg) repeat-x transparent;
	min-height:150px;
	width:524px;
    display: block;
    float: left;
    position: relative;
	/*clear:left;*/
	margin: 0px 10px 0px 10px;
	padding:0px;
	/*border-left:2px solid #ffffff;*/
	/*margin-left:242px;*/
	border-right:1px solid #B7B394;
	border-left:2px solid #ffffff;
}

#news table{
	width:100%;	
}

#news table tr th{
	background-image:none;
	background:#C4C09E;
	/*height:45px;*/
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:150%;
	font-weight:bold;
	color:#6C0000;
	font-weight:normal;
	vertical-align:middle;
	text-align:left;
	padding-left:18px;
	border-bottom:10px solid #DBD8BC;
	border-bottom: 0px solid #DBD8BC;
	
}

#news table tr th a,
#news table tr th a:visited{
	color:#6C0000;
	color:#993300;
}

#news table tr th a:hover{
	color:#000000;
	border-bottom: 1px dotted #97947C;
}

#news table tr th{
	border-right:1px solid #DBD8BC;
	
}

#news tr td{
	padding:3px 0px;
}

#news table tr td.newsitem{
	font-size:110%;
	letter-spacing:0.2em;
	line-height:1.7em;
	padding-left:8px;
	padding-right:20px;
	clear:none;
	/*border-bottom:8px solid #DBD8BC;*/
	position:relative;
	/*height:auto;*/
	min-height:50px;
	padding-top:0px;
	padding-bottom:7px;
	margin-top:20px;
}

#news table tr td.newsitem a,
#news table tr td.newsitem a:visited{
	color:#9A0700;
	text-decoration:none;
	border-bottom:0px dotted #999999;
}

#news table tr td.newsitem a:hover,
#news table tr td.newsitem a:visited:hover{
	text-decoration:none;
	border-bottom:1px dotted #999999;

}

#news table thead tr th{
	margin-bottom: 60px;
	/*height:60px;*/
	vertical-align:top;
	padding-top:15px;
	padding-bottom: 20px;
	background:none;
}

#news table tbody tr td{
	padding:10px 0px;
	
}

#news tr td p.date{
	text-transform:uppercase;
	font-size:1.0em;
	display:block;
	margin:0px auto;
	width:25px;
	text-align:center;
	color:#834A4B;
	position:relative;
	margin-left:18px;
	padding:0px;
	top:-4px;
	z-index:876;
	border-right: 1px solid #B7B394;
	height:30px;
	padding-right:15px;
}

#news tr td p.date span{
	width:25px;
	display:block;
	font-size:1.6em;
	clear:both;
	position:relative;
	float:left;
	clear:both;
	margin:0px auto;
	padding:0px;
}

#news_footer{
	text-align:right;
	background:#D2CEA9;
	margin: 0px 10px 0px 10px;
	padding:10px;
	float:left;
	/*position:absolute;
	bottom:0px;
	left:243px;
	z-index:1200;*/
	display:block;
	border-right:1px solid #B7B394;
	border-left:2px solid #ffffff;
	width:504px;
	float:left;
}

#news_footer a,
#news_footer a:visited{
	color:#6C0000;
	color:#993300;
}

#news_footer a:hover{
	color:#772200;
}

