/* fonts, text */
html {
    font: 62.5% Verdana, Arial, sans-serif; /* 10/16 */
}

input,
select,
textarea,
button {
    font-family: Verdana, Arial, sans-serif;
}

input,
select,
textarea,
button {
    overflow: auto;
    overflow-x: hidden;
    font-size: 12px;
}

.home .main h2,
.home .side h2,
h1 {
    font-size: 2.4em;
}

.agenda {
    font-size: 1em;
}

.intro h2,
.nav {
    font-size: 2em;
}

.toc h2,
.main h2 {
    font-size: 1.8em;
}

.alert h2,
.side h2 {
    font-size: 1.6em;
}

.news h3, .agenda h3 {
    font-size: 1.2em;
}

.intro p,
.main .lead p,
.nav-sub {
    font-size: 1.4em;
}

.footer,
.titleheader a,
.content p,
.content td,
.content th,
.content ul,
.content ol {
    font-size: 1.2em;
}

.lang-nav-header {
    font-size: 1.1em;
}

.lightbox-close,
.top .more {
    font-weight: bold;
}

h1,
.home .side h2,
.intro h2,
.toc h2,
.toc h3,
.main h2,
.main h3 {
    font-weight: normal;
}

.intro p {
    line-height: 1.571;
}

.content p,
.content ul,
.content ol {
    line-height: 1.667;
}

.main .lead p {
    line-height: 1.714;
}

h2 a,
.nav-header a,
.lang a,
.more,
.more a,
.nav-sub a,
.nav a,
.agenda .item a,
.news  a {
    text-decoration: none;
}

h2 a:hover,
.lang a:hover,
a.more:hover,
.more a:hover,
.nav-sub a:hover,
.nav-header a:hover {
    text-decoration: underline;
}

.nav-header,
.nav {
    text-transform: lowercase;
}

/* colors, some backgrounds */
#search .gsc-resultsbox-visible,
.nav a {
    border-color: #FFF;
}

.lightbox .lightbox-box,
#search .gsc-resultsbox-visible,
.top {
    background-color: #FFF;
}

#search input.gsc-search-button,
.nav .active a {
    color: #FFF;
}

.agenda .item {
    background-color: #F7F7F7;
}

.agenda .item,
.alerts,
.toc .page,
.lead,
.news a {
    border-color: #EFEFEF;
}

html {
    background-color: #EFEFEF;
}

.partners {
    background-color: #EEE;
}

.lang li {
    border-color: #000;
}

.agenda .item {
    color: #666;
}

html,
.agenda .item dt,
.home .main h2,
a {
    color: #000;
}

/*.contactform .errorlist {
    color: red;
    line-height: 1px;
    font-size: 1em;
    float: right;
}*/
.contactform  .errors {
    clear: both;
    float: left;
    width: 380px;
    padding: 0 0 18px;
    color: red;
    margin: 0;
}
.contactform  .errors li {
    list-style: none;
}
.contactform label.error {
    color: #F00;
}
.contactform .error input,
.contactform .error textarea,
.contactform .error select {
    border-color: #F00;
    border-style: solid;
    border-width: 1px;
}




/* very light orange */
.intro .image.fl {
    border-color: #F4F2E9;
}

.intro,
.sidebanner,
.agenda .item {
    background-color: #F4F2E9;
}

/* orange */
#search input.gsc-search-button {
    background-color: #C60;
}

.top .more,
.news .date,
.agenda .item dd,
.more a,
.intro h2,
.intro h2 a,
.toc h2 a,
.main h2,
.lightbox-close,
.nav-sub .active a {
    color: #C60;
}

.top {
    background-image: url(top.png);
    background-repeat: repeat-x;
}

.logo {
    background-image: url(logo.png);
}

.intro {
    background-image: url(line.gif);
    background-position: 0 100%;
    background-repeat: repeat-x;
}

.intro .text {
    background-image: url(line.gif);
    background-repeat: repeat-x;
}

.nav a {
    background-image: url(nav.png);
    background-repeat: repeat-x;
}

.nav .active a {
    background-image: url(nav-active.png);
    background-position: 50% 0;
    background-repeat: repeat-x;
}

.agenda .item {
    background-image: url(agenda.png);
    background-repeat: repeat-x;
}

.bottom {
    background-image: url(bottom.png);
    background-repeat: repeat-x;
}

.bottom .container {
    background-image: url(logo.png);
    background-position: 0 13px;
    background-repeat: no-repeat;
}

.more {
    background-image: url(link-bold.gif);
    background-position: 0 5px;
    background-repeat: no-repeat;
}

.intro .more {
    background-image: url(link-large.gif);
    background-position: 0 10px;
}

.top .more {
    background-image: url(link-bold.gif);
}

.content .more.fr {
    background-position: 0 8px;
}

.footer .more {
    background-image: url(link-normal.gif);
}

.lightbox {
    background-image: url(semi-transparent-black.png);
}

/* other non-layout */
#search .gsc-resultsbox-visible {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -o-box-shadow: 0 0 20px rgba(0,0,0,1);
    -moz-box-shadow: 0 0 20px rgba(0,0,0,1);
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,1);
    box-shadow: 0 0 20px rgba(0,0,0,1);
}


/* base elements layout */
* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin-left: 2em;
}

/*fieldset,
input,
select,
button,
textarea {
    border: none;
}
*/
table {
    margin: 20px 0;
    border-collapse: collapse;
}

th, td {
    padding: 0 1em 0.2em 0;
    vertical-align: top;
    text-align: left;
}

table.contactform label{
    text-align: left;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}


.fl {
    clear: left;
    float: left;
    margin: 0 30px 20px 0;
}

.fr {
    clear: right;
    float: right;
    margin: 0 0 20px 30px;
}

.more {
    padding-left: 10px;
}

/* common layout */
.intro:after,
.titleheader:after,
.sidebanner:after,
.container:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
}

.skip,
.nav .h,
.lang .h {
    position: absolute;
    top: -9999em;
    left: -9999em;
}

.l {
    margin-left: 0;
    list-style: none;
}

.footer .external .more,
.nav li {
    display: -moz-inline-box; /* FF2 */
    -moz-box-orient: vertical; /* FF2 */
    display: inline-block;
}

.footer .external,
.nav .l {
    margin-right: -1px; /* counter rounding errors and link outlines */
    letter-spacing: -0.35em; /* negative letter- and word-spacing help remove the whitespace between inline-blocks */
    word-spacing: -0.5em; /* opera needs this */
}

.footer .external .more,
.nav li {
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
}


/* specific layout */
html {
    height: 100%;
}

body {
    min-height: 100%;
}

.container {
    position: relative;
    margin: 0 auto;
    max-width: 958px;
}

.logo {
    display: block;
    width: 246px;
    height: 34px;
    overflow: hidden;
    text-indent: -9999em;
}

.content h1 {
    margin-bottom: 17px;
}

.lead {
    margin-bottom: 20px;
    border-style: solid;
    border-width: 0 0 1px;
    padding-bottom: 23px;
}

.toc .page {
    margin-top: 20px;
    border-style: solid;
    border-width: 1px 0 0;
    padding-top: 17px;
}

.toc .page:first-child {
    margin: 0;
    border: none;
    padding: 0;
}

.content h2 {
    margin: 8px 0;
}

.intro p {
    margin-top: 6px;
    margin-bottom: 6px;
}

.content p,
.content ul,
.content ol {
    margin-top: 8px;
    margin-bottom: 8px;
}

.intro {
    padding-right: 15px;
    overflow: hidden;
}

.intro .image.fl {
    position: relative;
    margin: 0 0 2px;
    border-style: solid;
    border-width: 0 30px 0 0;
}
.intro .image.fl img {
    display: block;
}

.intro .text {
    clear: right;
    margin-top: -2px;
    padding-top: 20px;
}

.alerts {
    clear: both;
    border-style: solid;
    border-width: 1px 0 0;
    padding-top: 35px;
}

.alert {
    float: left;
    margin-left: 23px;
    width: 222px;
}

.alert:first-child {
    margin-left: 0;
}

.titleheader {
    clear: both;
}

.home .titleheader {
    padding-top: 15px;
}

.alerts .titleheader {
    padding-top: 0;
}

.titleheader .h {
    clear: left;
    float: left;
}

.titleheader a {
    float: right;
    margin-top: 20px;
}

.sidebanner {
    margin-bottom: 20px;
    padding: 5px 19px 3px;
}

.sidebanner .image {
    margin: 7px 0;
}

.nav-sub li {
    margin-bottom: 8px;
}

.nav-sub .child {
    margin-left: 8px;
}

.nav li {
    margin-right: 25px;
}

.nav .active {
    position: relative;
    top: -1px;
}

.nav a {
    display: block;
    border-style: solid;
    border-width: 1px 0 0;
    padding: 0 6px 0 14px;
    height: 38px;
    white-space: nowrap;
}

.nav .active a {
    padding: 1px 10px 0;
}

.nav a .t {
    display: block;
    margin-top: -4px;
}

.agenda .item {
	margin: 4px 0;
	border-style: solid;
    border-width: 0 0 1px;
	padding:4px 10px 3px 4px;
	min-height: 60px;
	line-height: 1.25;
}

.agenda .item dl {
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	background: #fff;
	margin-right: 10px;
}

.agenda .item dt {
	margin-top: 5px;
	font-size: 3em;
}

.agenda .item .text {
    margin: 0;
    line-height: 1.25;
}

.news .item {
	min-height: 85px;
}


.lang,
.nav-header,
.lang-nav-header .l,
.lang-nav-header li {
    display: inline;
}

.nav-header {
    margin-right: 25px;
}

.lang-nav-header li {
    margin-left: 3px;
    border-style: solid;
    border-width: 0 0 0 1px;
    padding-left: 6px;
}

.lang-nav-header li:first-child {
    margin: 0;
    border: none;
    padding: 0;
}


.footer {
    padding-top: 70px;
}

.footer .externallink {
    display: inline;
}

.footer .more {
    margin-bottom: 10px;
}

.footer .internal .more {
    display: block;
}

.footer .external .more {
    width: 229px;
}


/* lightbox */
.lightbox {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
}
.lightbox-prev,
.lightbox-next {
    position: absolute;
    top: -40px;
    width: 50%;
    height: 100%;
    overflow: hidden;
    text-indent: -9999em;
    cursor: pointer;
    opacity: .6;
}
.lightbox-prev:hover,
.lightbox-next:hover {
    opacity: 1;
}
.lightbox-prev {
    left: 0px;
}
.lightbox-next {
    right: 0px;
}
.lightbox > span {
    display: -moz-inline-box;
    -moz-box-orient: vertical;
    display: inline-block;
    width: 1px;
    height: 100%;
    vertical-align: middle;
}

.lightbox .lightbox-box {
    position: relative;
    margin: 10px 0;
    padding: 10px 0 30px;
    max-width: 90%;
    height: auto;
    text-align: left;
}

.lightbox-content {
    padding: 20px;
    overflow: auto;
}

.lightbox-content img {
    max-width: none;
}

.lightbox-content strong {
    position: relative;
    z-index: 1;
}

.lightbox-close {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding-right: 20px;
    cursor: pointer;
}

/* Google Custom Search */
#search td {
    padding: 0;
}

#search .gsc-branding {
    display: none;
}

#search input.gsc-input {
    border: 1px solid;
    border-top-color: #808080;
    border-right-color: #D0D0D0;
    border-bottom-color: #D0D0D0;
    border-left-color: #808080;
    padding: 1px 0;
}

#search input.gsc-search-button {
    margin-left: 10px;
    padding: 0 5px 2px;
}

#search .gsc-clear-button {
    position: absolute;
}
    
#search div.gsc-clear-button {
    z-index: 1;
    top: 52px;
    right: 205px;
    margin: 0;
}

#search .gsc-wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    margin-top: 20px;
    margin-left: -534px;
    width: 600px;
}

#search .gsc-resultsbox-visible {
    border-style: solid;
    border-width: 20px;
}

#search .gsc-tabsArea,
#search .gsc-resultsHeader {
    display: none;
}

@media all and (min-width: 38em) {

    .top .container {
        z-index: 1;
        padding: 25px 0 50px;
        min-height: 300px;
    }
    
    .header {
        padding-bottom: 100px;
    }
    
    .content {
        float: left;
        position: relative;
        left: 214px;
        width: 744px;
    }
    
    .toc .page, .lead {
        position: relative;
        max-width: 430px;
        min-height: 176px;
    }

  
    .toc .thumbnail {
        position: absolute;
        top: 17px;
        left: 100%;
        margin-left: 25px;
    }
    
    .main {
        float: left;
        margin-right: 26px;
        width: 430px;
    }
    
    .side {
        float: right;
        width: 288px;
        min-height: 1px;
    }

	.news .item  {
		border-top: 1px solid #eeeeee;
	}

	.news  .first{
		border-top-color: transparent;
	}
    
	.news .item  .news_thumbnail{
		margin: 10px 0 0 10px;
		float: right;
		max-width: 75px;
	}
	
    .news_thumbnail {
        vertical-align: top;
    }

    .side,
    .nav-sub {
        padding-top: 50px;
    }
    
    .nav-sub {
        float: left;
        position: relative;
        left: -744px;
        width: 214px;
    }
    
    .home .content {
        float: none;
        position: static;
        left: auto;
        width: auto;
    }
    
    .home .main {
        padding: 15px 0 30px;
        width: 631px;
    }
    
    .home .side {
        padding: 30px 0 30px;
        width: 290px;
    }
    
    .nav {
        position: absolute;
        top: 94px;
        left: 0;
        width: 100%;
    }
    
    .lang-nav-header {
        position: absolute;
        top: 12px;
        right: 0;
        left: 246px;
        text-align: right;
    }
    
    .footer .internal {
        float: right;
        width: 239px;
    }
    
    .footer .external {
        float: left;
        width: 718px;
    }
    
    #search {
        position: absolute;
        top: 43px;
        right: 0;
        width: 250px;
    }
    
    

}
