/*
   page-index.css
   goodchild
   
   Created by Cale Woodley on 2008-09-01.
   Copyright 2008 Webfirm. All rights reserved.
   
   index.asp specific styles
*/
body#page-index {
  background: #d9dde4 url('../images/core/index-body-background.png') top left repeat-x;
}

body#page-index #header {
  height: 378px;
  margin: 0;
}

body#page-index #content {
  width: 496px;
  float: left;
  display: inline;
}

body#page-index #logo {
  position: absolute;
  top: 12px;
  left: 25px;
  z-index: 11;
}

body#page-index #search {
  float: right;
  display: inline;
  margin: 10px 0 0 0;
  position: static;
}

#flash, object#flash { width: 100%; height: 344px; margin: 0 auto; position: absolute; top: 34px; left: 0; z-index: 10; background: url('../images/core/index-header-background.jpg') bottom center no-repeat; }