/* Reset Styles */
* {
    margin: 0;
    padding: 0;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-family: "bell mt italic", "palatino linotype italic","palatino",serif;
    vertical-align: baseline;
}

/* New Styles */
/*margin: top right bottom left */
body {
  font-size: 0.65em;
}

#wrapper {
  margin: 0 auto;
  position: absolute;
  width: 1200px;
  height: 800px;
  text-align: left;
  font-size: 1.3em;
}
#content {
  width: 660px;
  margin: 60px 5px 0 200px;
}
#content p {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 10px;
}
#content p.aboutName {
  font-size: 1.8em;
  line-height: 1.8em;
  font-weight: bold;
}
#content p.aboutCred {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-top: -20px;
  margin-bottom: 10px;
}
#content dt {
/*margin: top right bottom left */
  margin: 0 0 0 25px;
  font-size: 1.3em;
  font-weight: bold;
  line-height: 1.3em;
}
#content dt span.right1{
  position: absolute;
  right: 440px;
}
#content dt span.right2 {
  position: absolute;
  right: 400px;
}
#content ul {
  margin: 0 0 15px 25px;
  font-size: 1.3em;
  line-height: 1.3em;
}
#content ul.i1 {
  margin: 0 0 15px 50px;
  font-size: 1.0em;
  line-height: 1.4em;
  list-style-type: square;
  width: 500px;
}
#header {
  position: absolute;
  width: 1200px;
  height: 200px;
}
#header2 {
  position: absolute;
  width: 1200px;
  height: 200px;
}
#header h1 {
  margin: 30px 360px 5px 380px;
  height: 80px;
  text-align: center;
}
#header2 h1 {
  margin: 10px 360px 5px 380px;
  height: 105px;
  text-align: center;
}
#content h2 {
  text-align: center;
  font-size: 2em;
  width: 850px;
  height: 40px;
}
#content h3 {
  font-size: 1.6em;
  font-weight: bold;
  text-decoration: underline;
  margin-top: 5px;
  margin-bottom: -15px;
}
#contentContainer {
  margin: 140px 0 0 0;
  padding: 20px 0 50px;
}

#nav {
  font-size: 1.2em;
  margin: 55px 0 0 10px;
  float: left;
  width: 175px;
  height: 300px;
  /*height: 100%;*/
}
#navList {
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#navList li {
  margin-bottom: 10px;
}
#navList li a {
  display: block;
  text-decoration: none;
}
#navList li a span {
  /*display: none;*/
}
#navList li a#welcome, 
#navList li a#about, 
#navList li a#methods, 
#navList li a#clinic, 
#navList li a#newpatient, 
#navList li a#specialties, 
#navList li a#testamonials, 
#navList li a#links 
{
  height: 32px;
}


#footer {
  width: 700px;
  border-top: 1px solid;
  margin: 0px 0px 0 155px;
  clear: both;
  padding-top: 8px;
  text-align: center;
  line-height: 1.5em;
  font-size: 1.10em;
}

#footer p {
  line-height: 1.5em;
  font-size: 0.80em;
}
