div#main-content
{
  background: url('../jpg/house-full.jpg') no-repeat top left #fefefe;
  overflow: hidden;
  width: 850px;
  border-top: solid 1px #eee;
}

div#main-content div#testimonials form#small-bmi-form
{
  width: 220px;
  padding: 5px;
  background: #DFE8E3;
  border: dashed 2px #d00;
  margin:3px auto;
}

div#main-content div#testimonials form#small-bmi-form table
{
  width: 220px;
}

div#main-content div#testimonials form#small-bmi-form table td
{
  text-align: center;
}

div#main-content div#testimonials form#small-bmi-form input.yellow-input
{
  width: 210px;
}

div#main-content div#testimonials form#small-bmi-form select
{
  width: 215px;
}

div#main-content div#testimonials form#small-bmi-form input.submit-button
{
  width: 215px;
}

div#main-content div#testimonials
{
  width: 240px;
  float: right;
  background: #CFDCD5;
  margin-left:0px;
  height:1300px;
}

div#stopvideo { height: 362px; width: 610px; }

div#main-content div#testimonials div.testimonial
{
  font-style:italic;
  padding: 10px;
  width:220px;
  border-bottom: solid 1px rgb(160, 191, 175);
  font-size: 12px;
  font-family: arial, sans-serif;
  text-align:justify;
  padding-bottom: 6px;
}

div#main-content div#testimonials div#last-test
{
	border-bottom:none;
}

div#main-content div#testimonials div.testimonial div
{
  font-style:normal;
  font-weight: bold;
  padding-left:1em;
  padding-top: 0.3em;
}

div#news-image-scroller
{
  height: 130px;
  width: 850px;
  background: #fff;
  overflow: hidden;
}

div#news-image-scroller div#all_scroll_container
{
  height: 90px;
  padding-top: 5px;
}

div#news-image-scroller div#nbFeatures
{
  height: 25px;
  background: rgb(160, 191, 175);
  padding-left: 5px;
  padding-top: 5px;
  font-size: 16px;
  font-family: arial, sans-serif;
}

div#news-image-scroller div#nbFeatures a
{
  color: #fff;
  text-decoration:none;
  font-weight:bold;
}

div#news-image-scroller div.scroll_image
{
  height: 90px;
  width: 90px;
  padding-left: 5px;
  float: left;
}

div#news-image-scroller div.scroll_image img
{
  width: 90px;
  height: 90px;
  border: none;
}

div#bmi-images
{
  background: #BDCFC5;
  float: left;
}

div#bmi-form-container
{
  padding: 10px 20px;
}

div#bmi-form-container img#headshot
{
  float: left;
  margin: 10px 15px 0px 0px;
  border: solid 1px #666;
}

form#bmi-form
{
  width: 350px;
  margin: 20px auto;
  border: dashed 2px rgb(126, 161, 143);
  padding: 5px;
  background: #CFDCD5;
}

table#bmi-form-table td
{
  padding: 3px;
}
table#bmi-form-table td input.yellow-input
{
  background-color: rgb(255, 255, 160);
}

table#bmi-form-table td input.submit-button
{
  height: 23px;
  background-color: rgb(126, 161, 143);
  border: outset 1px rgb(126, 161, 143);
  width: 300px;
  color: #fff;
  margin-left: 25px;
  cursor: pointer;
  float: right;
}

div#small-thank-you-box
{
  background: #DFE8E3;
  padding: 10px;
  border: dashed 2px #7EA18F;
}

div#thank-you-box
{
  background: #DFE8E3;
  padding: 25px;
  border: dashed 2px #7EA18F;
}

div#main-text
{
  background:#fefefe;
  margin-top:0px;
}

div#main-text h1
{
	background: #A0BFAF;
  padding:5px 10px;
}

div#main-text h1 a, div#main-text h1 a:visited, div#main-text h1 a:hover, div#main-text h1 a:active
{
	color:#fff;
	font-family:arial, helvetica, sans-serif;
}

div#main-text h3
{
  padding:0px 10px;
}

div#main-text p
{
  padding:0px 10px;
}

div#main-text em
{
  display: block;
  padding-top: 2em;
}

img#home-bottom
{
	display:block;
}

div#pop-up-form
{
  width: 760px;
  position: absolute;
  top: 20px;
  left: 50%;
  margin-left: -380px;
  border: solid 1px #7EA18F;
  display: none;
}

input#close-button
{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  font-size: 14px;
  font-weight: bold;
}

div#modal
{
  position: absolute;
  top: 0px;
  left: 0px;
  background: #000;
  display: none;
}