﻿body, html
{
    background-color:#666666;
    font-size:12px;
    font-family: Calibri, Tahoma, Verdana, Sans-Serif;
    font-style: normal;
    line-height:14px;
    font-weight:normal;
    font-variant:normal;
    color:#525759;
    margin:0px;
    padding:0px;
}


/*font*/

H1 
{
    font-size:18px;
    line-height:18px;
    color:#b8c30b;
    margin: 2px 0 5px 0;
}

H2 
{
    font-size:15px;
    line-height:16px;
    color:#b8c30b;
    margin: 2px 0 3px 0;
}

H3 
{
    font-size:14px;
    line-height:16px;
    color:#b8c30b;
    margin: 2px 0 2px 0;
}

.vir
{
    color:#479d23;
}

a, link
{
    color:#b8d30b;
}
a:hover
{
   text-decoration:none; 
}





/* main layout */
#wrap_all
{
    width: 850px;
    margin: -12px auto 0 auto;
    background-color: #ffffff;
  
    
}

/* header */
#header 
{ 
    width:100%;
    position:relative;
    top: 12px;
}
#head_content1 { float:left; width:45% }
#head_content2 
{ 
    float:right; 
    width:52%; 
    background-image:url('images/head_img1.jpg'); 
    text-align:right; 
    vertical-align:top; 
    height:170px; 
    padding:10px;
}
#head_content2 a
{
    color:#525759;
    text-decoration:none;
}

#head_content1 H1
{
    color: #479D23;
    font-family: Calibri,Tahoma,Verdana,Sans-Serif !important;
    font-size: 17px !important;
}


/* top menu */
#main_menu
{
    padding-left: 175px;
    clear: both;
    background-image:url('images/menu_top_bg.png');
    background-repeat:repeat-x;
    height: 52px;
    /*padding: 6px 0 0px 0;*/
    position:relative;
    bottom:-6px;
    
}


/* content */
#body_wrapper
{
    background-color: Transparent;
    background-image: url('images/bg_green_dots.gif');
    background-repeat: repeat-y;
    background-position: 696px 0px;
    width: 100%;
}
.first_page
{
    background-image:url('images/bg_green_dots.gif');
    background-repeat:repeat;
}

#content_wrap
{
    background-color: Transparent;
    background-position: -28px 0px;
    width: 700px;
    background-image: url( 'images/menu_left_bg.gif' );
    background-repeat: repeat-y;
    min-height:400px;
}

#content_left
{
    float:left;
    width: 182px;
    min-height:400px;
    padding-top: 6px;
}

#content_right
{
    float:left;
    width:492px;
    min-height:400px;
    vertical-align:top;
    background-color:White;
    padding: 6px 6px 15px 15px;

    
}
#content_right ul
{
    padding-left:10px;
    list-style-type: disc;
    /*list-style-image: url('images/bullet_green.png');*/
    list-style-image: url('images/bullet_line.png');
    
    margin: 5px 0 5px 0;
}



/* footer */
#footer
{
    background-color:#FFFFFF;
    clear:both; 
    color:#525759;
    /*color:#e6e6e6;
    position:relative;
    top:15px;*/
    text-align:center;
    background-image: url('images/menu_top_bg_bottom.png');
    background-repeat:repeat-x;
    line-height:20px;
}

#footer a
{
    color:#525759;
}
.floatfix 
{
    clear:both; 
    height:0; 
    line-height:0;
}


/*--- NEWS -----*/
#nn_news
{
    margin-top:2px;
    text-align: left;
}

#nn_news .nn_news_item
{
    padding: 0 10px 6px 3px;
    margin-bottom: 10px;
    border-bottom: dotted 1px #b2b2b2;
}

#nn_news H2
{
    margin: 4px 0px 6px 0px; 
    font-size: 18px;
}

#nn_news H2 A
{
    /*color: #57585a;
    font-size: 14px;*/
    /*font-weight:bold;*/
    color: #b8c30b;
    text-decoration:none;
}

#nn_news H2 A:hover
{
    color: #b8c30b;
    /*text-decoration:underline;*/
}

#nn_news H2 A:visited
{
    color: #b8c30b;
}

#nn_news .nn_news_date
{
    color: #4e9b2f;
    float: left;
    width: 65px;
    height: 20px;
}

#nn_news .nn_news_author
{
    float:left;
    height: 18px;
    color: #999999;
    
}

#nn_news .nn_news_summary
{
    clear:left;
    margin-bottom: 8px;
}

#nn_news .nn_news_body
{
    clear:left;
    margin-bottom: 8px;
}

#nn_news .nn_news_cat
{
    color: #999999;
}
#nn_news HR
{
    display: none;
}



/* menu */
.RadMenu_menu_main .nncms_selected .link
{
    color:#479d23;
}

.RadMenu_menu_left .nncms_selected .link
{
    font-weight:bold;
    color:#479d23;
}