body{
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    color: #707070;
}
/* General Classes */
.fliph{
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
/* END General Classes */

.header .links{
    font-family: Arial;
    font-size: 12px;
    color: #b6b6b6;
    margin: 20px 0 0 0;
}
.header .images{
    height:83px;
    width:100%;
    margin: 20px 0 20px 0;
}
.header .images > .all-round-energy{
    width: 392px;
    height: 81px;
    background-image: url(../upload/flexible_energy.png);
    float: left;
    margin: 8.5px 0;
}
.header .images > .logo-eugine{
    width:176px;
    height:83px;
    background-image: url(../upload/logo-eugine.png);
    float: right;
}


.slider{
    position: relative;
    width: 100%;
    height: 200px;
    border-radius: 10px;
    background-color: #00529e;
}
.slider .photo{
    display: inline-block;
    width: 300px;
    height: 200px;
    border-radius: 10px/100px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.slider .text{
    position: absolute;
    display: block;
    left: 460px;
    top: 32px;
    width: 380px;
    color: #FFF;
}
.slider .text > .slider_title{
    width:100%;
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 22px 0;
}
.slider .text > .slider_content{
    width: 100%;
    font-family: Arial;
    font-size: 22px;
    font-weight: 400;
}
.slider .arrows{
    position: absolute;
    left: 866px;
    top: 18px;
    width: 90px;
}
.slider .arrows > .left{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: url(../upload/slider-arrow.png) center no-repeat, #FFF;
    cursor: pointer;
}
.slider .arrows > .right{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    background: url(../upload/slider-arrow.png) center no-repeat, #FFF;
    cursor: pointer;
}


.mainmenu{
    width: 940px;
    height: 36px;
    list-style-type: none;
    margin: 10px 0 0 0;
    padding: 0 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #00529e;
    position: relative;
}
.mainmenu > li{
    height: 36px;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    text-decoration:none;
    color: #FFF;
    display: inline-block;
    line-height: 36px;
    border-right: 2px solid #FFF;
}
.mainmenu > li:last-child{
    border-right: 0;
}
.mainmenu > li:hover{ background-color: #f3f3f3; color: #00529e; }
.mainmenu li.selected{ background-color: #f3f3f3;color: #00529e; }
.mainmenu > li  a{
    padding: 0 20px 0 22px;
    display: inline-block;
    height: 36px;
    line-height: inherit;
    color: inherit;
    text-decoration: inherit;
}


.content{
    margin: 50px 0 40px 0;
    width: 100%;
}
.content tr{
    width:100%;
}
.content td{
    vertical-align: top;
}
.content .sidebar{
    width: 350px;
}
h1{
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    color: #00529e;
}



.footer{
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    border-top: 1px solid #d4d4d4;
    color: #b6b6b6;
    padding:10px 0 30px 0;
    margin-top: 10px;
}
.footer .links{
    display: inline-block;
    color: inherit;
    float: left;
}
.footer .copy{
    display: inline-block;
    color: inherit;
    float: right;
}
.side-box-imgbox{
    margin: 22px 0;
    width: 225px;
    min-height: 30px;
    background-color: #00529e;
    color: #FFF;
    border-radius: 10px;
}
.side-box-imgbox > img.top{
    width: 225px;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}
.side-box-imgbox > .text{
    width: 195px;
    padding: 15px 15px 50px 15px;
}
.side-box-imgbox > .text > .headline{
    font-size:20px;
    margin-bottom:20px;
}
.side-box-title{
    width: 195px;
    height: 30px;
    padding: 0 15px;
    margin-top: 30px;
    background-color: #00529e;
    color: #FFF;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.side-box-content{
    width: 195px;
    min-height: 30px;
    background-color: #f3f3f3;
    color: #707070;
    padding: 15px;
}
.side-box-content p{ margin: 5px 0; }
.side-box-content > .headline{
    color: #00529e;
    font-weight: 700;
}
.side-images{
    margin: 22px 0;
    width: 225px;
    display: block;
}
.side-images .side-image{
    width: 225px;
    height: 150px;
    border-radius: 10px;
    margin: 10px 0;
}

.textbox{
    color: #707070;
    font-weight: 400;
}


#wrapper{
    width: 960px;
    margin: 0 auto;
}
#content{
    width: 100%;
    overflow: hidden; 
    position: relative;
    margin-top: 30px;
}
#main{ 
    width: 715px;
}
#sidebar{ 
    width: 225px;
    float: right;
    margin-left: 30px;
}
.links > a{
    color: inherit;
    text-decoration: none;
}
.links > a:hover{
    text-decoration: underline;
}

.assoc-item p{ margin: 3px 0; padding: 0; }
.assoc-item{ display: inline-block; width: 215px; margin-right: 20px; vertical-align:top; }
.assoc-item:last-child{ margin-right: 0; }
.assoc-item .wrap{ padding: 0 10px; }
.assoc-title{
    width: 100%; height: 30px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #00529e;
    font-size: 18px; color: #FFF;
    text-align: center;
    line-height: 30px;
}
.assoc-content{ background-color: #f3f3f3; font-size: 14px; color: #707070; min-height: 270px; padding: 10px 0;  }
.assoc-content .aimg{ width: 100%; }
.assoc-content .headline{ font-size: 14px; font-weight: bold; color: #00529e; }
.assoc-content view{  font-size: 14px; font-weight: normal; color: #00529e; }
.assoc-item .left, .assoc-item .right{ 
    background: url(../upload/slider-arrow.png) center no-repeat, #F3F3F3;
    border-radius: 15px;
    width: 20px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    background-size: 60% 60%;
}
.assoc-item .left{ top: 50px; left: -20px; }
.assoc-item .right{ top: 50px; right: -20px; }

.submenu{
    width: 940px;
    height: 36px;
    list-style-type: none;
    padding: 0 10px;
    margin: 0;
    background-color: #f3f3f3;
    position: relative;
}

.submenu li{
    height: 36px;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    text-decoration:none;
    color: #707070;
    /*display: inline-block;*/
    float:left;
    line-height: 36px;
}

.submenu li > a{
    padding: 0 10px;
    display: inline-block;
    height: 36px;
    line-height: inherit;
    color: inherit;
    text-decoration: inherit;
}

.trimenu:hover
{
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    -transition-delay: 0s;
}
.trimenu
{
    z-index:1000;
    -webkit-transition: .1s all;   
    -webkit-transition-delay: 1s; 
    -moz-transition: .1s all;   
    -moz-transition-delay: 1s; 
    -ms-transition: .1s all;   
    -ms-transition-delay: 1s; 
    -o-transition: .1s all;   
    -o-transition-delay: 1s; 
    transition: .1s all;   
    transition-delay: 1s;
}
.submenu a.selected{ color: #00529e; }
.submenu li a:hover{
    text-decoration: underline;
}

.submenu li:hover ul { display:block;}
.submenu ul {
    display:none;
    margin: 0;
    padding:0 10px;
    list-style-type: none;
    background-color:#f3f3f3;
}

#content a{ color: #00529E; text-decoration: none; }
#content  a:hover{ text-decoration: underline; }

.event p{ margin: 3px 0; }
.event h2{ color: #00529E; margin: 3px 0 6px 0; padding: 0; font-weight: bold; font-size: 18px; }
.event{ border-top: 1px dotted #00529E; padding: 15px 0; overflow:hidden; }

.news p.date{ margin: 3px 0; }
.news h2{ color: #00529E; margin: 3px 0 6px 0; padding: 0; font-weight: bold; font-size: 18px; }
.news b, .news strong{ color: #00529E; }
.news{ border-top: 1px dotted #00529E; margin-top: 10px; padding: 20px 0; overflow:hidden;}


.home-box{width: 960px;}
.home-box .tabs{height: 32px;position: relative;}
.home-box .tab{
    position: absolute;
    width: 176px;
    height: 30px;
    border-left: 2px solid #FFF;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    background-color: #b6b6b6;
    border-top-right-radius: 10px;
    cursor: pointer;
    font-family: Arial;
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
    line-height: 30px;
    text-align: center;
}
.home-box .tab:hover{background-color: #00529e;}
.home-box .selected{background-color: #00529e;}
.home-box .tab:first-child{
    border-top-left-radius: 10px;
}
.home-box .tab1{top:0; left: 0;z-index:3;}
.home-box .tab2{top:0; left: 174px;z-index:2;}
.home-box .tab3{top:0; left: 344px;z-index:1;}

.home-box .info{
    width: 675px;
    padding: 20px 20px;
    background-color: #f3f3f3;
}
.home-box .date{
margin: 0;
}
.home-box p{
margin: 0;
}
.home-box h2{
color: #00529e;
margin:0;
}

#main ul { padding-left:15px}