@charset "utf-8";


/** DEFAULT SETS */
.float-remover {
	clear: both;
}

form {
	padding: 0px;
	margin: 0px;
}

.textarea-short, .textarea-long  {
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
}

.textarea-short {
	width: 230px;
	height: 100px;	
}

.textarea-long {
	width: 230px;
	height: 200px;	
}

.textarea-datasheet {
	width: 340px;
	height: 200px;	
}

.inputtext {
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	width: 130px;
}

.inputtext-long {
	font-size: 12px;
	color: #666;
	border: 1px solid #666;
	width: 230px;
}

.inputsubmit {
	color: #FFF;
	font-size: 12px;
	background-color: #8e8e8e;
	border: 1px solid #666;
}

body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	background-image: url(images/siteimages/body-background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/** ERROR AND SUCCESS MESSAGES */
.page-success {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #0C0;
	margin: 5px 0px 5px 0px;
	padding: 2px;
	border: 1px solid #060;	
}

.page-error {
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	background-color: #F00;
	margin: 5px 0px 5px 0px;
	padding: 2px;
	border: 1px solid #C00;
}


/** CONTAINERS */

#container-site {
	width: 980px;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

#container-languages {
	height: 40px;
}

.container-flag-header {
	float: left;
	padding: 12px 5px 12px 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: normal;
	color: #FFF;
}

.container-flag {
	float: left;
	padding: 5px 1px 5px 1px;
}

#container-logo {
	height: 158px;
}

#container-logo img {
   margin-left: 4px;
}

#container-select-language {
	float: left;
	width: 500px;
	font-size: 14px;
	font-weight: normal;
	color: #5f8965;
}

#container-select-language input[type="image"] {
   padding: 3px 5px 6px 0px;
}

#container-visus {
	float: left;
	padding: 2px 0px 2px 0px;
	width: 475px;
	text-align:right;
}
#container-content-space {
	height: 16px;
}

#container-content {
	background-image: url(images/siteimages/container-menu-background.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}

#container-content-left {
	background: #ffffff url(images/siteimages/container-content-left-header.jpg) no-repeat center top;
	width: 151px;
	padding: 20px 0px 0px 0px;
	margin: 0px 9px 0px 0px;
	float: left;
}

#container-content-left ul {
	padding: 0px 5px 0px 5px;
	margin: 0px;
	list-style:none;
}

#container-content-left li.featured {
   background-color: #B3DBAC;
}

#container-content-left li a {
	padding: 3px 3px 3px 3px;
	display: block;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #296E38;
	text-decoration: none;
   border-bottom: 1px dotted #dadada;
}

#container-content-left li a:hover {
	background-color: #B93B2C;
	color: #FFF;
}

#container-content-center {
	float: left;
	width: 673px;
}

#container-content-right {
	float: left;
	width: 139px;
	margin: 0px 0px 0px 8px;
}

.dashed-border {
   border-bottom: 1px dashed #266C36;
}

#container-footer {
   clear: both;
   background-color: #ffffff;
	text-align:center;
	padding: 15px 10px 15px 10px;
}

#container-footer-sponsor {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #4d7957;
	padding: 5px;
	border-top: 1px dashed #266C36;
	border-bottom: 1px dashed #266C36;
}

#container-footer-text {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #296E38;
}

#container-footer-text A {
	color: #87c194;
	text-decoration: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	padding: 5px;
	display: inline-block;
}

#container-footer-text A:HOVER {
	text-decoration: underline;
}

.lead {
   font-weight: bold;
   color: #5D5D5D;
}

/** -------------------------- BOXES  ------------------------------- **/

/** CONTENTBOX BIG **/

.contentbox-big-header {
	background-image: url(images/siteimages/container-bigcontent-header.jpg);
	height: 15px;
	width: 673px;	
}

.contentbox-big-content {
	background:#FFF;
	padding-top: 10px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}

.contentbox-big-content-h1 {
	background-image: url(images/siteimages/container-bigcontent-h1-spot.jpg);
	padding-left: 20px;
	background-repeat: no-repeat;
	background-position: left center;
    margin-bottom: 15px;
}

.contentbox-big-content-h1 h1 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B93B2C;
}

.contentbox-big-footer {
	background-image: url(images/siteimages/container-bigcontent-footer.gif);
	height: 10px;
	width: 673px;
}

/** CONTENTBOX MIDDLE **/

.content-middle {
   /* display: block; */
   clear: both;
}

.contentbox-middle-left, .contentbox-middle-right {
	float: left;
	width: 328px;
}

.contentbox-middle-left {
	margin: 0px 9px 0px 0px; 	
}

.contentbox-middle-right {
	margin: 0px 0px 0px 8px;
}

.contentbox-middle-h1 {
	background-image: url(images/siteimages/container-middlecontent-h1-spot.jpg);
	margin-left: 14px;
	padding: 10px 10px 10px 20px;
	background-repeat: no-repeat;
	background-position: left center;
}

.contentbox-middle-h1 h1 {
	padding: 0px;
	margin: 0px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B93B2C;
}

.contentbox-middle-header {
	background-image: url(images/siteimages/container-middlecontent-header.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 18px;
}

.contentbox-middle-content {
	text-align:center;
	padding: 10px 14px 10px 14px;
	background-color:#FFF;
}

.contentbox-middle-footer {
	background-image: url(images/siteimages/container-middlecontent-footer.gif);
	height: 18px;
	background-repeat: no-repeat;
	background-position: center top;
}


/** COUNTERBOX **/
.counterbox {
	width: 139px;
	padding: 0px 5px 5px 5px;
}

.counterbox-table td {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #75b783;
	background-color: #FFF;
	border: 2px solid #4e7d55;	
	padding: 7px;
}

.counterbox-footer {
	font-size: 16px;
	font-weight: bold;
	color: #266c36;	
}


/** -------- BANNER --------- */

.container-banner-vertical {
   text-align: left;
    padding: 10px; 
}


/** ---------------- ARTICLES --------------------- */

.article {
    color: #272518;
    border-bottom: 1px dashed #266c36;
    font-size: 12px;
    padding: 5px 0px 5px 0px;
}

.article p {
   color: #272518;
   font-weight: normal;
   font-size: 12px;
}

.article h3 {
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.article h4 {
    padding: 5px 0px 0px 0px;
    margin: 0px;
}

.article a,
.article-more a {
    text-decoration: none !important;
    font-style: italic;
    color: #B93B2C !important;
    font-weight: bold;

}

.article a:hover,
.article-more a:hover {
    text-decoration: underline;
}

.article img {
   border: 0px;
}


/** --------------- STEPPER --------------------- */

.stepper {
	float: left;
	padding: 5px;
	background-color: #f0f0e6;
	margin: 2px; 
}


/** ------------------  Bulletin ----------------- */
.bulletin-container {
    color: #666;
    border-bottom: 1px dotted #266c36;
}

.bulletin-container A {
    color: #266c36;
    text-decoration: underline;
}

.bulletin-container A:HOVER {
    text-decoration: none;
}

.bulletin-container img {
   border: 0px;
}


/** ---------------- SITE CENTER ----------------------*/
.page-center-container {
    color: #666;
    text-align: center;
}

.page-center-container A {
    color: #266c36;
    text-decoration: underline;
}
.page-center-container A:HOVER {
    text-decoration: none;
}

.page-center-container input, .page-center-container textarea {
    /* 
    background-color: #87c194;
    color: #FFF; 
    */
    border: 1px solid #666;
    font-family: arial;
    font-size: 12px;
}
.page-center-container textarea {
    width: 350px;
    height: 250px;
    font-family: arial;
    font-size: 12px;
}

.page-center-container input[type="text"] {
    width: 250px;
}

.page-center-container input[type="submit"] {
    width: 150px;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    color: #296E38;
}


/** ---------------- EVENTS LIST ------------------------- */

.eventsList {
    margin-bottom: 5px;
}

.eventsList h1 {
    font-size: large;
    color: #B93B2C;
    padding: 5px 0px 5px 0px;
    margin: 0px;
}

.eventsList h2 {
    font-size: 12px;
    color: #296E38;
    padding: 0px;
    margin: 0px;
}

.eventsList h3 { 
   font-size: 10px !important;
   color: #BFE1A4;
   margin: 3px;
}

.elT {
   
}

.elT .tr1 {
   background-color: #ffffff;
}

.elT .tr2 {
   background-color: #EEF8E7;
}

.elT .td1 {
   color: #296E38;
   text-align: left;
   padding-left: 10px;
}

.elT .td2 {
   text-align: left;
   padding-left: 10px;
}

.elT td a, a:hover {
   color: #296E38;
   text-decoration: none;
}

.elT td a:hover {
   text-decoration: underline;
}

.eventsList p {
    padding: 2px 0px 2px 0px;
    margin: 0px;
}

.eventsList input[type="button"] {
    border: 1px solid #446044;
    color: #FFF;
    background-color: #446044;
    font-size: 10px;
}

.events-date {
    color: #FFF;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bolder;
    border: 1px solid #446044;
    text-align: center;
    background-color: #446044;
}


/** ------------------- CONTENT DATAS --------------------- */

.content-datas a {
    color: #296E38;
    font-size: 12px;
    text-decoration: none;
}


.more {
   text-align: right;
   padding-right: 10px;
}

.more a {
    text-decoration: none !important;
    font-style: italic;
    color: #B93B2C !important;
    font-weight: bold;

}

.more a:hover {
    text-decoration: underline;
}


.content-datas a:hover {
    text-decoration: underline;
}

.content-datas img {
   border: 0px;
}

.content-datas h2, 
.content-datas h2 a,
.content-datas h3, 
.content-datas h3 a,
.content-datas h4 
.content-datas h4 a {
    color: #296E38 !important;
    font-family: Arial;
    text-decoration: none;
    font-size: 16px;
}

.right-content-box {
   width: 151px;
   margin: 15px 0px 15px 0px;
}

.right-content-box img {
   border: 0px;
   padding: 0px 3px 0px 3px;
}

.right-content-box .c-down {
   font-size: 24px;
   font-weight: bold;
   color: #B93B2C;
   margin-bottom: -5px;
}


.right-content-box .right-content-box-header {
   height: 19px;
   background-image: url(images/siteimages/right-content-box-header.png);
}

.right-content-box .right-content-box-content {
   background-color: #ffffff;
   padding: 3px 0px 3px 0px;
   text-align: center;
   font-weight: bold;
   color: #296E38;
}

.right-content-box .right-content-box-content a {
   color: #B93B2C;
   text-decoration: none;
}

.right-content-box .right-content-box-content a:hover {
   text-decoration: underline;
}

.right-content-box .right-content-box-footer {
   height: 19px;
   background-image: url(images/siteimages/right-content-box-footer.png);
}

/** --------------- LITS -------------------------------------- */
.list-left-col {
    float: left; width: 450px;
}

.list-right-col {
    float: left; 
    border-left: 1px solid #446044; 
    padding-left: 10px; 
    margin-bottom: 3px;
}


/** --------------- HORIZONTAL MENU --------------------- */
.horizontal-menu {
   margin-left: 40px;
}

.horizontal-menu ul {
    padding: 0px;
    margin: 0px;
}

.horizontal-menu li {
    float: left;
    list-style: none;
}

.horizontal-menu a {
    padding: 8px;
    display: block;
    color: #ffffff;
    background-color: #296E38;
    font-weight: bold;
    text-decoration: none;
    margin: 10px 2px 10px 2px;
    font-size: 11px;    
}

.horizontal-menu a:hover {
    color: #FFF;
    background-color: #B93B2C;
}


/** ----------------------- GALLERY ----------------------- */
.gallery-list {
    margin-bottom: 5px;
}

.gallery-photo {
    float: left;
    width: 160px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gallery-datas {
    float: left;
    padding-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.gallery-datas p {
    padding: 0px;
    margin: 0px;
}

.gallery-datas h2 {
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #446044;
}

.gallery-photo-list {
    float: left;
    width: 140px;
    height: 140px;
    padding-left: 10px;
    padding-right: 10px;
}

.photo-links {
    margin: 15px 0px 5px 0px;
}

.photo-links a {
    text-decoration: none;
    color: #556250;
    border: 1px solid #D4DAD0;
    font-size: 10px;
    padding: 4px;
    margin: 2px;
}

.photo-links a:hover {
    text-decoration: underline;
    background-color: #BFE1A4;
}

.photo-links img {
   border: 0px;
}

.photo-link-tab {
   
}



.date_format {
   font-size: 11px;
   font-weight: bold;
   float: right;
   padding-top: 5px;
}

.td1 {
   width: 30%;
   font-weight: bold;
   font-size: 12px;
   text-align: right;
   padding-right: 20px;
}

.td2 {
   text-align: left;
   padding-left: 10px;
}



.featured-menu1 {
   margin-left: 40px;
}

.featured-menu1, 
.featured-menu2 {
   width: 220px;
   text-align: center;
   float: left;
   font-weight: bold;
}

.featured-menu1 a, 
.featured-menu2 a {
   color: #296E38;
   font-size: 14px;
   text-decoration: none;
}

.featured-menu1 a:hover, 
.featured-menu2 a:hover {
   text-decoration: underline;
   color: #B93B2C;
}

.promoted-info {
   background: #ffffff url(images/siteimages/featured-promo.jpg) no-repeat;
   height: 30px;
   margin-left: 40px;
   text-align: center;
   padding: 9px 4px 4px 4px;
}

.resulttable {
   border: 1px solid #DBEED0;
}

.resulttable .th {
   background-color: #BFE1BA;
   font-weight: bold;
   text-align: center;
}

.r_tr1 {
   background-color: #F0F0F0;
   
}

.r_tr2 {
   /* backgound-color: #E9F4E1; */
}


