﻿*
{
    margin: 0px;
    padding: 0px;
}

html, body
{
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font: 8pt arial, verdana, courier;
    color: #4d4d4d;
}

/***************************************/
a
{
    text-decoration: none;
    color: #008f45;
}

a:hover
{
    text-decoration: underline;
}

ul
{
    padding-left: 25px;
}

ul li
{
    padding-left: 0px;
    padding-bottom: 4px;
}

p
{
    text-align: justify;
    margin-bottom: 10px;
}

img
{
    border: 0px;
}
/***************************************/

#Wrapper
{
    margin: 0 auto;
    width: 980px;
    overflow: hidden;
    text-align: left;
}

#Header
{
    position: relative;
    width: 100%;
    height: 199px;
    background: transparent url('images/header_grad.gif') repeat-x 0px 35px;
}

#loginForm
{
    position: absolute;
    top: 5px;
    right: 0px;
    font-size: 10px;
    text-align: right;
}

#Logo
{
    position: absolute;
    left: 35px;
    top: 25px;
}

#HeaderImg
{
    position: absolute;
    top: 35px;
    left: 157px;
    width: 560px;
    height: 159px;
    background: transparent url('images/header_img.jpg') no-repeat;
}

#MainTitle
{
    position: absolute;
    top: 35px;
    right: 0px;
    width: 263px;
    height: 153px;
    background: transparent url('images/header_title.gif') no-repeat;
}

#Content
{
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
}

#LeftColumn
{
    float: left;
    width: 185px;
}

#Search
{
    height: 24px;
    overflow: hidden;
    border: 1px solid #cecece;
}

#VerticalMenu
{
    overflow: hidden;
    margin-top: 20px;
    background-color: #00612f;
    padding-left: 8px;
    padding-right: 8px;
}

#VerticalMenu ul, #VerticalMenu ul li
{
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
}

#VerticalMenu ul li
{
    border-top: 1px solid #008f45;
}

#VerticalMenu ul li a
{
    display: block;
    color: #fff;
    text-decoration: none;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
}

#VerticalMenu ul li a:hover
{
    background-color: #009749;
}

#VerticalMenu ul li span
{
    display: block;
    color: #fff;
    cursor: pointer;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    background: transparent url('images/arrow_green.gif') no-repeat 155px center;
}

.vertical_menu_hover
{
    background-color: #009749 !important;
}

ul.sub_menu
{
    background-color: #006e35;
}

ul.sub_menu li a
{
    padding-left: 18px !important;
    font-size: 8pt;
    padding-right: 15px;
}

ul.sub_menu li a:hover
{
    background-color: #009749 !important;
}

#VerticalMenu ul li.selected_site
{
    background-color: #009749;
}
#VerticalMenu ul li.selected_category ul.sub_menu li.selected_site
{
    background-color: #009749;
}

#MidColumn
{
    float: left;
    width: 525px;
    padding-left: 15px;
    padding-right: 15px;
}

#BreadcrumbBar
{
    border: 1px solid #cecece;
    padding-left: 7px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
    height: 14px;
    font-size: 8pt;
    position: relative;
}

#Breadcrumb
{
    width: 370px;
}

#Breadcrumb a
{
    color: #4d4d4d;
    text-decoration: none;
}

#Breadcrumb a:hover
{
    color: #4d4d4d;
    text-decoration: underline;
}

#ShortcutLinks
{
    position: absolute;
    top: 5px;
    right: 4px;
}

#ShortcutLinks ul, #ShortcutLinks ul li
{
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
}

#ShortcutLinks ul li
{
    display: inline;
    white-space: nowrap;
}

#ShortcutLinks ul li a
{
    color: #4d4d4d;
    font-size: 7pt;
    text-decoration: none;
    padding-left: 2px;
    padding-right: 3px;
}

#ShortcutLinks ul li a:hover
{
    text-decoration: underline;
}

#TopContent
{
    padding: 10px;
    padding-top: 20px;
}

#News
{
    padding-top: 20px;
    padding-bottom: 10px;
}

#Pager
{
    float: left;
    width: 50%;
    min-height: 1px;
}

#Pager ul, #Pager ul li
{
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
    margin-top: 9px;
}

#Pager ul li
{
    float: left;
    margin-left: 2px;
    margin-right: 2px;
    border: 1px solid #cecece;
    width: 19px;
    height: 19px;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
}

#Pager ul li a
{
    display: block;
    color: #4d4d4d;
    text-decoration: none;
    width: 100%;
    height: 100%;
    padding-top: 2px;
}

#Pager ul li a:hover
{
    text-decoration: underline;
}

#Pager .selected
{
    background-color: #cecece;
    padding-top: 2px;
    height: 17px !important;
}

#Galleries
{
    padding-top: 20px;
    padding-bottom: 10px;
}

#GalleryItems
{
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebebeb;
}

#GalleryItems table
{
    width: 100%;
    text-align: center;
}

#GalleryItems td
{
    height: 120px;
}

#GalleryItems img
{
    border: 1px solid #CCC;
    padding: 2px;
}

.prev_page
{
    background: transparent url('images/pager_left.gif') no-repeat;
    text-indent: -9999px;
}
.first_page
{
    background: transparent url('images/pager_left_end.gif') no-repeat;
    text-indent: -9999px;
}

.next_page
{
    background: transparent url('images/pager_right.gif') no-repeat;
    text-indent: -9999px;
}
.last_page
{
    background: transparent url('images/pager_right_end.gif') no-repeat;
    text-indent: -9999px;
}

#BottomButtons
{
    float: left;
    width: 50%;
    text-align: right;
}

#BottomButtons img
{
    margin-top: 20px;
}

#Library
{
    padding-top: 10px;
}

#Library h1
{
    font-size: 13pt;
}

#LibraryTable table
{
    margin-top: 15px;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

#LibraryTable th
{
    background-color: #ebebeb;
    font-weight: normal;
    height: 28px;
}

#LibraryTable td
{
    border-bottom: 1px solid #ebebeb;
    height: 30px;
    padding: 8px;
}

#LibraryTable a
{
    color: #008f45;
    text-decoration: none;
    font-weight: bold;
    font-size: 9pt;
}

#NewsItems
{
    padding: 15px;
    padding-top: 5px;
}

.news_subtitle
{
    padding-top: 3px;
    padding-bottom: 15px;
    color: #7a7a7a;
}

#RightColumn
{
    float: left;
    border-left: 1px solid #cecece;
    width: 223px;
    padding-left: 15px;
    padding-bottom: 10000px;
    margin-bottom: -10000px;
}

#Lang
{
    border: 1px solid #cecece;
    padding: 7px;
    padding-top: 4px;
    overflow: hidden;
    height: 13px;
}

#Rss
{
    width: 40%;
    float: left;
}

#Rss a
{
    text-decoration: none;
    color: #4d4d4d;
}

#Flags
{
    width: 60%;
    float: left;
    text-align: right;
    padding-top: 2px;
}

#Recommended
{
    padding-top: 24px;
    padding-bottom: 10px;
    overflow: hidden;
}

#RecommendedLogos
{
    margin-top: 15px;
    border-top: 1px solid #cecece;
    text-align: center;
    padding-top: 20px;
}

#Recommended h2
{
    font-size: 8pt;
}

#ImportantNews
{
    padding-top: 24px;
    padding-bottom: 0px;
    overflow: hidden;
}

#ImportantNews h2
{
    font-size: 8pt;
}


#PublicationsItems ul, #PublicationsItems ul li
{
    margin: 0px;
    padding: 0px;
}

#PublicationsItems ul
{
    margin-left: 0px;
}

#PublicationsItems ul li
{
    font-weight: bold;
    background: transparent url('images/unknown.gif') no-repeat 0px 2px;
    margin-top: 12px;
    list-style: none;
    padding-left: 21px;
    min-height: 18px;
}

#PublicationsItems ul li.pdf
{
    background: transparent url('images/pdf.gif') no-repeat 0px 2px;
}

#PublicationsItems ul li.word
{
    background: transparent url('images/word.gif') no-repeat 0px 2px;
}

#PublicationsItems ul li a
{
}

#Archive
{
    padding-top: 24px;
    padding-bottom: 10px;
    overflow: hidden;
}

#Archive h2
{
    font-size: 8pt;
}

#ArchYears
{
    overflow: hidden;
    margin-top: 8px;
    padding-bottom: 2px;
    border-bottom: 1px solid #ebebeb;
}

#ArchYears a
{
    color: #4d4d4d;
    font-size: 12px;
    text-decoration: none;
}

#ArchYears .selected a
{
    font-weight: bold;
}

#ArchMonths
{
    padding-top: 10px;
}

#ArchMonths ul, #ArchMonths ul li
{
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
}

#ArchMonths ul li
{
    margin-left: 5px;
    padding-left: 15px;
    font-size: 12px;
    background: transparent url('images/arrow_gray_small.gif') no-repeat 0px 7px;
}

#ArchMonths ul li a
{
    display: block;
    color: #008f45;
    text-decoration: none;
    width: 100%;
    height: 15px;
    padding-top: 2px;
    font-weight: normal;
}

#ArchMonths ul li a:hover
{
    text-decoration: underline;
}

#ArchMonths .selected a
{
    font-weight: bold;
}

#Footer
{
    clear: both;
    padding-top: 30px;
    margin-bottom: 20px;
    overflow: hidden;
}

#HorizontalNav
{
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: transparent url('images/horizontal_nav_grad.gif') repeat-x;
    height: 32px;
    text-align: center;
}

#HorizontalNav ul, #HorizontalNav ul li
{
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
    margin-top: 9px;
}

#HorizontalNav ul li
{
    display: inline;
    white-space: nowrap;
}

#HorizontalNav ul li a
{
    color: #4d4d4d;
    margin-left: 20px;
    margin-right: 20px;
    text-decoration: none;
}

#HorizontalNav ul li a:hover
{
    text-decoration: underline;
}

#Logos
{
    padding: 15px;
    padding-left: 0px;
    position: relative;
}

#Info
{
    text-align: center;
    width: 360px;
    overflow: hidden;
    border-right: 1px solid #cecece;
    padding-top: 27px;
    padding-bottom: 27px;
}

#FooterLogo1
{
    position: absolute;
    right: 390px;
    top: 27px;
}

#FooterLogo2
{
    position: absolute;
    right: 260px;
    top: 22px;
}

#FooterLogo3
{
    position: absolute;
    right: 25px;
    top: 32px;
}

#Copy
{
    border-top: 1px solid #cecece;
    padding-top: 4px;
    padding-left: 4px;
    padding-right: 4px;
    color: #7a7a7a;
}

#CopyLeft
{
    width: 50%;
    float: left;
}

#CopyRight
{
    width: 50%;
    float: left;
    text-align: right;
}

.box_title
{
    padding-left: 3px;
    border-bottom: 1px solid #008f45;
}

.box_title h1
{
    font-size: 11pt;
}

.news_item
{
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px;
    padding-top: 10px;
}
.news_title
{
    color: #008f45;
    font-weight: bold;
    font-size: 9pt;
}
.news_date
{
    color: #7a7a7a;
    padding-bottom: 7px;
}
.news_lead
{
    font-size: 9pt;
    text-align: justify;
}
.news_more
{
    padding-top: 7px;
    text-align: right;
}

.news_content
{
    padding-top: 20px;
    overflow: hidden;
    text-align: justify;
}

.lib_icon
{
    width: 60px;
}

.lib_title
{
    text-align: left;
}

.lib_date
{
    width: 80px;
}

.lib_art_title
{
    padding-left: 15px;
}

.publication_item
{
    padding-top: 15px;
    overflow: hidden;
    clear: both;
}

.format_icon
{
    text-align: center;
    width: 30px;
    float: left;
    padding-top: 3px;
}

.publication_title
{
    float: left;
    width: 194px;
}

.publication_title a
{
    text-decoration: none;
    font-weight: bold;
    color: #008f45;
}

.logo_item
{
    margin-bottom: 25px;
}

.valign_middle
{
    vertical-align: middle;
}

.valign_top
{
    vertical-align: top;
}

.align_left
{
    text-align: left;
}

.search_submit
{
    vertical-align: top;
    margin-top: 5px;
}

.search_input
{
    border: 0px;
    height: 24px;
    width: 150px;
    padding-top: 4px;
    padding-left: 10px;
    font: 8pt arial, verdana, tahoma;
    color: #7a7a7a;
}

.width_100
{
    width: 100% !important;
}

.send_btn
{
    height: 19px;
    width: 40px;
    background: url('images/send_btn.gif');
    border: none;
}

.text_box
{
    border: 1px solid #d4d4d4;
    width: 200px;
}

.invite_friend_table textarea
{
    border: 1px solid #d4d4d4;
    width: 100%;
}

table.invite_friend_table
{
    width: 100%;
}

.login_btn
{
    height: 19px;
    width: 59px;
    background: url('images/login_btn_big.gif');
    border: none;
}

.validation-summary-errors
{
    margin-top: 10px;
}

.article
{
    padding-top: 20px;
    padding-bottom: 10px;
}

.articleContent
{
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

h3.subtitle
{
    font-size: 11px;
    color: #7a7a7a;
    padding: 4px;
    padding-left: 0px;
}

.art_date
{
    padding-top: 5px;
    padding-bottom: 20px;
    text-align: right;
    color: #b5b5b5;
}

ul#attachments, ul#attachments li
{
    margin: 0px;
    padding: 0px;
}

ul#attachments
{
    margin-top: 5px;
}

ul#attachments li
{
    list-style: none;
    padding-left: 3px;
    padding-bottom: 2px;
}

ul#attachments li img
{
    vertical-align: middle;
    margin-right: 2px;
}

ul#attachments li span
{
    vertical-align: middle;
}

#importantNewsContent ul, #importantNewsContent li
{
    margin: 0;
    padding: 0;
}

#importantNewsContent ul
{
    margin-top: 0px;
}

#importantNewsContent li
{
    list-style: none;
    padding-top: 10px;
}

#ArticlesResults
{
    padding-top: 10px;
    margin-bottom: 10px;
}

#ArticlesResults ol, #ArticlesResults ol li
{
    margin: 0;
    padding: 0;
}

#ArticlesResults ol li
{
    margin-left: 25px;
}

#ArticlesResults ol
{
    margin-top: 10px;
}

#NewsResults
{
    padding-top: 10px;
}

#NewsResults ol, #NewsResults ol li
{
    margin: 0;
    padding: 0;
}

#NewsResults ol li
{
    margin-left: 25px;
}

#NewsResults ol
{
    margin-top: 10px;
}

h5
{
    font-size: 12px;
    margin-bottom: 5px;
}

.gallery
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ebebeb;
    width: 100%;
    overflow: hidden;
}

.gallery_thumbnail
{
    float: left;
    width: 120px;
    text-align: center;
}

.gallery_content
{
    float: left;
    width: 395px;
}

.gallery_title
{
    padding-bottom: 5px;
}

.gallery_description
{
    text-align: justify;
}


/* Slideshow style rules.
*************************************************************/
#slideshow
{
    width: 130px;
    height: 20px;
    position: relative;
}
#slideshow #slidesContainer
{
    position: absolute;
    left: 14px;
    float: left;
    width: 100px;
    overflow: auto; /* allow scrollbar */
}

#slideshow #slidesContainer .slide
{
    width: 100px; /* reduce by 20 pixels of #slidesContainer to avoid horizontal scroll */
}


/* Slideshow controls style rules.
*************************************************************/
.control
{
    display: block;
    float: left;
    width: 10px;
    text-indent: -10000px;
    cursor: pointer;
}

#leftControl
{
    position: absolute;
    left: 0px;
    background: transparent url(images/arrow_gray_big_left.gif) no-repeat 0px 4px;
}

#rightControl
{
    position: absolute;
    right: 0px;
    background: transparent url(images/arrow_gray_big_right.gif) no-repeat 0px 4px;
}


/*****************/
.selected_item
{
    background: transparent url('images/arrow_green_big_down.gif') no-repeat 155px !important;
}

