@charset "utf-8";

body#home #content #w4 { padding-bottom: 0; }
/* Console */
#console { height: 24em; width: 99.7em; border-bottom: 1px solid #aaa;  overflow: hidden; position: relative; float: right; background-color: #3968BA; }
#console .panel {
	width: 93em;
	text-align: left;
	height: 24em;
	position: absolute;
	background-color: #3968BA;
	color: #fff;
	margin: 0;
	top: 0px;
}
#console .panel h2 { color: #ab2830; float: left; background: Green;  width: 2.5em; height: 24em; margin: 0; cursor: pointer; overflow: hidden; }
#console .panel h2 span {  text-indent: -2000em; height: 24em; display: block; }
#console .panel .content { width: 88.2em; padding-right: 0em; overflow: hidden; height: 24em; background-color: #3968BA; }
#console .panel .content .links { position: absolute; bottom: 1em; left: 4em; color: #EEB516; }
#console .panel .content .links a, #console .panel .content a.more, #console .panel .content a:hover.more { color: #EEB516; }
#console .panel .content h3 a { color: #fff; }
#console .panel .content h3 a:hover { color: #EEB516; }
#console .panel .content .big { font-size: 1.4em; }
/* Panel-specific styles */
#console #start .panel { margin-left: 2.4em; }
#console #start h2 { display: none; }
#console #start .content { background: transparent; }
#console #news h2 span { background: transparent url(../img/g1.jpg) no-repeat bottom; }
#console #research h2 span { background: transparent url(../img/g2.jpg) no-repeat bottom; }
#console #study h2 span { background: transparent url(../img/g3.jpg) no-repeat bottom; }
#console #events h2 span { background: transparent url(../img/g5.jpg) no-repeat bottom; }
#console #international h2 span { background: transparent url(../img/g4.jpg) no-repeat bottom; }

#console #start { left: -2.4em; }
#console #news { left: 0; }
#console #research { left: 90em; }
#console #study { left: 92.4em; }
#console #international { left: 94.8em; }
#console #events { left: 97.2em; }
