body {
   margin: 10px;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12px;
   color: #000;
}
p {
   margin-top: 0;
}
img.header {
   margin-bottom: 10px;
}
h1 {
   font-size: 14px;
   text-decoration: underline;
   margin-bottom: 0;
}
h2 {
   font-size: 12px;
   margin-bottom: 0;
}
#logo {
   margin-bottom: 6px;
}
#menu {
   background-color: #aaa9a7;
   padding: 5px 5px;
   font-size: 11px;
   height: 16px;
}
#menu ul {
   margin: 0;
   padding: 0;
   background-color: #aaa9a7;
   white-space: nowrap;
}
#menu li {
   list-style-type: none;
   float: left;
   padding: 2px 0;
   white-space: nowrap;
   border-right: 2px solid #fff;
   position: relative;
}
#menu li.last {
   border-right: none;
}
#menu ul ul {
   display: none;
   position: absolute;
}
#menu li li {
   float: none;
   border-top: 2px solid #fff;
}
#menu a, #leftNav a {
   color: #fff;
   text-decoration: none;
   padding: 0 15px;
   display: block;
}
#menu ul ul a {
   display: block;
}
ul.level2 {
   top: 16px;
   left: -2px;
}
ul.level3 {
   left: 101%;
   top: -2px;
}
#menu li:hover ul.level2, #menu ul.level2 li:hover ul.level3 {
   display: block;
}
#content {
   clear: both;
   border-collapse: collapse;
}
#content td {
   vertical-align: top;
}
#solutions {
   width: 100%;
   border-collapse: collapse;
}
#solutions td {
   text-align: center;
   padding: 0;
   white-space: nowrap;
   font-size: 11px;
}
td#leftNav {
   width: 150px;
   height: 500px;
   background-color: #00536e;
   color: #fff;
   font-weight: bold;
   padding: 10px 5px;
}
td#copy {
   padding: 10px 0 10px 10px;
}
td#copy p {
   margin-top: 10px;
}
#leftNav ul {
   margin: 0;
   padding: 0;
   list-style-type: none;
}
#leftNav ul ul {
   padding-left: 20px;
   display: none;
}
#leftNav a {
   padding-bottom: 10px;
}
address {
   font-style: normal;
   margin-bottom: 10px;
   width: 300px;
   margin-left: auto;
   margin-right: auto;
}
#footer {
   clear: both;
   border-top: 10px solid #aaa9a7;
   padding-top: 10px;
   text-align: center;
   font-weight: bold;
}
#footer .tagline {
   font-size: 14px;
   font-style: italic;
   color: #00536e;
}
#footer .industries {
   color: #00536e;
}
#footer .credits {
   font-size: 10px;
   font-weight: normal;
}
td#callouts {
   white-space: normal;
   padding: 0 70px;
}
td#callouts div {
   display: none;
   text-align: left;
   width: 300px;
   background-color: #00536e;
   padding-bottom: 5px;
}
td#callouts h2 {
   font-size: 12px;
   padding-left: 10px;
   background-color: #aaa9a7;
   margin-bottom: 0;
}
td#callouts ul {
   color:#fff;
   margin: 5px 5px auto auto;
}
hr.solutions {
   color: #00536e;
   width: 90%;
   text-align: center;
}
#solutionsForm select {
   font-size: 10px;
}
span.question {
   color: #f00;
   font-size: 13px;
   font-weight: bold;
}
#contactForm th {
   text-align: left;
}
#contactForm input {
   width: 230px;
}
#contactForm textarea {
   width: 300px;
}

