/***************************************************

SECONDARY PAGES
MAIN CONTENT

***************************************************/

 /* PAGE HEADERS */

#main h3 {
 
  width: 629px;
  font-size: 1.9em;
  padding: 55px 30px 0;
  font-weight: normal;
  text-transform: uppercase;
}

.content{
margin-top:17px;
}


/* SECONDARY PAGE HEADERS */


/* PAGE HEADER IMAGES */

#header-image {
  width: 625px;
  height: 115px;
}

    #digital-cable #header-image {
      background: url(images/page-header-digital-cable.png) no-repeat;
    }

    #on-demand #header-image {
      background: url(images/page-header-on-demand.png) no-repeat;
    }

    #hdtv #header-image {
      background: url(images/page-header-hdtv.png) no-repeat;
    }

    #dvr #header-image {
      background: url(images/page-header-dvr.png) no-repeat;
    }
	
    #three-d-tv #header-image {
      background: url(images/page-header-3d-tv.png) no-repeat;
    }

    #hi-speed #header-image {
      background: url(images/page-header-high-speed.png) no-repeat;
    }

    #digital-phone #header-image {
      background: url(images/page-header-digital-phone.png) no-repeat;
    }

    #digital-transition #header-image {
      background: url(images/page-header-digital-transition.png) no-repeat;
    }

    #whats-news #header-image {
      background: url(images/page-header-breaking-news.png) no-repeat;
    }

	#service-bundles #header-image{
      background: url(images/page-header-bundles.png) no-repeat;
    }

	#parental-control #header-image{
      background: url(images/page-header-parental.png) no-repeat;
    }
	#cable-means-business #header-image{
      background: url(images/page-header-business.jpg) no-repeat;
    }
	#fiber-optics #header-image{
      background: url(images/page-header-fiber-optics.jpg) no-repeat;
    }
/* NOT USED */
	
        #cable-vs-satellite #header-image {
      background: url(images/page-header-cable-vs-dish.png) no-repeat;
    }
	#moving-help #header-image{
      background: url(images/page-header-moving.png) no-repeat;
    }

/* PAGE COPY */

#main .content {
  background: url(images/content-bg.png) repeat scroll 2px 0 transparent;
  width: 628px;
  padding: 6px 6px;
  font-size: .9em;
  color: #373736;
  position: relative;
}

#copy {
  background: #FFF;
  width: 624px;
  padding-bottom: 1em;
}

#copy h4 {
  margin: 2em 0 1em 1.2em;
  font-weight: bold;
  color:#686e71;
font-size:16pt;
font-family: Arial, Helvetica, sans-serif;
}

#copy p {
  margin: 1em 2em;
  line-height: 1.4;
  font-size: .9em;
}
#copy dl {
  margin: 1em 4em;
  line-height: 1.4;
  font-size: .9em;
}
#copy dt {
font-weight:bold;
margin-top:8px;
}
#copy dd {
margin-top:8px;
}

#copy dl ul {
  border-right: solid 0 #D7D5D4;
  border-left: solid 0px #D7D5D4;
}

#copy ul {
  list-style: square;
  margin: 1em 4em;
  line-height: 1.4;
  font-size: .9em;
}

#copy ol {
  margin: 1em 4em;
  line-height: 1.4;
  font-size: .9em;
}

#copy blockquote {
background:#DDFFFF;
  font-family: Myriad, "Trebuchet MS", "Times New Roman", Serif;
  margin: 1em 4em;
  padding: 1em 2em;
  line-height: 1.4;
  font-size: .9em;
  position :relative;
  border-left: solid 1px #F0F4F5;
  border-top: solid 1px #F0F4F5;
  border-right: solid 1px #DDD;
  border-bottom: solid 1px #DDD;
}

#search #main h3{
	background: url(images/search-results.png) no-repeat top left;
	text-indent: -999em;
	padding:0;
	height: 54px;
	width: 640px;
	clear: right;
}

#search #main .content{
	margin-top: 0;
}

#search #copy{
	padding-top: 20px;
}

#search #copy h4{
	margin-top:0;
	font-size: 16px;
}

#search #copy ol{
	list-style-type: none;
	margin-left: 20px;
}

#search #copy ol li p{
	margin: 1em 0;
}

#search #copy ol a:link,
#search #copy ol a:visited{
	font-weight: bold;
}

   
/* SECONDARY NAVIGATION */

#secondary-nav {
  background: url(images/secondary-nav-capsule.png) no-repeat;
  width: 168px;
  height: 33px;
  position: absolute;
  top: 15px;
  left: 35px;
}

#secondary-nav ul {
  margin: 8px 0 0 5px;
  font-weight: bold;
  font-size: .9em;
width:100%;
position:absolute !important;
left:0 !important;

}

#secondary-nav li {
  list-style: none;
  display: inline;
  padding: 0 8px;
}

#secondary-nav li a {
  text-decoration: none;
}
#secondary-nav li a:visited {
 color:#20505F
}
#secondary-nav li.second {
  padding-left: 10px;
  border-left: solid 1px #B5B8B9;
}