/* Start of CMSMS style sheet '** Dayspring Home **' */
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

div#home_header {
   height: 112px; /* adjust according your image size */           
}

div#home_header h1{
   position: absolute;
   top: -9999px;
   left: -9999px;
}

div#home_assist,
div#home_adc,
div#home_ihc,
div#home_indep{
  float: left;
  width: 234px;
  padding: 0px;
  margin-right: 4px;
  color: white;
}

div#home_indep{
  margin-right: 5px;
  background-color: #003C70;
}

div#home_assist{
  background-color: #B31B34;
}

div#home_ihc{
  margin-right: 5px;
  background-color: #ED7E00;
}

div#home_adc{
  margin-right: 0px;
  background-color: #007856;
}

div.home_spacer{
  height: 19px;
  width: 100%;
  background: transparent;
}

div.home_pic{
  height: 281px;
  width: 100%;
}

div.home_colmenu{
  width: 100%;
  height: 25px;
  background: url(uploads/images/menubk.jpg) repeat-x;
}

h2.home_h2menu{
  font-size: 1.2em;
  text-align: center;
  color: white;
  margin: 0px;
}

div.home_copy{
  height: 115px;
  width: 100%;
}

div.home_copy p{
  font-size: 1.0em;
  color: white;
  margin: 18px;
  text-align: center;
}

div.home_morebut{
  height: 27px;
  width: 100%;
  background: url(uploads/images/trans_more.png) repeat-x;
}

div#home_footer{
  padding-top: 15px;
}

div#home_footer p{
  font-size: .8em;
  text-align: center;
}

/*home_more_butcontainer is in the global content block "home_morebut" */

div.home_more_butcontainer{
  margin-right: 5px;
}


/* End of '** Dayspring Home **' */

