
body { background: url(img/gradient.gif) #EAF8FC repeat-x; margin: 0px; padding: 0px; }
div  { margin: 0px auto; padding: 0px; }
img  { border: none; }
p	  { font-family: sans-serif; }

#sitemap {
  background: #61A6B8;
  width: 755px;
  height: 75px;
  margin: 0 auto 20px auto;
  color: white;
  font-size:.5em;
  padding: 15px;
  font-family:sans-serif;
  }

#sitemap .l {
  margin-left: 40px;
  float: left;
  width: 200px;
  font-weight: bold;
  font-size: 1.5em;
  }

#sitemap .l a {
  font-weight: normal;
  color: white;
  text-decoration: none;
  font-size: .9em;
  }
#sitemap .l a:hover {
  text-decoration:underline;
  }

#hipaa {
  font-family: sans-serif;
  color: #777777;
  font-size: small;
  }

#container {
  margin: 80px auto 5px auto;
  width: 755px;
  background: white;
  padding: 15px;
  }

#container h1 {
  text-align: center;
  font-family: sans-serif;
  margin: 0px;
  padding: 0px;
  font-size: 1.5em;
  }

.hbutton {
  background: #61A6B8;
/*   background: #A0DAE8; */
  color: white;
/*   width: 155px; */
  width: 120px;
/*   padding: 0 20px; */
  font: bold 11px Arial,Verdana,sans-serif;
  line-height: 15px; /* 22 */
  text-align: center;
  text-decoration: none;
  border-right: 1px solid white;
  display: block;
  margin:0px;
/*   margin-top: 78px; */
  margin-top: 69px;
  float: right;
  }
.hbutton:hover {
  background: #A0DAE8;
  color: white;
  text-decoration:none;
  }

.lbutton {
  background: white;
  color: black;
  font: bold .8em Arial,Verdana,sans-serif;
  padding-left: 40px;
  text-decoration: none;
  border: 1px solid white;
  display: block;
  line-height: 1.3em;
  }
.lbutton:hover {
  background: #FFFFAA;
  }

.home_button {
  background: #61A6B8;
  color: white;
  width: 185px;
  margin-top: 3px;
/*   padding: 0 20px; */
  font: bold 11px Arial,Verdana,sans-serif;
  line-height: 22px;
  text-align: center;
  text-decoration: none;
  border-right: 1px solid white;
  display: block;
  float: left;
  }
.home_button:hover {
  background: #A0DAE8;
  color: white;
  text-decoration:none;
  }


#header { 
/*   border: 1px solid black; */
  height: 70px;
  }

#header img {
  float: left;
  margin-right: 15px;
  }

#movie {
  width: 420px;
  float:left;
/*   padding: 20px; */
  margin: 0px;
  margin-top: 10px;
/*   background: #ff6600; */
  clear: both;
  }


#right_col {
  margin-left: 425px;
  margin-top: 10px;
  text-align: justify;
  color: white;
  padding: 10px;
  background: #61A6B8;
  }

#right_col h2 {
  font-family: times, 'Times New Roman', serif;
  margin: 0px;
  margin-bottom: -10px;
  padding: 0px;
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  }
#right_col p {
  font-family: sans-serif;
  color: #FFFFFF;
  font-size: .85em;
  }


.big_link {
  font-size: .9em;
  font-family: sans-serif;
  color: black;
  font-weight: bold;
  text-align: left;
  text-indent: 80px;
  margin: 0px;
  margin-top: 5px;
  display: block;
  text-decoration: none;
  padding:3px;

/*   border: 2px dashed black; */
 }
.big_link:hover {
  background: #A0DAE8;
  }

.big_link img { margin-bottom: -0.6em; }

.side_link {
  font-size: .75em;
  font-family: sans-serif;
  color: black;
  font-weight: bold;
  text-align: left;
  /* text-indent: 25px; */
  margin: 0px;
  margin-top: 10px;
  display: block;
  width: 320px;
  text-decoration: none;
  padding:3px;
  background: white;
/*   border: 2px dashed black; */
 }
.side_link:hover {
  background: #A0DAE8;
  }

.side_link img { margin-bottom: -0.6em; }

.newline {
  height: 1px;
  background: black;
  margin:0px;
  padding:0px;
	margin-top:3px;
clear:right;
	display:block;
  }

.line {
  height: 1px;
  background: black;
  margin:0px;
  margin-top: 33px;
  padding:0px;
	clear:both;
	display:block;
  }

legend {
  font-family: sans-serif;
  font-size: .9em;
  font-weight: bold;
  }

#health_news {
  font-size: .7em;
  font-family: sans-serif;
  width: 420px;
  }
#health_news h3 {
  text-align: center;
  }

#myForm h3 {
  text-align: center;
  }
#myForm p {
  text-align: center;
  }
#myForm table {
  margin: 0 auto;
  }

#myForm * {
  font-family: sans-serif;
  }

#myForm input[type=text] {
  border: 1px solid black;
  width: 250px;
  background: white;
  }
#myForm textarea {
  border: 1px solid black;
  width: 250px;
  background: white;
  }

#myForm textarea:focus, #myForm input[type=text]:focus {
  background: #FFFFAA;
  }

.small_gray {
  color: #777777;
  font-size: small;
  }

#chapters {
  margin-left: 425px;
  }

#chapters a {
  display: block;
  vertical-align: top;
  height: 40px;
  color: black;
  margin: 2px;
  background: white;
  font-family: sans-serif;
  font-size: .8em;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px;
  text-decoration: none;
  }
#chapters a:hover {
  background: #FFFFAA;
  }

#chapters a .desc {
  font-weight: normal;
  }
#chapters a img {
  float:left;
  }

#below {
  clear: both;
  font-family: sans-serif;

  }


#plain {
  font-family: sans-serif;
  }

#staff .member {
  display: block;
  vertical-align: top;
  height: 40px;
  color: black;
  margin: 2px;
  background: white;
  font-family: sans-serif;
  font-size: .8em;
  font-weight: bold;
  line-height: 1.2em;
  padding: 5px;
  text-decoration: none;
  }

#staff .member .desc {
  font-weight: normal;
  }
#staff .member img {
  float:left;
  }

#comments_post {
	font-size: 14px;
	margin: 0px auto;
	width: 400px;
	}

.comment {
	clear: both;
	width: 500px;
	margin-bottom:10px;
	border: 1px solid #DAE8EC;
	padding: 5px;
	}

.comment div {
	border-bottom: 1px solid #eaf8fc;
	margin-bottom:3px;
	}

.comment *  {
	margin-bottom:0px;
	font-size:9pt;
	color:black;
	font-family:sans-serif;
	}

#player { margin-bottom: 5px; }
