body { text-align: center; } 
#wrapper { text-align: left; margin: 0 auto;
}
body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #001422;
  margin: 0;
}
h1, h2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color:#0070B8;
}
h1 {
  font-size: 125%;
}
h2 {
  font-size: 115%;
}
hr {
  clear: both; /* necessary */
  height: 1px;
  color: #A9A9A9;
  border-style: solid;
}
#left {
  /* floating this left causes a problem */
  width: 60%;
}
#left h1 {
  padding-top: 14px;
}
#right {
  width: 35%;
  float: right;
}
#right h1 {
  margin-top: 14px;
}
#banner {
  background-color: black;
}
#branding {
  width: 960px;
  margin: 0 auto;
}
#branding h1 {
  color: #D58CD2;
  font-size: 250%;
  font-style: italic;
  float: right;
  margin: 10px 5px;
  text-align: right;
}
#border {
  background: url(/images/border.jpg) #0066FF repeat-x top;
  height: 9px;
  background: url(/images/border.jpg) #FFF repeat-x top;
  height: 18px;
}
#container { /* JNJ */
  background-color: #c20000;
  width: 960px;
  margin: 0 auto;
}
#advantages {
  background-color: #c20000;
  color: WHITE;
}
#advantages div {
  background-color: transparent;
  background-color: #c20000;
  width: 31%;
  float: left;
  padding: 0 1% 15px;
}
#advantages h1 {
  color:#FFFFFF;
  font-weight: 400;
  margin-top: 10px;
}
#main {
  background-color: #ffffff;
  padding: 0 0 20px 0;
  clear: both; /* clearing the "cells" above */
}
#main h2 {
  background: url(/images/h2_bg.jpg) top repeat-x #0170BF;
  padding-left: 10px;
  color:#FFFFFF;
}
#main a {
  color:#006EB4;
  text-decoration:none;
  font-weight:bold;
}
#main a:hover {
  text-decoration:underline;
}
#footer {
  background:url(/images/footer.jpg) #0070B7 repeat-x top;
  text-align:center; 
  clear: both;
  padding: 10px 0 10px;
}
#footer a {
  font-size: 90%;
  padding-left:10px;
  padding-right:10px;
}
#footer a:link {
  color:#79C6F7;
  text-decoration: none;
}
#footer a:visited {
  color: #79C6F7;
  text-decoration: none;
}
#footer a:hover {
  color: #79C6F7;
  text-decoration: underline;
}
#footer a:active {
  color: #FFFFFF;
  text-decoration: none;
}
#bottom_line {
  background: url(/images/bottom_line.jpg) #DF38A2 top repeat-x;
  height: 6px !important;
}
#navigation {
  height:37px;
  background:url(/images/menu_bg.jpg) top repeat-x;
}
#navigation ul {
  height:37px;
  width: 960px;
  margin: 0 auto;
  font-weight:bold;
  font-size:103%;
  padding:10px 10px 0 10px;
  list-style: none;
}
#navigation li {
  display:inline;
  margin:0;
  padding:0;
}
#navigation a {
  float:left;
  background:url("/images/tableftJ.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
}
#navigation a span {
  display:block;
  background:url("/images/tabrightJ.gif") no-repeat right top;
  padding: 5px 15px 4px 6px;
  color:#006EB4;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#navigation a span {float:none;}
/* End IE5-Mac hack */
#navigation a:hover span {
  color:#FFF;
}
#navigation a:hover {
  background-position: 0% -42px;
}
#navigation a:hover span {
  background-position: 100% -42px;
}
#main.our-work p {
  margin: 0.50em 0;
}
#main.our-work div.narrative {
  clear: both;
  width: 60%;
  float: left;
  margin-top: 25px;
}
#main.our-work h1 {
  color: #c20000;
  font-size: 100%;
  margin-top: 0;
}
#main.our-work h2 {
  color: #333;
  background: transparent;
  margin-bottom: 0;
  font-size: 100%;
}
#main.our-work ul {
  margin-top: .3em;
  padding-left: 35px;
}
#main.our-work span {
  background: url(/images/h2_bg.jpg) top repeat-x #0170BF;
  padding-left: 10px;
  color:#FFFFFF;
 
}
#main.our-work div.narrative p.testimonial {
  font-style: italic;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.3em
}
#main.our-work div.pic-and-points {
  width: 35%;
  float: right;
  margin-top: 35px;
}
#main.our-work div.pic-and-points img {
  border: 1px solid #0079BE;
  padding: 3px;
}
#main.our-work div.pic-and-points a {
  font-size: 12px;
}
#main.our-work p.testifier {
  margin-top: -0.3em;
}
#container.contact {
  background-color: white;
}
.contact #left {
  width: 55%;
}
.contact #right {
  width: 35%;
  text-align: center;
}
.contact table {
}
.contact form input {
  width: 300px;
}
.contact form .required {
  display: none;
}

