/* 
	Bufalo Place 
	News Screen CSS
	Alison Endacott
	May 2009
	
 */
 
 #container {
		background: url(/content/v1/us/img/inner-bg-full.jpg) no-repeat top center;
	}
	
	#content {
		background: url(/content/v1/us/img/bg-content-full.jpg) no-repeat -1px 493px;
	}

		#inner-content {
			width: 860px;
			margin-left: 24px;
		}
		
		
#footer {
	background: #fff url(/content/v1/us/img/bg-footer-full.jpg) no-repeat top;
}

		#content h2 {
			background: #006ab5 url(/content/v1/us/img/header-top-full-bg.gif) no-repeat top;
		}

		#news-content {
			padding: 2em 0 1em 0;
			margin-bottom: 150px;
			width: 860px;
			background: url(/content/v1/us/img/header-bottom-full-bg.gif) no-repeat top left;
			font-size: 1.1em;
		}
		
		
		#news-content h4 {
			font-size: 1.5em;
			color: #0056A4;
			padding: 0 10px;
		}
		
		#news-detail,
		#news-content dl {
			margin: 0 10px;
		}
		
		#news-content dl {
			padding: 1em 0;
			border-bottom:1px solid #5E9BC5;
			min-height: 90px;
		}
		
			#news-content dt {
				font-size: 1.2em;
			}
			
			#news-content dd.newsimage {
				float: left;
				_display:inline;
				margin-right: 10px;
			}
				#news-content dd.newsimage img {
					width: 52px;
					height: 52px;
				}
		
			p.news-date {
				color: #0056A4;
				font-size: 1.2em;
				margin-top: -.5em;
				padding-bottom: 1em;
				}
				
	#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;
		margin: 0 1px 0 0;
		font-size: .9em;
	}
		div.pagination ul li span {
			font-weight: bold;
			padding: 2px 5px;
			border: 1px solid #ccc;
			background:#0065B3;
			color: #fff;
			display: block;
		} 
	
		div.pagination ul li a {
			padding: 2px 5px;
			border: 1px solid #fff;
			display: block;
		}
			div.pagination ul li a:hover {
				border: 1px solid #ccc;
				text-decoration: none;
			}
	
<!--/* 0.00230275109280773 */-->
