/*
    Styles for Mannwest splash page

    095d7e    blue
    e66c1f    orange

    00173d    dark blue
    1b417c    mid blue
    265298    blue
    a4bde4    light blue
    ae292f    red
*/


#content { color: #000000; background: #ffffff url(../images/splash/bg-content.gif) top left no-repeat; padding: 0; height: 686px; width: auto; position: relative; }

ul#siteindex { list-style: none; margin: 0; padding: 0; }
ul#siteindex li { list-style: none; margin: 0; padding: 0; height: 120px; width: 247px; overflow: hidden; }
ul#siteindex a { margin: 0; height: 0; padding-top: 120px; padding-bottom: 0; padding-left: 0; padding-right: 0; overflow: hidden; display: block; }

li#index-consulting { background: #ffffff url(../images/splash/consulting.gif) top left no-repeat; position: absolute; top: 30px; left: 454px;}
li#index-development { background: #ffffff url(../images/splash/development.gif) top left no-repeat; position: absolute; top: 283px; left: 454px; }
li#index-mannkal { background: #ffffff url(../images/splash/mannkal.gif) top left no-repeat; position: absolute; top: 156px; left: 75px; }
li#index-publishing { background: #ffffff url(../images/splash/publishing.gif) top left no-repeat; position: absolute; top: 410px; left: 75px; }
li#index-contact { background: #ffffff url(../images/splash/contact.gif) top left no-repeat; position: absolute; top: 536px; left: 454px; }


@media print {
  #content { width: auto; color: #000000; background: #ffffff; margin: 1em 2em; padding: 0; }
  ul#siteindex { list-style: disc outside; color: #000000; background: #ffffff; }
  ul#siteindex li { list-style: disc outside !important; color: #00173d !important; background: #ffffff !important; position: static !important; height: auto !important; width: auto !important; line-height: 150%; }
  ul#siteindex a { height: auto; padding: 0; }
}
