/*
ArtsHome.css
www.arsresource.org
S. Clason, stevec@topdogstrategy.com
18 May 06
*/

body, #banner, #collage, #contentWrapper, #utilityNav {
  /* width: 900px; */
  width: 100%;
}
body {
  margin: auto;
  position: relative;
  background-color: #f38524;
}

#banner {
  height: 150px;
  background-color: #339967;
  /* background-image: url(../images/green.gif); */
  background-image: none;
  position: relative;
  margin: auto;
  text-align: center;
}
#BACLogo {
}
#utilityNav {
  position: absolute;
  right: 20px;
  bottom: 0px;
  color: #fff;
  font-weight: bold;
}
#utilityNav li {
  display: inline;
  list-style-type: none;
}
#utilityNav a {
  color: #fff;
  text-decoration: none;
}
#utilityNav a:hover {
  color: #000;
}
.navSeparator {
  padding: 0 1em;
}
#uNav {
 margin: 0;
 padding: 0;
 text-align: right;
}
#collage {
  height: 215px;
  background-color: #000;
  /*background-image: url(../images/collageHome.jpg); call a cfm page that creates the image*/
  background-repeat: repeat-x;
  overflow: hidden;
  text-align: center;
}
#contentWrapper {
  background-color: #f38524;
  /* background-image: url(../images/210px_12bb05.gif); */
  /* background-image: url(../images/210px_57cf4e.gif); */
  background-image: url(../images/210px_339967.png);
  background-position: 20px;
  background-repeat: repeat-y;
}
#nav {
  margin-left: 20px;
}
/*#nav {
  float: left;
  margin-left: 22px;
  width: 210px;
  background-color: #12bb05;
  display: inline;
  font-size: 90%;
  line-height: 1;
}
#nav h1 {
  background-image: url(../images/navH1.gif);
  background-repeat: no-repeat;
  color: #12BB05;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 5px 6px 16px;
  margin-top: 10px;
}
#nav a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
#nav a:hover {
  color: #fff;
}*/
#content {
  position: relative;
  /* width: 657px; */
  margin-left: 124px;
  /* background-image: url("../images/orange.gif"); */
  background-image: none;
  background-repeat: repeat;
  background-position: -1;
  /* background-repeat: no-repeat; */
  min-height: 450px;
}
#homeContent {
  margin-left: 252px;
  background-color: #f38524;
  width: 438px;
  height: 368px;
  padding: 0 54px;
  overflow: hidden;
  position: relative;
}
#homeContent h2 {
  color: #1c0368;
  font-size: 16px;
  font-weight: bold;
}
#homeText {
  background-color: #fff;
  height: 360px;
  margin: 2px;
  width: 280px;
  margin-left: 66px;
  margin-top: -1px;
  padding: 28px 54px 0;
  font-size: 16px;
  line-height: 25px;
}
#homeText h1 {
  color: #1a0466;
  font-size: 16px;
  font-weight: bold;
}
#homeText p {
  margin: 0 0 12px 0;;
  padding: 0;
}
#BARLogo {
  position: absolute;
  bottom: 0px;
  display: block;
}