*, body {
  padding: 0;
  margin: 0;
}

body {
  text-align: center;
  font: 10pt arial;
}

a {
  color: #789b20;
}

img {
  border: 0;
}

a:link, a:visited, a:active {
  text-decoration: none;
}

h2.title {
  margin-bottom: 20px;
}

table {
  font-size: 100%;
}

div#site-wrapper {
  width: 740px;
  margin: 0 auto;
  text-align: left;
}

div#header-top {
  height: 60px;
  background: url(images/i_topbar.gif);
  position: top;
}

img#logo {
  position: absolute; 
  top: 6px; 
  left: 16px;
}

img#hewitt {
  position: absolute;
  top: 8px;
  right: 12px;
}

img#atlcat {
  position: absolute;
  top: 8px;
  right: 192px;
}

div#quick-nav {
  height: 24px;
  background: url(images/quick-nav.gif) repeat-x;
  position: relative;
}

div#header {
  position: relative;
  height: 205px;
  margin-top: 5px;
}

div#header-image {
  float: left;
  width: 516px;
}

div#primary-navigation {
  float: left;
  width: 220px;
}

div#header-spacer {
  clear: both;
  height: 26px;
  background: url(images/header-spacer.gif) repeat-x;
  margin-top: 5px;
  margin-bottom: 15px;
}

div#main {
  position: relative;
  width: 740px;
}

div#content {
  float: left;
  width: 516px;
  margin-bottom: 40px;
}

div#content ul,
div#content ul li {
  list-style-type: disc;
}

div#content ul li {
  margin-left:20px;
}

div#content-inner {
  margin: 10px;
  margin-right: 15px;
  margin-top: 5px;
  min-height: 600px;
  position: relative;
  width: 485px;
}

div#content-footer {
  text-align: right;
  margin-right: 25px;
}

div#sidebar-right {
  float: left;
  width: 224px;
}

ul.primary-menu {
  margin: 25px;
  margin-top: 20px;
  list-style-type: none;
}

ul.primary-menu li {
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #e6e6e6;
  background: url(images/primary-menu-arrow.gif) no-repeat;
  background-position: center right;
}

ul.primary-menu li a {
  font-weight: bold;
  color: #999;
  text-transform: uppercase;
}

ul.primary-menu li a:hover {
  color: #ffc400;
}

div#sub-navigation {
  background: #E6E6E6;
}

ul.sub-menu {
  list-style-type: none;
  margin-left: 0;
  padding: 15px;
}

ul.sub-menu li {
  padding-top: 2px;
  padding-bottom: 2px;
  border-bottom: 1px solid #fff;
}

ul.sub-menu li a{
  color: #666;
  background-position: center left;
}

div#map {
  margin-top: 25px;
}

div#contact-info {
  background: url(images/sidebar-gradient.gif) no-repeat;
  margin-left: 5px;
  margin-top: 5px;
  padding: 20px;
  font-size: 9pt;
}

div#footer {
  clear: both;
  font-size: 8pt;
  height: 80px;
  background: url(images/footer.gif);
}

span#designed-by {
  float: left;
  padding-top: 20px;
  padding-left: 20px;
}

span#copyright {
  float: right;
  padding-top: 20px;
  padding-right: 20px;
}
/* 125px for icon */

ul.header-menu {
  list-style-type: none;
  position: absolute;
  right: 5px;
  top: 3px;
  height: 10px;
}

ul.header-menu li {
  float: left;
}

ul.header-menu li a {
  color: #fff;
  font-size: 8pt;
  padding-right: 5px;
  padding-left: 5px;
  height: 8px;
  border-left: 1px solid #2d4927;
}

ul.header-menu li.first a {
  border-left: none;
}
