/*
  General styles
*/
body {
  color: #222;
  font: 12px/1.4em Arial, Helvetica, sans-serif;
}

a:link {color: #244860;}
a:visited {color: #244860;}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, sans-serif;
  color: #244860;
}

p, blockquote, hr, ul, ol, dl, pre, address, table, form,
img.center, div.center {
  margin-bottom: 1.4em;
}

ul {
  list-style-type: square;
}
ul ul {
  list-style-type: disc;
}


/*
  #header
*/
#headerbar h2 a {
  font: small-caps bold 28px Georgia, serif;
  text-decoration: none;
}
.mission {
  color: #244860;
  font: 20px arial, helvetica, sans-serif;
  font-variant: normal;
  float: right;
  letter-spacing: .05em;
  margin-bottom: 36px;
  text-align: right;
}



/*
  feature
*/
.feature {
  border: 1px solid #244860;
  line-height: 1.7em;
  margin: 5px 0;
  padding: 8px;
  width: 185px;
  background-image: url('images/USA-affiliations.jpg');
  background-repeat: repeat-x;
  background-color: #fff;
}

.feature h1 {  
  text-align: center;
  font-size: 90%;
}
.feature-text {
font-weight: normal;
font-size: 90%;
line-height: 95%;
text-align: center;
color: #244860;
}


/*
  #content
*/
p.pagejump {
  margin-bottom: 2em;
  text-align: center;
}
ul.pagejump {
  list-style-type: square;
  margin-left: 5em;
  margin-bottom: 2em;
}

h2.name em, h2.name i {
  font-size: medium;
}
#meet-our-doctors {
  background: url('images/meet-our-doctors.png') no-repeat;
  font-size: 13px;
  height: 54px;
  margin: -1em 0 1em;
  padding-top: 32px;
}
#meet-our-doctors a {
  color: #fff;
  display: block;
  padding: 8px 0 10px 12px;
  text-decoration: none;
}

.backtotop {
  clear: both;
  text-align: center;
}

.center {
  text-align: center;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.justify {
  text-align: justify;
}

img.center, div.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.left, div.left {
  float: left;
  margin: .1em 6px 0 0;
}
img.right, div.right {
  float: right;
  margin: -.1em 0 0 6px;
}


/*
  #footer
*/
#nameandaddress {
  font: 10px/1.2 Verdana, sans-serif;
  text-align: center;
}
#nameandaddress p {
  font-size: 11px;
}
#hcfooter {
  font-size: 9px;
  text-align: center;
}

/*
  Custom declarations
*/
table.hours {
  margin-left: 5em;
}
table.hours td, table.hours th {
  padding: 6px;
  text-align: center;
}

