/* ---------------------------------------------------------------------
  Elements used in laying out the content of the content section
--------------------------------------------------------------------- */

/* ---------------------------------------------------------------------
  Headers
--------------------------------------------------------------------- */

h1, h2, h3, h2 a, h2 a:visited {
  color: #C50000;
	text-decoration: none;
  }
	
h2 a:hover, h2 a.hover {
	background-color: #eee;
	}
	
h1 {
  font-size: 200%;
  text-align: center;
  margin-top: .1em;
	text-shadow: -1px -1px white, 1px 1px black;
  }

h2 {
  font-size: 120%;
  text-align: left;
  }

/* ---------------------------------------------------------------------
  DVC List
--------------------------------------------------------------------- */

ul.dvclist {
  text-indent: 0;
  padding-left: 0;
  margin-left: 0;
  }

ul.dvclist li {
  list-style-image: url(../images/Bullet4.gif);
  margin-left: 18px;
  padding-left: 0;
  padding-bottom: 0.3em;
  }

ul.dvclist ul {
  padding-left: 0;
  padding-top: 0.3em;
  }

ul.dvclist li ul li {
  list-style-image: none;
  list-style-type: circle;
  margin-left: 1em;
  padding-left: 0;
  }

/* ---------------------------------------------------------------------
  Tables
--------------------------------------------------------------------- */

table.full-table {
  width: 100%;
  }

table.auto-table {
  width: auto;
  table-layout: automatic;
  }

/* ---------------------------------------------------------------------
  Misc
--------------------------------------------------------------------- */

ul.spacylist li {
  padding-bottom: 0.6em;
  }

ul.warning-box {
  clear: both;
  margin: 0 17% 0 17%;
  padding: 1em 1em 0 1em;
  border-style: ridge;
  border-color: #FF0000;
  }

ul.warning-box li {
  padding: 0 0 1em 0;
  }

acronym {
	text-decoration: underline;
	}
	
strong {
  color: #B00000;
}
	
/* ---------------------------------------------------------------------
  Images
--------------------------------------------------------------------- */

.image {
  padding: 4px;
  border: 2px solid #FF0000;
  border-bottom-color: #A50000;
  border-right-color: #A50000;
  background: #FFFFCC;
  }

.image-left {
  float: left;
  margin: 0px 40px 0px 0px;
  }
	
.image-right {
  float: right;
  margin: 0px 0px 0px 40px;
  }
	
div.image-left {
  float: right;
  width: 100%;
}

div.image-left p {
  display: table-cell;
}

div.image-left p + p {
  display: table-cell;
  vertical-align: middle;
  padding-left: 1em;
}

div.image-left div {
  display: table-cell;
  vertical-align: top;
  padding-left: 1em;
}

div.image-right {
  float: right;
  width: 100%;
}

div.image-right p {
  display: table-cell;
  vertical-align: middle;
  padding-right: 1em;
}

div.image-right p + p {
  display: table-cell;
}

#portrait {
  float: right;
  margin: 0px 20px 20px 20px;
  }

#smallsandra {
  float: right;
  margin: 0px 20px 20px 20px;
  }
	
/* ---------------------------------------------------------------------
  Elements for laying out appointment page.
--------------------------------------------------------------------- */

table.appointments {
	border: ridge 4px #FF0000;
	border-collapse: collapse;
	width: 100%;
	text-align: center;
	margin: auto;
}

table.appointments td {
	border: ridge 4px #FF0000;
}

table.appointments th {
	border: ridge 4px #FF0000;
}

table.appointments tr + tr th {
	text-align: left;
	}

table.appointments td.phoenix {
	background-color: #00FF33;
	}

table.appointments td.scottsdale {
	background-color: #FFFF66;
	}

table.appointments td.off {
	background-color: #EEEEAA;
	}
	
/* ---------------------------------------------------------------------
  Elements for laying out cat and dog pages.
--------------------------------------------------------------------- */

table.chantilly {
	width: 100%;
	border-width: 0;
	text-align: center;
	border-spacing: 3px;
	}
	
	
/* ---------------------------------------------------------------------
  Elements for laying out therapists' pages.
--------------------------------------------------------------------- */

table.therapist-specialties {
	width: auto;
	border-collapse: collapse;
	font-size: 95%;
	}
	
table.therapist-specialties td {
	vertical-align: top;
	padding-right: 1em;
	}
	
table.therapist-specialties td ul.dvclist {
	margin: 0 0 0 0;
	}

table.therapist-specialties a.hover, table.therapist-specialties a:hover {
	background-color: #eee;
	}

table.therapist-specialties a:link, table.therapist-specialties a:visited	{
	text-decoration: none;
	}
	
table.therapist-specialties a {
  color: #900;
	}

table.therapist-specialties a:active {
	color: #ffa500;
	}


	
