@import url("form.css");
@import url("integration.css");
@import url("gallery.css");

/***************************************/
/* BODY and WRAPPER CLASSES */
body{
    margin: 0px;
    padding: 10px 0px 0px 0px;
    text-align: center;
    font-family: Georgia,"Nimbus Roman No9 L",serif;
    font-size: 13px;
}

#wrapper{
    width: 960px;
    margin: 0px auto;
    text-align: left;
    padding: 0px;
    border: solid 1px transparent;
    border-bottom: none;
}

h1{
    font-size: 30px;
    color: #81913C;
    font-weight: normal;
    line-height: 32px;
}
/* BODY and WRAPPER CLASSES */
/***************************************/



/***************************************/
/* SPACER CLASSES */
/*hr.clear_both   {
    visibility:visible;
    clear:both;
    padding:0px;
    margin:0px;
    border: solid 1px green;
}*/

#spacer-dot {
    background-image: url("../images/common/spacer-dot.jpg");
    background-repeat: repeat-x;
    background-position: center left;
    height: 20px;
    line-height: 20px;
    padding: 0px;
    margin: 0px;
}

div.clear_both   {    
    clear:both;
    padding:0px;
    margin:0px;
}
div.spacerXSmall {
    line-height: 2px;
    height: 2px;    
}
div.spacerSmall {
    line-height: 3px;
    height: 3px;    
}
div.spacerMedium {
    line-height: 10px;
    height: 10px;    
}
div.spacerLarge {
    line-height: 20px;
    height: 20px;    
}
div.spacerXLarge {
    line-height: 25px;
    height: 25px;    
}
div.spacerExtraLarge {
    line-height: 30px;
    height: 30px;    
}
/* SPACER CLASSES */
/***************************************/




/***************************************/
/* HEADER CLASSES */
div#header a   {
    font-family: Arial;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}

div#header a:hover {
    color: #000000;
}

div#language-switcher  {
    float: right;
}
div#language-switcher ul li   {
    border:none;
    padding-right: 10px;
    padding-left: 10px;
}

div#top-left-menu {
    float: left;
    padding-left: 35px;         
}

div#top-right-menu {
    float: right;        
}
#top-right-menu ul li   {
    border-right: solid 1px #B2B2B2;
    padding-right: 10px;
    padding-left: 10px;
}

#top-right-menu ul li.last{
    border-right: none;
}

div#top-banner-left {
    position: absolute;
    width: 285px;
    height: 208px;
    
}
div#top-banner-right {    
    position: relative;
    top: 0px;
    left: 288px;
    width: 671px;
    height: 208px;    
}
/* HEADER CLASSES */
/***************************************/



/***************************************/
/* SEARCH BOX CLASSES */
div#search-box  {    
    float: right;
    font-family: Arial;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 20px;
    border-right: solid 1px transparent;
    /*border: solid 1px red;*/
}

/*.search-filters-content{
    margin-left: 115px;
    margin-bottom: 18px;
}*/
div.search{
    border: solid 1px #CCCCCC;
    display: block;
    width: 183px;
    height: 17px;
}

div.search input{
    border: none;
    width: 162px;
    height: 17px;
    margin: 0px;
    padding: 0px;
    padding-left: 8px;
    
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
}
div.search img{
    padding-top: 0px;
    margin-right: 0px;
    padding-right: 0px;
    float: right;
    border: 0px;
}

/*.input-search-box   {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    border: solid 1px #CCCCCC;
    padding-right: 20px;
    margin-right: 20px;
    background-image: url("../images/common/search-box-button.jpg");
    background-repeat: no-repeat;
    background-position: center right;
}*/

/* SEARCH BOX CLASSES */
/***************************************/




/***************************************/
/* MENU CLASSES */
.menu li.selected{
    
}

.menu ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}

#menu-principal ul li {
    /*padding-left: 35px!important;*/
    padding: 0px;
}

#menu-principal ul li ul li{
    padding-left: 8px!important;
    /*border: solid 1px red;*/
}

#menu-principal ul li ul li ul li   {
    padding-left: 8px!important;
}

.horizontal-menu li{
    display: inline;    
}

#menu-principal ul{
    display: none;
}

#menu-principal li.selected > ul,
#menu-principal ul.open{
    display: block;
}

#menu-principal{
    font-family: Arial;
    font-weight: bold;
}

#menu-principal li  {    
    padding: 0px;
    margin: 0px;
    line-height: 24px;
}
#menu-principal li a  {        
    line-height: 24px!important;
}

/* Level 1 */
#menu-principal ul li a   {
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
    color: #000000;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding-left: 35px!important; 
    /*padding-left: 35px;*/
}
#menu-principal ul li.selected a  {
    background-image: url("../images/common/bullet_menu.jpg");
    background-repeat: no-repeat;
    background-color: #E7E7E7;
}
#menu-principal ul li a:hover   {
    background-image: url("../images/common/bullet_menu.jpg");
    background-repeat: no-repeat;
    background-color: #E7E7E7;    
}

#menu-principal ul li.open_li a   {
    background-image: url("../images/common/bullet_menu.jpg");
    background-repeat: no-repeat;
    background-color: #E7E7E7;
}

#menu-principal ul li.open_li.selected a   {
    background-image: url("../images/common/bullet_menu.jpg");
    background-repeat: no-repeat;
    background-color: #E7E7E7;
}

/* Level 2 */  
#menu-principal ul li.selected ul.open li a    {
    background: none;
} 
 
#menu-principal ul li.open_li ul li a    {
    background: none;
} 
 
 #menu-principal ul li ul li a   {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    text-transform: uppercase;
    padding-left: 10px!important;
    margin-left: 35px;  
}
#menu-principal ul li ul li a:hover   {
    background-image: url("../images/common/bullet_sub_menu.jpg")!important;
    background-repeat: no-repeat!important;
    background-position: 0px 8px!important;
    background-color: transparent!important;
    color: #929E25!important;
}
#menu-principal ul li ul li.selected a:hover   {
    background-image: url("../images/common/bullet_sub_menu.jpg")!important;
    background-repeat: no-repeat!important;
    background-position: 0px 8px!important;
    background-color: transparent!important;
    color: #929E25!important;     
}
#menu-principal ul li ul li.selected a   {
    background-image: url("../images/common/bullet_sub_menu.jpg")!important;
    background-repeat: no-repeat!important;
    background-position: 0px 8px!important;
    background-color: transparent!important;
    color: #929E25!important;
    font-weight: bold!important;
}

#menu-principal ul li ul li.open_li a  {
    font-weight: bold;
}   



/* Level 3 */
#menu-principal ul li ul li ul li a   {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal!important;
    color: #333333;
    text-transform: none;   
}

#menu-principal ul li ul li.selected ul li a {
    background: none!important;    
    color: #333333!important;
    font-weight: normal!important;     
}
#menu-principal ul li ul li ul li a:hover {
    background-image: url("../images/common/bullet_sub_menu.jpg")!important;
    background-repeat: no-repeat!important;
    background-position: 0px 8px!important;
    color: #929E25!important;     
}
#menu-principal ul li ul li ul li.selected a {
    background-image: url("../images/common/bullet_sub_menu.jpg")!important;
    background-repeat: no-repeat!important;
    background-position: 0px 8px!important;
    color: #929E25!important;
}
#menu-principal ul li ul li ul li.selected a:hover {
    background-image: url("../images/common/bullet_sub_menu.jpg")!important;
    background-repeat: no-repeat!important;
    background-position: 0px 8px!important;
    color: #929E25!important;    
}

div#menu-principal  {
    margin: 0px;
    padding: 0px;
     width:285px;
}

#under-menu-spacer-dot-share {
    background: url(../images/common/spacer-dot.jpg) repeat-x left center;
    height: 6px;
    line-height: 6px;
    padding: 0px;
    margin: 0px;
    /*position: relative;
    margin-left: -6px;
    width: 1025px;*/
    /*border: solid 1px green;*/
}
/* MENU CLASSES */
/***************************************/




/***************************************/
/* TITLE HEADER CLASSES */
.content-box h1#title   {
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}
div.text_block  h2.sub_title    {
    font-family: Georgia;
    font-size: 30px;
    font-weight: normal;
    color: #81913C;
    margin: 0px;
    padding: 0px;
    padding-bottom: 15px;
    line-height: 30px;
    
}
/* TITLE HEADER CLASSES */
/***************************************/



/***************************************/
/* MAIN CONTENT CLASSES */
#main-content   {
    
}
table .four-placeholder-placeholder-2,
table .four-placeholder-placeholder-3,
table .three-placeholder-placeholder-2   {
    padding-left: 35px;
    padding-right: 25px;
    padding-bottom: 15px;     
}
/*table .three-placeholder-placeholder-2,*/
table .three-placeholder-placeholder-3   {
    padding-top: 30px;
}

table .four-placeholder-placeholder-2   {
    padding-bottom: 30px;
}

table .four-placeholder-placeholder-3 {
    padding-right: 15px;
}

table .four-placeholder-placeholder-4   {
    padding: 0px 15px;
    padding-bottom: 15px; 
}

table .three-placeholder-placeholder-3  {
    padding-left: 30px;
    padding-top: 30px;
}

table .three-placeholder-middle-dot,
table .four-placeholder-middle-dot  {
    background-image: url("../images/common/spacer-dot.jpg");
    background-repeat: repeat-y;
    background-position: top right;    
}

/* MAIN CONTENT CLASSES */
/**************************************/



/***************************************/
/* TEXTS CLASSES */       
div.text_block  div.text p  {
    margin: 0px;
    padding: 0px;
}
div.text_block  div.text, div.newsletter div.text    {
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin: 0px;
    padding: 0px;
    /*padding-bottom: 30px; */
}

   
div.block div.each-event, 
div.block div.each-news    {
    /*margin-bottom: 25px;*/
}

div.block div.first-event div.date, 
div.block div.first-news div.date  {
    font-family: Georgia;
    font-size: 20px;
    font-weight: bold;
    color: #81913C;
    padding-top: 25px;
    padding-bottom: 5px;
}
div.block div.first-event div.date-without-padding, 
div.block div.first-news div.date-without-padding  {
    font-family: Georgia;
    font-size: 20px;
    font-weight: bold;
    color: #81913C;    
}

div.block div.date,
div.date-without-padding  {
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
    color: #81913C;
    margin: 0px;
    padding: 0px;
}

div.block div.date-large  {
    font-family: Georgia;
    font-size: 20px;
    font-weight: bold;
    color: #81913C;    
    margin: 0px;
    padding: 0px;
}

/*div.date-without-padding    {
    
}  */

div.block div.title-others {
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    color: #000000;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

div.block div.title {
    font-family: Georgia;
    font-size: 12px;
    font-weight: bold;
    color: #333333;
}

div.block div.title a { 
    color: #333333!important;
}
div.block div.title a:hover { 
    color: #868686!important;
}

div.block div.brief {
    font-family: Georgia;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
div.block div.brief p   {
    margin: 0px !important;
}

div.block div.register  {
    text-align: right;
    padding-top: 5px;
}

div.block div.view-details  {
    text-align: right;
    background-image: url("../images/common/arrow-content.jpg");
    background-repeat: no-repeat; 
    background-position:3px right;    
    padding-right: 15px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

div.block-events div.view-all  {
    background-image: url("../images/common/button-all-events.jpg");
    background-repeat: no-repeat;    
    padding-left: 20px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
div.block-events div.view-all a  {
    font-family: Arial!important;
    font-size: 12px!important;
    font-weight: normal!important;
    color: #333333!important;
}
div.block-events div.view-all a:hover  {    
    color: #868686!important;
}

div.block-events div.brief {
    margin-bottom: 10px;
}

div.block-news div.view-all  {
    background-image: url("../images/common/arrow-content.jpg");
    background-repeat: no-repeat;    
    background-position: 120px 50%;
    padding-right: 20px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}
div.block-news div.view-all a  {
    font-family: Arial!important;
    font-size: 12px!important;
    font-weight: normal!important;
    color: #333333!important;
}
div.block-news div.view-all a:hover  {    
    color: #868686!important;
}
/* TEXTS CLASSES */
/***************************************/




/**************************************/
/* SHARE PRINT AND PUB SECTION CLASSES */
div#print-button,
div#share-button   {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
}

div#print-button a,
div#share-button a   {
    font-family: Arial!important;
    font-size: 12px!important;
    font-weight: normal!important;
    color: #333333!important;
}
div#print-button a:hover,
div#share-button a:hover   {    
    color: #333333!important;
}

#spacer-dot-share {
    background-image: url("../images/common/spacer-dot.jpg");
    background-repeat: repeat-x;
    background-position: center left;
    height: 6px;
    line-height: 6px;
    padding: 0px;
    margin: 0px;
    /*position: relative;
    margin-left: -6px;
    width: 1025px;*/
    /*border: solid 1px green;*/
}
/* SHARE PRINT AND PUB SECTION CLASSES */
/**************************************/




/***************************************/
/* CONTACT FORM CLASSES */
form    {
    font-family: Arial;        
    font-size: 12px;
    font-weight: normal;
}

form dt{
    width: 100%;
    padding: 0;
    margin: 0;         
}            

form dd{    
    padding: 0;
    margin: 0;
    width:100%;
    margin-bottom: 15px;
}

form fieldset{
    border: none;
}

.stdTextInput   {    
    width: 255px;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    border: solid 1px #333333;
}

.stdTextarea{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    width: 250px;
    max-width: 400px;
    height: 100px;
    max-height: 350px;
    overflow: auto;
    border: solid 1px #333333;
}

.stdButton  {
    background-color: #000000;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #FFFFFF;
    border: none;
    height: 25px;
    margin-top:5px;
    cursor: pointer;
}

form ul.errors,
ul.errors, 
form ul.errors li,
ul.errors li  {
    list-style: none;
    list-style-image: none !important;
    padding: 0;
    margin: 0;
    color:#CC0000;
    font-family: Arial;
} 

form p  {
    font-family: Arial !important;
    font-size: 12px !important;
    font-weight: normal !important;
    padding: 0px !important;
    margin: 0px !important;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}  
/* CONTACT FORM CLASSES */
/**************************************/


/***************************************/
/* NEWSLETTER FORM CLASSES */

    fieldset#fieldset-actions{
        border: none;
        margin: 0px;
        padding: 0px;
    }
    
    ul.actions{
        list-style: none;
        margin: 0px;
        padding: 0px;
    }
    
    ul.actions li{
        list-style: square;
        display: inline;
    }

/* NEWSLETTER FORM CLASSES */
/**************************************/



/***************************************/
/* SITEMAP CLASSES */       
#div-sitemap    {
    padding-left: 15px;
    /*border: solid 1px red;*/
}
#div-sitemap ul.sitemap {
    list-style: none;
    margin: 0px;
    padding: 3px 0px !important;
}
#div-sitemap ul.sitemap li  {
    list-style-image: url("../images/common/puce-content.jpg");
    margin: 0px; 
    padding: 3px 0px !important;
    font-size: 13px !important;    
    font-weight: bold;    
}

#div-sitemap ul.sitemap ul > li a  {    
    font-size: 13px !important;
    font-weight: bold;                                
}
#div-sitemap ul.sitemap ul li a  {    
    font-size: 12px !important;
    font-weight: normal;
}
/* SITEMAP CLASSES */
/**************************************/



/***************************************/
/* FOOTER CLASSES */
div#footer{
    background-color: #ECECEC;
    margin: 0px;
    /*padding-top: 15px;
    padding-bottom: 10px;
    padding-left: 50px;*/
    width: 960px;
    
}
div#footer #footer-menu {
    padding-top: 15px;    
    padding-left: 50px;
}
div#footer #footer-copyright {
    padding-left: 50px;
    padding-bottom: 10px; 
}
div#footer a    {
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #333333;
    text-decoration: none;
}
div#footer a:hover  {
    color: #000000;
}

div#footer #created-by{
    float: right;
    padding-right: 50px;
}

div#footer #created-by,
div#footer #footer-copyright    {
    font-family: Arial;
    font-size: 9px;
    font-weight: normal;
    color: #333333;
}

#footer-menu ul li  {
    border-right: solid 1px #B2B2B2;
    padding-right: 10px;
    padding-left: 10px;
}
#footer-menu ul li.first  {
    border-right: solid 1px #B2B2B2;
    padding-right: 10px;
    padding-left: 0px;
}
#footer-menu ul li.last  {
    border: none;
}
#footer-menu ul li.selected a {
    color: #000000;
}
#footer-menu ul li.selected a:hover {
    color: #333333;
}
/* FOOTER CLASSES */
/***************************************/

form .label_before_input label{
    float:left;
    padding-right: 5px;
}