/* Layout */	

#content-news {
	margin:40px 0 30px 0;
	position:relative;
	width: 640px;
	float: left;
	}	
#content-news h2 {
	margin:0 0 10px 0;
	width:80px;
	background-color: #000;
	color: #FFF;
	font-size: 1em;
	padding: 2px 2px 2px 4px;
	height: 15px;
	font-family: Arial, Helvetica, Geogia;
	line-height: 15px;
	}			
#content-news div {
	float:left;
	width: 460px;
	padding: 10px;
	}	
#content-news h3 {
	width:480px;
	float:left;
	padding:0 10px;
	font-size:1.8em;
	font-weight:normal;
	margin: 0;
	line-height: 120%;
	}
#content-news em {
	padding: 10px;
	margin-top:12px;
	float: left;
	}			
.date {
	display:block;
	}
#content-news a {
	padding:1px 0;
	}
#content-news a:link,
#content-news a:visited {
	}			
#content-news a:hover,
#content-news a:focus {
	color:#000;
	background-color:#ffe400;
	text-decoration: none;
	}	
#content-news div.share_article {
	border-top:1px solid #333;
	border-bottom:1px solid #333;
	margin: 0 0 20px 0;
	}
#left_column {
	width: 160px;
	height: 600px;
	background-color: #EAEAEA;
	float: left;
	margin: 40px 0 0 3px;
	}	
#right_column {
	width: 160px;
	height: 600px;
	background-color: #EAEAEA;
	float: left;
	margin: 40px 0 0 0;
	}
	
/* Quotes and Blockquote */

#content-news div.pullquote {
	background: url(graphics/pullquote.gif) 10px 0 no-repeat;
	width: 420px;
	margin: 0;
	padding: 10px 30px;
	line-height: 1.2em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	min-height: 44px;
	}
#content-news div.pullquote a {
	color: #FFF;
	}
#content-news div.pullquote a:hover {
	color: #000;
	background-color: #ffe400;
	}
p.pullquote_author {
	width: 480px;
	color: #FFF;
	text-indent: 1.5em;
	text-align: left;
	font-size: 1em;
	margin: 0 0 10px 0;
	}
.pullquote_more {
	text-align: right;
	font-size: 0.95em;
	margin-bottom: 0;
	}
	
/* Paginate */

#paginate {
	width: 480px;
	margin-left: 163px;
	}
p.page-nav {
	padding: 0;
	}
p.page-nav .divider {display: none;}

#paginate p.page-nav a {
	background: #333;
	text-decoration: none;
	_display: inline-block;
	height: 36px;
	line-height: 35px;
	font-size: 1.2em;
	color: #FFF;
	width: 160px;
	background:url(graphics/paginate-back.png) no-repeat right top;
	}
#paginate p.page-nav a.previous-page {
	float: left;
	text-align:center;
	}
#paginate p.page-nav a.next-page {
	float: right;
	text-align:center;
	}
#paginate p.page-nav a:hover {
	background:#ffe400;
	color:#000;
	}
#content-news .continue a {
	float:left;
	font-style:italic;
	font-weight:bold;
	color:#fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
	background:url(graphics/continue-back.png) no-repeat right top;
	padding: 22px 10px 6px 10px;
	}
#content-news .continue a:hover {
	background:url(graphics/continue-back-over.gif) no-repeat right top;
	color:#000;
	}
#content-news p{
	margin-top: 12px;
	}
	
.nextprev {
    height: 1.5em;
}
.nextprev .prev {
    float: left;
}
.nextprev .next {
    float: right;
}	
