﻿#slideshow {
    position:relative;
    height:532px;
}

#slideshow div.slide 
{
    position:relative;
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow div.slide img
{
    visibility:hidden;
}

#slideshow div.active img
{
  visibility:visible;  
}

#slideshow div.active {
    
    z-index:10;
    opacity:1.0;
    
}

#slideshow div.last-active {
    z-index:9;
}

#slideshow div.slide img {
    display: block;
    border:solid 1px #1c2023;
}

div.slide_title
{
    /*position:absolute;
    z-index:20;
    top:480px;
    right:0px;*/
    width:932px;
    height:40px; 
    /*background-image: url("images/slide_titile_bg.png");
    background-repeat: repeat-x;*/
   
   
   /*background-color:#2f363b;*/
   
   background-color:#1c2023;
     /*opacity:0.7;
    filter:alpha(opacity=60);*/
    padding:5px 15px 5px 15px;
}

div.slide_title h2,
div.slide_title h1
{
    font-weight:normal;
    margin:0;
    padding:0;
    color:#aaa;
}

div.slide_title p
{
    margin:0;
    padding:0;   
    font-size:11px;
    line-height: 1.4em;
    color:#777;
}

/*----------------------------------------------------------------------*/


#latest_articles
{
       

margin:30px 0 0 0;
 /*  
 background-color: #2a2f33;

border:solid 1px #1c2023;
background-color: #2a2f33;
    padding:15px;
*/
}

#latest_articles h3
{    
   margin:0 ! important;
   padding: 0 ! important;
   font-weight: normal;
   color:#aaa;
   text-indent:-9999px;   
   height:33px;
   background-image: url("images/latest_articles_h3.png");
   background-repeat: no-repeat;
   background-position: top left;
   
}

div.latest_articles_content
{
   background-image: url("images/latest_articles_content.png");
   background-repeat: repeat-y;
   background-position: top left;
   padding:20px 30px 20px 30px;
}

div.latest_articles_content dl
{
    margin:0;       
}

div.latest_articles_content dd
{
    margin-bottom: 10px;
}

div.latest_articles_btm
{
   background-image: url("images/latest_articles_btm.png");
   background-repeat: no-repeat;
   background-position: bottom left;
   height:5px;
}


div.article_list
{
    padding:20px;
}


div.article_list_item dd
{
    margin-bottom: 10px;
    line-height:1.8em;
    font-style: italic;
}

#article
{
    
}

#article p
{
    padding: 10px 0 10px 0;
    line-height:1.8em;
   
}

#article_left
{
    float: left;
    width: 810px;    
}

#article_right
{
    float: right;
    width: 140px;
}

#article_left img
{
    margin: 10px 0 10px 0;
    border:solid 1px #1c2023;
    
}



#articles_links h3
{    
   margin:0 ! important;
   padding: 0 ! important;
   font-weight: normal;
   color:#aaa;
   text-indent:-9999px;   
   height:33px;
   background-image: url("images/articles_links_h3_240.png");
   background-repeat: no-repeat;
   background-position: top left;
   
}

div.articles_links_content
{
   background-image: url("images/articles_links_content_240.png");
   background-repeat: repeat-y;
   background-position: top left;
   padding:15px 20px 20px 20px;
}

div.articles_links_btm
{
   background-image: url("images/articles_links_btm_240.png");
   background-repeat: no-repeat;
   background-position: bottom left;
   height:5px;
}

/*--------------------------------------------------------------*/


.img_margin_top_btm img
{
   margin: 10px 0 10px 0;
   border:solid 1px #1c2023;
}
