#tag_line{
	padding: .75em 0 2em 0;
	text-align: right;
}


#benefits{
  background-color: white;
  height: 340px;  
}

#left_benefit{
  height: 300px;
  text-align: center;
  font-size: 24pt;
  color: #006600;
  text-shadow: gray 2px 2px 2px;
  padding-top: .5em;
}

#right_benefit{
  height: 125px;
  padding-top: 3em;
  text-align: center;
  font-size: 13pt;
}

#buy_button{
  position: relative;
  top: -125px;
  text-align: center;
}

#lower_area{
  text-align: left;
  padding-bottom: .5em;
}

#new_footer{
  height: 2em;
  text-align: center;
}

#lower_area{
  height: 350px;
  background-color: white;
}

.center{
	text-align: center;
}

.lower_heading{
  color: gray;
  text-align: center;
}

.list {
  text-align: left;
  font-size: 16pt;
}

.quote{
  font-style: italic;
  font-size: 12pt;
}

.textable {
  border-right: 10px;
  border-left: 10px;
  border-top: 0px;
  border-bottom: 0px;
  border-color: white;
  border-style: solid;
}

#tabnav{
    height: 35px;
    text-align: center;
    font-size: 14pt;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#tabnav li {
    background: white url(/images/buttonblank.jpg);
    float: left;
    height: 29px;
    padding-top: 6px
}

ul#tabnav li.selected {
    background-position: 0 35px;
}

