	/* highlightbox cracked earth background is used on Extreme Heat Prevention Guide page */

.highlightbox { 
background-color: #DBD4C2;
background-image: url('http://emergency.cdc.gov/disasters/extremeheat/images/bg-crackedearth2.jpg');
background-repeat: repeat-x;
margin-bottom: 15px;
background-position: bottom;
padding: 8px 8px 20px 0px;
border-top: 2px solid #E3DCCA;
border-right: 2px solid #DBD4C2;
border-bottom: 2px solid #DBD4C2;
border-left: 2px solid #E3DCCA;
}

.highlightbox h3 {
text-transform: uppercase;
line-height: 0.9em;
font-size: 1.5em;
font-weight: normal;
margin-left: 20px;
}

.highlightbox ul {
margin-left: 20px;
font-size: 1.0em;
}


/* STYLE IS USED ON SPECIFIC GROUPS PAGE */

span.alt-language {
      position: relative;
      left: 20px;
}

/* STYLING FOR MAIN NAV BOXES AT TOP OF INDEX PAGE */

.navBox1{
  width:150px;
  height:150px;
  background-color: red;
}


