body{
    background:#fff; font-size:10pt; margin: 0; padding:0;
    font-family:verdana, Tahoma,  Arial, Helvetica, sans-serif;
}

#container{
    margin: 0 auto 0 auto; width:790px;
  background: url('container_bg.jpg') top left no-repeat;  
}

#header{
    height:287px;
}

#login {
  margin-top: 20px;
  color:#fff;
  margin-left: 20px;
  font-size: 12px;
}

#login a {
  color:#fff;
  font-size: 12px;
}

/*
    SEARCH
*/

#search{
   position:relative; left:420px; top:11px; width:370px; z-index:100;
}

#search fieldset{
    border:0;
}

#search form{
    background: #fff; padding:0; height:30px;
}

#search #ajaxSearch_output{
    background: #fff;z-index:100;  padding:7px; border:1px solid #034383;
    border-top:none; width:350px;
}

#indicator, #searchClose{
    position:relative; top:-30px; left:6px;
}

/*
    LANGUAGES
*/

#lang{
    position:relative; left:300px; top:20px; width:100px;
}

#lang ul{
    margin:0; padding:0;
}

#lang ul li{
    float:left;  width:25px; list-style-type:none;
}

#lang a img{
    border:0;
}

/*
    BREADCRUMBS
*/

#breadcrumbs{
        position:relative; left:275px; top:-20px; z-index:0; margin:0; padding:0; width:400px;
}


/*
        Sidebar
*/

#sidebar{
    width:246px; float:left; margin-right:30px;
    background: url('sidebar_bg.jpg') top left no-repeat; margin-top:-17px;
}

#sidebar_content{
    
}

#sidebar_btm{
    background: url('sidebar_btm_bg.jpg') top left no-repeat; height:20px;
    position:relative; bottom:0;
}

#sidebar_content #news{
    margin:20px 0 0 20px; border-top:1px dotted #fff;width:200px;
    border-bottom:1px dotted #fff;padding-bottom:20px;
}

#sidebar_content #news h3{
    color:#fff100; font-size:13px; text-transform:uppercase;
}
#sidebar_content #news ul{
    margin:0; padding:0;
}
#sidebar_content #news li{
    padding-bottom:7px; list-style-type:none;
}
#sidebar_content #news li a{
    color: #fff; text-decoration: none; font-weight:bold; font-size:10pt;
}

/*
    Navigation
*/

#navigation {

}
#navigation ul{
    margin:0; padding:0;
}

#navigation ul li{
    list-style-type:none;
    padding:2px; background: url('navigation_li.gif') no-repeat;
}

#navigation ul li a{
    color:#fff; text-transform:uppercase; font-weight:bold;
    text-decoration: none; margin-left:40px; height:16px;
}

#navigation ul li:hover, #navigation ul li.active{
    background: url('navigation_li_hover.jpg') top left no-repeat;
}

#navigation ul li:hover a{

}

#navigation ul li ul{
 display:none;
}


#navigation ul li.active ul{
 display:block;
}

#navigation ul li ul li{
    list-style-type:none;padding-left:15px;margin-left:-2px;
    padding-top:2px; background: url('navigation_li.gif') no-repeat;
    background-position:15px 0;
}

#navigation ul li ul li:hover, #navigation ul li ul li.active{
    background: url('navigation_li_li_hover.jpg') top left no-repeat;
}

#navigation ul li ul li a{
   text-transform:none; font-size:12px;
}

/*
    Content
*/

#content{
    padding:0; width:500px; float:left;
}

#content h2{
    color:#034383; font-size:16px;
}

#content img{

}

#content a img{
    border:0;
}

#content a{
    color:#034383;
}

#footer{
    height:30px; background:#013a91; color:#fff;clear:both;font-size:10px;
    padding:7px 0 0 25px; margin-top:7px;
}
#footer #copyright{
    float:left;
}
#footer #login{
    float:right;margin-right:8px;
}

#footer a{
    color:#fff;
}


