#home-page-body-top-row {
position:relative;
width:100%;
line-height: 1;
background-color:#000;
padding-top:132px;
border-style:solid;
border-bottom-width:1px;
border-bottom-color:#373839;
}

#home-page-content-top-row  {
	position:relative;
	padding-top:50px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	width: 940px;
	overflow: hidden;
}

.home-page-right-side-bar > section{
	margin-bottom:35px;
}

.sidebar-h-divider {
	width: 90%;
	height: 1px;
	background-image: url(../images/h-dot-divider-white.png);
	margin-bottom: 40px;
}

#home-page-header-image-holder{
height:360px;
}

#header-image-holder {
position:relative;
width:940px;
height:360px;
background-color:#000;
margin-bottom:20px;
}

#header-image > img {
position:absolute;
}
.nav-list ul li a {
	color: #FFFFFF;
}
.nav-list ul li{
	background-image: url(../images/SideBarLIArrow-white.png);
}


.header-image-text-holder {
	position:absolute;
	left:395px;
	top:35px;
	width:540px;
	min-height:200px;
}

.header-image-text-holder h1{
font-family: 'Oxygen', sans-serif;
font-size:53px;
line-height: 1em;
color:#FFF;
margin-top:0px;
margin-bottom:6px;
}

.header-image-text-holder h2{
font-family: 'Oxygen', sans-serif;
font-size:30px;
line-height: 1em;
color:#FFF;
margin-top:0px;
margin-bottom:12px;
letter-spacing:-1px;
}

.slider-body-copy {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:20px;
line-height: 1.3em;
color:#FFF;
font-style:italic;
}




#home-page-body-mid-row {
position:relative;
width:100%;
line-height: 1;
background-image:url(../images/dark_texture.gif);
border-style:solid;
border-bottom-width:1px;
border-bottom-color:#373839;
}

#home-page-content-mid-row  {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
	padding-bottom:40px;
	width: 940px;
	overflow: hidden;
}

#home-page-left-column  {
	float:left;
	width: 630px;
	margin-right:20px;
	background-image:url(../images/Vetical_Dots_White.png);
	background-position:right;
	background-repeat:repeat-y;
}

.home-page-right-side-bar  {
	float:left;
	width: 290px;
}



.article-list-item {
width:610px;
overflow:hidden;
margin-bottom:10px;
padding-bottom:10px;
position:relative;
}

.article-list-item:last-child {
margin-bottom:0px;
}

.article-list-item:hover {
background: rgba(255, 255, 255, 0.05); 
}

.article-list-item p {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
line-height: 1.5em;
color:#FFF;
}

.article-list-item p a {
color:#0c4da2;
text-decoration:none;
}

.article-list-image-continer {
float:left;
clear:both;
margin-left:10px;
margin-right:20px;
margin-top:10px;
width:40px;
height:40px;
}


.article-list-item-span {
position:absolute;
width:100%;
height:100%;
}

.article-list-item .image-out {
position:absolute;
opacity:1;
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;
}

.article-list-item .image-over {
position:absolute;
opacity:0;
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;
}

.article-list-item:hover .image-out {
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-item:hover .image-over {
opacity:1;
-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-briefings {
background-image:url(../images/HomePage-briefings-out.png);
}
.article-list-image-over-briefings {
background-image:url(../images/HomePage-briefings-over.png);
}

.article-list-image-out-roundups {
background-image:url(../images/HomePage-roundups-out.png);
}
.article-list-image-over-roundups {
background-image:url(../images/HomePage-roundups-over.png);
}

.article-list-image-out-factsheets {
background-image:url(../images/HomePage-factsheets-out.png);
}
.article-list-image-over-factsheets {
background-image:url(../images/HomePage-factsheets-over.png);
}

.article-list-image-out-headlines {
background-image:url(../images/HomePage-headlines-out.png);
}
.article-list-image-over-headlines {
background-image:url(../images/HomePage-headlines-over.png);
}

.article-list-image-out-pdf {
background-image:url(../images/HomePage-pdf-out.png);
}
.article-list-image-over-pdf {
background-image:url(../images/HomePage-pdf-over.png);
}

.article-list-image-out-blog {
background-image:url(../images/HomePage_blog_out.png);
}
.article-list-image-over-blog {
background-image:url(../images/HomePage_blog_over.png);
}

.article-list-text-continer {
	margin-top:10px;
	width:530px;
	display:block;
	float:left;
}

.article-list-text-continer h2{
	color:#0c4da2;
}
.article-list-text-continer h2 a{
	color:#0c4da2;
}
.Download-BUT{
	font-family: 'Oxygen', sans-serif;
	font-size:16px;
	line-height: 1.5em;
	color:#0c4da2;
	margin-top:10px;
}

.Download-BUT a {
	color:#0c4da2;
}

h2 {
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	color:#FFF;
	margin-bottom:10px;
}

h2 a {
	color:#FFF;
	text-decoration:none;
}
h2 a:hover {
	color:#a3238e;
	text-decoration:none;
}

h3 {
	font-family: 'Oxygen', sans-serif;
	font-size:11px;
	color:#a3238e;
	margin-bottom:4px;
	text-transform:uppercase;
}

.left-column-h-divider {
	width: 610px;
	height:1px;
	background-image:url(../images/h-dot-divider-white.png);
	margin-bottom:40px;
}

#home-page-body-bottom-row {
	position:relative;
	width:100%;
	line-height: 1;
	background-image:url(../images/light_texture.gif);
	border-style:solid;
	border-top-width:6px;
	border-top-color:#a3238e;
}

#home-page-content-bottom-row  {
	position:relative;
	padding-top:50px;
	padding-bottom:100px;
	margin-left:auto;
	margin-right:auto;
	width: 940px;
	overflow: hidden;
}


#home-page-left-column-bottom  {
	float:left;
	width: 630px;
	margin-right:20px;
	background-image:url('../images/Vetical_Dots.png');
	background-position:right;
	background-repeat:repeat-y;
}

.sidebar-h1 {
	font-family: 'Oxygen', sans-serif;
	font-size:20px;
	margin-bottom:10px;
	text-transform:lowercase;
}

#tag-cloud {
	position:relative;
	width:95%;
	margin-bottom:40px;
	overflow:hidden;
	line-height:1em;
}

#tag-cloud a {
	float:left;
	font-family: 'Oxygen', sans-serif;
	font-size:18px;
	color:#FFF;
	background: #111111;
	line-height:1em;	
	padding-top:10px;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:4px;
	-moz-border-radius: 18px;
	border-radius: 18px;
	text-decoration:none;
}

#tag-cloud a:hover {
	color:#0c4da2;
	background: #FFF;
	line-height:1em;	
}