@charset "utf-8";
/* CSS Document */

h4 {
	margin-left: 10px;
	color: #6B8BB8;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 10px;
}
.listColumms {
	margin-top: 0;
	float: left;
	width: 177px;
}
.listWrapper {
	border-bottom: 10px solid #fff;
	padding-bottom: 10px;
}
.mainNewsWrapper {
	background: none;
}
.mainNewsStory p {
	margin-bottom: 10px;
}
.mainNewsStory ul {
	margin-left: 10px;
	margin-bottom: 10px;
}
.mainNewsStory li {
	line-height: 20px;
}
.mainNewsStory h3 {
	margin-left: 10px;
	color: #0D1B6F;
}
.interviewBox {
	color: #fff;
}
.nextPrevious {
	border-top: 1px solid #fff;
	margin-left: 10px;
	height: 28px;
}
.nextPrevious a:hover {
	text-decoration: underline;
}
.nextPrevious .previous {
	background-image: url(../images/previous.gif);
	width: 130px;
	float: left;
	
}
.nextPrevious .next {
	float: right;
	width: 100px;
	text-align: right;
	background-position: right;
	padding-right: 17px;
}
.quoteWrapper {	
	color: #fff;
	float: left;
	width: 176px;
}
.quoteWrapper p, .quoteWrapper small  {
	background: #6B8BB8;
	padding: 6px;
}
.quoteWrapper small {
	margin-left: 10px;
	display: block;
	border-bottom: 10px solid #fff;
}
.quoteWrapper h2 {
	background: #6B8BB8;
	margin-left: 10px;
	color: #fff;
	margin-bottom: 0;
}
.quoteWrapper ul {
	margin-left: 10px;
	background: #6B8BB8;
	padding-top: 0;
}
.quoteWrapper li {
	margin-left: 5px;
}
.quoteWrapper a {
	color: #fff
}
#authorWrapper {
	float: left;
	background: #fff;
	width: 176px;
	border-bottom: 10px solid #fff;
}
#authorWrapper p, #authorWrapper strong {
	margin-left: 10px;
}
.summaryBox {
	padding: 10px; 
	background: #F2F2F2;
}
.summaryBox img {
	margin-bottom: 5px;
}
