/*
   splash.css
   dennissheppard

   Splash page specific
   
   Created by Cale Woodley on 2009-02-16.
   Copyright 2009 Webfirm. All rights reserved.
*/

#wrap {
  height: 1043px;
}

#container {
  width: 900px;
  margin: 0 auto;
}

#content {
  width: 900px;
  background: none;
  text-align: center;
}

#navigation {
  width: 884px;
  height: 54px;
  margin: 0 auto;
  overflow: hidden;
  background: #f9f9f9 url('../images/nav/index-nav-background.jpg') top center no-repeat;
}

#navigation li {
  float: left;
  display: inline;
}

#navigation a {
  display: block;
  overflow: hidden;
  text-indent: -999em;
  margin-right: 10px;
  line-height: 54px;
}

#navigation a#nav-home {background: url('../images/nav/index-nav-home.png') 0 0 no-repeat; width: 121px; margin-left: 13px;}
#navigation a#nav-services {background: url('../images/nav/index-nav-services.png') 0 0 no-repeat; width: 196px;}
#navigation a#nav-faqs {background: url('../images/nav/index-nav-faqs.png') 0 0 no-repeat; width: 104px;}
#navigation a#nav-credentials {background: url('../images/nav/index-nav-credentials.png') 0 0 no-repeat; width: 174px;}
#navigation a#nav-contact {background: url('../images/nav/index-nav-contact.png') 0 0 no-repeat; width: 156px;}


#navigation a:hover {background-position: 0 -54px !important;}

#splashbanner {
  width: 900px;
  height: 280px;
  display: block;
  background: url('../images/core/splashbanner.jpg');
  text-indent: -999em;
}

#text {
  width: 884px;
  margin: 0 auto;
  padding: 0 0 10px 0;
  background: #fff url('../images/core/text-background.jpg') bottom center no-repeat;
}

#footer {background: none;}