/*
    Styles for SEGRA splash page

    780000  logo red
    005ead  logo blue
*/

#banner { margin: 0 0 5px 179px; }

#content { margin-right: 325px; min-height: 650px; }

#content h2 { margin-bottom: 5px; }

#welcome { /*height: 300px; overflow: auto;*/ padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 10px; margin-bottom: 10px; }
#welcome p { margin-top: 0; }
/*#welcome p:first-child { font-weight: bold; }*/

#sponsors { width: 320px; position: absolute; top: 465px; right: 0; }
#sponsors h2 { font-size: 1.2em; font-weight: bold; color: #780000; background: #ffffff; margin-top: 0; padding: 10px; text-align: center; margin-top: 0; margin-bottom: 5px; clear: left; }
#sponsors img { margin: 0; padding: 0; border: none; }

#sponsors ul { list-style: none; margin: 0; padding: 0; }
#sponsors li { list-style: none; margin: 0; padding: 0; float: left; width: 160px; text-align: center; }
#sponsors li.wide { width: 320px; }



@media print {
  #banner { margin: 5px; }
  #content { margin: 0; height: auto; }
  #welcome { height: auto; }
  #sponsors { position: static; }
}