/* Home CSS Document */
#content .left {
  float: left;
  width: 570px;
}

#content .right {
  float: right;
  width: 200px;
}

#content  #homeImages{
  display: block;
  background: #fff;
  border-top: 10px solid #69322f;
  height: 340px;
  position: relative;
  float: left;
  width: 565px;
  overflow: hidden;
}

#content #homeImages img{
  position: absolute;
}

#content #homeImages img.show{
  z-index: 500;
}

#content #homeImages span{
  background: url(../images/css/home_slogan.png) no-repeat;
  display: block;
  position: absolute;
  height: 55px;
  width: 371px;
  z-index: 9999;
  margin: 225px 0 0 180px;
}

#content #links {
  float: left;
  padding: 20px;
  width: 505px;
}

#content #welcome,
#content #locations{
  color: #fff;
  font-size: 12px;
  float: left;
  display: block;
  padding: 0 0 0 40px;
  width: 295px;
  line-height: 2.2em;
}

#content #welcome{
  height: 160px;
}

#content #locations{
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 50px;
}

#content #locations ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

#content #locations ul li{
  line-height: 1.8em;
}
