.content {
	background: url(../img/services/back.png) repeat-y;
	color: #fff;
	height: 580px;
}

.left {
	float: left;
	width: 480px;
	height: 561px;
	margin-top: 20px;
	padding-bottom: 20px;
}

.left a {
	color: #e15603;
}

.left a:hover {
	text-decoration: underline;
}

.right a {
	color: #000c23;
}

.right a:hover {
	text-decoration: underline;
}

.readmore {
	color: #000c23;
}

.nr {
	position: absolute;
	width: 51px;
	height: 339px;
	bottom: 20px;
	left: 15px;
	background: url(../img/newsroom/newsroom.png) no-repeat;
}

.right {
	float: left;
	height: 581px;
	width: 482px;
}

.inside {
	padding: 40px 0;
	margin: 0 40px;
}

.left .inside {
	padding-top: 20px;
	margin-left: 80px;
}

.right .inside {
	margin-right: 80px;
}

h3 {
	font-weight: normal;
	font-size: 14px;
}

.release {
	margin: 2em 0;
	font-size: 11px;
}

.right .date {
	color: #000c23;
	font-weight: bold;
}

.left .date {
	color: #6699ff;
}

.pagination {
	style: font-weight: normal;
	font-size: 10px;
	padding-top: 5px;
	border-top: 1px solid #000c23;
	color: #000c23;
}

.pagination a {
	color: #000c23;
	text-decoration: underline;
}

/* article */
.article h4 {
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px; 
}

.article a {
	color: #e15603 !important;
}

.download {
	display: block;
	position: absolute;
	right:10px;
	top: 10px;
	background: #b2c7d7;
	padding: 5px 20px;
	color: #fff !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

a.download:hover {
	text-decoration: none;
	background: #2b3b59;
}
