@CHARSET "UTF-8";

/* -------------------------------------------------------------------------- */
/* General HTML elements                                                      */
/* -------------------------------------------------------------------------- */

html, body {
    font-family: Verdana, Arial, Sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #000;
    width: 100%;
    background: #fff url(images/background.jpg) top left repeat-x;
}
a:hover,
a:visited,
a:link {
    color: #2b4592;	
    font-size: 11px;
    text-decoration:none;
}

img {
border: 0px;
}

/* -------------------------------------------------------------------------- */
/* Container/placeholder positioning                                          */
/* -------------------------------------------------------------------------- */

#container {
    margin-left: auto;
    margin-right: auto;
    width: 910px;
    margin-bottom: 0px;



}
#placeholder-top {
    margin-bottom: 28px;
    padding: 0px;
 	background: #eeeeee;
 	height:117px;
   
}
#placeholder-left {
	clear:both;
    float: left;
    width: 280px;
    margin-right: 7px;
    margin-left:2px;
    

}
#placeholder-right {
}
#placeholder-content {
}
#placeholder-content-no-right {
    float: right;
    padding-left: 0px;
    width: 610px;
    margin-right:11px;

}
#placeholder-bottom {
	clear: both;
	padding-top: 28px;
    background: #fff url(images/bottom.png) bottom left no-repeat;

}
#content-link {
    display: none;
}


/* -------------------------------------------------------------------------- */
/* General tile                                                               */
/* -------------------------------------------------------------------------- */

/* 
   Tiles in top, bottom and content placeholders should not be styled using
   the general styles, so we reset these styles here. HTML element ID spesific
   styling, using the #html-element-id notion has precendence over styles set
   generally using only the css-class. If we want to override these styles later
   in the stylesheet, we must remember to use the full element path.
*/

#placeholder-top .tile-content,
#placeholder-top .tile-common,
#placeholder-top .tile-common h3,
#placeholder-bottom .tile-content,
#placeholder-bottom .tile-common,
#placeholder-bottom .tile-common h3,
#placeholder-content .tile-content,
#placeholder-content .tile-common,
#placeholder-content .tile-common h3,
#placeholder-content-no-right .tile-content,
#placeholder-content-no-right .tile-common,
#placeholder-content-no-right .tile-common h3  {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
#fontpage .tile-common {
    background: none;
    margin-bottom: 22px;
}
.tile-common {
    background: white;
    margin-bottom: 22px;
}
.tile-common h3 {
    background-color: #ddd;
    margin: 0 0 5px 0;
    padding: 2px 10px 3px 10px;
}
.tile-content {
    padding: 0px;
}


/* -------------------------------------------------------------------------- */
/* General inline listing (eg. horizontal menu, linktoolbar, sitelocator)     */
/* -------------------------------------------------------------------------- */

.horizontal-menu h3,
.linktoolbar h3,
.sitelocator h3 {
    display: inline;
    float: left;
    margin: 0;
    padding: 0;
}	
.horizontal-menu ul,
.linktoolbar ul,
.sitelocator ul {
	
	float: left;
	margin: 0;
	list-style-type: none;
	padding: 0;
}
.horizontal-menu li,
.linktoolbar li,
.sitelocator li {
	float:left;

}


/* -------------------------------------------------------------------------- */
/* General bullet-less listing (eg. verical menu and small article list)      */
/* -------------------------------------------------------------------------- */

.full-articlelist ul,
.small-articlelist ul,
.vertical-menu ul {
	list-style-type: none;
	margin :0;
	padding: 0;
	
}
.full-articlelist li li,
.small-articlelist li li,
.vertical-menu li li {
    padding-left: 10px;	
}


/* -------------------------------------------------------------------------- */
/* Styling for spesific elements                                              */
/* -------------------------------------------------------------------------- */

/* 
   Some of these elements have been styled using id-context above. We therefore
   need to use the full id-element path to override these styles.
*/

/* -- Page header ----------------------------------------------------------- */
.page-header {
    float: left;	
}
.page-header .logo {
    font-size: 1.85em;
    font-weight: bold; 	
}
.horizontal-menu h3 {
    display: none;  
}

/* -- Horizontal menu in top placeholder ("quicklaunch") -------------------- */
.horizontal-menu ul {
	float:right;
   	
}

/* -- Linktoolbar ----------------------------------------------------------- */
.linktoolbar h3 {
    display: none;  
}
.linktoolbar ul {
    float: right;   
}

/* -- Sitelocator ----------------------------------------------------------- */
.sitelocator h3 {
    font-size: 1em;	
    font-weight: normal;
}

/* -- Article display ------------------------------------------------------- */
.full-articledisplay {
    clear: both;
}

/* -- Digest ---------------------------------------------------------------- */
h2.digest {
    font-size: 1em;
}

/* -- Article list ---------------------------------------------------------- */
#placeholder-content-no-right .full-articlelist h3,
#placeholder-content .full-articlelist h3 {
    margin-top: 7px;
    padding-top: 13px;

}
#placeholder-content-no-right .full-articlelist-twocolumn h3{
	height: 50px;
	margin-top:18px;
    
    
}
#placeholder-content-no-right .full-articlelist-twocolumn h3 a{
	color: #2b4592;
    font-size: 20px;
    font-family:  times new roman;
    font-weight: normal;

	
    
}
.full-articlelist ul,
.full-articlelist-twocolumn ul {
	background: #fff;
    list-style-type: none;	
    padding: 0;
    margin: 0;
}
.full-articlelist ul li {
    clear: both;
}
.full-articlelist .articlelist-link-internal ul li,
.full-articlelist-twocolumn .articlelist-link-internal ul li {
    clear: none;
    padding: 0 0 10px 0;
}
.full-articlelist-twocolumn li.odd {
    float: left;
    clear: both;
    width: 49%; /* 245px; */
}
.full-articlelist-twocolumn li.even {
    float: right;
    width: 49%; /* 245px; */
}
#placeholder-left .full-articlelist p{

display:none;
}
#placeholder-left .full-articlelist img{

display:none;
}
.frontpage #placeholder-left .full-articlelist ul ul li{ 
	margin-left: 15px;
	margin-top: 5px;
	background: url(images/menypil.gif) no-repeat;
	background-position: 0px 3px;
	padding-top:0px;
	
}

.frontpage #placeholder-content-no-right ul ul li{ 
	margin-top: 5px;
	background: url(images/artpil.gif) no-repeat top left;
	background-position: 0px 3px;
}
.frontpage #placeholder-content-no-right ul ul li a{ 
	padding-left: 15px;
	padding-top: 0px;
	
}
.frontpage #placeholder-content-no-right li p{ 
		padding-top: 10px;
}


#placeholder-content-no-right .full-articlelist .list-thumbnail-left{
	float:left;
	padding:5px 15px 5px 5px;
}
#placeholder-content-no-right .full-articlelist li  {
	padding: 0px 10px 0px 10px;
}
#placeholder-content-no-right .full-articlelist li  li {
	padding: 5px 0px 0px 0px;
}

#placeholder-content-no-right .full-articlelist li a{
color: #d40225;
text-decoration: underline;
font-size: 12px;
}

#placeholder-content-no-right .full-articlelist h3 a{
font-size: 12px;
font-weight: bold;
color: #000000;
background-color: white;
text-decoration:none;
}
#placeholder-content-no-right .full-articlelist h3 {
margin-bottom:0px;
}
#placeholder-content-no-right p{
	padding:0px;
	margin:0px;
}

#placeholder-content-no-right .full-articledisplay p{
	padding:0px 0px 10px 0px;
	margin:0px;
	}
/* -- horizontal menu top list ---------------------------------------------------------- */
.tile3 .horizontal-menu ul{
padding-top: 10px;

}
.tile3 .horizontal-menu a{
	color: #6e6e6e;
	font-size: 11px;
}

.tile3 .horizontal-menu a:hover{
	text-decoration: underline;
	color: #d40225;
	font-size: 11px;
}
.tile3 .horizontal-menu li.active a{
	text-decoration: underline;
	color: #d40225;
	font-size: 11px;
}	
.tile3 .horizontal-menu li {
	padding: 0px 10px 0px 10px;
	border-right:1px solid #6e6e6e; 
}
.tile3 .horizontal-menu li.last {
	border: none; 
}
/* -- eng horizontal menu top list ---------------------------------------------------------- */
.eng .tile3 .horizontal-menu ul{
padding-top: 10px;

}
.eng .tile3 .horizontal-menu a{
	color: #6e6e6e;
	font-size: 11px;
}

.eng .tile3 .horizontal-menu a:hover{
	text-decoration: underline;
	color: #d40225;
	font-size: 11px;
}
.eng .tile3 .horizontal-menu li.active a{
	text-decoration: underline;
	color: #d40225;
	font-size: 11px;
}	
.eng .tile3 .horizontal-menu li {
	padding: 0px 10px 0px 10px;
	border-right:1px solid #6e6e6e; 
}
.eng .tile3 .horizontal-menu li.last {
	border: none; 
}


/* -- horizontal menu bottom list ---------------------------------------------------------- */
.tile4 .horizontal-menu {
clear: right;


}
.tile4 .horizontal-menu .textfloat {
	float:left;
	padding: 5px 0px 0px 10px;
}
.tile4 .horizontal-menu ul{
	margin-top: 42px;
	margin-right:9px;


}
.tile4 .horizontal-menu ul a{
	display: block;
	color: #455c9e;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	height: 24px;
	padding: 0px 0px 0px 0px;
	
}
.tile4 .horizontal-menu ul a:hover{
	background: url(images/hmover.png) top left no-repeat;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	height: 24px;
}
.tile4 .horizontal-menu ul li.active a{
	background: url(images/hmover.png) top left no-repeat;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	height: 24px;
}

.tile4 .horizontal-menu ul li{
	background: url(images/hmback.png) top left no-repeat;
	height: 24px;
	margin-left:8px;
}
.tile4 .horizontal-menu ul a .bgimage{
	display:block;
	float:left;	
	width: 11px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	background: url(images/hmbackhoy.png) top right no-repeat;
}
.tile4 .horizontal-menu ul a:hover .bgimage{
	display:block;	
	float:left;
	width: 11px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	background: url(images/hmoverhoy.png) top right no-repeat;
}
.tile4 .horizontal-menu ul li.active a .bgimage{
	display:block;
	float:left;
	width: 11px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	background: url(images/hmoverhoy.png) top right no-repeat;
}
.tile4 .horizontal-menu ul li.main-active a{
	background: url(images/hmover.png) top left no-repeat;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	height: 24px;
}
.tile4 .horizontal-menu ul li.main-active a .bgimage{
	display:block;
	float:left;
	width: 11px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	background: url(images/hmoverhoy.png) top right no-repeat;
}
/* -- eng horizontal menu bottom list ---------------------------------------------------------- */
.eng .tile4 .horizontal-menu {
clear: right;


}
.eng .tile4 .horizontal-menu .textfloat {
	float:left;
	padding: 5px 0px 0px 10px;
}
.eng .tile4 .horizontal-menu ul{
	margin-top: 42px;
	margin-right:9px;


}
.eng .tile4 .horizontal-menu ul a{
	display: block;
	color: #455c9e;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	height: 24px;
	padding: 0px 0px 0px 0px;
	
}
.eng .tile4 .horizontal-menu ul a:hover{
	background: url(images/hmover.png) top left no-repeat;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	height: 24px;
}
.eng .tile4 .horizontal-menu ul li.active a{
	background: url(images/hmover.png) top left no-repeat;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	height: 24px;
}

.eng .tile4 .horizontal-menu ul li{
	background: url(images/hmback.png) top left no-repeat;
	height: 24px;
	margin-left:9px;
}
.eng .tile4 .horizontal-menu ul a .bgimage{
	display:block;
	float:left;	
	width: 11px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	background: url(images/hmbackhoy.png) top right no-repeat;
}
.eng .tile4 .horizontal-menu ul a:hover .bgimage{
	display:block;	
	float:left;
	width: 11px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	background: url(images/hmoverhoy.png) top right no-repeat;
}
.eng .tile4 .horizontal-menu ul li.active a .bgimage{
	display:block;
	float:left;
	width: 11px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	background: url(images/hmoverhoy.png) top right no-repeat;
}
.eng .tile4 .horizontal-menu ul li.main-active a{
	background: url(images/hmover.png) top left no-repeat;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration:none;
	height: 24px;
}
.eng .tile4 .horizontal-menu ul li.main-active a .bgimage{
	display:block;
	float:left;
	width: 11px;
	height: 24px;
	padding: 0px 0px 0px 0px;
	background: url(images/hmoverhoy.png) top right no-repeat;
}
/* -- Nyeter forside ---------------------------------------------------------- */
#placeholder-left h2{
	padding: 15px 0px 3px 15px;
	margin:0px;
	color: #d40124;
	font-size: 12px;
	font-family: times new roman;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
}

#placeholder-left .full-articlelist h3 a {
    font-size: 11px;
    font-weight: bold;
    color: #000;
    background:white;
    text-transform: uppercase;
  
}
#placeholder-left .full-articlelist h3 {
   background: #fff;
    padding: 10px 0px 0px 15px;
   	margin:0px;
}
#placeholder-left .full-articlelist ul ul li {
   padding: 0px 0px 10px 15px;
}
/* -- List navigation ---------------------------------------------------------- */
.frontpage .list-navigation{
	display:none;
}
.frontpage .list-navigation-text{
	display:none;
}
.list-navigation {
	float:right;
	font-size: 11px;
	padding: 10px 20px 0px 0px;
	color: #6e6e6e;
	font-weight: normal;
	
	}
 .list-navigation-text{
	float:right;
	font-size: 11px;
	clear:right;
	padding: 2px 20px 0px 0px;
	color: #6e6e6e;
	font-weight: normal;
	
}
 .list-navigation b{
font-weight: normal;
}
 .list-navigation a{
	color:#d40225;
	text-decoration: underline;
	font-weight: bold;
	font-size: 11px;
}
/* -- Search ------------------------------------------------------------------- */
#placeholder-top .small-searchinput{
	float:right;
	padding: 5px 0px 0px 6px;
	margin-right:10px;

}
#placeholder-top .small-searchinput h3{
	display:none;
}

#placeholder-top input.textinput {
	float:left;
	color: #656565;
	background: #fff;
	border: 0px;
	width: 95px;
	height: 19px;

}
#placeholder-top input.submit {
	float:left;
	color: #656565;
	background: #fff; 
	border: 0px;
	background: url(images/sok.png) no-repeat bottom left;
	width: 36px;
	height: 21px;
	
}
/* --#extended-debug-info{ ------------------------------------------------------------------- */
#extended-debug-info{
	display:none;
}

/* -- bottom ------------------------------------------------------------------- */

#placeholder-bottom p {

	color: #6e6e6e;
	font-size: 11px;
}
#back-container{
background: url(images/backbottom.png) no-repeat;
background-position: right bottom;
padding:0px;
margin: 0px;
}

#top-container{
background: url(images/backtop.png) no-repeat;
background-position: left top;
padding:0px;
margin: 0px;
}
#placeholder-left .vertical-menu{
height: 400px;
}

/* -- menu ------------------------------------------------------------------- */

 #placeholder-left .vertical-menu ul li{ 
	margin-left: 15px;
	margin-top: 5px;
	padding-left: 15px;
	background: url(images/menypil.gif) no-repeat top left;
	background-position: 0px 2px;
	text-transform: uppercase;
	font-weight:bold;
	
}
 #placeholder-left .vertical-menu ul li li{ 
	margin-left: 15px;
	margin-top: 5px;
	padding-left: 15px;
	background: none;
	text-transform: none;
	font-weight: normal;
	background: url(images/bluefront.jpg) no-repeat left;
	
}
#placeholder-left .vertical-menu ul li li.active { 
background: url(images/redfront.jpg) no-repeat left;
}
#placeholder-left .vertical-menu ul li.active a{ 
color: #d40225;
}

#placeholder-left .vertical-menu h3{
	padding: 12px 0px 13px 15px;
	margin:0px;
	color: #d40124;
	font-size: 12px;
	font-family: times new roman;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	background:white;
}
 #placeholder-left .vertical-menu li.active li a {
color: #2b4590;
}
#placeholder-content-no-right .tile-common{
background: white;

}
#placeholder-content-no-right .tile-common h1{
background: #eeeeee;
font-family: times new roman;
color: #2b4590;
font-size: 25px;
font-weight: normal;
padding: 0px 0px 10px 20px;

}

#placeholder-content-no-right .full-articledisplay .tile-content{
	padding: 0px 0px 0px 15px;
}
#placeholder-content-no-right .full-articledisplay .tile-content h2.digest{
	padding: 0px 20px 15px 0px;
	font-family: verdana;
	font-size: 12px;
	font-weight: bold;
	
}

#placeholder-content-no-right .small-articledisplay  {
	margin:0px;
	padding: 0px;
	}
.frontpage #placeholder-left .tile-content p {
padding: 0px;
margin: 0px;
}

/* -- Skip article ------------------------------------------------------------------- */
.skip{
position:relative;

}
.skip .tile-common h4{
background: url(images/skip.png) no-repeat top left;
font-family: times new roman;
color: #2b4590;
font-size: 25px;
font-weight: normal;
padding: 40px 0px 10px 15px;
margin:0px 0px 0px 0px;
width: 100%;

}
.skip-info{
	width: 400px;
	font-size: 10px;
	padding-top: 20px;

}
.skip-info hr{
	color: #dedede;
}
.skip-info h2.digest{
	padding: 0px 0px 0px 10px;
	font-weight:normal;
}
.skip-info .shipcontent{
padding: 0px 0px 0px 15px;
margin: 0px 0px 0px 0px;
}
#container .skip .bildeskip{
	position:absolute;
	right: 72px;
	top: 18px;
}
#placeholder-content-no-right .skip .tile-content{
	padding: 0px 0px 0px 0px;
	
}

#container .skip .tile-content h2.digest{
	padding: 0px 20px 0px 15px;
	font-family: arial;
	font-size: 12px;
	font-weight: normal;
	
}
/* -- Skip articlelist ------------------------------------------------------------------- */
.skip-infolist{
	background: url(images/skip.png) no-repeat top left !important;
	width: 100%;
	padding-left:15px;
	padding-top: 30px;
	position:relative;
	margin:0px 0px 0px 0px;

	}
.skip-infolist span{
	border-right: 1px solid black;
	font-size: 10px;
	padding: 0px 5px 0px 3px;
	margin:0px;
	
}
#container .skip-infolist h3{
	margin-bottom:0px;
}
#container .skip-infolist h3 a {
	background: url(images/artpil.gif) no-repeat left;
	padding-left: 15px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 11px;
	font-family: arial;
	color: #2b4590;
	letter-spacing: 2px;
}
#container .full-skiplist li{
	padding:0px;
}
.full-skiplist {
	padding:0px;
}

#container .skip-infolist .skip-bilde{
	position:absolute;
	right: 87px;
	top: 18px;
	
	
}
#container .skip-infolist .tile-common{
	margin-top:7px;

}
/* -- meta relatedarticle ------------------------------------------------------------------- */

.related-article{
	clear:both;
	float: right;
	width:187px;
	margin-left:18px;
	margin-top: 7px;
	
}
.related-article .background{
	background: #eeeeee;
	padding: 10px;
}
#container .related-article h3{
	text-transform:uppercase;
	font-size: 12px;
}
#container .related-article .digest{
	color: #717171;
}
#container .related-article a{
	background: url(images/artpil.gif) no-repeat left;
	padding-left: 15px;
}
#container .related-article ul{
	padding:0px;
	list-style-type:none;
}
#container .related-article li{
	padding:0px;
	
}
.related-article .thumb-img{
display:none;
}

.midt-related-article{
margin-top: 15px;
padding-top: 15px;
padding-left: 15px
}
/*
Lightbox definitions
*/
#lightbox-overlay {
    /*
       Because of a Firefox bug (linux/osx) causing flash to become invisible
       when rendered above a fixed layer background, the lightbox javascript
       will override this background color, and set it to a transparent png
       image. Make sure that the image has the same color and opacity as the
       background configured here. The lightbox.js will by default set opacity
       to 80% and set background image to:
       projectroot/html/images/lightbox/ff-overlay-img.png

       More info: http://www.findmotive.com/2006/10/02/firefox-flash-bug-update/
    */

    z-index: 999;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#lightbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
#lightbox h3{
display:none;
}
#lightbox-container {
    z-index: 1000;
    position: relative;
    border: 1px solid #dedede;
    top: 100px;
    margin: auto;
    /*overflow: hidden;*/
    overflow:auto;
    width: 900px;
    max-height: 75%;
    background: #fff;
}
#lightbox-spinner {
    background: #fff url(images/lightbox/spinner.gif) center no-repeat;
    width: 220px;
    height: 19px;
    margin: 15% auto;
}
#lightbox-container {
    padding: 15px 20px 10px 20px;
}
#lightbox-close-container {
    float:right;
    top: 10px;
}
#lightbox-close span {
    display:none;
}
#lightbox-close {
    display: block;
    width: 101px;
    height: 9px;
    margin: 0px 0px 10px 0px;
    background: url(images/lightbox/close-no.png) no-repeat 10px;
    border: 0px;
}

/*
End lightbox definitions
*/ 
iframe{
width: 100%;
}

#placeholder-content-no-right .full-articlelist .article-padding{
	padding: 0px 20px 0px 20px;
}


#placeholder-content-no-right .full-articlelist h3{
	padding: 10px 0px 3px 0px;
}

/* -- shiplinks ------------------------------------------------------------------- */

.shiplinks{
	margin:0px;
	padding:0px;
	background: #fff;
}
.shiplinks h4{
	padding: 25px 0px 0px 22px;
	color: #787878;
	font-weight: bold;
	font-size: 14px;
	font-family: arial;
	margin:0px;
	margin-top:7px;


}
.shiplinks ul{
	list-style-type: none;
	margin:0px;
	padding:0px 0px 15px 22px;
}
.shiplinks li{
	background: url(images/artpil.gif) no-repeat left;
	padding-left: 15px;
	color: #2b4590;
	font-size: 11px;
	font-family: arial;
	margin:5px 0px 0px 0px;
	padding-left: 22px;
}
.shiplinks li a{
	color: #2b4590;
	font-size: 11px;
	font-family: arial;
}
.catlink a{
	padding-left: 15px;
	margin-left: 15px;
	margin-top: 5px;
	background-color: transparent;
	background: url(images/menypil.gif) no-repeat left top;
}


.clear-both{
clear: both;
}

/* -- sitemap ------------------------------------------------------------------- */
#container .sitemap ul{
list-style-type:none;
}
#container .sitemap ul li{ 
	margin-left: 15px;
	margin-top: 5px;
	padding-left: 15px;
	background: url(images/menypil.gif) no-repeat top left;
	background-position: 0px 2px;
	text-transform: uppercase;
	font-weight:bold;
	
}
#container .sitemap ul li li{ 
	margin-left: 15px;
	margin-top: 5px;
	padding-left: 15px;
	background: none;
	text-transform: none;
	font-weight: normal;
	background: url(images/bluefront.jpg) no-repeat left;
	background-position: 0px 7px;
	
}
#container .sitemap ul li li.active { 
background: url(images/redfront.jpg) no-repeat left;
postion-top:5px;
}
#container .sitemap ul li.active a{ 
color: #d40225;
}

#container .sitemap h3{
	padding: 12px 0px 13px 15px;
	margin:0px;
	color: #d40124;
	font-size: 12px;
	font-family: times new roman;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 3px;
	background:white;
}
#container .sitemap li.active li a {
color: #2b4590;
}

/* -------------------------------------------------------------------- */

#placeholder-content-no-right .small-articledisplay{
background:none;
}
h2{
margin:0px;
padding:0px;
}
.full-articlelist .list-thumbnail-right,
.full-articlelist .list-thumbnail-left{
display:none;
}
