a {
    text-decoration: none;
    color: #920006;
}

a:hover {
    text-decoration: underline;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clr {
    display: block;
    clear: both;
    font-size: 0;
    line-height: 0;
}

.stealth{
    visibility: hidden;
}

/* FORMS */

button::-moz-focus-inner {
    padding: 0;
    margin: -1px 0 0 -1px;
}

button.button {
    background: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    text-indent: 0;
}

button.std span {
    float: left;
    display: block;
    height: 39px;
}

button.std .left {
    background: url('images/buttons/out/std-left.png') no-repeat;
}

button.std .right {
    font-weight: bold;
    line-height: 39px;
    padding: 0 18px;
    color: #eef7db;
    text-shadow: 1px 1px 1px #293513;
    background: url('images/buttons/out/std-right.png') no-repeat right;
}

button.std:hover .left {
    background: url('images/buttons/over/std-left.png') no-repeat;
}

button.std:hover .right {
    background: url('images/buttons/over/std-right.png') no-repeat right;
}

button.small {
    height: 23px;
}

button.small span {
    float: left;
    display: block;
    height: 23px;
    background: url('images/buttons/out/small-left.png') no-repeat;
}

button.small span span {
    font-weight: normal;
    line-height: 23px;
    padding: 0 18px;
    color: #eef7db;
    text-shadow: 1px 1px 1px #293513;
    background: url('images/buttons/out/small-right.png') no-repeat right;
}

button.small:hover span {
    background: url('images/buttons/over/small-left.png') no-repeat;
}

button.small:hover span span {
    background: url('images/buttons/over/small-right.png') no-repeat right;
}

textarea {
    font-size: 12px;
}

form.std .inputWrap{
    height: 27px;
    border: #CCC 1px solid;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, .5);
}

form.std .inputWrap input.text{
    display: block;
    margin: 2px 4px;
    width: 98%;
    border: none;
    background: none;
    height: 23px;
    font-size: 14px;
    color: #333;
}

form.std .field{
    width: 100%;
    margin-bottom: 10px;
}


/* USER OPTIONS */

#UserOptions{
    width: 294px;
    z-index: 101;
}

/* Language selector */

#UserOptions .lang{
    float: right;
}

#UserOptions .lang li{
    float: left;
    list-style: none;
    display: block;
    width: 26px;
    height: 25px;
    overflow: hidden;
    margin-left: 5px;
}

#UserOptions .lang img{
    display: block;
    border: none;
}

/* User menu */

#UserOptions .menu{
    position: relative;
    z-index: 101;
    float: left;
}

#UserOptions .menu li{
    list-style: none;
}

#UserOptions .menu > li{
    position: relative;
    z-index: 101;
    display: block;
    float: left;
    padding: 0 14px;
    line-height: 23px;
    height: 23px;
    border: transparent 1px solid;
}

#UserOptions .menu > li > a{
    color: #FFF;
    font-size: 12px;
    text-shadow: 1px 1px 1px #293513;
}

#UserOptions .menu li.sep{
    width: 1px;
    padding: 0;
    background: url('images/parts/menu-sep.png') no-repeat center;
}

#UserOptions .menu .action{
    padding-right: 28px;
    padding-left: 14px;
    background: url('images/icons/circle-arrow-down.png') no-repeat 95% center;
}

#UserOptions .menu .action.open{
    z-index: 1000;
    border: #CCC 1px solid;
    border-bottom: none;
    background: url('images/icons/circle-arrow-up.png') no-repeat 95% center #FFF;
}

#UserOptions .menu .action.open a{
    color: #546b2c;
    text-shadow: none;
}

#UserOptions .menu .action > ul{
    display: none;
}

#UserOptions .menu .action.open > ul{
    position: absolute;
    display: block;
    z-index: 100;
    top: 23px;
    right: -1px;
}

#UserOptions .menu > li.last{
    padding-right: 0;
}

/* LOGIN */

#LoginBox{
    position: relative;
    background: #FFF;
    padding: 15px;
    border: #CCC 1px solid;
    border-top: none;
    z-index: 100;
}

#LoginForm .inputWrap{
    width: 191px;
}

#LoginForm .field label{
    display: block;
    font-size: 12px;
    color: #333;
    margin-bottom: 2px;
}

#TIRPortalLogo,
#InCaseOfEmergency {
    width: 194px;
    margin: 20px auto;
    display: block;
    border: none;
}

#TIRPortalLogo {
    margin-bottom: 0;
}

#InCaseOfEmergency {
    margin-top: 10px;
}

#Search .inputWrap {
    float: left;
    position: relative;
    width: 271px;
    height: 31px;
    background: url('images/parts/search-input.png') no-repeat;
}

#Search .inputWrap:hover {
    background: url('images/parts/search-input-over.png') no-repeat;
}

#Search input {
    position: relative;
    left: 8px;
    display: block;
    font-size: 18px;
    height: 31px;
    line-height: 31px;
    width: 260px;
    color: #333;
    border: none;
    background: none;
}

#Search button {
    float: left;
    display: block;
    width: 37px;
    height: 31px;
}

#Search button span {
    display: block;
    width: 37px;
    height: 31px;
    background: url('images/buttons/out/search.png') no-repeat;
}

#Search button:hover span {
    background: url('images/buttons/over/search.png') no-repeat;
}

/* MAIN MENU */

#MainMenu .base {
    width: 100%;
    height: 26px;
    background: #FFF;
}

#MainMenu ul.menu {
    width: 100%;
    height: 38px;
}

#MainMenu ul.menu > li.last {
    margin-right: 0;
}

#MainMenu ul.menu li {
    position: relative;
    list-style: none;
    display: block;
    float: left;
    width: 147px;
    height: 38px;
    margin-left: 1px;
    z-index: 100;
}

#MainMenu ul.menu li ul > li{
    margin-left: 0;
}

#MainMenu ul.menu > li > a {
    display: block;
    width: 147px;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    font-weight: normal;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 1px #293513;
    background: url('images/buttons/out/maintab.png') no-repeat;
}

#MainMenu ul.menu > li > a:hover {
    text-decoration: none;
    background: url('images/buttons/over/maintab.png') no-repeat;
}

#MainMenu ul.menu > li.current_page_item > a {
    color: #3e5714;
    text-decoration: none;
    text-shadow: none;
    background: url('images/buttons/out/maintab-current.png') no-repeat;
}

#MainMenu ul.menu > li.current_page_item > a:hover {
    text-decoration: none;
}


#MainMenu ul.menu ul {
    display: none;
}

#MainMenu ul.menu ul li {
    height: auto;
    padding: 5px 10px;
    width: 125px;
}

#MainMenu ul.menu ul li a {
    font-size: 12px;
    line-height: 14px;
    color: #3e5714;
}

#MainMenu ul.menu li:hover ul {
    display: block;
    position: absolute;
    top: 38px;
    left: 0;
    background: #FFF;
    z-index: 1000;
    border: #d4dbe0 1px solid;
    border-top: none;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}

/* LEFT MENU */

#LeftMenu ul > li {
    display: block;
    float: left;
    width: 100%;
    border-bottom: #FFF 1px solid;
}

#LeftMenu ul > li.current_page_item,
#LeftMenu ul > li.current_page_parent{
    background: url('images/parts/submenu-bg-open.png') repeat-y;
}

#LeftMenu ul > li.current_page_item ul.sub-menu,
#LeftMenu ul > li.current_page_parent ul.sub-menu {
    display: block;
}

#LeftMenu ul > li ul.sub-menu {
    display: none;
}

#LeftMenu ul > li > a {
    display: block;
    padding: 7px 0 7px 30px;
    font-size: 14px;
    color: #485d1c;
    border-bottom: #d4dbe0 1px solid;
}

#LeftMenu ul > li.hasChildren a {
    background: url('images/icons/arrow-right.png') no-repeat 17px center;
}

#LeftMenu ul > li.current_page_item.hasChildren > a,
#LeftMenu ul > li.current_page_parent.hasChildren > a {
    border-bottom: none;
    background: url('images/icons/arrow-down.png') no-repeat 17px center;
}

#LeftMenu ul ul.sub-menu a {
    border: none;
    background: none;
    font-size: 12px;
    padding: 4px 10px 4px 42px;
}

#LeftMenu ul ul.sub-menu a:hover {
    background: url('images/parts/submenu-over.png') repeat-y;
}

#LeftMenu ul > li.current_page_parent ul.sub-menu li.current_page_item a {
    color: #FFF;
    background: url('images/parts/submenu-current.png') repeat-y;
}

#LeftMenu ul.sub-menu li {
    border: none;
}

#LeftMenu ul.sub-menu li.last {
    border-bottom: #d4dbe0 1px solid;
}

/* CONTENT */

.wpContent {
    padding-bottom: 30px;
}

.wpContent .pageListItem .excerpt,
.wpContent p, .wpContent li {
    color: #000;
    line-height: 20px;
    font-size: 14px;
}

.wpContent img {
    border: #d8d8d8 5px solid;
}

.wpContent img.alignnone {
    float: none;
    clear: both;
}

.wpContent img.alignleft {
    float: left;
    margin-right: 20px;
}

.wpContent img.alignright {
    float: right;
    margin-left: 20px;
}

.wpContent li {
    margin-left: 20px;
}

.wpContent h1 {
    font-size: 36px;
    margin-top: 4px;
    margin-bottom: 20px;
    color: #000;
}

.wpContent h3 {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: normal;
}

.pageListItem a:hover img{
    border-color: #485d1c;
}

.pageListItem {
    clear: both;
    width: 100%;
    margin-bottom: 24px;
}

.pageListItem h3 {
    float: left;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.pageListItem h3 a{
    color: #000;
}

.pageListItem h3 a:hover{
    color: #920006;
    text-decoration: none;
}

.pageListItem .date{
    float: right;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

.pageListItem .excerpt {
    margin-bottom: 6px !important;
}

.wpContent table{
    width: 100%;
    font-size: 12px;
    line-height: 14px;
    border-spacing: 0;
}

.wpContent td{
    vertical-align: top;
}

.wpContent table thead td{
    padding: 8px 0;
    font-size: 12px;
    font-weight: bold;
    border-top: #D4DBE0 1px solid;
    border-bottom: #D4DBE0 1px solid;
}

.wpContent table tbody td{
    padding: 6px 0;
    border-bottom: #D4DBE0 1px solid;
}

.wpContent table.members img.alignnone{
    display: block;
    border: none;
    margin-bottom: 4px;
}

.wpContent table.organization h3{
    margin-top: 8px;
}

.wpContent hr{
    display: block;
    border: none;
    width: 100%;
    background: #D4DBE0;
    height: 1px;
    margin: 20px 0;
}

#ContainerList tr.odd td{
    background: #F1F3F4;
}

#ContainerList td{
    padding-left: 5px;
    padding-right: 5px;
}

#Sitemap .child{
    margin-left: 20px;
}

.wpContent table.th{
    text-align: left;
}

.wpContent td.alignleft{
    text-align: left;
}
.wpContent td.alignright{
    text-align: right;
}
.wpContent td.aligncenter{
    text-align: center;
}

#ContactGMap{
    float: right;
    width: 350px;
    height: 300px;
}

/* SLIDER */

#ContentSlider + .wpContent {
    margin-top: 20px;
}
#rps .paging a {
    display: block;
    float: left;
    margin-left: 5px;
    margin-bottom: 5px;
    width: 23px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    background: url('images/buttons/out/slider-page.png') no-repeat;
    color: #FFF;
}

#rps .paging a:hover {
    text-decoration: none;
    background: url('images/buttons/over/slider-page.png') no-repeat;
}

#rps .paging a.active {
    color: #333;
    background: url('images/buttons/out/slider-page-current.png') no-repeat;
}

#rps .slide .text{
    background: url('images/parts/slider-text-bg.png') repeat;
}


/* FEATURED PAGES */

#FeaturedPages {
    width: 700px;
    float: left;
    overflow: hidden;
    padding: 24px 0 20px;
}

#FeaturedPages .page {
    float: left;
    width: 233px;
    min-height: 160px;
}

#FeaturedPages .page.border {
    width: 232px;
    border-right: #e1e6e9 1px solid;
}

#FeaturedPages h2 {

    margin: 4px 0 12px 12px;
    font-size: 24px;
    font-weight: normal;
    color: #000;
}

#FeaturedPages .page.first h2 {
    margin-left: 0;
}

#FeaturedPages .content {
    padding: 0 12px;
}

#FeaturedPages .page.first .content {
    padding: 0 12px 0 0;
}

#FeaturedPages .image {
    width: 64px;
    float: left;
    overflow: hidden;
}

#FeaturedPages .image img {
    display: block;
    border: none;
}

#FeaturedPages .excerpt {
    float: left;
    margin-top: 8px;
    margin-left: 5px;
    width: 139px;
    font-size: 12px;
    line-height: 16px;
    color: #666;
}

#FeaturedPages .page.first .excerpt {
    width: 151px;
}

/* RIBBON */

#Ribbon {
    position: relative;
    width: 100%;
    height: 55px;
    background: url('images/common/footer-ribbon.png') no-repeat center;
}

#Ribbon h3 {
    position: absolute;
    top: 7px;
    font-size: 24px;
    line-height: 24px;
    font-weight: normal;
    color: #FFF;
}

#Ribbon .containers {
    left: 30px;
}

#Ribbon .contacts {
    left: 394px;
}

#Ribbon .ask {
    left: 635px;
}

/* BOTTOM */

#ContainersMap {
    float: left;
    margin: 6px 20px 14px 22px;
    width: 335px;
    height: 264px;
    border: #FFF 3px solid;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

#Contacts {
    float: left;
    width: 561px;
    color: #455a21;
    font-size: 12px;
}

#Contacts .text {
    float: left;
    margin-top: 4px;
    padding-bottom: 20px;
}

#Contacts .text a {
    color: #455a21;
    text-decoration: underline;
}

#Contacts .text a:hover {
    text-decoration: none;
}

#Contacts .text p {
    margin-bottom: 15px;
}

#Contacts .col1 {
    width: 241px;
}

#Contacts .col2 {
    width: 318px;
}

#Contacts .error{
    color: #ff0033;
}

#Contacts input.input,
#Contacts textarea.textarea {
    overflow: hidden;
    border: none;
    background: none;
    color: #71873f;
}

#Contacts .inputWrap {
    margin-bottom: 15px;
    width: 217px;
    height: 31px;
    background: url('images/parts/contact-input.png') no-repeat;
}

#Contacts .inputWrap input {
    display: block;
    margin-left: 7px;
    width: 210px;
    height: 31px;
    line-height: 31px;
}

#Contacts .textareaWrap {
    width: 217px;
    height: 81px;
    margin-bottom: 15px;
    background: url('images/parts/contact-textarea.png') no-repeat;
}

#Contacts .textareaWrap textarea {
    width: 210px;
    height: 71px;
    margin-top: 5px;
    margin-left: 7px;
}

#cfwc_contactform input,
#cfwc_contactform textarea {
    padding: 2px 0 3px;
    text-indent: 4px;
    border: #D4DBE0 1px solid;
    background: #fff;
}

#cfwc_contactform td {
    padding: 2px 0;
}

#cfwc_contactform textarea {
    height: 60px !important;
}


#Footer {
    position: relative;
}

#Footer > * {
    position: absolute;
    top: 12px;
    font-size: 11px;
}

#Footer .left {
    left: 30px;
    color: #999;
}

#Footer .right {
    right: 28px;
}

#Footer .right a {
    color: #455a21;
}

#Footer .right li {
    display: inline;
}

#Footer .right li.sep {
    padding: 0 4px;
}

/* Clears */

button:after,
.pageListItem:after,
#rps .paging:after,
#Container:after,
#LeftMenu ul:after,
#Bottom:after,
#Bottom .wrapper:after,
#Contacts:after,
#Container .wrapper:after,
#MainMenu ul:after,
#FeaturedPages:after,
#FeaturedPages .content:after,
#UserOptions .menu:after,
#UserOptions .lang:after,
#Search:after {
    content: ' ';
    display: block;
    line-height: 0;
    font-size: 0;
    clear: both;
}