/* CSS Document */

#NewsArea{
	float:left;
	margin-top:30px;
	margin-left:30px;
	width:608px;
}
#NewsArea div.banner{
	display:block;
	height:200px;
	margin-bottom:15px;
}
#NewsArea h1{
	color:#F26222;
	padding:0;
	margin:0;
}
#NewsArea p.date{
	padding:0;
	margin:0;
	color:#666666;
}
#RequiresFlash{
	margin-top:250px;
	text-align:center;
}
#RequiresFlash ul,
#RequiresFlash ul li,
#RequiresFlash ul li a{
	float:none;
	display:inline;
}

#NewsList{
	float:left;
	margin-left:30px;
	width:302px;
	margin-top:25px;
}
#NewsList h1{
	margin-bottom:5px;
}
#NewsList p{
	padding:0;
	margin:0;
	padding-bottom:15px;
}

#NewsMask{
	clear:left;
	position:relative;
	top:15px;
}

#NewsItems{
}
#NewsItems ul{
	padding:0;
	margin:0;
}
#NewsItems ul li{
	list-style:none;
	padding:0;
	margin:0;
	font-size:12px;
	margin-bottom:5px;
}

.rightBtn span.title,
#NewsItems ul li a span.title{
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	padding-top:10px;
}

div.rightBtn,
#NewsItems ul li a{
	text-decoration:none;
	background-image:url(../images/waterbuoy/movies/itemBackground.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	padding:0 15px 0 20px;
	height:73px;
}

div.rightBtn {
	height: auto;
	margin-bottom: 10px;
}


#NewsItems ul li a:active,
#NewsItems ul li a:hover,
#NewsItems ul li a:focus{
	background-position:-302px 0;
	color:#fff;
}

#NewsNavigation{
	padding-top:10px;
}
#NewsNavigation .button{
	display:block;
	height:24px;
	width:24px;
	text-indent:-5000px;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/waterbuoy/buttons/nextPrevious.png);
}

#NewsNavigation a#PreviousItem{
	background-position:0 0;
}
#NewsNavigation a#PreviousItem:hover{
	background-position:0 -25px;
}
#NewsNavigation a#NextItem{
	float:right;
	background-position:-25px -0;
}
#NewsNavigation a#NextItem:hover{
	background-position:-25px -25px;
}

table.dataNav_1{
}
table.dataNav_1 td{
	text-align:center;
}
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:24px;
	height:24px;
}
table.dataNav_1 td.previous a,
table.dataNav_1 td.next a{
	display:block;
	height:24px;
	width:24px;
	text-indent:-5000px;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/waterbuoy/buttons/nextPrevious.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 -25px;
}
table.dataNav_1 td.next a{
	float:right;
	background-position:-25px -0;
}
table.dataNav_1 td.next a:hover,
table.dataNav_1 td.next a:focus,
table.dataNav_1 td.next a:active{
	background-position:-25px -25px;
}
table.dataNav_1 td.page{
	width:24px;
}

.navCell_2 a{
	color:#FF6600;
}