/* ------------------------------------- */
/* 				News List Page			 */
/* ------------------------------------- */

/* News listing styles */
#content #articleList{
	padding:0px;
	margin:0px;
}
	#content #articleList li{
		list-style:none;
		padding:9px;
		clear:both;
		cursor:pointer;
	}
	#content #articleList li.rowColor{
		background:#E6E6E6;
	}
		#content #articleList li a{
			text-decoration:none !important;
			display:block;
			cursor:pointer;
		}
		
		#content #articleList li h2{			
			padding:0px;
		}
		#content #articleList li p{
			margin:0px;
			padding-left:1px;
		}
			#content #articleList li .artDate{
				display:block;
				float:left;
				width:75px;
				font-weight:bold;
				font-size:1.1em;
			}
			#content #articleList li .artIntro{
				display:block;
				float:left;
				width:464px;
			}
	
	p.infoTxt{
		font-weight:bold;
	}
	
	.newsListingPag{
		font-weight:bold;
		text-align:right;
		padding:8px 10px 10px 10px;
	}
	.top{
		padding-top:0px;
		margin-top:-10px;
	}
		.newsListingPag .pageNums .currentPage{
			text-decoration:none;
			color:#00451A;
		}
			.newsListingPag .pageNums a{
				text-decoration:none;
			}
			.newsListingPag .pageNums a:hover{
				color:#00451A;
				text-decoration:underline;
			}
	
/* ------------------------------------- */
/* 		   Article Display Page			 */
/* ------------------------------------- */
#content h1.news{
	float:left;
	width:470px;
	padding-bottom:15px;
}

#content h2.news{
	margin:8px 0 0 !important;
	padding:0px !important;
	color:#555555 !important;
	font-size:1.5em;
	float:right;
	width:85px;
	text-align:right;
}

#pagination{
	/*background:#E6E6E6;*/
	clear:both;
	border:1px solid #A0A0A0;
	padding:5px;
	margin:15px 0 8px 0;
}
	#pagination .prevLink{
		float:right;
	}
	#pagination .nextLink{
		float:right;
		padding:0 0 0 7px;
		margin:0 0 0 6px;
		border-left:1px solid #555555;
	}
	#pagination .albumLink{
		float:left;
	}

#content #articleCopy table{
	border-top:1px solid #999999;
	border-left:1px solid #999999;
}	
	#content #articleCopy table td{
		padding:4px 10px;
		border-bottom:1px solid #999999;
		border-right:1px solid #999999;
	}