html {
    /* ie has a vertical scroll by default */
    overflow: -moz-scrollbars-vertical;
}

html,body {
    margin: 0;
    padding: 0;
    /*height: 100%;*/
}

body {
    font-family: Verdana, Arial, sans-serif;
    color: #212121;
    font-size:12px;
    background-color: #ededee;
    background-image: url(/images/layout/watermark.gif);
    background-repeat: no-repeat;
    background-position: 0px 300px;
}

#content {
    /*height: 100%;*/
    border-collapse:collapse;
    margin-left: auto;
    margin-right: auto;
}

.contentWidth {
    width: 903px;
}

#topBar {
    height: 38px;
    /* background-color: #c2c4c6; */
    background-color: #AEB0B3;
    vertical-align: top;
}

#topBar div {
    position: absolute;
}

#ac4r_text {
    position: absolute;
    left: 104px;
    top: 13px;
}

#topBarUnderneath {
    height: 7px;
    border-bottom: 2px solid #ffffff;
}

.aboveHeadingBar {
    height: 21px;
}

.headingBar {
    height: 67px;
}

#logoCell {
    width: 89px;
    vertical-align: bottom;
    text-align: left;
}

#siteHeadingCell {
    height: 53px;
    border-left: 2px solid #7bbfd2;
}

#siteHeading {
    color: #546f8f;
    font-size: 24px;
    font-family: "Arial Rounded MT Bold", "Arial Bold", sans-serif;
    padding-left: 10px;
}

#menuAndPageTable {
    border-collapse: collapse;
}

#searchCell {
    text-align: right;
    vertical-align: top;
    color: #546f8e;
}

#searchCell input {
    background: #ededee;
    border: 2px solid white;
}

#mainCell {
  vertical-align: top;
}

#menuCell {
    width: 189px;
    vertical-align: top;
}

.menuWidth {
    width: 157px;
}

.menuItem {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 5px;
    padding-top: 2px;
}

#pageCell {
    border: 2px solid #ffffff;
    border-radius: 5px 5px;
    vertical-align: top;
}

/* page text styles */

#pageCell h1 {
    font-size: 12px;
    color: #546f8e;
}


#pageHeadingAbove {
    height: 0px;
    width: 150px;
    border-bottom: 2px solid #ffffff;
}

#pageHeadingGap {
    width: 38px;
}

#pageHeading {
    color: #55afc8;
    font-size: 24px;
    font-family: "Arial Rounded MT Bold", "Arial Bold", sans-serif;
    padding-left: 10px;
    padding-top: 10px;
}    

#imageTable {
    width: 714px;
    border-collapse: separate;
}

#imageTable td {
    border-size: 2px;
}

#imageCellA {
}

#imageCellB {
}

#imageCellC {
    width: 43px;
}

#pageText {
    margin: 26px 23px 27px 50px;
}

#pageText p {
}

a {
    color: #546f8e;
    text-decoration: none;
}
a:hover, a.current {
    color: #55afc8;
    text-decoration: none;
}


#page_name {
    position:absolute;
    width:170px;
    height:77px;
    left: 60px;
    top: 65px;
    font-size: 22px;
}
#page_name div {
    position:absolute;
    bottom: 0;
}

#sidearea {
    position:absolute;
    top: 150px;
    left: 0px;
    width: 261px;
    z-index:1;
    border-top-width: 1px;
    border-right-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-top-color: #2F3B40;
    border-right-color: #2F3B40;
    height: 440px;
}

#neuron {
    position:absolute;
    top: -24px;
    left: 0;
}

#header_area {
    position:absolute;
    top: 60px;
    right: 0;
    width: 579px;
    height: 221px;
    border-bottom-width: 7px;
    border-bottom-style: solid;
    border-bottom-color: #EB6700;
}
#header_area img {
    position:absolute;
}

#people_info {
    position: absolute;
    height: 171px;
    width: 238px;
    background-color: #D5D5CE;
    border-left: solid 1px #2F3B40;
    overflow: auto;
    padding-top: 25px;
    padding-right: 290px;
    padding-bottom: 25px;
    padding-left: 50px;
}
#people_img {
    position: absolute;
    right: 0;
    top:0;
}

#menu {
    position:absolute;
    left: 60px;
    top: 25px;
    font-size: 9px;
}
/* Most menu stuff copied from http://www.xs4all.nl/~peterned/examples/cssmenu.html */
#menu ul, #menu li, #menu a {
    display:block;
    margin:0;
    padding:0;
    border:0;
}
#menu ul {
    width:80px;
    list-style:none;
}
#menu li {
    position:relative;
    padding:1px;
    padding-bottom:5px;
    z-index:9;
}
#menu li ul {
    position:absolute;
    left:75px; /* IE */
    width:130px;
    top:0px;
}
#menu li ul li a {
    padding-left:20px;
}
#menu .first a {
    background:no-repeat left;
}
#menu a {
    text-decoration:none;
    width:100%; /* IE */
}
#menu li>a { width:auto; } /* others */
/* these hovers require csshover.htc for IE */
#menu li:hover { z-index:10; }        
#menu ul ul, #menu li:hover ul ul {
    display:none;
}
#menu li:hover ul, #menu li:hover li:hover ul {
    display:block;
}

#search_publications {
    position:absolute;
    left: 45px;
    top: 440px;
    font-size:10px;
    width: 170px;
}
#search_publications p {
    margin-top:0;
    margin-bottom:-10px;
}
#search_publications form {
    margin-top:20px;
    position:relative;
}
#search_publications .input_group {
    position:relative;
}
#search_publications .text, #search_publications .submit {
    position:absolute;
    top:0;
    border: solid 1px #2F3B40;
    margin:0;
    padding:0;
}
#search_publications .text {
    left:0;
    background-color:#EAEAE6;
    width:146px;
    height:14px;
}
#search_publications .submit {
    background-color:white;
    background: no-repeat center;
    width:17px;
    height:16px;
    position:absolute;
    left:147px;
}
#search_publications .submit * {
    display:none;
}

#news {
    float:left;
    margin-right:15px;
    margin-bottom:15px;
    height:192px;
    width:146px;
}
#news a {
    text-decoration: none;
}
#news .header {
    font-size: 11px;
    font-weight: bold;
    word-spacing:1ex;
    margin-left:2px;
    margin-bottom:3px;
}
#news .selected {
    color:#EB6700;
}
#news ul {
    font-size: 10px;
    background: #EAEAE6 no-repeat left;
    border: 1px solid #EB6700;
    padding: 15px;
    padding-left: 20px;
    margin:0px;
    list-style:none;
    height:162px;
}
#news ul a {
    color:#0F120F;
}
#news ul a:hover {
    color:#EB6700;
}
#news li {
    margin-bottom:10px;
}

