/* 
	Harris 
	News Screen CSS
	Beth Dewey
	06.23.09
	
 */
 #container {
	}
	
	#content {
		background:url(/content/v1/us/img/contentBG-contact.gif) no-repeat bottom;
	}

		#inner-content {
			width: 960px
		}
		
		
#footer {
	background:url(/content/v1/us/img/footer.png) no-repeat top;
}

		#content h2 {
		}

		#news-content {
			font-size:1.1em;
			margin-bottom:25px;
			width:960px;
		}
		
		
		#news-content h4 {
			color:#004885;
			font-size:1.2em;
			text-decoration:none;
			font-weight:bold;
			margin-left:10px;
		}
		
		#news-detail,
		#news-content dl {
			margin: 0 10px;
			border-bottom:1px solid #b3c6dd;
			padding-bottom:16px;
		}
		
		#news-content dl {
			border-bottom:1px solid #b3c6dd;
		}
		
			#news-content dt.newstitle {
				font-weight:bold;
			}
				#news-content dt a, a:visited{
					color:#004885;
					text-decoration:none;
					font-size:1.2em;
				}
				#news-content dt a:hover{
					color:#4175a5;
					text-decoration:none;
					font-size:1.2em;
				}
				
			.news-date {
				font-size:.85em;
				padding-bottom: 1em;
			}
		
			.newsdate {
				color:#333;
				font-size: .85em;
				padding-bottom: 1em;
				}
				
				.newsmore a {
					font-size:11px;
					font-weight:bold;
				}
					.newsmore a:hover {
						font-size:11px;
						font-weight:bold;
						text-decoration:underline;
					}
				
	#news-content dl {
		padding-bototm: 1em;
	}
	
/* pagination */

div.pagination {
	clear: both;
	_display: inline;
	margin: 2em 10px;
}
#container div.pagination ul {
	list-style: none;
	margin: 1.5em 0 0 0;
	position: relative;
	top: -1.5em;
}
	
	div.pagination ul li {
		display: block;
		float: left;
		_display: inline;
		font-size: 1em;	
	}
		div.pagination ul li span {
			font-weight: bold;
			padding: 2px 5px;
			background:#D4D4D4;
			color:#666;
			display: block;
			border-bottom:#dbdbdb solid 1px;
			border-left:#dbdbdb solid 1px;
			border-top:#e5e4e4 solid 1px;
			border-right:#e5e4e4 solid 1px;
			text-align:center;
			width:15px; 
			height:15px;
			padding-bottom:.5em;
		} 
	
		div.pagination ul li a {
			font-weight: bold;
			padding: 2px 5px;
			background:#ebebeb;
			display: block;
			border-bottom:#dbdbdb solid 1px;
			border-left:#dbdbdb solid 1px;
			border-top:#e5e4e4 solid 1px;
			border-right:#e5e4e4 solid 1px;
			text-align:center;
			width:15px; 
			height:15px;
			padding-bottom:.5em;
			color:#666;
			text-decoration:underline;				
		}
			div.pagination ul li a:hover {
				text-decoration: none;
				background:#bdbebe;
			}
		