*, .content form ul {
  margin: 0;
  padding: 0;
}
a {
  color: #ED1B26;
}
body {
  min-width: 800px;
  background: #f5f5f5;
  text-align: center;
  font: .9em/1.2em Trebuchet MS, Arial, Verdana, Sans-serif;
}
#shockWrap {
  width: 800px;
  margin: 0 auto;
  text-align: left;
  border-left: 4px solid #e5e5e5;
  border-right: 4px solid #e5e5e5;
  background: #ffffff url(../images/nav.gif) repeat-y -30px top;
}

/* Logo Style */

h1 {
  width/**/: 800px; /* empty comments for IE5/win */
  height/**/: 108px;
  line-height: 108px; /* for IE5/win */
  text-indent: 0px; 
}
h1 a {
  display:block;
  width/**/: 800px; /* empty comments for IE5/win */
  height/**/: 108px;
  line-height: 108px; /* for IE5/win */
  text-indent: -1000px; 
  background: url(../images/header.jpg) no-repeat top left;
}
h2 {
  margin: 0 0 .7em;
  padding: 0 0 .2em;
  border-bottom: 1px solid #d8d8d8;
}

/* Metabar */

.metaBar {
  padding: 3px 5px;
  background: #f5f5f5;
  color: #303030;
  border-bottom: 1px solid #e5e5e5;
}
.metaBar .left {
  padding: 3px 0 0;
}
.metaBar .right {
  width: 300px;
  text-align: right;
}
.metaBar fieldset {
  border: none;
}
.metaBar input {
  margin: 0 0 0 5px;
}

/* Content */

h4 {
  font-size: 1.2em;
  margin: 0 0 .5em;
}
h4 a {
  color: #000;
  text-decoration: none; 
}
.content {
  padding: 1em 0 1.5em 0;
  width: 670px;
  background: url(../images/content.gif) repeat-y 395px top;
}
.wide {
  background: none;
}
.gutter {
  padding: 0 10px;
}
.content ul {
  margin: 0 1.5em;
}
.content p {
  margin: 0 0 1em;
}
.content p.backTop {
  margin: 0;
  text-align: right;
}
.content p.backTop a {
  font-size: .9em;
  text-decoration: none;
  color: #333;
}
.content .left {
  width: 395px;
}
.missionStatement {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 10px;
  margin: 0 0 1em;
}
.locations {
  padding: 0 10px;
}
.locations ul {
  padding: 15px;
  background: url(../images/usmap.gif) no-repeat center;
  height: 180px;
}
.content .right {
  width: 275px;
}
.clinicalTrials {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 1em;
  padding: 0 10px 0;
} 
.clinicalTrials ul {
  margin: 0;
  list-style: none;
} 
.clinicalTrials ul a {
  display: block;
} 
.login {
  margin: 0 0 1em;
  padding: 0 10px 1em;
} 

/* Nav */

.nav {
  width: 130px;
}
.nav li {
  display: inline;
}
.nav a {
  background: #3BACFC;
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0 0 0 .5em;
  line-height: 1.5em;
  border-bottom: 1px solid #ffffff;
}
.nav a:hover {
  color: #ffffff;
  background: #2F8ED0;
}

/* Footer */

.footer {
  clear: both;
  padding: 1em;
  border-top: 1px solid #e5e5e5;
  background: #f5f5f5;
}

/* Login Form */

.login li {
  list-style: none;
  margin: 0 0 7px;
}
.login fieldset {
  border: none;
}
.login input {
  width: 125px;
}
.loginButton input {
  margin: 0 0 0 80px;
  width: auto;
}
.login label {
  float: left;
  padding: 3px;
  width: 75px;
}

/* Floaters */

.left {
  float: left;
}
.right {
  float: right;
}
.clearfix:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.clearfix {
  display:inline-block;
}

/* Hide from IE Mac \*/
.clearfix {
  display:block;
  height: 1%;
}
* html * {
  height: 1%;
}
/* End hide from IE Mac */