body {
  text-align: center;
  margin: 0;
  background-color: #ddd;
}
div {text-align: left;}
p, h1, h2, h3, h4, h5, h6 {
  color: #16327C;
  text-align: left;
}
p, th, td {
  font-family: "Times New Roman", Times, Serif;
  font-size: 12px;
  font-weight: bold;
}
table{margin-bottom: 20px;}
th {
  background-color: #16327C;
  color: #fff;
  text-align: center;
}
td {
  text-align: center;
  color: #16327C;
}
p.big_lines {line-height: 2.5em;}
h1, h2, h3 {
  font-family: Impact, "Times New Roman", Times, Serif;
  font-size: 24px;
  font-weight: normal;
  line-height: 1em;
  padding: 0;
  margin: 0;
}
h2 {font-size: 20px;}
h2 a {
  color: #16327C;
}
h3 {font-size: 16px;}
hr {margin: 20px 0 30px 0;}
div#container {
  width: 900px;
  margin: 0 auto 0 auto;
}

/*
 * Navigation
 */
div#navigation {
  width: 100%;
  height: 58px;
  background-image: url('/images/top.gif');
  background-repeat: no-repeat;
}
div#navigation ul, div#navigation a {
  padding: 0;
  margin: 0;
}
div#navigation li {
  float: left;
  list-style: none;
  margin: 27px 19px 0 19px;
  padding: 0;
  display: block;
}
div#navigation a {
  display: block;
  height: 20px;
  background-repeat: no-repeat;
}
div#navigation a span {display:none;}
a#nav_home {
  background-image: url('/images/nav_home.gif');
  width: 47px;
}
a#nav_about {
  background-image: url('/images/nav_about.gif');
  width: 73px;
}
a#nav_contact {
  background-image: url('/images/nav_contact.gif');
  width: 89px;
}
a#nav_service {
  background-image: url('/images/nav_service.gif');
  width: 98px;
}
a#nav_project {
  background-image: url('/images/nav_project.gif');
  width: 96px;
}
a#nav_employee {
  background-image: url('/images/nav_employee.gif');
  width: 115px;
}
a#nav_related {
  background-image: url('/images/nav_related.gif');
  width: 108px;
}
a#nav_home:hover {background-image: url('/images/nav_home_hov.gif');}
a#nav_about:hover {background-image: url('/images/nav_about_hov.gif');}
a#nav_contact:hover {background-image: url('/images/nav_contact_hov.gif');}
a#nav_service:hover {background-image: url('/images/nav_service_hov.gif');}
a#nav_project:hover {background-image: url('/images/nav_project_hov.gif');}
a#nav_employee:hover {background-image: url('/images/nav_employee_hov.gif');}
a#nav_related:hover {background-image: url('/images/nav_related_hov.gif');}


/*
 * Header
 */
div#top {
  width: 100%;
  height: 213px;
  background-image: url('/images/header.jpg');
  background-repeat: no-repeat;
}
div#top h1 {
  float: left;
  margin: 25px 0 0 30px;
  width: 342px;
  height: 161px;
  background-image: url('/images/logo.gif');
  background-repeat: no-repeat;
  padding: 0;
}
div#top h1 span {display:none;}
p.tag_line {
  display: none;
  opacity: 0;
  color: #fff;
  font-size: 27px;
  font-family: Impact, "Times New Roman", Times, Serif;
  text-align: center;
  width: 480px;
  float: right;
  margin: 84px 0 0 0;
  padding: 0;
  font-weight: normal;
}


/*
 * Footer
 */
div#footer {
  width: 100%;
  height: 28px;
  background-image: url('/images/footer.gif');
  background-repeat: no-repeat;
  padding-top: 7px;
  float: left;
}
div#footer p {
  text-align: center;
  color: #fff;
  margin: 0;
}

/*
 * Main
 */
div#main {
  float: left;
  width: 100%;
  background-image: url('/images/side.jpg');
  background-repeat: repeat-y;
  background-color: #fff;
}


/*
 * Sidebar
 */
div#sidebar {
  float: left;
  width: 287px;
}
div#sidebar img {
  margin: 0 0 15px 50px;
  border: 0;
}
div#sidebar img.first {margin-top:40px;}
div#sidebar a {border: 0;}
/*
 * Content
 */
div#content {
  float: right;
  width: 480px;
  margin: 75px 30px 20px 100px;
  background-color: #fff;
}

div#map {
  width: 580px;
  height: 400px;
  margin: 10px 15px 0 15px;
  float: right;
}
div#map p {
  text-align: center;
}
div.half_column {
  width: 280px;
  float: right;
  margin: 20px 15px 10px 5px;
}
div.half_column h3 {
  margin-bottom: 12px;
}
p.note {
  font-style: italic;
  text-align: center;
}