/* CSS Document */

#Banner {background-image: url(../images/banners/news.jpg)}

#NewsList {
	margin-left:555px;
	padding-right:10px;
	padding-top:20px;
}

#NewsList li {
	list-style:none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #363636;
	padding-top:12px;
	padding-bottom:12px;
}

#NewsList a,
.leftContent .date {
	color:#848484;
	text-decoration:none;
}
.leftContent h1{
	padding:0;
	margin:0;
}
.leftContent .date{
	padding:0;
	margin:0;
	padding-bottom:15px;
}
#NewsList a:hover,
#NewsList a:active,
#NewsList a:focus,
#NewsList a:hover h2,
#NewsList a:active h2,
#NewsList a:focus h2{
	color:#FF9900;
}

#NewsList a h2 {
	color:#FFFFFF;
}


/*
	Data Navigation
*/

div.expandingPod table.dataNav_1{
	width:300px;
	margin-top:10px;
}

table.dataNav_1 {
	width: auto;
	margin: 5px 0 5px auto;
}
table.dataNav_1 td{
	text-align:center;
	width: 24px;
}
table.dataNav_1 td.pages,
table.dataNav_1 td.first,
table.dataNav_1 td.last{
	display:none;
}
table.dataNav_1 td .fade{
	display:block;
	text-indent:-5000px;
}
table.dataNav_1 td.previous,
table.dataNav_1 td.next{
	width:12px;
	height:12px;
}
table.dataNav_1 td.previous a,
table.dataNav_1 td.next a{
	display:block;
	height:12px;
	width:12px;
	text-indent:-5000px;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/previousNext.png);
}
table.dataNav_1 td.previous a:hover,
table.dataNav_1 td.previous a:focus,
table.dataNav_1 td.previous a:active{
	background-position:0 -12px;
}
table.dataNav_1 td.next,
table.dataNav_1 td.previous{
	width:18px;
}
table.dataNav_1 td.next a{
	float:right;
	background-position:-12px -0;
}
table.dataNav_1 td.next a:hover,
table.dataNav_1 td.next a:focus,
table.dataNav_1 td.next a:active{
	background-position:-12px -12px;
}

.navCell_2 a{
	color:#485256;
}
