body {
	background-color: white;
	background-image: url('../images/neurons-colour.jpg');
}

p, ul, a, table, label {
	font-family: sans-serif;
	color: white;
}

p, ul {
	margin-bottom: 10px;
	line-height: 1.25em;
}

a {
	color: #6BBDCF;
}

a:hover {
	color: #bbe0e8;
}

h3 a {
	color: #d9faef;
	text-decoration: none;
}

h3 a:hover {
	color: #d9faef;
}

h1, h2, h3, h4 {
	margin-top: 1.2em;
	margin-bottom: 1.2em;
	font-family: sans-serif;
	color: #d9faef;
}

p, ul, table {
	font-size: 12px;
}

ul.horiz_menu, horiz_menu ul{
	margin: 0;
	padding-left: 10px;
	padding-top: 0px;
	list-style-type: none;
	display: inline;
}

ul.horiz_menu{
	display: table;
}
ul.horiz_menu>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
}

.section_heading_overlay {
	position: absolute;
	width: 471px;
	height: 19px;
	left: 20px;
	margin-top: -2px;
	background: #fff;
	opacity: 0.55;
	-moz-opacity: 0.55;
	filter:alpha(opacity=55);
}

.section_heading {
	font-size: 14px;
}

table, td, th {
	border: 1px solid white;
	border-collapse: collapse;
	width: 472px;
}

td, th {
	padding: 2px 2px 4px 2px;
}

img {
	float: left;
	margin-right: 10px;
	border: 1px solid #333;
}

img.book {
	float: left;
	width: 141px;
	margin-bottom: 20px;
	margin-right: 13px;
}

table.books, table.books td {
	border: none;
	border-collapse: collapse;
}

.code {
	font-family: "Courier New";
	font-size: 10px;
}

.code_keyword {
	color: #55f;
}

.code_quote {
	color: #f55;
}

ul#meetings {
	list-style-type: none;
}

ul#meetings li {
	font-weight: bold;
}

ul#meetings li ul {
	list-style-type: none;
}

ul#meetings li ul li {
	font-weight: normal;
}

.news_date {
	color: #FB635E;
}

.paper {
	height: 205px;
}

.review {
	height: 150px;
}

.review img {
	width: 100px;
}

#header {
	position: relative;
	left: 230px;
	width: 500px;
	top: 10px;
	text-align: center;
}

#header .content {
	padding: 10px 10px 10px 10px;
}

#header h1 {
	font-size: 28px;
}

#header h3 {
}

#minerva {
	visibility: visible;
	position: relative;
	top: 20px;
	left: 230px;
	width: 500px;
	/*top: 168px;
	width: 250px;
	left: 740px;*/
}

#minerva .content {
	padding: 1px 10px 5px 20px;
}

#minerva .content h4 {
	color: #666;
	font-family: sans-serif;
  text-transform: uppercase;
	font-size: 28px;
	line-height: 30px;
  margin-bottom: -5px;
}

#minerva .content p {
	color: #000;
}

#minerva .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter:alpha(opacity=65);
	border: 2px solid #fff;
}

#latest {
	position: absolute;
	top: 168px; /*Use this when conversation announcement is hidden*/
	/*top: 350px; /*Use this when conversation announcement is visible*/
	width: 250px;
	left: 740px;
}

#latest .content {
	width: 220px;
	padding: 0px 10px 10px 20px;
}

#latest .content ul li {
	margin-bottom: 10px;
}

#latest .content ul {
	width: 210px;
	list-style-type: none;
	position: relative;
	left: 0px;
}

#marquee_replacement {
 width:250px;
}

#marquee_replacement p.spacer{
 height: 0px;
}

#latest2 {
	position: absolute;
	top: 168px; /*Use this when conversation announcement is hidden*/
	/*top: 350px; /*Use this when conversation announcement is visible*/
	width: 250px;
	left: 1000px;
}

#latest2 .content {
	width: 220px;
	padding: 0px 10px 10px 20px;
}

#latest2 .content ul li {
	margin-bottom: 10px;
}

#latest2 .content ul {
	width: 210px;
	list-style-type: none;
	position: relative;
	left: 0px;
}

#marquee2_replacement {
 width:250px;
}

#marquee2_replacement p.spacer{
 height: 0px;
}

#main {
	position: absolute;
	width: 500px;
	left: 230px;
	top: 168px;
	margin-bottom: 30px;
}

#main .content {
	padding: 10px 20px 30px 20px;
}

#main .content p {
	text-align: justify;
}

#main-wide {
	position: absolute;
	width: 800px;
	left: 230px;
	top: 158px;
	padding-bottom: 10px;
	padding-right: 10px;
}

#main-wide .content {
	padding: 10px 10px 30px 20px;
}

#menu {
	position: absolute;
	left: 10px;
	top: 168px;
	width: 210px;
}

#menu .content {
	width: 230px;
	padding: 10px 20px 10px 20px;
}

#menu .content ul {
	list-style-type: none;
	position: relative;
	line-height: 1.4em;
	margin-bottom: 0px;
}

#menu .content ul ul {
	position: relative;
	left: 10px;
}

#copyright {
	position: absolute;
	top: 515px; 
	left: 10px;
	width: 210px;
}

#copyright .content {
	width: 180px;
	padding: 10px 10px 10px 10px;
}

#copyright .content p {
	font-size: 10px;
}

.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter:alpha(opacity=65);
	border: 2px solid white;
}

.content {
	position: relative;
}

blink {
  -webkit-animation: blink 1s steps(5, start) infinite;
  -moz-animation:    blink 1s steps(5, start) infinite;
  -o-animation:      blink 1s steps(5, start) infinite; 
  animation:         blink 1s steps(5, start) infinite;
}

@-webkit-keyframes blink {
  to { visibility: hidden; }
}
@-moz-keyframes blink {
  to { visibility: hidden; }
}
@-o-keyframes blink {
  to { visibility: hidden; }
}
@keyframes blink {
  to { visibility: hidden; }
}