/* Summer CSS Document */

html{
  background: #fbfaf5 url(../images/summer/background_html.gif) repeat-x;
}

body{
  color: #312F3F;
  background: url(../images/summer/background_content.jpg) no-repeat 205px 0px;
}

a{
  color: #B45040;
}

h1{
  color: #ac4416;
}

h2{
  color: white;
  background: #ac4416;
}

h3{
  color: #ac4416;
}

h4{
  color: #ac4416;
}

h5{
  color: #ac4416;
}

h6{
  color: #ac4416;
}

/*Home*/

#content_full #home{
  background: #fbfaf5;
  width: 772px;
  padding: 10px 0px 0px 1px;
}

#features{
  background: url(../images/summer/background_features.jpg) no-repeat;
}

#home #welcome{
  float: left;
  background: #e87915 url(../images/summer/background_welcome.jpg) no-repeat;
  color: white;
}

#home #welcome .link a{
  background: #dd5413;
  color: #f1f3dc;
  padding: 2px;
}

#home #welcome .link a:hover{
  background: #dd5413;
  color: white;
}

/* Content */

#nav{
  background: url(../images/summer/background_nav.jpg) no-repeat;
}

.frame{
  background: url(../images/summer/background_frame.gif) repeat-y;
}

#content{
  background: url(../images/summer/background_content.jpg) no-repeat 205px 0px;
}

#content_narrow{
  background: none;
}

#content_narrow #links{
  background: #e25514;
  border-bottom: 5px solid #d44f12;
}

#content_narrow #links ul li a{
  float: left;
  color: #ffe2cb;
  width: 180px;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
}

#content_narrow #links ul li a:hover{
  color: white;
  background: #ee5a16;
  text-decoration: none;
}

#content_narrow #email{
  background: url(../images/summer/background_email.jpg) no-repeat;
}

#content_full{
  background: #f1c37c url(../images/summer/background_content_full.jpg) repeat-x;
}

#group{
  background: #fbfaf5 url(../images/summer/background_group.png) no-repeat;
}

#utility{
  color: #fcf9c9;
}

#utility ul li.information{background: url(../images/summer/background_information.gif) no-repeat;}
#utility ul li.resource{background: url(../images/summer/background_resource.gif) no-repeat;}


#footer{
  width: 966px;
  background: #e25514 url(../images/summer/background_footer.jpg) no-repeat;
  margin: -3px 0 0;
}

#footer #address{
  color: #fdd8b8;
}

#footer #contact{
  color: #fbfaf5;
}

#footer table td a{
  color: white;
}

#footer #image{
	background: url(../images/summer/footer_image.jpg) no-repeat;
	margin: -8px 0 0 1px;
  height: 139px;
}

#so_link{
  width: 966px;
  color: #ce6b11;
  background: #3E3D4D url(../images/summer/background_so_link.jpg);
}

#so_link a{
  color: white;
}

.formButton,
.formButtonLong,
button{
  background: #ffad6b;
  color: black;
}
