/* CSS Document */
html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}

body {
	background: url(images/STAShieldBackground.jpg);
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #364049;
	padding-bottom: 5px;
}
body a {
  text-decoration: none;
  color: #ff0000;
}
body a:hover {
  text-decoration: underline;
  color: #ffffff;
  background: #ff0000; 
}
/** layout **/
#wrapper {
	text-align: left;
	margin: 30px auto;
	width: 800px;
	background: #ffffff;
    position: relative;
}

#header {
    background: #ffcece;
    height: 200px;
}
#slideshow {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 360px;
}
#logo {
  position: absolute;
  top: 0px;
  left: 365px;
  width: 435px;
  color: #000000;
  background: #ffcece;
}
#logo h1 {
  font: bold 24px "arial narrow", arial, sans-serif;
}
#logo p {
  margin: 0;
  font-weight: bold;
}
div#preloaded-images {
   position: absolute;
   left: -999px; 
   top: -999px;
}
#nav {
  background: #FF0000;
  position: absolute;
  top: 125px;
  left: 360px;
  width: 440px;
  padding: 4px 0;  
  text-align: center;
}
#nav li {
  list-style: none;
  display: inline;
  color: #ffffff;
}
#nav a {
  text-decoration: none;
  color: #ffffff;
}
#nav a:hover {
  text-decoration: underline;
  color: #ff0000;
  background: #ffffff; 
}
#nav2 {
  background: #FF0000;
  position: absolute;
  top: 150px;
  left: 440px;
  width: 360px;
  padding: 4px 0;  
  text-align: center;
}
#nav2 li {
  list-style: none;
  display: inline;
  color: #ffffff;
}
#nav2 a {
  text-decoration: none;
  color: #ffffff;
}
#nav2 a:hover {
  text-decoration: underline;
  color: #ff0000;
  background: #ffffff; 
}
#nav3 {
  background: #FF0000;
  position: absolute;
  top: 175px;
  left: 460px;
  width: 340px;
  padding: 4px 0;  
  text-align: center;
}
#nav3 li {
  list-style: none;
  display: inline;
  color: #ffffff; 
}
#nav3 a {
  text-decoration: none;
  color: #ffffff;
}
#nav3 a:hover {
  text-decoration: underline;
  color: #ff0000;
  background: #ffffff; 
}
#body {
  padding-top: 5px;
  background-color:#ffffff;
}
#aboutsta {
  float: left;
  width: 160px;
}
#aboutsta h2 {
  font: bold 14px "arial narrow", arial, sans-serif;
  color: #000000;
  padding: 1px 0 1px 0;
  background: #ff0000;
  text-align: center;
}
#aboutsta li {
  background: #ffcece left url(images/bullet.jpg) no-repeat;
  border-top: 1px solid #ffecec;
  color: #FF0000;
  list-style: none;
  font-size: 10px;
  padding: 1px 0 1px 35px;
}
#aboutsta a {
  text-decoration: none;
  color: #ff0000;
}
#aboutsta a:hover {
  text-decoration: underline;
  color: #ffffff;
  background: #ff0000;
}
#mainbody {
  float: right;
  width: 635px;
  background: #ffecec;
  margin-bottom: 2px;
}
#mainbody .inner {
  padding: 6px 12px;
}
#mainbody p {
  margin: 0.8em 0;
}
#mainbody li {
  margin: 0 0 0 0.8em;
}

#footer-one, #footer-two, #footer-three {
  height: 125px;
}

#footer-one {
  float: left;
  width: 147px;
  background: #ffffff;
}
#footer-two {
  float: left;
  width: 553px;
  background: #ffffff left url(images/HomeOfTheFlames.gif) no-repeat;
}
#footer-three {
  float: left;
  width: 100px;
  background: #ffffff;
}
#footer p {
  text-align: center;
  color: #000000;
  margin: 0px 8px 0px 8px;
  font-size: 23px;
  font-weight: bold;
}
#footer img {
	float: left;
	border: 0;
}
#copyright {
  text-align: center;
  font-size: 9px;
  margin: 1px 0px 1px 0px;
  background: #ffecec;
}
