body
{
  font-family: Arial, Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
}

.hidden {
	visibility: hidden;
	display: none;
}
.shown {
	visibility: visible;
	display: block;
}

h1
{
  color: #0275B6;
  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;
}

#offerings
{
  float: left;
  width: 280px;
}

#offerings p
{
  margin: 0;
  color: #666;
}

#offerings img
{
  border: none;
}

#residentialphoneservice1, #businessphoneservice1, #dialupinternet1
{
  clear: left;
  width: 270px;
  padding: 10px 10px 10px 0;
  overflow: auto;
}

#residentialphoneservice1, #businessphoneservice1
{
  border-bottom: 1px solid #ccc;
}

#residentialphoneservice1 h1, #businessphoneservice1 h1, #dialupinternet1 h1
{
  font-weight: normal;
  color: #000;
  margin: 0;
}

#residentialphoneserviceblurb, #businessphoneserviceblurb, #dialupinternetblurb
{
  float: left;
  width: 270px;
}

#offeringdetails
{
  position: relative;
  top: 0px;
  float: left;
  width: 280px;
  height: 500px;
}

#defaultdetails, #residentialphoneservicedetails, #businessphoneservicedetails, #dialupinternetdetails
{
  background: #fff;
  position: absolute;
  top: 0;
  left: 20px;
  display: none;
  width: 470px;
  height: 400px;
}

#residentialphoneservicedetails h2, #businessphoneservicedetails h2, #dialupinternetdetails h2
{
  font-size: 200%;
  margin-top: 0;
}

#residentialphoneservicedetails h3, #businessphoneservicedetails h3, #dialupinternetdetails h3
{
  color: #000;
  margin-bottom: 0;
}

#residentialphoneservicedetails p, #businessphoneservicedetails p, #dialupinternetdetails p
{
  margin-top: 0;
}

#defaultdetails
{
  display: block;
}

/* coverage */

#usamap, #usamaplink, #camap, #camaplink
{
  text-align: center;
}

#usamaplinks table
{
	margin: 0 auto;
}

#usamaplinks table td
{
  padding: 2px 10px;
}

#usamap, #camap, #usamaplinks
{
  margin-top: 20px;
}

#voipcoverageresults, #dialupcoverageresults
{
  width:50%;
	float: left;
}

#contentcontainer
{
  width: 100%;
	text-align: center;
}

#contentcontainer
{
  width: 770px;
	text-align: left;
	margin: 0 auto;
}