body {
  background-image: url(lilacleather.gif);
  background-repeat: repeat;
  font-size: 85%;
}
a, a:link, a:visited, a:active  {
  color: #6e1e5e;
  text-decoration: underline;
}
a:hover  {
  color: #C19AC0;
  text-decoration: none;
}
h1 {
  color: #924c88;
  font-size: 1.75em;
  margin-bottom: 1em;
}
h2  {
  font-size: 1.25em;
  line-height: 1.25em;
}
h3 {
  font-weight: bold;
  font-size: 1.25em;
}
hr {
  background:#C19AC0;
  color:#C19AC0;
}
#header {
  height: 215px;
  background-image: url(head.gif);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#shadowmiddle {
  background-image: url(shadowmiddle.gif);
  background-repeat: repeat-y;
  background-position: center top;
  list-style-image: url(lilacbullet.gif);
}
#maincopy {
  margin: 0 15px 5px 15px;
  padding: 0 1.5em 2em 1.5em;
  background-image: url(kdacorner.gif);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.doctor {
  float: left;
  background-color: #C19AC0;
  padding:1em;
  margin: 0 1.5em .75em 0;
  width: 150px;
  height: 80px;
}
.pic_right {
  float: right;
  margin: 0 0 .75em 1.5em;
  border-top: 2px solid #C19AC0;
  border-bottom: 2px solid #C19AC0;
}
.pic_left {
  float: left;
  margin: 0 1.5em .75em 0;
  border-top: 2px solid #C19AC0;
  border-bottom: 2px solid #C19AC0;
}
.doctor h3 {
  color: #fff;
}
#contact_info {
  float: left;
  width: 175px;
}
#map {
  float: right;
  border: 2px solid #C19AC0;
  height: 325px;
  width: 375px;
  margin-bottom: 2em;
}

ul#nav {
  background-image: url(navbg.gif);
  margin: 0 15px 0 15px;
}
ul#nav li {
  float:left;
  list-style-type:none;
  display: inline;
}
ul#nav li a {
  height:70px;
  display:block;
  text-indent:-9999px;
  outline:none;
}

li#nav-home a, li#nav-about-us a, li#nav-services a, li#nav-resources a, li#nav-contact-us a {
  background-image: url(navbg.gif);
}

li#nav-home a       { background-position:0 0; width:125px; left:0 }
li#nav-home a:hover    { background-position:0 -70px }
body#page-home li#nav-home a   { background-position:0 -70px }

li#nav-about-us a       { background-position:-125px 0; width:120px; left:125px }
li#nav-about-us a:hover    { background-position:-125px -70px }
body#page-about-us li#nav-about-us a   { background-position:-125px -70px }

li#nav-services a       { background-position:-245px 0; width:130px; left:245px }
li#nav-services a:hover    { background-position:-245px -70px }
body#page-services li#nav-services a   { background-position:-245px -70px }

li#nav-resources a       { background-position:-375px 0; width:160px; left:375px }
li#nav-resources a:hover    { background-position:-375px -70px }
body#page-resources li#nav-resources a   { background-position:-375px -70px }

li#nav-contact-us a       { background-position:-535px 0; width:185px; left:535px}
li#nav-contact-us a:hover    { background-position:-535px -70px }
body#page-contact-us li#nav-contact-us a   { background-position:-535px -70px }

/*  
Measurements for the nav image replacement:

  The distance from the top to the...
  
  initial state = 0
  rollover state = 70px
  selected state = 70px

  The distance from the far-left to the...
  
  HOME button = 0
  ABOUT US button = 125px
  SERVICES button = 245px
  RESOURCES button = 375px
  CONTACT US button = 535px


  The width of the...
  
  HOME button = 125
  ABOUT US button = 120px
  SERVICES button = 130px
  RESOURCES button = 160px
  CONTACT US button = 185px
*/
#bottomnav {
  background-image: url(shadowmiddle.gif);
  background-repeat: repeat-y;
  background-position: center top;
}
#bottomnav .container {
  background-color: #6e1e5e;
  width: 720px;
  padding: .3em 0;
  text-align: center;
  color: #fff;
  word-spacing: .1em;
}
#bottomnav a, #bottomnav a:link, #bottomnav a:visited, #bottomnav a:active  {
  font-size: 95%;
  color: #fff;
  text-decoration: none;
}
#bottomnav a:hover  {
  text-decoration: underline;
}
#shadowbottom {
  height: 30px;
  background-image: url(shadowbottom.gif);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding-top: 1em;
  color: #FFFFFF;
  font-size: 90%;
}
#shadowbottom p {
  text-align: center;
}
#shadowbottom a, #shadowbottom a:link, #shadowbottom a:visited, #shadowbottom a:active  {
  color: #fff;
}
