@font-face {
    font-family: 'PNU-Medium';
    src: url('PNU-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
html {

    /* background:#A6988D url(../images/main_bg.jpg) repeat;*/
    /*background:#320302 url(../images/bg-gradient.gif) repeat-x;*/
}

a{
    outline:none;
}

body{
    margin: 0px;
    padding: 0px;
    /*    background: url(../images/bg-dotsLo.png) top right repeat-x;*/
    direction: rtl;
    font-family: 'PNU-Medium', serif;
}

#wrapper{
    width:1100px;
    margin:0 auto;
}
#menu_container{
    width:100%;
    height: 35px;
    margin: 0 auto;
    list-style: none;
    padding: 0px;
    /*background: url(../images/bg-navHi.png) 0px -300px no-repeat;*/
    background: #be392f;
    border-radius: 7px 7px 0px 0px;

}
#menu_container li{
    float: right;
    height: inherit;
    position: relative;
    z-index: 1000;
}
#menu_container li a{
    height: 15px;
    display: block;
    padding: 3px 11px;
    color: #fff !important;
    text-decoration: none;
    font-family: 'PNU-Medium',Arial,Helvetica,sans-serif;
    font-size: 15px;
    /*background: url(../images/bg-navHi.png) 0px 0px repeat-x;*/
    font-weight: bold;
}


#menu_container li a:hover{
    color: white;
}
#menu_container li:first-child a{
    width: 30px;
    height:15px;
    /*background: url(../images/bg-navHi.png) 100% 0px no-repeat;*/
}
#menu_container li:first-child a:hover{
    /*background: url(../images/bg-navHi.png) -240px 0px no-repeat;*/
}
#menu_container #last-child a{
    /*background: url(../images/bg-navHi.png) 0px -300px no-repeat;*/
    cursor: auto;
}
#menu_container ul{
    position: absolute;
    background: #841d15;
    margin:0;
    padding:0;
    list-style: none;
    display: block;
    width: 250px;
    z-index: 1000;
    border:solid #000;
    border-width: 0px 1px 1px 1px;
    display: none;
    right:-1px;
    top:32px;
    padding-bottom: 10px;
}

#menu_container li.selected a{
    color:black;
    /*    background:  url(../images/selected_bg.png) 0px -36px repeat-x;*/

    height:15px;
}
#menu_container li.selected a:hover{
    /*background:  url(../images/selected_bg.png) 0px -36px repeat-x;*/
    background: #e69f00;
    height:29px;
}
#menu_container ul li{
    display: block;
    float: none;
    padding:3px;
}
#menu_container li ul li:first-child a{
    display: block;
   width: 90%;
    color: black;
    /*    background:  url(../images/selected_bg.png) 0px -36px repeat-x;*/

}
#menu_container li  ul li:first-child a:hover{
    /*background:  url(../images/selected_bg.png) 0px -36px repeat-x;*/
    background: #e69f00;
    text-decoration: underline;
}
#menu_container li  ul li a{
    background: none;
     width: 90%;
     word-wrap: normal;
  white-space: nowrap;
  word-break: break-word;
}
#menu_container li  ul li a:hover{
    text-decoration: underline;
}
#header_box{
    height:220px;

    /*background:url('../images/header_bg.png') no-repeat;*/
    width: 100%;
    margin: 0 auto;
    display: block;
    color: black;
}
#header_left{
    float: left;
}
#header_left ul{
    margin: 0px;
    padding: 0px;
    list-style: none;
    clear: both;
}
#header_left ul li{
    float: left;
    display: block;
}
#header_left ul li a{
    /*color: black;*/
    font-family: 'PNU-Medium',Arial,Helvetica,sans-serif;
    font-size: 18px;
    padding: 5px;
    text-decoration: none;
    display: block;

}

.sap{
    background: url(../images/bg-account.png) no-repeat;
    width: 1px;
    height: 22px;
}

.page_code{
    font-family: 'PNU-Medium',"Times New Roman", Times, serif;
    font-size: 20px;
}
#name_box{
    float: right;
    text-decoration: none;
    font-family: 'PNU-Medium',Arial,Helvetica,sans-serif;
    font-size: 32px;
    /*margin-top:35px;*/
    font-weight: bold
}
#date_box{
    text-decoration: none;
    font-family:'PNU-Medium', Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: bold;
    float:right;
    margin-top: 3px;
    /*margin-right: 20px;*/

}

#name_box span{
    font-size: 22px;
    padding-right:5px;
}
#body_container{
    /*width: 980px;*/
    padding: 10px;
    background: #F7F2EE;
    margin: 0 auto;
    min-height: 400px;
    width:98%;
    font-size:14px;
}
#bottom_container{
    width: 994px;
    height: 100px;
    background: #650101 url(../images/bg-footer.jpg) repeat-x;
    margin: 0 auto;
}
#footer_container{
    width: 1000px;
    height: 30px;
    margin: 0 auto;
}
#search_container{
    float:left;
    background-color: #ffffff ;
    border-radius:10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    width: 220px;
    /*    margin-top: 50px;*/
    height: 21px;
    border:1px solid black;
    position: relative;
}
#search_container input{
    border:0;
    background: transparent;
    width: 190px;
    padding-right: 5px;
    height: 18px;
    float: right;
}
#search_container span{
    background: url(../images/btn-search.png) 4px 2px no-repeat;
    cursor: pointer;
    width: 23px;
    height: 20px;
    float: right;
}
.clear{
    clear:both;
}
.paging_bar{
    margin-top:5px;
}
.paging_bar td{
    padding:0 2px;
}

.block_cntnr{
    table-layout:fixed;
    margin-bottom:10px;
    background:#fff;
}
.block_cntnr .block_title{
    height:32px;
    /*background: #720000 ;*/
    background: #be392f ;
    vertical-align:middle;
    /*text-align:center;*/
}
.block_cntnr .block_title .title{
    padding:2px 15px;
    display:inline-block;
    /*background:#720000;*/
    background: #be392f ;
    min-width:100px;
    /*height:100%;*/
    /*line-height:32px;*/
    overflow:hidden;
}
.block_cntnr .block_title .title, .block_cntnr .block_title .title a{
    color:#fff;
    text-shadow:0px 0px 2px #fff;
    font-size:24px;
}
.block_cntnr .block_vrtcl_brdr{
    width:5px;
    /*background:#720000;*/
    background: #be392f ;
}
.block_cntnr .block_hrzntl_brdr{
    height:5px;
    /*background:#720000;*/
    background: #be392f ;
}

/*.top_left div,.top_right div{
    width:12px;
    height: 32px;
    display: block;
}
table .top_left{
    width:12px;
    height: 32px;
    background:white url(../images/top_left.jpg) bottom right no-repeat;
}
table .top_center{
    height: 32px;
    background:white url(../images/top_center.jpg) bottom right repeat-x;
}
table .top_right{
    width:12px;
    height: 32px;
    background:white url(../images/top_right.jpg) bottom left no-repeat;
}
table .body_right{
    width:12px;
    background:white url(../images/body_right.jpg) top left repeat-y;
}
table .body_left{
    width:12px;
    background:white url(../images/body_left.jpg) top right repeat-y;
}
table .top_right div,table .body_left div{
    width:12px;
    display: block;
}
table .bottom_left{
    width:12px;
    height: 20px;
    background:white url(../images/bottom_left.jpg) top right no-repeat;
}
table .bottom_center{
    height: 20px;
    background:white url(../images/bottom_center.jpg) 0 0 repeat-x;
}
table .bottom_right{
    width:12px;
    height: 20px;
    background:white url(../images/bottom_right.jpg) top left no-repeat;
}
table .bottom_left div,table.bottom_right div{
    height: 20px;
    display: block;
}

table .index-news td{
    width:320px;
    border-bottom:4px #720000 solid;
    border-left:1px #720000 solid;
    vertical-align:top;
}*/

.title{
    font-size: 16px;
    font-weight: bold;
    color:#FFFFFF;
}


a{
    text-decoration:none;
    color:#720000;
    font-size: 15px;
    font-weight: bold;

}
a:hover{
    color:#A50000;
}
/*.index-news .activity img{
    margin-top: 2px;
    margin-bottom: 2px;
    float: right;
}
.index-news .activity p{
    float: right;
    width:225px;
    margin-right: 10px;
}*/

.activity img{
    margin-top: 2px;
    margin-bottom: 2px;
    float: right;

}
.activity p{
    float: right;
    width:540px;
    margin-right: 10px;
}

#featured{
    position:relative;
    padding-right:296px;
    font-family:'PNU-Medium',ariel;
    font-size:15px;
    height:230px;
    overflow:hidden;
}

#featured img{
    display:none;
}
#featured ul.ui-tabs-nav{
    position:absolute;
    top:0px;
    width:296px;
    background:#d8d8d8;
    border-top:1px solid #e0e0e0;
    right:0px;
    list-style:none;
    margin:0px;
    padding:0px;
}
#featured ul.ui-tabs-nav li img{
    margin:4px;
    margin-top:0px;
    width:60px;
    height:40px;
    float:right;
    border:none;
}
#featured li.ui-tabs-nav-item a{
    display:block;
    color:#000;
    background:#F2F1F1;
    line-height:18px;
    padding:2px;
    width:291px;
    overflow:hidden;
    border-bottom:1px solid #e0e0e0;
    height:52px;
    border-right:1px solid #e0e0e0;
    font-size:14px;
    text-decoration:none;
}
#featured li.ui-tabs-nav-item a:hover{
    background:#d8d8d8;
}
#featured li.ui-tabs-selected{
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{
    background:#a7a7a7;
}
#featured .ui-tabs-panel{
    width:345px;
    height:229px;
    position:relative;
    display:block;

}
#featured .ui-tabs-panel img{
    border:none;
    width:345px;
    height:229px;

}
#featured .ui-tabs-panel .info{
    width:338px;
    position:absolute;
    bottom:0px;
    background: url('../images/transparent-bg.png');
    overflow:hidden;
    display:none;
    right:0px;
    padding:4px;
}
#featured .info h3{
    color:#fff;
    padding:2px;

}
#featured .info p{
    color:#f0f0f0;
    line-height:16px;
    padding-top:0px;
    font-size:15px;
}
#featured .info a{
    text-decoration:none;
    color:#fff;
    font-weight:bold;

}
#featured .info a:hover{
    text-decoration:underline;
}
#featured .ui-tabs-hide{
    display:none;
}


.footerlinks {
    min-height: 80px;
    float: right;
    margin-top: 7px;
    border-left: 1px solid #7c2e2d;
    padding: 1px 3%;


}

.footerlinks span{
    color:white;
    font-size: 16px;
    font-weight:bold;
    color:white;

}
.footerlinks ul {

    padding:0px;
    margin-top:0px;
    margin-right:0px;

}
.footerlinks li {
    color: #B07064;
    padding: 1px 0 0;
}
.footerlinks li a{
    color:#C9897D;
    font-size: 13px;
}
.footerlinks li a:hover{
    color:white;
}

/*.copyrights{
        float: right;
        font-size: 75%;
        padding: 2px 0 0;
        color:#b1726d;
        margin-right:10px;

}
.company{
        float: left;
        font-size: 75%;
        padding: 2px 0 0;
        color:#b1726d;
        margin-left:10px;

}*/
.company a{

    font-size: 75%;
    padding: 2px 0 0;
    /*color:#b1726d;*/

}



#section_right{
    float:right;
    width:690px;
}

#section_left{
    float:left;
    width:380px;
    display:block;
}

/*.websites{
    background: url('../images/top_center.jpg') top left repeat-x;
    border-radius:8px 8px 0px 0px;
    -webkit-border-radius: 8px 8px 0px 0px;
    -moz-border-radius: 8px 8px 0px 0px;
    position:relative;
    width:292px;
    margin:0 auto;
}

.websites img{
        margin-top:27px;
}

.websites h4{
        position:absolute; 
        top:-15px; 
    right:8px;
    color:#ffffff;
    height: 28px;
    line-height: 28px;
    padding: 0px;
    margin: 0px;
    padding-right: 5px;
}*/

#governmental-websites{
    list-style: none;
    padding:0px;
    margin:0px;
    overflow:hidden;
}

#governmental-websites li{
    list-style: none;
    padding:0px;
    margin:0px;
    width: 100%;
}

#section_left .banner{
    margin-top:20px;
}

#slide_show{
    width:100%;
    height:300px;
    line-height:300px;
    margin:0 auto;
    /*margin-top:-30px;*/
    overflow:hidden;

}

#slider{
    height:300px; 	/*this changes the height of the image slider*/
    width:100%;
    overflow: hidden;
    position: relative;
    background:url(../images/preload.gif) center center no-repeat;
    padding:0px;
    margin:0px;
}

#slider li{
    display: block;
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
}


.js_active #slider li{
    display:none;
}

#slider img, #slider a img, #slider a{
    border:none;
    text-decoration: none;
    width:1000px;
    height:300px;
}

#slider img{
    color:#520101;
}

#news_tape{
    border-radius: 10px 10px 0px 0px;
    -webkit-border-radius: 10px 10px 0px 0px;
    -moz-border-radius: 10px 10px 0px 0px;
    border-bottom: 1px solid #cccccc;
/*    width:980px;*/
    height:30px;
    background-color: #ffffff;
    padding: 10px 10px 0px 10px;
    width:98%;
        margin:auto;

}
/*.image-and-news-table{
    margin-top:20px;
}
.image-and-news-table td{
    vertical-align: top;
    color:#ffffff;
    font-size:18px;
    line-height:27px;
    text-align: center;
    padding-bottom:13px;
}*/
/*#image-and-news-top{
        width:210px;
    border: 3px solid #014722;
    border-top:none;
    padding:0px;
    margin:0px;
    background: url('../images/top_center.jpg') left top repeat-x;
    position:relative !important;
    border-radius:13px 13px 0px 0px;
    vertical-align: bottom;
}

#image-and-news-top img{
    vertical-align: bottom;
}*/

#gallery_container{
    -moz-box-shadow: 1px 1px 6px #888;
    -webkit-box-shadow: 1px 1px 6px #888;
    box-shadow: 1px 1px 6px #888;
    text-align:center;
    width:183px;
    background-color:#ffffff;
}

#news_break{
    border-radius: 10px 10px 10px;
    margin-bottom: 10px;
    display: none;
    background-color: #FFFFFF;
    padding: 10px;
}

#news_break_title{
    font-weight: bold;
    padding-left: 10px;
    border-left: 1px solid #D9D9D9;
    color: red;
    float: right;
}

#news_break_content{
    margin-right: 10px;
    width: 905px;
    color: #720000;
    float: right;
    font-weight: bold;
}

#footer_container{
    width:400px;
    margin:0 auto;
    color:#000;
    font-size: 16px;
    text-align:center;
    padding-top:4px;
}


/*=============================================Index Slider*/

.slider-container{
    width:100%;
}
.slider-bullet{
    text-align:left;
    border-bottom:2px solid #720000;
}
.slider-bullet ul{
    margin:0;
    padding:0;
    list-style: none;
    display:inline-block;
}
.slider-bullet ul li {
    cursor: pointer;
    list-style: none;
    margin:0;
    padding:0;
    overflow: hidden;
    float: left;
    display: block;
    text-align: center;
    height: 27px;
    width: 45px;
}
.slider-bullet ul li a img {
    border: #fff solid 2px;
    height: 27px;
    width: 45px;
    opacity: 0.5;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
}

.slider-bullet ul li.activeSlide a img {
    opacity: 1;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
}
.slider-bullet .prev {
    width: 22px;
    height: 30px;
    color: #FFF;
    cursor: pointer;
    display:inline-block;
    margin-right: 4px;
    background: url(../images/arrow-l.png) no-repeat right center;
}
.slider-bullet .prev span#slider-bullet-prev, .slider-bullet .next span#slider-bullet-next {
    width: 22px;
    height: 30px;
    display: block;
}
.slider-bullet .next {
    width: 22px;
    height: 30px;
    color: #FFF;
    cursor: pointer;
    display:inline-block;
    background: url(../images/arrow-r.png) no-repeat left center;
}

.slider-body{
    position:relative;
    overflow:hidden;
    width:100%;
    height:250px;
    margin-top:5px;
}
.slider-body .slide {
    height: 100%;
    width: 100%;
}
.slider-body .item-img{
    float: left;
    width: 60%;
    height:100%;
    overflow:hidden;
    text-align:center;
}
.slider-body .item-img img{
    padding: 0;
    height:100%;
    /*width:100%;*/
}
.slider-body .item-desc {
    float: right;
    width: 40%;
    height:100%;
    overflow:hidden;
}
.slider-body .item-desc p {
    margin: 0 8px;
    padding: 8px 0;
    font-size:14px;
}
.slider-body .item-desc h3 {
    padding: 0;
    margin: 0
}
.slider-body .item-desc h2 {
    /*font-family: Tahoma, Geneva, sans-serif;*/
    padding: 0;
    margin: 0px 8px 5px 8px;
    font-size: 22px;
    line-height: 25px;
}
.slider-body .item-desc h2 a {
    /*font-family: Tahoma, Geneva, sans-serif;*/
    font-size: 20px;
    line-height: 25px;
    text-decoration: none;
}
.slider-body .item-desc h3 a {
    margin: 0;
    font-size: 75%;
    padding: 2px 3px;
    font-family: 'PNU-Medium',"Trebuchet MS", Trebuchet, Arial, Verdana, sans-serif;
    text-transform: uppercase;
    text-decoration: none
}
.slider-body .item-desc h3 a:hover {
    text-decoration: underline;
}

.index_news_cntnr{
    position:relative;
    width:100%;
}
.index_news_main_actvty{
    border-bottom:1px solid #720000;
}
.index_news_main_actvty img{
    display:block;
    max-width:100%;
    height:210px;
    margin:0 auto;
    margin-bottom:5px;
}
.index_news_main_actvty a{
    font-size:20px;
}
.index_news_main_actvty p{
    color:#575757;
}
.lnks_list{
    margin:0;
    padding:10px 20px 10px 0px;
}
.lnks_list li{
    margin-top:7px;
}
.lnks_list li:first-child{
    margin-top:0px;
}
.lnks_list li, .lnks_list a{
    color:#720000;
}
