﻿/* Layout CSS */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
}

/* General layout */

#square_left {
	float: left;
	width: 72px;
	height: 92px;
	background: url(/01/EACSimages/square_left.png) no-repeat top left;
}

#square_right {
	float: right;
	width: 92px;
	height: 72px;
	background: url(/01/EACSimages/square_right.png) no-repeat top right;
}

#container {
	width: 830px;
	height: auto;
	margin: 0 auto;
	padding: 50px 0 0 0;
}
#logo {
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	height: 204px;
	width: 236px;
	background: url(/01/EACSimages/logo.png) no-repeat top left;
}
#logo a {
	float: left;
	height: 204px;
	width: 236px;
	cursor: pointer;
}
#clear {
	width: 100%;
	clear: both;
	border-bottom: 1px solid #dbdbdb;
	text-align: right;
	font-size: 10px;
	color: #dbdbdb;
}
#footer {
	width:100%;
	clear:both; 
	background-color:#238937; 
	height: 25px;
	margin: 30px 0 0 0;
}


/* Homepage */

#header_right {
	float: right;
	width: 470px;
	height: auto;
}

#header_title {
	text-indent: -9999px;
	overflow: hidden;
	height: 26px;
	width: 407px;
	background: url(/01/EACSimages/header_title.png) no-repeat top left;
}

#header_right p {
	line-height: 150%;
	margin: 5px;
	font-size: 14px;
}

#main_search {
	margin: 50px 0 20px 0;
	width: 250px;
	padding: 0px 0 0 77px;
	background: url(/01/EACSimages/search.png) no-repeat;
}
#main_search form {
	height: 25px;	
}

/* Search form classes */

.form_text {
	border: 1px solid #aaa;
	height: 18px;
	width: 158px;
	padding: 2px 0 0 5px;
}
.btn_go {
	width: 36px;
	height: 25px;
	margin: 0 0 0 3px;
	cursor: pointer;
	background: url(/01/EACSimages/search_go.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
}


/* Internet Explorer Hack */
#IEroot .btn_go {
	width: 46px;
	font-size: 0;
	color: #fff;
	text-align: right;
	text-indent: 0;
}

/* Main menu */
#main_menu {
	float: left;
	display: block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 50px 0 200px 0;
}
#main_menu li { 
	display:block;
	float:left;
	padding:0;
	height: 265px;
}
.menu_center {
	margin: 0 140px;
}

#main_menu li a {
	display: block;
	width: 167px;
	height: 120px;
}
.about_us:link, .about_us:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_aboutus.png);
}
.about_us:hover, .about_us:active {
	background-position: -167px 0;
}
.restricted:link, .restricted:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_restricted.png);
}
.restricted:hover, .restricted:active {
	background-position: -167px 0;
}
.publications:link, .publications:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_publications.png);
}
*.publications:hover, .publications:active {
	background-position: -167px 0;
}*
.events:link, .events:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_events.png);
}
/*.events:hover, .events:active {
	background-position: -167px 0;
}*/
.fellows:link, .fellows:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_fellows.png);
}
.fellows:hover, .fellows:active {
	background-position: -167px 0;
}
.news:link, .news:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_news.png);
}
.news:hover, .news:active {
	background-position: -167px 0;
}
.active {
	background-position: -167px 0 !important;
}
.sub_menu {
	display: block !important;
	width: 167px;
}
.sub_menu li {
	width: 167px;
	height: 18px !important;
	text-align: center;
}
.sub_menu li a:link, .sub_menu li a:visited {
	color: #c6c6c6;
	height: 18px !important;
	text-decoration: none;
	font-style: italic;
}
.sub_menu li a:hover, .sub_menu li a:active {
	color: #99cc00;
}

/* Subpages */

#content_left {
	width: 320px;
	float: left;
	border-right: 1px solid #dbdbdb;
	margin: 0 0 250px 0;
}

#subpage_menu {
	float: left;
	display: block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 80px 0;
}
#subpage_menu li { 
	display:block;
	float:left;
	padding:0;
	height: 101px;
	margin: 20px 0;
}
#subpage_menu li a {
	display: block;
	width: 140px;
	height: 101px;
}

#subpage_menu  .about_us:link, #subpage_menu .about_us:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_small_aboutus.png);
}
#subpage_menu .about_us:hover, #subpage_menu .about_us:active {
	background-position: -140px 0;
}
#subpage_menu .restricted:link, #subpage_menu .restricted:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_small_restricted.png);
}
#subpage_menu .restricted:hover, #subpage_menu .restricted:active {
	background-position: -140px 0;
}
#subpage_menu .publications:link, #subpage_menu .publications:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_small_publications.png);
}
*#subpage_menu .publications:hover, #subpage_menu .publications:active {
	background-position: -140px 0;
}*
#subpage_menu .events:link, #subpage_menu .events:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_small_events.png);
}
/*#subpage_menu .events:hover, #subpage_menu .events:active {
	background-position: -140px 0;
}*/
#subpage_menu .fellows:link, #subpage_menu .fellows:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_small_fellows.png);
}
#subpage_menu .fellows:hover, #subpage_menu .fellows:active {
	background-position: -140px 0;
}
#subpage_menu .news:link, #subpage_menu .news:visited {
	text-indent: -9999px;
	overflow: hidden;
	background: url(/01/EACSimages/btn_small_news.png);
}
#subpage_menu .news:hover, #subpage_menu .news:active {
	background-position: -140px 0;
}
#subpage_menu .active {
	background-position: -140px 0 !important;
}
#content_right {
	float: right;
	width: 509px;
}
#title_aboutus, #title_restricted, #title_publications, #title_events, #title_fellows, #title_news {
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 0 10px;
	height: 120px;
	width: 167px;
}
#title_aboutus {
	background: url(/01/EACSimages/subpage_title_aboutus.png) no-repeat;
}
#title_publications {
	background: url(/01/EACSimages/subpage_title_publications.png) no-repeat;
}
#title_events {
	background: url(/01/EACSimages/subpage_title_events.png) no-repeat;
}
#title_fellows {
	background: url(/01/EACSimages/subpage_title_fellows.png) no-repeat;
}
#title_news {
	background: url(/01/EACSimages/subpage_title_news.png) no-repeat;
}
#title_restricted {
	background: url(/01/EACSimages/subpage_title_restricted.png) no-repeat;
}
#sub_nav {
	float: left;
	margin: 15px 0 0 5px;
	display: block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#sub_nav li {
	display:block;
	float:left;
	/*width: 83px;*/
	height: 30px;
	text-align: center;
	margin-left: 15px;
}
#sub_nav li a:link, #sub_nav li a:visited {
	color: #bababa;
	text-decoration: none;
	font-style: italic;
	font-size: 11px;
}
#sub_nav li a:hover, #sub_nav li a:active {
	color: #99cc00;
}
.sub_nav_active {
	color: #99cc00 !important;
}
#content {
	float: left;
	margin: 0 0 0 10px;
	background: #f5fae6;
	padding: 10px;
	width: 475px;
}
.up {
	margin: 10px 0;
	width: 25px;
	background: url(/01/EACSimages/arrow.png) no-repeat right; 
}
#sub_sub_nav {
	float: left;
	width: 425px;/*425*/
	margin: 0;
	padding: 0 0 0 95px;
	background: url(/01/EACSimages/sub_sub_nav_line.png) no-repeat;
	display: block;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#sub_sub_nav li {
	display:block;
	float:left;
	margin: 0 20px 0 0;
	height: 30px;
	text-align: left;
}
#sub_sub_nav li a {
	color: #99cc00;
	text-decoration: none;
	font-style: italic;
	font-size: 11px;
}
a.backmouseover {
display: block;
width:9px;
height:12px;
background-image:url(/01/EACSimages/bback.png);
background-position:0px 0px;
}
a.backmouseover:hover {
background-position:-15px 0px;
}
a.printmouseover {
display:block;
width:18px;
height:12px;
background-image:url(/01/EACSimages/bprint.png);
background-position:0px 0px;
}
a.printmouseover:hover {
background-position:-25px 0px;
}
a.mailmouseover {
display:block;
width:17px;
height:12px;
background-image:url(/01/EACSimages/bmail.png);
background-position:0px 0px;
}
a.mailmouseover:hover {
background-position:-23px 0px;
}



/* Restricted */

.login_form td {
	vertical-align: middle;
}

.btn_login {
	width: 113px;
	height: 25px;
	margin: 0 0 0 3px;
	cursor: pointer;
	background: url(/01/EACSimages/login.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
}

.btn_logout {
	width: 113px;
	height: 25px;
	margin: 0 0 0 3px;
	cursor: pointer;
	background: url(/01/EACSimages/logout.png) no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	border: none;
}


