html {
	background:#84be67 url(../images/bg-page.gif) repeat-x;
}
body{
	margin:0;
	color:#000;
	font:14px "Lucida Grande", Arial, Helvetica, sans-serif;
	background:url(../images/bg-body.jpg) no-repeat 50% 0;
	min-width:1003px;
}
img{border-style:none;}
a{
	text-decoration:none;
	color:#44842b;
}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:12px "Lucida Grande", Arial, Helvetica, sans-serif;
	vertical-align:middle;
	color:#333;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
.aligncenter {text-align: center;}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {float: left;}
.alignright {float: right;}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	padding: 0 4px;
	margin: 0;
}
#wrapper {
	margin:0 auto;
	width:1003px;
	overflow:hidden;
}
#header {padding:19px 0 0;}
#header .holder {
	height:1%;
	padding:0 17px 0 29px;
	position:relative;
	z-index:40;
}
#header .holder:after {
	content:"";
	display:block;
	clear:both;
}
.logo {
	background:url(../images/logo.gif) no-repeat;
	width: 400px;
	height: 93px;
	overflow:hidden;
	text-indent:-9999px;
	margin:0 0 -15px;
	position:relative;
	float:left;
}
.logo a {
	height:100%;
	display:block;
}
#header .box {
	float:right;
	background:url(../images/separator-header-box.gif) repeat-y;
	padding:3px 0 2px 10px;
	margin:0 0 0 33px;
}
.logo-university {
	float:left;
	background:url(../images/logo-university.gif) no-repeat;
	width: 206px;
	height: 47px;
	text-indent:-9999px;
	overflow:hidden;
}
.logo-etn {
	float:left;
	background:url(../images/logo-etn.gif) no-repeat;
	width: 164px;
	height: 47px;
	text-indent:-9999px;
	overflow:hidden;
}
.navigation {
	width:100%;
	height:65px;
	position:relative;
	z-index:20;
	background:url(../images/bg-nav.gif) no-repeat 0 100%;
}
.navigation:after {
	content:"";
	display:block;
	clear:both;
}
.navigation ul {
	float:right;
	list-style:none;
	margin:0 18px 0 0;
	padding:0;
	display:inline;
	background:url(../images/bg-nav-c.gif) repeat-x;
}
.navigation ul li {
	float:left;
	font-weight:bold;
	padding:0 0 0 3px;
	background:url(../images/separator-nav.gif) no-repeat;
}
.navigation ul li:first-child,
.navigation ul li.first-child {
	background:none;
	padding:0;
}
.navigation ul a {
	float:left;
	margin:0 -2px 0 -3px;
	position:relative;
	color:#333;
	text-transform:uppercase;
	z-index:10;
	cursor:pointer;
	z-index:5;
}
.navigation ul a span {float:left;}
.navigation ul a em {
	float:left;
	padding:9px 21px 9px 23px;
	font-style:normal;
	height:14px;
	overflow:hidden;
}
.navigation ul li a.contact em {
	background:url(../images/bg-nav-right-corner.gif) no-repeat 100% 0;
	height:22px;
}
.navigation ul li a:hover,
.navigation ul li.active a {
	background:url(../images/bg-nav-rollover.gif) repeat-x;
	color:#fff;
	text-decoration:none;
}
.navigation ul a:hover span,
.navigation ul li.active a span {background:url(../images/bg-nav-left-2.gif) no-repeat;} 
.navigation ul li.active ul a {background:none;}
.navigation ul a:hover em,
.navigation ul li.active a em {background:url(../images/bg-nav-right.gif) no-repeat 100% 0;}
.navigation ul li a.contact:hover em,
.navigation ul li.active a.contact em {background:url(../images/bg-nav-right-corner.gif) no-repeat 100% -40px;}
.navigation ul li a.lab span {background:url(../images/bg-nav-left.gif) no-repeat;}
.navigation ul li a.lab:hover span,
.navigation ul li.active a.lab span {background:url(../images/bg-nav-left.gif) no-repeat 0 -32px;}
.navigation ul ul {
	position:absolute;
	left:25px;
	top:30px;
	padding:2px 0 0;
	margin:0;
	background:none;
	float:none;
	display:none;
	width:100%;
}
.navigation ul li.active ul {display:block;}
.navigation ul ul li {
	background:url(../images/separator-sub-nav.gif) no-repeat 0 11px;
	padding:9px 22px 0 23px;
}
.navigation ul ul a {
	color:#fff;
	padding:0 0 8px;
	height:16px;
}
.navigation ul ul li:first-child {
	padding:9px 22px 0 23px;
}
.navigation ul ul a:hover,
.navigation ul li ul li.active a,
.navigation ul li.active ul a:hover {background:url(../images/arrow.gif) no-repeat 50% 100%;}
#main {
	background:url(../images/bg-main.png) repeat-y;
	padding:0 16px 0 17px;
	width:970px;
	overflow:hidden;
}
.gallery {
	background:url(../images/bg-gallery.gif) no-repeat 0 100%;
	width:100%;
	overflow:hidden;
	height:288px;
	padding:0 0 19px;
	position:relative;
}
.gallery ul {
	width:100%;
	overflow:hidden;
	height:288px;
	position:relative;
	list-style:none;
	padding:0;
	margin:0;
	z-index:10;
	background:#ccc;
}
.gallery ul li.active{z-index:2;}
.gallery ul li {
	position:absolute;
	left:0;
	top:0;
	z-index:1;
	width:100%;
	height:288px;
	overflow:hidden;
	display:none;
	background:#fff url(../images/bg-gallery-center.gif) repeat-x 0 100%;
}
.visual {
	float:left;
	padding:33px 0 0 55px;
	width:375px;
}
.visual img {display:block;}
.gallery-content {
	float:right;
	width:456px;
	padding:0 30px 0 0;
	line-height:20px;
}
.gallery-content h2 {
	margin:0 0 20px;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery-content h2.title-emeter {
	background:url(../images/title-emeter.gif) no-repeat;
	width: 149px;
	height: 35px;
}
.gallery-content p {margin:0 0 20px;}
.gallery-content h3 {
	margin:0 0 20px;
	font-size:18px;
	line-height:20px;
	color:#333;
}
.gallery ul ul {
	height:auto;
	background:none;
}
.gallery ul ul li {
	position:static;
	line-height:16px;
	height:auto;
	background:url(../images/bullet.gif) no-repeat 1px 5px;
	padding:0 0 18px 22px;
	display:block !important;
}
.prev {
	position:absolute;
	background:url(../images/arrow-left.gif) no-repeat;
	width: 30px;
	height: 37px;
	text-indent:-9999px;
	overflow:hidden;
	left:0;
	top:126px;
	z-index:50;
}
.next {
	position:absolute;
	right:0;
	top:126px;
	background:url(../images/arrow-right.gif) no-repeat;
	width: 30px;
	height: 37px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:50;
}
.gallery ul li.sig {height:280px;}
.gallery ul li.sig .visual {
	padding:31px 0 0 24px;
	width:230px;
}
.gallery ul li.sig .gallery-content {
	width:504px;
	padding:0 67px 0 0;
}
h2.title-special {
	background:url(../images/title-special.gif) no-repeat;
	width: 497px;
	height: 66px;
	margin:0 0 19px;
}
.more {display:block;}
.more a {
	display:block;
	background:url(../images/btn-more.gif) no-repeat;
	width: 109px;
	height: 26px;
	text-indent:-9999px;
	overflow:hidden;
}
.gallery ul li.feedback .visual {
	padding:45px 0 0 50px;
	width:378px;
}
.gallery ul li.feedback .gallery-content {
	padding:0 72px 0 0;
	width:409px;
}
h2.title-feedback {
	background:url(../images/title-feedback.gif) no-repeat;
	width: 386px;
	height: 68px;
	margin:0 0 20px;
}
.gallery ul li.motivating .visual {
	padding:21px 0 0 41px;
	width:361px;
}
.gallery ul li.motivating .gallery-content {
	padding:0 53px 0 0;
	width:507px;
}
h2.title-motivating {
	background:url(../images/title-motivating.gif) no-repeat;
	width: 507px;
	height: 74px;
	margin:0 0 20px;
}
.gallery ul li.emeter .visual {
	padding:14px 0 0 63px;
	width:232px;
}
.gallery ul li.emeter .gallery-content {
	padding:0 65px 0 0;
	width:566px;
	text-align:justify;
}
.gallery ul li.eco .visual {
	padding:41px 0 0 8px;
	width:421px;
}
.gallery ul li.eco .gallery-content {
	padding:0 51px 0 0;
	width:478px;
	text-align:justify;
}
h2.title-eco {
	background:url(../images/title-eco.gif) no-repeat;
	width: 460px;
	height: 33px;
	margin:0 0 14px;
}
.gallery ul li.carbon {height:280px;}
.gallery ul li.carbon .visual {
	padding:19px 0 0 20px;
	width:432px;
}
.gallery ul li.carbon .gallery-content {
	padding:0 70px 0 0;
	width:443px;
}
h2.title-carbon {
	background:url(../images/title-carbon.gif) no-repeat;
	width: 421px;
	height: 46px;
	margin:0 0 14px;
}
.gallery ul li.awattgarde .visual {
	padding:19px 0 0 62px;
	width:393px;
}
.gallery ul li.awattgarde .gallery-content {
	padding:0 56px 0 0;
	width:420px;
}
h2.title-awattgarde {
	background:url(../images/title-awattgarde.gif) no-repeat;
	width: 247px;
	height: 45px;
	margin:0 0 8px;
}
.gallery-content .inner {
	height:280px;
	display:table-cell;
	vertical-align:middle;
}
.gallery ul li.amphiro .visual {
	padding:20px 0 0 63px;
	width:349px;
}
.gallery ul li.amphiro .gallery-content {
	padding:0 68px 0 0;
	width:434px;
}
h2.title-amphiro {
	background:url(../images/title-amphiro.gif) no-repeat;
	width: 189px;
	height: 45px;
	margin:0 0 8px;
}
#main .holder {
	height:1%;
	overflow:hidden;
	padding:0 47px 1px 46px;
}
#sidebar {
	float:right;
	width:278px;
	margin:13px -14px 0 45px;
	display:inline;
	position:relative;
}
#sidebar .box {
	background:url(../images/bg-box-c.gif) repeat-y;
	width:100%;
	margin:0 0 28px;
}
#sidebar .box .inner {background:url(../images/bg-box-t.gif) no-repeat;}
#sidebar .box .frame {
	background:url(../images/bg-box-b.gif) no-repeat 0 100%;
	padding:17px 10px 7px 9px;
	height:1%;
}
#sidebar .box h3 {
	margin:0 0 13px;
	padding:0 1px 14px 8px;
	font-size:18px;
	line-height:20px;
	color:#44842b;
	background:url(../images/separator-news.gif) repeat-x 0 100%;
}
.news-head {
	background:url(../images/separator-news.gif) repeat-x 0 100%;
	padding:0 1px 18px 8px;
	height:1%;
	overflow:hidden;
	margin:0 0 13px;
}
.row {
	width:100%;
	overflow:hidden;
}
.news-head .date {
	font-style:normal;
	float:left;
	font-size:12px;
	line-height:14px;
	color:#333;
	margin:3px 0 0;
}
ul.news-nav {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
}
ul.news-nav li {
	float:left;
	margin:0 0 0 9px;
	display:inline;
}
ul.news-nav a {
	display:block;
	width:18px;
	height:18px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/arrow-news.gif) no-repeat;
}
ul.news-nav li.link-next a {background-position:-18px 0;}
ul.news-nav li.link-next a.inactive {background-position:-18px -18px;}
ul.news-nav li.link-prev a.inactive {background-position:0 -18px;}
.news-text {
	font-size:12px;
	line-height:14px;
	padding:0 5px 0 7px;
	color:#333;
	list-style:none;
	padding:5px 5px 0 8px;
	margin:0;
}
.news-text li {margin:0 0 14px;}
.news-text li a {color:#333;}
.link-more {
	display:block;
	text-align:right;
	font-size:12px;
	line-height:14px;
	padding:2px 0 13px;
}
.news-title {
	display:block;
	font-size:14px;
	line-height:16px;
	margin:0 0 8px;
}
.news-text p {margin:0 0 30px;}
.newsletter fieldset {padding:0 8px;}
.newsletter .field {
	background:url(../images/bg-field.gif) no-repeat;
	width: 210px;
	height:19px;
	display:block;
	overflow:hidden;
	padding:5px 8px 0;
}
.newsletter input.txt {
	float:left;
	margin:0;
	padding:0;
	border:none;
	background:none;
	width: 209px;
}
.newsletter .row {margin:0 0 11px;}
.btn-subscribe {
	float:left;
	border:none;
	background:url(../images/btn-subscribe.gif) no-repeat;
	width: 101px;
	height: 26px;
	text-indent:-9999px;
	overflow:hidden;
	margin:0;
	font-size:0;
	cursor:pointer;
	line-height:0;
}
#content {
	height:1%;
	overflow:hidden;
	padding:25px 0 47px;
	line-height:18px;
}
#content.main-content {overflow: hidden;}
.visibl .main-content{overflow: visible !important;}
#content h2 {
	margin:0 0 23px;
	font-size:18px;
	line-height:22px;
	color:#44842b;
}
#content p {margin:0 0 18px;}
#footer {
	background:url(../images/bg-footer.png) no-repeat;
	padding:27px 16px 25px 31px;
	height:1%;
	overflow:hidden;
	font-size:12px;
	line-height:14px;
	color:#172810;
}
#footer p {
	margin:0;
	display:inline;
}
#footer a {color:#172810;}
#footer ul {
	list-style:none;
	padding:0;
	margin:0;
	float:right;
	overflow:hidden;
}
#footer ul li {
	float:left;
	background:url(../images/separator-footer-nav.gif) no-repeat 100% 3px;
	padding:0 14px 0 13px;
	margin:0 -1px 0 1px;
	display:inline;
}
/* mission page */
#content h1 {
	margin:0 0 12px;
	font-size:24px;
	line-height:26px;
	color:#44842b;
}
ul.list {
	list-style:none;
	padding:0 110px 0 0;
	margin:-10px 0 0 15px;
	position:relative;
}
ul.list li {
	padding:0 0 10px 37px;
	background:url(../images/bullet-list.gif) no-repeat 0 7px;
}
/* projects page */
ul.projects-list {
	list-style:none;
	padding:15px 0 0;
	margin:0 -100px -30px -5px;
	position:relative;
	width:1000px;
	overflow:hidden;
}
* html ul.projects-list {margin:0 -100px -49px -5px;}
*+html ul.projects-list {margin:0 -100px -49px -5px;}
ul.projects-list li {
	display:inline-block;
	width:239px;
	vertical-align:top;
	margin:0 75px 24px 0;
}
* html ul.projects-list li {
	margin:0 79px 23px 0;
	display:inline;
}
*+html ul.projects-list li {
	margin:0 79px 23px 0;
	display:inline;
}
#content ul.projects-list h2 {
	text-align:center;
	margin:0;
	height:44px;
}
ul.projects-list .img-hold {
	background:url(../images/frame.gif) no-repeat;
	width:239px;
	height:144px;
	display:table;
	padding:7px 0 0 0;
}
* html ul.projects-list .img-hold {
	display:block;
	overflow:hidden;
}
ul.projects-list .img-hold a {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	width:232px;
	padding:0 0 0 7px;
	height:144px;
}
* html ul.projects-list .img-hold a {float:left;}
*+html ul.projects-list .img-hold a {display:block;}
ul.projects-list .desc {
	padding:18px 0 0 8px;
	text-align:justify;
}
.img-hold img {
	display:block;
	margin:0 auto;
}
/* team page */
.team-box {
	padding:4px 47px 39px 46px;
	background:url(../images/bg-team-box.gif) no-repeat 0 100%;
	width:100%;
	overflow:hidden;
	margin:0 -47px 66px -46px;
	position:relative;
}
.team-box .img-hold {
	width:360px;
	float:left;
	display:inline;
	margin:0 39px 0 7px;
	background:url(../images/bg-img-hold.jpg) no-repeat;
}
.team-box .img-hold div {
	background:url(../images/bg-img-hold-b.jpg) no-repeat 0 100%;
	width:340px;
	padding:13px 7px 7px 13px;
}
.team-box .img-hold img {display:block;}
.team-box .desc {
	padding:34px 48px 0 0;
	height:1%;
	overflow:hidden;
	text-align:justify;
}
* html .team-box .desc {
	position:relative;
	left:-3px;
}
ul.team-list {
	list-style:none;
	padding:0;
	margin:0 -10px 0 -3px;
	width:890px;
	overflow:hidden;
}
ul.team-list li {
	display:inline-block;
	width:410px;
	margin:0 26px 65px 0;
	vertical-align:top;
}
* html ul.team-list li {
	display:inline;
	margin:0 29px 65px 0;
}
*+html ul.team-list li {
	display:inline;
	margin:0 29px 65px 0;
}
ul.team-list .img-hold {
	background:url(../images/bg-img-hold-2.jpg) no-repeat;
	width: 175px;
	float:left;
	margin:0 17px 0 0;
}
ul.team-list .img-hold div {
	background:url(../images/bg-img-hold-b-2.gif) no-repeat 0 100%;
	padding:15px 9px 8px 15px;
	height:1%;
	overflow:hidden;
}
ul.team-list .img-hold img {float:left;}
ul.team-list .desc {
	height:1%;
	overflow:hidden;
	padding:15px 0 0;
	font-size:12px;
	line-height:14px;
}
* html ul.team-list .desc {
	position:relative;
	left:-3px;
}
.name {
	display:block;
	font-size:18px;
	line-height:20px;
	color:#44842b;
}
ul.team-list .desc strong {display:block;}
.post {
	display:block;
	font-size:14px;
	line-height:18px;
	margin:0 0 25px;
}
#content .post h2{margin:0 0 10px;}
#content .post .meta{margin:0 0 11px;}
#content .post .body{margin-bottom:40px;}
#content ul.team-list p {margin:0 0 15px;}
.headline {
	display:block;
	font-size:18px;
	line-height:20px;
	color:#333;
	padding:7px 0 12px;
}
.board {margin:0 0 -59px;}
/* emeter page */
#aside {
	float:right;
	width:239px;
	padding:0px 3px 0 60px;
}
.aside{
		padding: 58px 3px 0 60px !important;
}
#aside ul {
	list-style:none;
	padding:0;
	margin:0;
}
#aside ul li {
	margin:0 0 51px;
	height:1%;
	vertical-align:top;
}
#aside ul .img-hold {
	background:url(../images/frame.gif) no-repeat;
	width:226px;
	height:138px;
	padding:13px 0 0 13px;
	margin:0 0 7px;
}
#aside ul .img-hold img {
	display:block;
	margin:0;
}
#aside ul strong {
	display:block;
	font-weight:normal;
	line-height:18px;
	padding:0 0 0 15px;
}
#content .heading {
	color:#333;
	padding:5px 0 0;
	margin:0 0 10px;
}
.links {display:block;}
.autor {display:block;}
.news-head em.date{
	text-transform: uppercase; 
}
.leftcolumn{
		overflow: hidden;
}
.news-box {
padding:18px 0 10px;
text-align:justify;
}
#content .news-box h2 {
	margin:0;
	float:left;
}
.news-info {
	width:100%;
	overflow:hidden;
	padding:0 0 19px;
}
.news-date {
	float:right;
	font-size:14px;
	line-height:16px;
	font-style:normal;
	margin:3px 0 0;
}
