body
{
  font-family: Verdana, sans-serif;
	font-size: 8pt;
	color: #666;
}

h1
{
  color: #000;
  font-size: 180%;
}

h2
{
  font-size: 150%;
}

h3
{
  font-size: 120%;
}

h4
{
  font-size: 100%;
}

h2, h3, h4, h5, h6
{
  color: #000;
}

.weak
{
  color: #999;
}

em, strong
{
  color: #000;
}

a
{
  color: #00f;
}

table
{
  font-size: 100%;
}

iframe
{
  border: none;
	padding: 0 10px;
}

dt
{
  font-weight: bold;
	margin-top: 10px;
}

.banner
{
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px;
}

.banner img
{
  border: 3px solid #eee;
}



#offerings
{
  float: left;
  width: 470px;
}

#offerings p
{
  margin: 0;
  color: #666;
}

#offerings img
{
  border: none;
}

#digitalphoneservice, #teleassist, #dsl
{
  clear: left;
  width: 470px;
  padding: 10px 0;
  overflow: auto;
}

#digitalphoneservice, #teleassist
{
  border-bottom: 1px solid #ccc;
}

#digitalphoneservice h1, #teleassist h1, #dsl h1
{
  font-weight: normal;
  color: #000;
  margin: 0;
}

#digitalphoneserviceheader, #teleassistheader, #dslheader
{
  float: left;
  width: 180px;
  text-align: right;
  padding-right: 20px;
}

#digitalphoneserviceblurb, #teleassistblurb, #dslblurb
{
  float: left;
  width: 270px;
}

#details
{
  position: relative;
  top: 0px;
  float: left;
  width: 290px;
  height: 500px;
}

#defaultdetails, #digitalphoneservicedetails, #teleassistdetails, #dsldetails
{
  background: #fff;
  position: absolute;
  top: 0;
  left: 20px;
  display: none;
  width: 270px;
  height: 400px;
}

#defaultdetails h2, #digitalphoneservicedetails h2, #teleassistdetails h2, #dsldetails h2
{
  font-size: 200%;
  margin-top: 0;
}

#defaultdetails h3, #digitalphoneservicedetails h3, #teleassistdetails h3, #dsldetails h3
{
  color: #000;
  margin-bottom: 0;
}

#defaultdetails p, #digitalphoneservicedetails p, #teleassistdetails p, #dsldetails p
{
  margin-top: 0;
}

#defaultdetails
{
  display: block;
}