#content-page-body {
	position:relative;
	width:100%;
	line-height: 1;
	background-image:url(../images/light_texture.gif);
	padding-top:138px;
}

#content-page-left-column  {
	float:left;
	width: 620px;
	margin-left:10px;
	margin-right:20px;
	background-image:url('../images/Vetical_Dots.png');
	background-position:right;
	background-repeat:repeat-y;
}

h1 {
	font-family: 'Oxygen', sans-serif;
	font-size:36px;
	color:#a3238e;
	margin-bottom:30px;
}

h2 {
	font-family: 'Oxygen', sans-serif;
	font-size:31px;
	color:#a3238e;
	margin-bottom:24px;
}

h3 {
	font-family: 'Oxygen', sans-serif;
	font-size:14px;
	color:#a3238e;
	margin-bottom:4px;
}



#content-page-right-side-bar  {
	float:left;
	width: 290px;
}

#page-intro-section {
font-family:Georgia, "Times New Roman", Times, serif;
color:#555555;
line-height: 1.5em;
margin-bottom:30px;
}

#page-intro-section p {
padding-right:20px;
font-size:16px;
color:#111111;
}

#page-intro-section p strong{
font-weight:bold;
}

#page-intro-section p em{
font-style:italic;
}

#page-intro-section a {
	color:#0c4da2;
	text-decoration:none;
}

#page-intro-section a:hover {
	color:#a3238e;
	text-decoration:none;
}

.article-list-holder{
margin-bottom:0px;
overflow:hidden;
}

.article-list-item {
	position:relative;
	overflow:hidden;
	width:600px;
	margin-bottom:30px;
	padding-bottom:10px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.article-list-item-span {
	position:absolute;
	left:0px;
	top:0px;
	width:600px;
	height:100%;
}

.article-list-item:hover {
	background-color:rgba(204, 204, 204, 0.5); 
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.article-list-item:hover .image-out {
opacity:0;
}

.article-list-item:hover .image-over {
opacity:1;
}

/* ========= PAGINATION CONTROLS ============*/

.showAllContainer{
	display: inline-block;
	text-align:center;
	margin-left:20px
}
.showAllContainer p{
	font-style: italic;
	font-size: 11px;
	clear:left;
	display:block;
	clear:left;
	width:100%;
	text-align:center;
	float: left;
	margin-top: 5px;
}
#btnShowMore{

}

#btnShowAll{
	background-color: #cfcfcf;
}
.paginationContainer{
	position:relative;
	margin-left: 151px;
	vertical-align: top;
	font-family: 'Oxygen', sans-serif;
	font-size: 14px;
	color:#0c4da2;
}
.paginationContainer div{
	vertical-align: top;
}
.paginationButton{
	background-color: #cfcfcf;
	border: none;
	border-radius: 10px;
	padding: 10px;
	cursor: pointer;
	color: inherit;
	font-size:inherit;
	width: 120px;
	display:block;
	float:left;
	text-align:center;
}
.preloadContainer{
	width: 30px;
	display: inline-block;
	visibility: hidden;
	position: absolute;
	top: -35px;
	left: 33%;
	margin-left: -17.5px;
}

/* ========== END PAGINATION CONTROLS ==========*/

.article-list-image-continer {
	float:left;
	position:relative;
	overflow:hidden;
	clear:both;
	margin-left:10px;
	margin-right:20px;
	margin-top:10px;
	width:40px;
	height:40px;
}

.image-out {
	position:absolute;
	width:40px;
	height:40px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.image-over {
	position:absolute;
	width:40px;
	height:40px;
	opacity:0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.article-list-image-out-blog {
background-image:url(../images/article-list-ListPage-Blog_Out.png);
}
.article-list-image-over-blog {
background-image:url(../images/article-list-ListPage-Blog_Over.png);
}

.article-list-image-out-briefings {
background-image:url(../images/article-list-ListPage-briefings-out.png);
}
.article-list-image-over-briefings {
background-image:url(../images/article-list-ListPage-briefings-over.png);
}

.article-list-image-out-roundups {
background-image:url(../images/article-list-ListPage-roundups-out.png);
}
.article-list-image-over-roundups {
background-image:url(../images/article-list-ListPage-roundups-over.png);
}

.article-list-image-out-factsheets {
background-image:url(../images/article-list-ListPage-factsheets-out.png);
}
.article-list-image-over-factsheets {
background-image:url(../images/article-list-ListPage-factsheets-over.png);
}

.article-list-image-out-headlines {
background-image:url(../images/article-list-ListPage-headlines-out.png);
}
.article-list-image-over-headlines {
background-image:url(../images/article-list-ListPage-headlines-over.png);
}

.article-list-image-out-generic {
background-image:url(../images/article-list-ListPage-generic-out.png);
}
.article-list-image-over-generic {
background-image:url(../images/article-list-ListPage-generic-over.png);
}

.article-list-image-out-pdf {
background-image:url(../images/article-list-ListPage-PDF-out.png);
}
.article-list-image-over-pdf {
background-image:url(../images/article-list-ListPage-PDF-over.png);
}



.article-list-text-continer,.first-article-list-text-container{
margin-top:10px;
width:530px;
display:block;
float:left;
}

.first-article-list-text-container{
	width:580px;
}

.first-article-list-text-container a{
	text-decoration: none;
}

.article-list-item p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height: 1.5em;
color:#111111;
}

.article-list-item p strong {
font-weight:bold;
}

.article-list-item p em {
font-style:italic;
}

.article-list-text-continer h2 {
font-family: 'Oxygen', sans-serif;
font-size:22px;
color:#111111;
margin-bottom:4px;
}

.article-list-text-continer h2 a {
font-size:22px;
color:#111111;
text-decoration:none;
}

.article-list-text-continer a {
font-family: 'Oxygen', sans-serif;
font-size:14px;
color:#0c4da2;
text-decoration:none;
}


.Download-BUT{
font-family: 'Oxygen', sans-serif;
font-size:16px;
line-height: 1.5em;
color:#0c4da2;
margin-top:10px;
}

.Download-BUT a {
color:#0c4da2;
}



.see-all-button {
	float:right;
	clear:both;
	font-family: 'Oxygen', sans-serif;
	font-size:16px;
	color:#0c4da2;
	background: rgba(255, 255, 255, 1); 
	padding-top:10px;
	padding-bottom:10px;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:16px;
	margin-right:20px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

.see-all-button:hover  {
	background: rgba(17, 17, 17, 1);
	-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}

.see-all-button a {
color:#0c4da2;
text-decoration:none;
}

.see-all-button a:hover {
color:#FFF;
}