@import url('reset.css');
@import url('fonts/mrreavessans/stylesheet.css');

body {
  font-family: 'Arial', sans-serif;
  font-size: 12px;
  background: #fff;
  color: #654;
}
.clear {
  clear: both;
  line-height: 0;
  height: 0;
}

#page {
  width: 1020px;
  margin: 0 auto;
}

#header {
  position: relative;
  z-index: 99;
  height: 50px;
  background: url('../images/header-bg.png') repeat-x;
}

#header ul#top_nav {
  margin-left: 280px;
  height: 36px;
  padding: 10px 0 4px;
}
#header ul#top_nav li {
  float: left;
  list-style-type: none;
  border-left: 1px solid #897969;
}
#header ul#top_nav li a {
  display: block;
  font-family: 'MrEavesSanOTReg';
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  line-height: 8px;
  height: 8px;
  padding: 16px 22px 12px;
  text-decoration: none;
  border-left: 1px solid #4b3b32;
}
#header ul#top_nav li:first-child {
  border-left: none;
}
#header ul#top_nav li:first-child a {
  padding-left: 0;
  border-left: none;
}
#header ul#top_nav li.selected a,
#header ul#top_nav li.ancestor a,
#header ul#top_nav li a:hover {
  color: #ffe284;
}

#header ul#top_nav li ul {
  display: none;
  position: absolute;
  border-right: 1px solid #665544;
  border-left: 1px solid #665544;
  padding-top: 4px;
}
#header ul#top_nav li ul li {
  border-left: none;
}
#header ul#top_nav li:hover ul {
  display: block;
}
#header ul#top_nav li ul li {
  float: none;
}
#header ul#top_nav li ul li a {
  display: block;
  width: 200px;
  height: 8px;
  padding: 10px 20px;
  color: #665544 !important;
  background: #fff;
  opacity: 0.85; -moz-opacity: 0.85; -khtml-opacity: 0.85; filter: alpha(opacity=85);
  border-bottom: 1px solid #887766;
  border-left: none;
  font-size: 13px;
  font-family: 'Arial', sans-serif;
  text-transform: none;
  line-height: 8px;
}
#header ul#top_nav li ul li:first-child a {
  padding-left: 20px;
}
#header ul#top_nav li ul li a:hover {
  background: #ffe284;
  color: red !important;
  opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; filter: alpha(opacity=100);
}

#main {
  position: relative;
  margin-bottom: 2px;
  border-bottom: 1px dashed #887766;
  padding-bottom: 16px;
  background: #fff url('../images/bg.png') repeat-x top;
  zoom: 1; /* fix crappy ie7 rpfloat bug: http://www.satzansatz.de/cssd/rpfloat.html */
}
#main div#left {
  float: left;
  width: 280px;
}
#main div#left ul#sub_nav {
  margin-left: 42px;
  margin-top: 50px;
}
#main div#left ul#sub_nav li a {
  display: block;
  width: 176px;
  color: #887766;
  font-size: 16px;
  text-decoration: none;
  font-weight: normal;
  border-top: 1px solid #ccccbf;
  padding: 12px;
}
#main div#left ul#sub_nav li.ancestor a,
#main div#left ul#sub_nav li.selected a,
#main div#left ul#sub_nav li a:hover {
  color: #ff0000;
}
#main div#left ul#sub_nav li:first-child a {
  border-top: none;
}
#main div#left ul#sub_nav li ul {
  border-top: 1px solid #ccccbf;
  width: 200px;
}
#main div#left ul#sub_nav li ul li a {
  border-top: none;
  font-size: 12px;
  padding: 5px 5px 5px 30px;
  color: #2e89a7 !important;
  font-weight: bold;
}
#main div#left ul#sub_nav li ul li.selected a,
#main div#left ul#sub_nav li ul li a:hover {
  color: #ff0000 !important;
}
#main div#middle {
  float: left;
  width: 450px;
}
#main div#right {
  float: left;
  width: 290px;
  min-height: 500px;
}
#main div#right #tagline_box {
  width: 245px;
  height: 125px;
  background: url('../images/subpage_tagline.png');
  text-indent: -4000px;
  margin: 0;
}
#main div#right .callout_box {
  margin: 20px 42px 20px 20px;
  width: 220px;
}
#main div#right .callout_box a {
  display: block;
  padding: 12px 30px 12px 12px;
  line-height: 1.3em;
  color: #887766;
  text-decoration: none;
  font-size: 1.3em;
  font-family: 'Georgia', serif;
}
#main div#right .callout_box em {
  color: #ff0000;
  font-style: normal;
}
#main div#right .callout_box.style1 a {
  background: #ddddcc url('../images/small-arrow-grey.png') no-repeat bottom right;
}
#main div#right .callout_box.style2 a {
  background: #ffe284 url('../images/small-arrow-yellow.png') no-repeat bottom right;
}
#main div#right .callout_box.style2 {
  padding-top: 80px;
  background: url('../images/callout_01.jpg') top;
}
#main div#right .callout_box.style2.image1 {
  background: url('../images/callout_01.jpg') top;
}
#main div#right .callout_box.style2.image2 {
  background: url('../images/callout_02.jpg') top;
}
#main div#right .callout_box.style2.image3 {
  background: url('../images/callout_03.jpg') top;
}
#main div#right .callout_box.style2.image4 {
  background: url('../images/callout_04.jpg') top;
}

#main #content img.left {
  float: left;
  margin-right: 10px;
  margin-top: 6px;

}

#footer {
  clear: both;
  height: 13px;
  background: #e8e8dc;
  font-size: .9em;
  padding: 15px 45px;
}
#footer p {
  float: left;
  width: 705px;
}
#footer ul {
  float: left;
}
#footer ul li {
  float: left;
  border-left: 1px solid #887766;
  padding-bottom: 2px;
}
#footer ul li:first-child {
  border-left: none;
}
#footer ul li a {
  line-height: .8em;
  display: block;
  padding: 0 10px;
  text-decoration: none;
  color: #887766;
}
h1#logo a {
  margin-top: 30px;
  margin-left: 45px;
  display: block;
  text-indent: -4000px;
  width: 187px;
  height: 69px;
  background: url('../images/logo.png');
}

#main #content {
  border-right: 1px dashed #887766;
  padding-top: 30px;
  padding-right: 15px;
  min-height: 350px;
}

#main #content p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.7em;
}
#main #content strong {
  /*color: #665544;*/
  color: #2E89A7;
}
#main #content a {
  color: #2E89A7;
}
#main #content ul,
#main #content ol {
  margin-bottom: 10px;
}
#main #content ul li,
#main #content ol li {
  line-height: 1.5em;
  margin-left: 30px;
}
#main #content ul li {
  list-style-type: disc;
}
#main #content ol li {
  list-style-type: decimal;
}
#main #content h2 {
  font-size: 1.8em;
  margin-bottom: 1em;
  font-weight: normal;
  color: #ff0000;
}
#main #content h3 {
  font-family: "Georgia", serif;
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 18px;
  line-height: 1.2em;

}
#main #content h4 {
  font-size: 1.1em;
  line-height: 1.5em;
  color: #2e89a7;
}

#main #content form {
  margin-top: 20px;
  margin-bottom: 20px;
  width: 450px;
}
#main #content form div.field {
  margin-bottom: 10px;
}
#main #content form div.field label {
  display: block;
  margin-bottom: 2px;
  width: 200px;
}
#main #content form div.field.textarea, 
#main #content form div.field.textarea label {
  float: none;
  clear: both;
}
#main #content form div.submit-row {
  clear: both;
}

#main #content form textarea {
  height: 100px;
}
#main #content form ul.errorlist {
  margin-bottom: 0;
}
#main #content form ul.errorlist li {
  list-style-type: none;
  margin-left: 0;
  color: red;
  line-height: 1em;
}

body.home h1#logo a {
  margin-top: 70px;
}
body.home div#header_image {
  height: 260px;
}
body.home div#content {
  padding-top: 20px;
  min-height: 284px;
  clear: left;
}
body.home div#right {
}
body.home #main div#right div#tagline_box {
  width: 245px;
  height: 205px;
  background: url('../images/tagline.png');
  text-indent: -4000px;
}
body.home #main div#right div#telerad_link {
  width: 245px;
  height: 55px;
  background: url('../images/telerad-link-bg.png');
}
body.home #main div#right div#telerad_link a {
  display: block;
  width: 244px;
  height: 22px;
  color: #fff;
  padding: 11px 0;
  font-size: 1.1em;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
}
body.home #main div#right div#telerad_link a small {
  font-size: 0.8em;
}
body.home #main div#right div#telerad_link a span {
  font-size: 1.5em;
  line-height: 1em;
}
body.home #main div#right div#announcements {
  margin: 10px 0px 10px 10px;
  background: url('../images/bg-announcements.png');
  font-weight: bold;
  line-height: 1.5em;
  width: 215px;
  padding: 10px;
}
body.home #main div#right div#announcements p {
  margin-bottom: .8em;
}
body.home #main div#right div#announcements h3 {
  font-size: 17px;
  padding: 10px;
  border-bottom: 1px solid #bfb9ad;
  font-weight: normal;
}
body.home #main div#right div#announcements ul {
  margin-top: 10px;
}
body.home #main div#right div#announcements ul li {
  background: url('../images/bullet.png') no-repeat left;
  padding-left: 14px;
  margin: 8px 10px;
  color: #2e89a7;
  font-weight: bold;
  font-size: 1.1em;
}
body.home #main div#right div#announcements ul li a {
  color: #2E89A7;
  text-decoration: none;
}
body.home #main div#right div#pay_online a {
  display: block;
  margin: 10px 0px 10px 10px;
  width: 195px;
  padding: 10px 20px;
  background-color: #fbe578;
  text-decoration: none;
  font-size: 1.3em;
  color: inherit;
  height: 50px;
}
body.home #main div#right div#pay_online a span {
  display: block;
}
body.home #main div#right div#pay_online strong {
  display: block;
  float: left;
  width: auto;
  text-transform: uppercase;
  font-size: 1.3em;
  text-decoration: none;
  color: red;
  padding: 10px 35px 8px 0px;
  background: url('../images/arrow.png') no-repeat right 8px;
}
body.subpage-wide #main div#right {
  position: absolute;
  right: 0;
  min-height: 125px;
  height: 125px;
  overflow: hidden;
}
body.subpage-wide #main #content {
  border-right: none;
  width: 710px;
}

#main #content form.patient-survey { 
  width: 600px;
}

form.patient-survey p {
  border: 1px solid #654;
  padding: 10px;
  width: 560px;
  margin-top: 10px;
}
form.patient-survey div {
  clear: left;
  height: 30px;
}
form.patient-survey div label {
  display: block;
  float: left;
  width: 300px;
  clear: left;
}
form.patient-survey div.satisfaction label {
  width: 450px;
}
form.patient-survey div ul {
  float: left;
}
form.patient-survey div ul li {
  list-style-type: none !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
  float: left !important;
}
form.patient-survey div ul li label {
  color: #fff;
  display: inline !important;
  width: auto !important;
  font-size: .4em;
}
form.patient-survey div.would_you_recommend label {
  width: 450px;
}
form.patient-survey div.would_you_recommend select {
  width: 120px;
}
form.patient-survey div.comments label {
  float: none;
  margin-bottom: 10px;
}
form.patient-survey div.comments {
  height: 120px;
}
form.patient-survey div.comments textarea {
  width: 560px;
  height: 70px !important;
}
form.patient-survey ul.satisfaction-legend {
  padding-left: 438px;
  padding-bottom: 14px;
}
form.patient-survey ul.satisfaction-legend li {
  float: left;
  list-style-type: none !important;
  margin-left: 19px !important;
  font-weight: bold;
}
form.patient-survey div:hover label {
  font-weight: bold;
}
#main #content form.telerad-contact-form-plugin div.field {
  float: left;
  margin-right: 30px;
}
#main #content form.telerad-contact-form-plugin div.field input {
  width: 163px;
}
#main #content form.telerad-contact-form-plugin div.organization_name input,
#main #content form.telerad-contact-form-plugin div.address input {
  width: 360px;
}
#main #content form.telerad-contact-form-plugin div.state input {
  width: 25px;
}
#main #content form.telerad-contact-form-plugin div.zip input {
  width: 103px;
}
#main #content form.telerad-contact-form-plugin div.contact_method select {
  width: 150px;
}

#main #right #right_content {
  padding: 15px 30px 15px 15px;
}


