﻿/*Pullquote - show single record for selection story*/
.news_pullquote
{
	padding:10px;
	color:#000000;
}
.news_pullquote .article_pullquoteEachItem
{
	margin:0px 0px 20px 0px;
	float:left;
	width:100%;
}
.news_pullquote .pullquoteitem
{
	float:left;
	width:100%;
	margin:0px 0px 20px 0px;
}
.news_pullquote .thumbnail
{
	padding:0px 10px 0px 0px;
	float:left;
}
.news_pullquote .pullquote
{
	float:left;
	width:400px;
}
.home .pullquote
{
	float:left;
	width:150px;
}
.news_pullquote .pullquotetitle
{
	font-weight:bold;
	padding:10px 0px;		
}
.news_pullquote .pullquotedate
{
	color:#A5A5A5;
}
.news_pullquote .pullquotetext
{
	padding:10px 0px 0px 0px;
}
.news_pullquote h2 a
{
	text-decoration:none;
	color:#000000;
	font-weight:bold;	
	font-family:Georgia, serif;
	font-size:20px;
}
.news_pullquote a
{
	text-decoration:none;
	font-weight:bold;
}
.news_pullquote .pullquote a:hover
{
	border-bottom:1px solid #BC102A;
}
