@import url("reset.css");

body {
  font-family: arial, verdana, helvetica;
  font-size: 1em;
  color: #646364;
}

#container {
  width: 981px;
  margin: 0 auto;
}

/* header */
#header {
  background: url(/public/images/mmc_header_background.gif) top right no-repeat;
}

#header #new_patients {
  width: 194px;
  height: 39px;
  text-indent: -999em;
  background: url(/public/images/mmc_new_patients.gif) no-repeat;
  float: right;
}

#header h1 a {
  text-indent: -999em;
  background: url(/public/images/mmc_logo.gif) no-repeat;
  width: 253px;
  height: 105px;
  display: block;
}

/* nav */
#nav {
  background: url(/public/images/mmc_nav.gif) no-repeat;
  width: 981px;
  height: 51px;
  font-size: 20px;
}

#nav ul {
  margin: 0 0 0 20px;
  padding: 0;
}

#nav li {
  float: left;
  list-style: none;
  margin:  11px 39px 0 0;
}

#nav a {
  color: #3a6ca4;
  padding-top: 10px;
  text-decoration: none;
}

#nav a:hover {
  background: url(/public/images/mmc_nav_hover.gif) no-repeat top center;
}

/* content */
#middle {
  min-height: 569px;
  height: 569px;
}

.interior #middle {
  height: auto;
}

#middle.feature1 {
  background: url(/public/images/mmc_home_feature_1.jpg) top right no-repeat;
}
#middle.feature2 {
  background: url(/public/images/mmc_home_feature_2.jpg) top right no-repeat;
}
#middle.feature3 {
  background: url(/public/images/mmc_home_feature_3.jpg) top right no-repeat;
}

#content {
  width: 346px;
  padding: 14px 25px;
  line-height: 20px;
}

.interior #content {
  float: right;
  display: inline;
  width: 530px;
}

#content h2 {
  font-family: georgia, times new roman, courier;
  color: #f89315;
  font-size: 2em;
  font-weight: normal;
  font-variant: small-caps;
}

#content ul {
  margin-left: 35px;
}

#content li {
  list-style-type: disc;
  margin-bottom: 7px;
}

#sidebar {
  float: left;
  display: inline;
  width: 400px;
  margin-top: 15px;
}

#subnav {
  background: #E0ECF5 url(/public/images/mmc_int_subnav_top.gif) no-repeat;
  width: 335px;
  margin-left: 34px;
}

#subnav_bottom {
  background: url(/public/images/mmc_int_subnav_bottom.gif) no-repeat;
  width: 335px;
  height: 8px;
  margin-left: 34px;
}

#sidebar h3 {
  color: #03438b;
  font-size: 1.2em;
  font-weight: normal;
  padding: 10px 0 0 20px;
}

#subnav ul {
  padding: 15px 20px;
}

#subnav li {
  list-style: circle;
  margin: 0 0 8px 25px;
}

#subnav li a {
  color: #000;
  font-style: italic;
  text-decoration: none;
}

p {
  margin: 15px 0;
}

.clear {
  clear: both;
}

#promo {
  background: url(/public/images/mmc_promo_nowaitingpolicy.gif) no-repeat;
  width: 393px;
  height: 158px;
  text-indent: -999em;
  display: block;
  margin-left: -25px;
}

.interior #promo {
  margin-left: 0;
}

#content p.required {
  color: #CF0000;
}

/* footer */
#footerwrap {
  background: #03038b url(/public/images/mmc_footer_background.gif) repeat-x;
  height: 115px;
}

#footer {
  color: #fff;
  font-size: .73em;
  width: 981px;
  margin: 0 auto;
  padding: 10px 0;
}

#footer_right {
  float: right;
  text-align: right;
  width: 300px;
}

#footer_left {
  float: left;
  width: 600px;
}

#footer a {
  color: #b9dffc;
}

/* Forms */
#clientform p, #maillist p {
  border-bottom: 1px solid #cfcfcf;
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
}

#clientform label, #maillist label {
  float: left;
  width: 160px;
}
#clientform input, #maillist input {
  clear: both;
}

#clientform label.error, #maillist label.error {
  float: none;
  color: #BF0000;
}

#clientform input.error, #maillist input.error {
  border: 2px solid #BF0000;
}

/* Notice */
#notice {
  background-color: #f88b04;
  color: #fff;
}

#notice #inner {
  width: 981px;
  padding: 10px;
  margin: 0 auto;
}
