﻿@charset "utf-8";
* {
	margin:0;
	padding:0;
}
body, html {
	font-family: Arial, Times New Roman, Verdana;
	font-size: 11px;
	color: black;
	background: transparent url(../img/background.jpg) repeat;
}
a {
	text-decoration: none;
	color: #389a2c;
}
#content {
	width: 1000px;
	background-color: white;
	margin: 10px auto;
	overflow: hidden;
}
#leftside {
	width: 196px;
	float: left;
	padding-bottom: 32768px;
	margin-bottom: -32768px	
}
#menu  {
	margin-top: 45px;
}
#menu ul {
	margin: 0;
	padding: 0px;
}
#menu ul li {
	width: 196px;
	height: 29px;
	display: inline;
}
#menu ul li a {
	width: 196px;
	height: 29px;
	display: block;
	border-bottom: 1px solid #dec769;
}
#menu #menu-key {
	height: 48px;
}
#menu #menu-what { background: transparent url(../img/what.gif) no-repeat top right; }
#menu #menu-objectives { background: transparent url(../img/objectives.gif) no-repeat top right; }
#menu #menu-partners { background: transparent url(../img/partners.gif) no-repeat top right; }
#menu #menu-key { background: transparent url(../img/key.gif) no-repeat top right; }
#menu #menu-project { background: transparent url(../img/project.gif) no-repeat top right; }
#menu #menu-news { background: transparent url(../img/news.gif) no-repeat top right; }
#menu #menu-events { background: transparent url(../img/events.gif) no-repeat top right; }
#menu #menu-downloads { background: transparent url(../img/download.gif) no-repeat top right; }
#menu #menu-contact { background: transparent url(../img/contact.gif) no-repeat top right; }
#menu #menu-what:hover, #menu #menu-what.sel { background: transparent url(../img/what_over.gif) no-repeat top right; }
#menu #menu-objectives:hover,#menu #menu-objectives.sel { background: transparent url(../img/objectives_over.gif) no-repeat top right; }
#menu #menu-partners:hover,#menu #menu-partners.sel { background: transparent url(../img/partners_over.gif) no-repeat top right; }
#menu #menu-key:hover,#menu #menu-key.sel { background: transparent url(../img/key_over.gif) no-repeat top right; }
#menu #menu-project:hover,#menu #menu-project.sel { background: transparent url(../img/project_over.gif) no-repeat top right; }
#menu #menu-news:hover, #menu #menu-news.sel { background: transparent url(../img/news_over.gif) no-repeat top right; }
#menu #menu-events:hover, #menu #menu-events.sel { background: transparent url(../img/events_over.gif) no-repeat top right; }
#menu #menu-downloads:hover,#menu #menu-downloads.sel { background: transparent url(../img/download_over.gif) no-repeat top right; }
#menu #menu-contact:hover,#menu #menu-contact.sel  { background: transparent url(../img/contact_over.gif) no-repeat top right; }

#logos {
	margin: 10px 5px 0 0;
}
#logos a{
	display: block;
}
#rightside {
	margin-left: 196px;
	border-left: 1px solid #dec769;
}

#banner {
	background: transparent url(../img/banner-sup.jpg) no-repeat top right;
	width: 803px;
	height: 149px;
}	
#banner #backofficeaccess {
	background: transparent url(../img/boaccess.png) no-repeat top right;
	width: 172px;
	height: 36px;
	margin-top: 110px;
}
#banner #backofficeaccess:hover {
	background-image: url(../img/boaccess-over.png);
}
.main_title {
	font-size: 24px;
	color: #389a2c;
	font-weight: bold;
}
.contentcenter {
	padding: 60px 10px 50px 10px;
	position: relative;
}
.contentcenter .tit{
	position: absolute;
	top: 0px;
	left: 0px;
}

.modelbox {
	background-color: #e3efde;
	margin: 5px 0px;
}
.modelboxgray {
	background-color: #f1f1f1;
	margin: 5px 0px;	
}
.modelboxtopleft, .modelboxtopright, .modelboxbottomleft, .modelboxbottomright  {
	width: 7px;
	height: 7px;
	background-image: url(../img/corners.jpg);
	background-repeat: none;
}
.modelboxgray .modelboxtopleft, .modelboxgray .modelboxtopright, .modelboxgray .modelboxbottomleft, .modelboxgray .modelboxbottomright  {
	background-image: url(../img/corners-gray.jpg);
}
.modelboxtopleft{
	background-position: top left;
}
.modelboxtopright{
	background-position: top right;
}
.modelboxbottomleft{
	background-position: bottom left;
}
.modelboxbottomright {
	background-position: bottom right;
}
.modelboxbottom, .modelboxtop{
	height: 7px;
	width: 100%;
}
.modelboxcenter {
	padding: 0 10px;
}
p {
	margin: 5px 0 15px 0;
}
.list li {
	list-style-image: url(../img/bullet.png);
	margin: 5px 0 5px 15px;
}
.news {

}
.news_title {
	font-size: 12px;
	font-weight: bold;
}
.news_text {
	margin-left: 260px;
	height: 200px;
}
.news_text2 {
	height: 150px;
}
.newsinside {

}
a#back {
	display: block;
	background: transparent url(../img/back.jpg) no-repeat top left;
	padding-left: 20px;
	height: 20px;
	margin-top: -20px;
}
a#back:hover {
	background-image: url(../img/back-over.jpg);
}
a#back span{
	display: block;
	margin-top: 2px;
}
.info {
	background: transparent url(../img/info.jpg) no-repeat top left;
	width: 60px;
	height: 27px;
	display: block;
	cursor: pointer;
	margin-top: 0px;
}
.info:hover {
	background: transparent url(../img/info-over.jpg) no-repeat top left;
}

.contentright {
	padding: 92px 0px 0px 0px;
	background-color: #f7ebb8;
	padding-bottom: 32768px;
	margin-bottom: -32768px
}
.contentright .tit{
	float: left;
	margin-top: -92px;
}
.contentright .main_title {
	padding: 5px;	
	margin-top: -35px;
	color: #664d0b;
}
.newsright {
	border-bottom: 2px solid white;
	padding: 5px 0px;
	font-size: 11px;
}
.newsright_text {
	padding-top: 2px;
	padding-left: 23px;
}

.newsright a{
	float: left;
	margin-left: 2px;
}
blockquote {
	font-size: 18px;
	color: #389a2c;
	padding: 0px 10px;	
}
.photosright {
	margin-top: 50px;
	padding: 0px 10px;
}
.photosright2{
	margin-top: -10px;
	padding: 0px 5px;
}
.photoright {
	margin: 15px 0;
}
.dotted {
	color: #389a2c;
	border: 1px dashed #389a2c;
	font-size: 12px;
	line-height: 18px;
	font-weight: bold;
	margin: 15px 0;
	padding: 8px 10px;
}
.projectcontent {
	margin-top: 60px;
	padding: 0px 10px 50px 10px;
}
.projectcontentright {
	padding: 14px 0px 0px 0px;
	width: 475px;
}
.projectcontentright .modelbox {
	margin-left: auto;
	margin-right: auto;
}
.download {
	height: 30px;
	width: 280px;
	margin-top: 5px;
	display: block;
}
.download img{
	float: left;
}
.download a{
	padding: 7px 5px;
	display: block;
	float: left;
}
.download span{
	padding: 7px 5px;
	display: block;
	float: left;
}
.plus {
	background: transparent url(../img/plus.jpg) no-repeat top left;
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.plus:hover {
	background: transparent url(../img/plus-over.jpg) no-repeat top left;
}

.link {
	display: block;
	width: 499px;	
	background-color: #6caf53;
	color: white;
	font-size: 15px;
	padding: 3px 15px;
	margin: 5px 0px;
}

.partnercontact {
	padding: 0px;
	height: 90px;	
	overflow: hidden;
	border: 1px dashed #389a2c;	
	font-size: 11px;
}
.partnercontact table {
	margin: 10px 20px;
}
.partnercontact td {
	padding: 2px;
}
.partnercontact span.left {
	margin-top: 3px;
	margin-left: 5px;
}
.contactgreen {
	background-color: #6caf53;
	color: white;
	width: 94px;
	height: 90px;
	font-size: 15px;
	font-weight: bold;
}
.contactgreen span{
	display: block;
	margin-top: 70px;
	margin-left: 10px;
}
.partnertitle {
	height: 92px;
}
.partnertitle_twolines {
	display: block;
	font-size: 15px;
	font-weight: bold;
	width: 300px;
	margin-top: 55px;	
	margin-left: 10px;
}
.partnertitle_oneline {
	display: block;
	font-size: 15px;
	font-weight: bold;
	width: 300px;
	margin-top: 75px;	
	margin-left: 10px;
}
.partnertitle_threelines {
	display: block;
	font-size: 15px;
	font-weight: bold;
	width: 300px;
	margin-top: 35px;	
	margin-left: 10px;
}
.partnerlinks {
	padding: 2px;
}
.events_month {
	color: #7a7a7a;
	font-size: 28px;
	font-weight: bold;
}
.dotted2{
	border: 1px dashed #389a2c;
	margin: 15px 0;
	padding: 8px 10px;
}
.moreinfo {
	color: white;
	font-weight: bold;
	font-size: 28px;
	margin-top: -28px;
}
.calendar {
	width: 154px;
}

.contact td {
	padding: 5px;
}

input , textarea, select {
	font-family: Arial;
	font-size: 11px;
	border: 0;
	padding: 6px 3px;
}
option{
	font-family: Arial;
	font-size: 11px;
	margin: 5px 0;
	border: 0px;	
}

a#send {
	background: transparent url(../img/send.jpg) no-repeat top left;
	width: 154px;
	height: 30px;
	margin-top: -30px;
}
a#send:hover {
	background-image: url(../img/send_over.jpg);
}

.contactid {
	height: auto;
	margin-top: 5px;
	margin-left: 10px;
	display: block;
	float: left;
}
.contactid img{
	float: left;
}
.contactid span{
	padding: 3px 0px 3px 0px;
	display: block;
	float: left;
	width: 160px;	
}
.contacts img{
	margin: 6px 0px;
}

.partnershome {
	background-color: #f7ebb8;
	padding: 0px;
	padding-bottom: 32768px;
	margin-bottom: -32768px	
}
.righthome {
	height: 853px;
}
.partnershome2 .main_title {
	color: #dec769;
	font-size: 24px;
	margin-bottom: 20px;
}
.partnershome .partnershome2{
	padding: 10px;
}
.contenthome {
	overflow: hidden;
}
.contactstitlecontainer {
	display: block;
	overflow: hidden;
	height: 81px;
	width: 385px;
}
.contactstitle {
	width: 1600px;
}
.contactstitle img{
	margin: 0px 8px;
}
.contenthome .research{
	background: transparent url(../img/researchhome.jpg) no-repeat top left;
	height: 37px;
	padding-left: 275px;
	padding-top: 6px;
}
a#allnews, a#allevents {
	background-repeat: no-repeat;
	background-position: top left;
	width: 256px;
	height: 24px;
	display: block;
}
a#allnews {
	background-image: url(../img/allnews.jpg)
}
a#allnews:hover {
	background-image: url(../img/allnews_over.jpg)
}
a#allevents {
	background-image: url(../img/allevents.jpg)
}
a#allevents:hover {
	background-image: url(../img/allevents_over.jpg)
}
.contenthome {
	padding: 0px 10px;
	overflow: hidden;
}
.homeeventnew {
	margin-top: 10px;
	width: 254px;
	height: 490px;
	overflow: hidden;
}
.homeitemcontainer{
	height: 240px;
	overflow: hidden;	
}
.homeitem {
	padding: 0px 20px;
	margin: 15px 0px;
	height: 100px;	
	overflow: hidden;	
}
.homecontacts {
	padding: 0px 10px 30px 10px;
}

.w198 { width: 198px; }
.w218 { width: 218px; }
.w315 { width: 320px; }
.w305 { width: 305px; }
.w370 { width: 370px; }
.w430 { width: 430px; }
.w549 { width: 529px; }
.w254 { width: 254px; }
.w230 { width: 230px; }
.w778{ width: 778px; }

/* Utilities */
.right {
	float: right;
}
.left {
	float: left;
}
.hidden {
	display: none;
}
.green {
	color: #389a2c;
}
.padding5{
	padding: 5px;
}
.padding30{
	padding-left: 30px;
}
.marginleft10 {
	margin-left: 10px;
}
.font12 {
	font-size: 12px;
}
.font15 {
	font-size: 15px;
}
.font18 {
	font-size: 18px;
}
.aligncenter {
	margin: 0 auto;
}
.bold {
	font-weight: bold;
}

.event { background-color: #dec769; }
