@charset "utf-8";
/* ##############
  CSS for GemStateDerm website developed by Keith Wolf
############ */

/* noDisplay for portions that are only to be printed but not displayed on screen (see print.css) */
#noDisplay, .noDisplay {
  display: none;
}

body  {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background: #DFDFEE;
  margin: 0;
  padding: 0;
  text-align: center; 
  color: #000000;
}
img {
  border: none;
  margin: 0;
  padding: 0;
}
sup {
  font-size: 60%;
}
a:link {
  text-decoration: underline;
  color: #000;
}
a:visited {
  text-decoration: underline;
  color: #7d7d3e;
}
  a:visited:hover {
    color: #000;
  }
a:active {
  text-decoration: underline;
  color: #7d7d3e;
}
a:hover {
  color: #7d7d3e;
}

.skip span {
  position: absolute;
  width: 1px;
  height: 1px;
  left: -10000px;
  overflow: hidden;
}

acronym, abbr {
  border-bottom: 1px dotted;
  cursor: help;
}

#mainContent li {
  margin-top: 15px;
}
.layout #container { 
  background: #fff url('../images/leftbg.png') left top repeat-y;
  margin: 0 auto;
  text-align: left;
} 
.layout #header { 
  background: #DFDFEE url('../images/topright_face.jpg') top right no-repeat;
  border-bottom: 1px #888 solid;
  width: 100%;
  height: 107px; 
  padding: 0; 
  overflow: hidden;
}
.layout #topLeftLogo {
  margin-left: 20px;
}
.layout #header h1 {
  margin: 0; 
  padding: 10px 0;
}

.layout #sidebar1 {
  float: left;
  clear: both;
  width: 148px; /* since this element is floated, a width must be given */
  padding: 15px 10px 150px 0;
  color: #000;
}
  .layout #sidebar1 h3, .layout #sidebar1 p {
    margin-left: 10px;
    margin-right: 10px;
  }  
  .layout #sidebar1 a, .layout #sidebar1 a:visited {
    padding: 10px 0 10px 0.5em;
    display: block;
    width: 100%;
    font-size: 95%;
    color: #484687;
    font-weight: bold;
    font-family: Georgia, "Times New Roman", Times, serif;
    text-decoration: none;
  }
  .layout #sidebar1 a:hover {
    color: #000;
    text-decoration: underline overline;
  }
  .layout #sidebar1 #current {
    text-decoration: underline overline;
  }
  .layout #sidebar1 div {
    display: block;
    font-family: Georgia, "Times New Roman", Times, serif;
    padding: 0;
    margin: 0 0 0 10px;
  }
  .layout #sidebar1 #office_hours {
    font-size: 90%;
  }
  .layout #sidebar1 .hours {
    font-weight: bold;
    font-size: 102%;
    margin: 0;
  }


/* MAIN BODY OF PAGE CONTENT */
.layout #mainContent { 
  margin: 30px 0 0 0; 
  padding: 0 0 50px 30px;
  color: #4167A6;
  clear: right;
  overflow: auto;
}
  * html .layout #mainContent { /* IE6 BROWSER HACK ( * html ) */
    float: left;
    clear: right;
    text-align: left;
    display: block;
  }
  .layout #mainContent h1 {
    margin-left: -10px;
    font-variant: small-caps;
  }
  .layout #mainContent h2 {
    width: 80%;
    margin-top: 40px;
  }
  .layout #mainContent h3, .layout #mainContent h4 {
    width: 60%;
    margin-left: 10px;
  }
  #mainContent h2, #mainContent h3, #mainContent h4 {
    display: block;
    background: #E6ECF8 url('../images/text_titlebanner_03_end.jpg') top right no-repeat;
    font-variant: small-caps;
    padding: 0 0 0 10px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
  }
  .layout #mainContent p {
    text-align: justify;
  }
  .layout #mainContent p, ul, ol {
    width: 80%;
    margin-left: 20px;
    font-size: 85%;
    line-height: 1.5em;
  }
    .layout #mainContent .servTitle {
      font-weight: bold;
      font-size: 105%;
    }
    .layout #mainContent .servDesc {
      margin: 2px 0 0 10px;
      display: block;
    }
    
/* USED FOR contact.php */
#contactForm {
  font-size: 80%;
  color: #000;
  font-weight: bold;

}
  #contactTable {
    width: 30em;
    margin-left: 40px;
  }
    #contactTable td {
      padding: 5px 0 5px 0;
    }
    
#contact_address, #contact_phone {
  text-align: justify;
  width: 80%;
  margin-left: 2em;
  font-size: 85%;
  line-height: 1.5em;
  text-align: left;
  clear: both;
  display: block;
}

/* PATIENT FORM */
#patient_form, #patient_form select, #patient_form textarea, #patient_form .form_text {
  font-family: Kalinga, verdana;
}
  #patient_form textarea {
    border: 2px solid #000;
    -webkit-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }
  #patient_form input, #patient_form select {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    border-bottom: 2px solid #000;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
  }
  #patient_form .form_text {
    padding: 0 0.1em 0 0.2em;
    letter-spacing: 0.1em;
    width: 20em;
    /*background-color: #f5f5f5;*/
  }
  #patient_form .error {
    border-bottom: none;
  }
  #patient_form label.error {
    padding: 0.1em;
    background-color: #f00;
    border: 1px solid red;
    display: block;
    -webkit-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-border-radius: 4px;
  }
  /* placed in the TD element of every secondary insurance field */
  #patient_form .secondary_ins_field {
    padding-left: 1em;
  }
  .submitButton {
    border: 1px solid #484687;
    color: #000;
    background-color: #dfdfee;
    font-weight: bold;
    font-family: kalinga;
  }
    #patient_form .submitButton {
    }
/* INPUT HINT TEXT */
  .fieldHint {
    color: #999;
  }

.patient_form_table {
  border: 0;
  color: #000;
  margin-left: 25px;
}
  .patient_form_table td {
    height: 2.5em;
  }
  .patient_form_table .indent {
    padding-left: 15px;
  }

.bold {
  font-weight: bold !important;
}
.cap {
  text-transform: capitalize;
}
.upper {
  text-transform: uppercase !important;
}
.center{
  text-align: center !important;
}
.noBorder {
  border: none !important;
}
.black {
  color: #000;
}
.red {
  color: #f00;
}
.blue {
  color: #00f;
}

/* FOOTER */
.layout #footer { 
  padding: 0 10px; 
  background:#DFDFEE;
  border-top: 1px solid #888;
  height: 105px;
  clear: both;
} 
  .layout #footer p {
    margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
    padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
  }

  .layout #footer .footer_phone {
    margin-left: 50px;
  }

  .layout #footer .footer_address {
    margin-left: auto;
    position: absolute;
    right: 10%;
  }

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}


.jumpTo {
  display: block;
  /*border: 1px solid #000;*/
  color: #000;
  font-size: 80%;
  font-weight: bold;
  padding: 2px 0px 2px 20px;
  margin: 0;
  text-align: left;
  width: 32em;
}
  .jumpTo ul {
    display: inline;
    margin: 0 0 0 10px;
    padding: 0;
  }
  .jumpTo li {
    display: ;
    list-style: none;
    clear: none;
    margin: 0;
    padding: 0 10px 0 0;
  }
  .jumpTo a:link {
    color: #009;
  }
  .jumpTo a:visited {
    color: #009;
  }
  .jumpTo a:hover {
    color: #000;
  }
  
.highlightActiveField {
    background-color: #E6ECF8;
}

.highlightInactiveField {
    background-color: #fff;
}

/* TIP, use <sup class="star"> to make a "required field" star */
.star, .starAb {
  color: #f00;
  font-size: 70%;
  vertical-align: top;
}
  .starAb {
    position: absolute;
    margin-left: -0.8em;
    margin-top: ;
  }

.errorText {
  color: #f00;
  font-size: 75%;
  font-weight: bold;
  line-height: 150%;
}

textarea {
  font-family: Verdana, Arial, Helvetica, sans-serif;
}