@charset "utf-8";
/* CSS Document */

#pgContent p {
  font-size: 1.2em;
  line-height: 1.7em;
  color: #464646;
  margin-bottom: 1em;
}
#pgContent p#lastP {
  margin-bottom: 0;
}
#pgContent h4 {
  font-size: 1.6em;
  color: #0d4677;
  margin-bottom: 0.3em;
}
#pgContent ul + ul {
  list-style: inside disc;
  /*list-style-image: url(/imgs/global/block.gif);*/
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #464646;
  line-height: 1.6em;
}
#pgContent ul + ul li:first-child {
  margin-bottom: 0.5em;
}
#pgContent #tchc_gallery img{
  border: solid #9c9d85 1px;
  padding: 4px;
  width: 49em;
  height: 13.5em;
}
/*  This rule applies to the ul#tchc_gallery.
	.innerfade is the default class assigned by
	the jQuery extension to the effected object
	which in this case is ul#tchc_gallery.
 */
#pgContent .innerfade {
	/* this targets same element as rule below */
}
#pgContent ul#tchc_gallery {
   /* this targets same element as rule above */
}
/*#pgContent div#youTubeWrap {
  border: gray dotted 1px;
  border-left: none;
  border-right: none;
  padding: 1em 0;
  margin: 1em 0;
}*/
#pgContent div#youTube {
  /*width: 300px;
  margin: 0 auto;*/
  float: left;
  margin-right: 1em;
  position: relative;
  top: 0.5em;
}
#pgContent div#youTube .tv {
  width: 300px;
  height: 250px;
}
#pgContent div#youTube p#vidMsg {
  font-size: 1.1em;
  padding: 0.4em 0;
  width: 300px;
  margin-top: 0.5em;
  line-height: 1.1em;
  font-weight: bold;
  border-bottom: 1px dotted black;
  border-top: 1px dotted black;
}
