/*HOME PODS*/
#pod_container {}
.homepod {
  color:#FFFFFF;
  float:left;
  height:205px;
  padding:30px 0 0 20px;
  width:190px;
}
  .homepod img {
    border:3px solid #FFFFFF;
    float:right;
    margin:-28px 9px 0 0;
  }
  .homepod h2 {
    font-size:120%;
    width:120px;
  }
    .homepod h2 a {
      color:#FFFFFF;
      text-decoration:none;
    }
  .homepod p {
    font-size:85%;
/*    margin:13px 0;*/
    margin:7px 0;
  }
  .homepod p.podcopy {
    width:150px;
  }
  .homepod p a {
    background:url(/images/orange-arrow-right.gif) no-repeat right center;
    color:#ffcc66;
    padding:0 10px 0 0;
    text-decoration:none;
  }

  .homepod ul {
    font-size:85%;
    height:100px;
    margin:10px 0 0 3px;
  }
    .homepod li {
      margin:4px 0;
      padding-left:8px;
    }
    .leftpod li {
      background:url(/images/pod1-arrow.gif) no-repeat center left;
    }

    .centrepod li {
      background:url(/images/pod1-arrow.gif) no-repeat center left;
    }

    .rightpod li {
      background:url(/images/pod3-arrow.gif) no-repeat center left;
    }
  .leftpod {
    background:url(/images/pod1-bg.jpg) repeat-x bottom left;
		margin-right: 6px;
  }
  .centrepod {
    background:url(/images/pod2-bg.jpg) repeat-x bottom left;
    margin:0 7px;
  }
  .rightpod {
    background:url(/images/pod4-bg.jpg) no-repeat bottom center;
    margin-left: 6px;
 }
  
/*BANNER*/
#banner {
  background:url(/images/rocks-bg.jpg) no-repeat top left;
  color:#FFFFFF;
  font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  margin-bottom:6px;
  padding:42px 0 0 35px;
  height:208px;
  width:845px;
}
  #banner ul li {
    margin:0 0 10px 14px;
    list-style-type:disc;
  }
  #banner h1 {
    font-size:189%;
    margin-bottom:20px;
    margin-top:-20px;
    width:300px;
  }
  #banner p { 
    font-size:95%;
    padding:8px 0;
/*    width:335px;
*/  width:380px;
}
  #banner a {
    background:url(/images/orange-arrow-right.gif) no-repeat right center;
    color:#ffcc66;
    padding:0 10px 0 0;
    text-decoration:none;
  }