/*
    Styles for SEGRA splash page

    780000  logo red
    005ead  logo blue
*/

#banner { margin: 0 0 5px 179px; }

#content { background: #ffffff url(../images/layout/bg-splash.gif) left top no-repeat; }

#welcome { padding-top: 0px; padding-left: 0px; padding-right: 0px; padding-bottom: 320px; margin-bottom: 10px; margin-right: 200px; }
#welcome h3 { margin-top: 0; color: #c97c21; background: transparent; }
#welcome p { margin-top: 0; }
/*#welcome p:first-child { font-weight: bold; }*/

#sponsors { width: 190px; position: absolute; top: 503px; right: 5px; overflow: hidden; }
#sponsors h2 { font-size: 1em; font-weight: bold; color: #656d78; 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; }

a#sponsors-link { display: block; margin-top: 5px; margin-bottom: 2em; margin-left: 0; margin-right: 0; width: 190px; height: 0; padding-top: 70px; padding-bottom: 0; padding-left: 0; padding-right: 0; overflow: hidden; background: url(../images/layout/sponsors.gif) left top no-repeat; }



@media print {
  #banner { margin: 5px; }
  #content { margin: 0; padding: 0; height: auto; }
  #welcome { margin: 0; padding: 0; height: auto; }
  #sponsors { position: static; }
}
