body {
  margin: 0;
  padding: 0;
  font: normal normal normal 0.9em arial;
  color: black;
  background-color: #ffffff;
}

#header {
  width: 100%;
  height: 88px;
  margin: 0;
  padding: 0;
  background-image: url("../img/header.jpg");
}

#header h1 {
  display: none;
  font: normal normal normal 0.9em arial;
  color: red;
}
#header p {display: none;}

#title {
  position: absolute;
  width: 263px;
  height: 84px;
  left: 2px;
  top: 3px;
  background-image: url("../img/name_logo.jpg");
}

#purpose {
  position: absolute;
  width: 380px;
  height: 28px;
  right: 30px;
  top: 40px;
  background-image: url("../img/solutions_script.jpg");
}

#btn_topline {
  position: absolute;
  right: 5px;
  top: 65px;
  height: 21px;
  width: 413px;
  background-image: url("../img/navy_1.jpg");
}

#menu1 {
  position: absolute;
  right: 5px;
  top: 66px;
}

#menu1 ul {
  margin-left: 0;
  padding-left: 0;
  white-space: nowrap;
}

#menu1 li {
  display: inline;
  list-style-type: none;
}

#menu1 a {
  padding: 3px 20 px;
  background-color: #036;
  color: white;
}

#menu1 a:visited {
  border: 1px solid black;
  color: #036;
  text-decoration: none;
  background-color: white;
  text-decoration: none;
}

#menu1 a:link {
  border: 1px solid black;
  color: #036;
  text-decoration: none;
  background-color: white;
  text-decoration: none;
}

#menu1 a:hover {
  color: #fff;
  background-color: #369;
  border: 1px solid black;
}

#menu2_backer {
  position: absolute;
  left: 0px;
  top: 90px;
  width: 260px;
  bottom: 60px;
  background-color: #40a0d0;
}

#menu2 {
  position: absolute;
  left: 10px;
  top: 125px;
  width: 180px;
  border: 1px solid #40a0d0;
  text-align: center;
  background-color: #f0f0f0; #40a0d0;
}

#menu2 ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

#menu2 a {
  display: block;
  margin: 5px;
  padding: 3px;
  width: 160px;
  color: #036;
  background-color: #f0f0f0; white;
  border-bottom: 0px solid #eee;
}

#menu2 a:visited {
  border: 0px solid black;
  color: #036;
  text-decoration: none;
  background-color: white;
  text-decoration: none;
}

#menu2 a:link {
  border: 0px solid black;
  color: #036;
  text-decoration: none;
  background-color: white;
  text-decoration: none;
}

#menu2 a:hover {
  background-color: #369;
  color: #fff;
}

#content, #footer {
  margin-left: 215px;
  margin-right: 25px;
}

#footer {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid black;
  text-align: center;
}

#footer * {
  margin: 0;
  padding: 0;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer li {
  display: inline;
  padding: 0;
  margin: 0;
}

#footer li:before { content: "| "; }
#footer li:first-child:before { content: ""; }

* html #footer li {
  border-left: 1px solid black;
  padding: 0 0.4em 0 0.4em;
  margin: 0 0.4em 0 -0.4em;
}

* html #footer {height: 1%;}

* html #footer li
{
  display: block;
  float: left;
}

* html #footer li:first-child {border-left: 0;}

h1 {
  font: normal normal normal 1.5em arial;
  color: #036;
  margin: 1em 0em 1em 0em;
}