 /*
File: ~/www/CSS/cw_splash.css
Client/Site: HSTG - Civil War
Author: Jonathan Biebesheimer <jb@thunkit.com>
Last Modified By: Jonathan Biebesheimer <jb@thunkit.com>

Date-Created:  February 26, 2003
Date-Modified: February 26, 2003 
*/

/* -- Site Elements --------------------- */

body.splash {
  padding:0px;
  margin:0px;
  background-image: url(/GRAPHICS/Shared/cw_splash_template/body_bg1.gif);
  background-repeat: repeat-y;
  background-color: #7986C7;
  font-family: sans-serif;
  font-size: 10px;
}

body.map {
  padding:0px;
  margin:0px;
  background-image: url(/GRAPHICS/Shared/cw_map_template/body_bg1.gif);
  background-repeat: repeat-y;
  background-color: #7986C7;
  font-family: sans-serif;
  font-size: 10px;
}

a {
  color: #A41237;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

/* -- Content Area Elements ---------------- */

#breadcrumbs {
  display: none;
  visibility: none;
  width: 0px;
  height: 0px;
  text-size: 0px;
}

#title {
  position: absolute;
  top: 0px;
  left: 14px;
  z-index: 2;
}

/* -- Splash Page - Links ---------------- */

#links {
  position:absolute;
  left: 224px;
  top: 130px;
}

/* -- Map Page - Map ---------------- */

#map {
  position:absolute;
  left: 0px;
  top: 0px;
}
