/* Reset styles */
:link,:visited {text-decoration: none;}
ul,ol {list-style: none;}
h1,h2,h3,h4,h5,h6,pre,code,p {font-size: 1em;}
ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {margin: 0; padding: 0;}
a img,:link img,:visited img {border: none;}
address {font-style: normal;}



/* Headings */

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0px 10px 0;
	font-weight: normal;
}

h1 {
	margin: 0 0 5px 0;
	font: 25px Arial, Helvetica, sans-serif;
	color: #404040;
}

h3 {
	font: 19px Arial, Helvetica, sans-serif;
	color: #666666;
	position: relative;
	margin: 0 0 6px 0;
}

h3 a:link, h3 a:visited {
	color: #666666 !important;
}

h3 span, h3 a:link span, h3 a:visited span {
	display: block;
	position: absolute;
	top: 1px;
	left: 0px;
	z-index: 10;
	color: #FFF;
}

h4 {
	font: bold 12px Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000000;
	margin: 0 0 20px 0;
}

h5 {
	margin: 0 0 5px 0;
	font: 20px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF;
}

h6 {
	margin: 0 0 5px 0;
	font: 25px Arial, Helvetica, sans-serif;
	color: #ffffff;
}

/* Links */

a:link, a:visited, a:active {
	color: #666666;
	text-decoration: underline;
	
}

a:hover {
	color: #c1d63e;
}

/* Paragraphs */
 
p {
	margin: 0 0 20px 0;
	color: #000;
}
 
.list li {
color: #000000;
text-decoration: none;
text-indent: 0px;
list-style-position: outside;
list-style-image: url(../i/arrow.gif);
list-style-type: square;
padding: 0px;
margin: 5px;
margin-left: 20px;
}

.list_bundles li {
color: #ffffff;
text-decoration: none;
text-indent: 0px;
list-style-position: outside;
list-style-image: url(../i/arrow2.gif);
list-style-type: square;
padding: 0px;
margin: 5px;
margin-left: 50px;
}

/* Clearfix */

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}

.clearfix {
    display:inline-block;
}

.clearfix {
    display:block;
}

* html .clearfix {
    height: 1%;
}

.clear {
	clear: both;
	height: 0px;
	font-size: 1px;
	line-height: 0;
	overflow: hidden;
}

/* Layout */

body {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000;
	background: #ffffff;
}

.outer {
	background: #9b9b9b url('../i/frame-bg-bottom.gif') repeat-y 50% 0;
}

.all {
	background: url('../i/page-bg.gif') repeat-x;
}

.frame {
	background: url('../i/frame-bg-top.gif') no-repeat;
	width: 946px;
	margin: 0 auto;
	overflow: hidden;
}

.frame-inner {
	margin: 0 12px 0 12px;
	background: #FFF;
	padding: 0 0 8px 0;
	overflow: hidden;
}

/* Header */

.header {
	background: url('../i/header-bg.gif') repeat-x;
	margin: 0 0 11px 0;
	position: relative;
	height: 77px;
	z-index: 100;
}

.logo {
	position: absolute;
	top: 21px;
	left: 23px;
}

/* Menu */

.menu {
	position: absolute;
	top: 32px;
	left: 217px;
	z-index: 100;
}

.menu li {
	float: left;
	display: inline;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #0172cf;
	position: relative;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	height: 20px;
}


.menu li span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.menu a:link, .menu a:visited {
	display: block;
	float: left;
	color: #FFF;
	text-decoration: none;
	position: relative;
	z-index: 20;
	padding: 1px 0 0 1px;
}

.menu a:hover {
	text-decoration: underline;
	color: #FFF;
}

/* Submenu */

.submenu {
	display: none;
}

.menu li:hover .submenu {
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 130px;
	padding: 5px 0 0 0;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
}


.menu li.last:hover .submenu {
	left: -70px;
}

.submenu .inner {
	background: #008fcd;
	border: 1px solid #b4dae9;
}

.submenu ul {
	margin: 5px 7px 5px 7px;
}

.menu li .submenu li {
	float: none;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	position: relative;
	text-transform: none;
	margin: 0;
	border-bottom: 1px solid #6fa4c4;
	height: auto;
}

.menu li .submenu li.last {
	border-bottom: 0px solid transparent;
}

.menu .submenu a:link, .menu .submenu a:visited {
	display: block;
	float: none;
	color: #FFF;
	text-decoration: none;
	position: relative;
	z-index: 20;
	padding: 3px 0 3px 3px;
}

.menu .submenu a:hover {
	color: #d7e9f3;
}

/* Content */

.content {
	margin: 0 18px 0 18px;
}

/* Top Line */

.top-line {
	margin: 0 6px 5px 9px;
	position: relative;
}

.path {
	float: left;
	display: inline;
	margin: 6px 30px 0 0;
}

.path a:link, .path a:visited {
	color: #666666;
	text-decoration: none;
}

.path a:hover {
	color: #c1d63e;
	text-decoration: underline;
}

.path li {
	float: left;
	display: inline;
	background: url('../i/arrow.gif') no-repeat 100% 5px;
	padding: 0 12px 0 0;
	margin: 0 10px 0 0;
}

.path li.last {
	background: transparent;
	padding: 0;
	margin: 0;
}

/* Blue box */

.blue-box {
background: url('../i/blue-box-bg.gif') no-repeat;
width: 250px;
height: 28px;
float: right;
display: inline;
margin: 0 250px 0 0;
color: white;
}

.blue-box ul {
	margin: 4px 0 0 13px;
}


.blue-box a:link, .blue-box a:visited {
	color: #FFF;
	text-decoration: underline;
	
	z-index: 20;
	height: 16px;
	line-height: 16px;
}

.blue-box a:hover {

	text-decoration: none;

}

.blue-box ul li#email {
	margin: 0 0px 0 0;
}

#email a {
	padding: 0px 0 0 0px;
}

#email span {
	padding: 0 0 0 0px;
}

#bill a {
	
	padding: 0px 0 0 0px;
}

#bill span {
	padding: 0 0 0 0px;
}

/* Search */

.search {
	position: absolute;
	top: 2px;
	right: 0;
	background: url('../i/search-bg.gif') no-repeat 100% 0;
	height: 24px;
	color: #345e72;
	width: 208px;
}

.search label {
	margin: 4px 8px 0 0;
	display: block;
	float: left;
}

.search .text {
	border: 0px solid transparent;
	background: transparent;
	padding: 4px 0 4px 4px;
	width: 137px;
}

.search .btn {
	position: absolute;
	top: 1px;
	right: 1px;
}

/* Top Picture */

.top-pic {
	background: url('../i/top-pic-shadow.gif') no-repeat;
	height: 231px;
	padding: 8px 7px 0 7px;
	overflow: hidden;
	margin: 0 0 10px 0;
	position: relative;
	z-index: 10;
}

/* Columns */

.columns {
	margin: 0 0 0 6px;
}

.col-left {
	float: left;
	display: inline;
	width: 621px;
	overflow: hidden;
}

.col-right {
	float: left;
	display: inline;
	width: 235px;
	margin: 0 0 0 17px;
}

/* Tabs */

#tabs {
	background: url('../i/tabs-bg.gif') repeat-x 0 100%;
	height: 32px;
	margin: 0 0 0 -7px;
	width: 630px;
}

#tabs li {
	float: left;
	display: inline;
	width: 150px;
	height: 32px;
	line-height: 32px;
	background: url('../i/tab-bg.gif') no-repeat;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 0 7px;
	cursor: pointer;
}

#tabs li.current {
	background-position: 0 100%;
}

#tabs div {
	color: #FFF;
	width: 150px;
	height: 32px;
	line-height: 32px;
	position: relative;
	z-index: 20;
}

#tabs span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 150px;
	height: 32px;
	line-height: 30px;
	z-index: 10;
	color: #004f71;
}

/* Tab content */

.tab-content {
	background: url('../i/tab-content-bg.gif') no-repeat;
	width: 621px;
	overflow: hidden;
}

.tab-content-home {
	background: url('../i/tab-content-bg-home.gif');
	width: 621px;
	height: 275px;
	overflow: hidden;
}

#screen {
	width: 592px;
	clear: left;
	overflow: hidden;
	position: relative;
	margin: 4px 0 0 12px;
}

#screenhome {
	width: 592px;
	clear: left;
	overflow: hidden;
	position: relative;
	margin: 15px 0 0 20px;
}

.tab-body {
	clear: both;
	width: 9000px;
	overflow: hidden;
	padding: 0 0 20px 0;
}

.tab-item {
	width: 592px;
	float: left;
}

.item {
	border-bottom: 1px solid #0e7aba;
	width: 592px;
	position: relative;
	font-size: 12px;
}

.last-item {
	border-bottom: 0px solid transparent;
}

.item-pic {
	float: left;
	display: inline;
	margin: 0 0 0 13px;
}

.item-description {
	float: left;
	display: inline;
	color: #FFF;
	margin: 13px 0 0 17px;
	font-size: 14px;
}

.item-description a:link, .item-description a:visited {
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
}

.item-arrow {
	position: absolute;
	top: 21px;
	right: 0px;
}

/* Newsletter */

.newsletter {
	background: url('../i/newsletter-bg.gif') no-repeat;
	width: 236px;
	height: 79px;
	margin: 0 0 12px 0;
}

.newsletter span {
	cursor: pointer;
}

.newsletter a:link, .newsletter a:visited {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 236px;
	height: 79px;
	overflow: hidden;
}

.newsletter a:link .inner, .newsletter a:visited .inner {
	display: block;
	font-size: 21px;
	margin: 14px 0 0 18px;
	color: #666666;
	position: relative;
}

.newsletter a:link .overlay, .newsletter a:visited .overlay {
	color: #666666;
	position: absolute;
	top: 1px;
	left: 0px;
}

/* Help */

.help {
	font-size: 16px;
	text-align: center;
	margin: 0 0 20px 0;
}

.help a:link, .help a:visited {
	color: #666666;
	text-decoration: none;
}

.help a:link big, .help a:visited big {
	font-size: 27px;
	display: block;
	color: #000;
	word-spacing: -1px;
	margin: 0 0 3px 0;
}

/* Business */

.business {
	background: url('../i/business-bg.gif') no-repeat;
	width: 235px;
	height: 91px;
	margin: 0 0 15px 0;
}

.business span {
	cursor: pointer;
}

.business a:link, .business a:visited {
	display: block;
	width: 235px;
	height: 91px;
	overflow: hidden;
	color: #FFF;
	text-decoration: none;
}

.business .inner {
	display: block;
	text-align: right;
	margin: 13px 13px 0 0;
}

.business a:link .headline, .business a:visited .headline {
	display: block;
	font: 18px Georgia;
	line-height: 1.2em;
	word-spacing: 2px;
	color: #666666;
	position: relative;
	margin: 0 0 6px 0;
}

.business .headline big {
	font-size: 28px;
	display: block;
	margin: 0 5px 0 0;
}

.business a:link .headline .overlay, .business a:visited .headline .overlay {
	position: absolute;
	top: 1px;
	right: 0px;
	color: #FFF;
}

.details-link {
	font-style: italic;
	padding: 0 15px 0 0;
	background: url('../i/arrow-double.gif') no-repeat 100% 3px;
	margin: 0 5px 0 0;
	word-spacing: 1px;
}

/* Services */

.services {
	background: url('../i/dots.gif') repeat-x 0 100%;
	padding: 0 0 10px 0;
}

.services ul {
	background: url('../i/dots.gif') repeat-x 0 0;
	margin: 0 0 0 5px;
}

.services li {
	float: left;
	display: inline;
}

.services a:link, .services a:visited {
	text-decoration: none;
	font-size: 12px;
	color: #666666;
}

.title {
	float: left;
	display: inline;
	text-align: right;
	margin: 17px 12px 0 0;
}

.title big {
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 1px 0;
	line-height: 1.2em;
}

.price {
	float: left;
	display: inline;
	background: url('../i/price-bg-gray.jpg') no-repeat;
	width: 89px;
	height: 46px;
	position: relative;
	margin: 13px 0 0 0;
	font: 25px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.price sup {
	float: left;
	display: inline;
	font-size: 17px;
	margin: 1px 0 0 0;
}

.price big {
	float: left;
	display: inline;
	font-size: 25px;
}

.price .price-value {
	display: block;
	margin: 5px 0 0 12px;
	color: #fff;
}

.price .overlay {
	position: absolute;
	top: 6px;
	left: 12px;
	color: #01588b;
}

.low-price {
	float: left;
	display: inline;
	background: url('../i/price-bg-gray.jpg') no-repeat;
	width: 89px;
	height: 46px;
	position: relative;
	margin: 13px 0 0 0;
	font: 18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
}

.low {
	color: #FFF;
	font-size: 11px;
	position: absolute;
	top: 3px;
	left: 6px;
}

.low-price .price-value {
	position: absolute;
	top: 14px;
	left: 25px;
	display: block;
	color: #003f93;
}

.low-price .overlay {
	position: absolute;
	top: 15px;
	left: 25px;
	color: #FFF;
	display: block;
}

#service-telephone {
	margin: 0 20px 0 0;
}

#service-internet {
	margin: 0 18px 0 0;
}

#service-tv {
	margin: 0 10px 0 0;
}

#service-tv .title {
	margin-top: 19px;
}

#service-tv .title big {
	margin: 0;
}

.red {
	color: #c20b0b;
}


#service-computer .red {
	display: block;
	margin: 0 0 2px 0;
}

#service-computer .title {
	margin-right: 6px;
}

#service-computer big {
	font-size: 13px !important;
}

.computer-pic {
	float: left;
	display: inline;
	margin: 13px 0 0 0;
}

/* Footer */

.footer {
	background: #d9eb67 url('../i/footer-bg.gif') repeat-x;
	color: #FFF;
}

.footer-frame {
	width: 946px;
	margin: 0 auto;
	background: url('../i/footer-bg-top.gif') no-repeat;
	overflow: hidden;
	position: relative;
	padding: 0 0 52px 0;
}

.copyright {
	position: absolute;
	top: 0px;
	right: 33px;
	font-size: 10px;
	color: #666666;
}

/* Footer columns */

.footer-columns {
	margin: 43px 0 0 35px;
	font-size: 11px;
}

.f-col-1 {
	float: left;
	display: inline;
	width: 115px;
}

.f-col-2 {
	float: left;
	display: inline;
	width: 115px;
	margin: 0 0 0 30px;
}

.f-col-3 {
	float: left;
	display: inline;
	width: 115px;
	margin: 0 0 0 5px;
}

.f-col-4 {
	float: left;
	display: inline;
	width: 135px;
	margin: 0 0 0 13px;
}

.f-col-5 {
	float: left;
	display: inline;
	width: 80px;
	margin: 0 0 0 20px;
}

.f-col-6 {
	float: left;
	display: inline;
	width: 105px;
	margin: 0 0 0 24px;
}

.f-col-7 {
	float: left;
	display: inline;
	width: 105px;
	margin: 0 0 0 22px;
}

.footer a:link, .footer a:visited {
	color: #000000;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer li {
	margin: 0 0 6px 0;
}

.sep {
	background: url('../i/sep.gif') no-repeat;
	height: 1px;
	overflow: hidden;
	margin: 10px 0 12px 0;
}

.logo-footer {
	margin: 0 0 13px 0;
}

.footer p {
	margin: 0 0 12px 0;
}

/* Internal page */

#internal-columns {
	margin: 12px 0 0 0;
	border-top: 1px solid #dedede;
	padding: 15px 0 0 0;
}

.to-right {
	margin: 0 0 0 22px;
}

.subhead {
	margin: 0 0 20px 0;
	font-weight: bold;
	color: #666666;
}

.pic {
	margin: 0 0 20px 0;
}

.top-link {
	font-size: 11px;
	padding: 0 0 0 13px;
	background: url('../i/arrow-top.gif') no-repeat 2px 3px;
}

/* Horizontal line */

.hr hr {
	display: none;
}

.hr {
	height: 1px;
	overflow: hidden;
	background: url('../i/hr.gif') no-repeat;
	margin: 20px 0 20px 0;
}

/* Side menu */

.side-menu {
	background: #e6e6e6;
	overflow: hidden;
	padding: 0 0 10px 0;
	margin: 0 0 18px 0;
}

.side-menu ul {
	margin: 12px 12px 0 20px;
}

.side-menu a:link, .side-menu a:visited {
	color: #000000;
	text-decoration: none;
}

.side-menu a:hover {
	text-decoration: underline;
}

.side-menu li {
	background: url('../i/arrow.gif') no-repeat 99% 6px;
	border-bottom: 1px solid #cfdee4;
	padding: 0 0 5px 0;
	margin: 0 0 11px 0;
}

.side-menu li.last {
	background: url('../i/arrow.gif') no-repeat 99% 6px;
	border-bottom: 0px solid #cfdee4;
	padding: 0 0 0px 0;
	margin: 0 0 0px 0;
}

/* Upgrade */

.upgrade {
	background: url('../i/upgrade-bg.jpg') no-repeat;
	width: 235px;
	height: 221px;
	color: #01588b;
	overflow: hidden;
	margin: 0 0 20px 0;
	position: relative;
}

.upgrade .inner {
	text-align: center;
	margin: 23px 18px 0 18px;
}

.u-title {
	font-size: 25px;
	margin: 0 0 8px 0;
}

.upgrade p {
	font-size: 20px;
	margin: 0 15px;
	line-height: 1.2em;
	word-spacing: 2px;
}

.u-price {
	position: relative;
}

.only {
	float: left;
	display: inline;
	font-size: 20px;
	margin: 7px 10px 0 20px;
}

.the-price {
	float: left;
	display: inline;
}

.the-price sup {
	float: left;
	display: inline;
	font-size: 17px;
	margin: 3px 0 0 0;
	font-size: 28px;
}

.the-price big {
	float: left;
	display: inline;
	font-size: 49px;
}

.mo {
	font-size: 20px;
	position: absolute;
	top: 26px;
	left: 136px;
}

.upgrade small {
	font-size: 12px;
}

.upgrade .full-overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 235px;
	height: 221px;
}

.upgrade div, .upgrade span {
	cursor: pointer;
}

.promo {
	margin: 0 0 15px 0;
}

/* Tables */ 


#hor-zebra
{
	margin: 0px;
	width: 550px;
	text-align: left;
	border-collapse: collapse;
}
#hor-zebra th
{
	font-weight: bold;
	padding: 8px 8px;
	color: #000000;
	text-align:center;
}
#hor-zebra td
{
	padding: 8px;
	color: #000000;
	text-align: center;
	}
#hor-zebra .odd
{
	background: #e6e6e6
}


.change_zip
{
	color:#FFFFFF;
	width:946px;margin: 0 auto; text-align:right;padding-right:23px;
	
}

.change_zip a:link, .change_zip a:visited {
	color: #FFF;
	text-decoration: underline;
}

.change_zip a:hover {
	text-decoration: none;
}

.roundedcornr_box_538593 {
   background: #e6e6e6;
}
.roundedcornr_top_538593 div {
   background: url(../i/roundedcornr_538593_tl.png) no-repeat top left;
}
.roundedcornr_top_538593 {
   background: url(../i/roundedcornr_538593_tr.png) no-repeat top right;
}
.roundedcornr_bottom_538593 div {
   background: url(../i/roundedcornr_538593_bl.png) no-repeat bottom left;
}
.roundedcornr_bottom_538593 {
   background: url(../i/roundedcornr_538593_br.png) no-repeat bottom right;
}

.roundedcornr_top_538593 div, .roundedcornr_top_538593, 
.roundedcornr_bottom_538593 div, .roundedcornr_bottom_538593 {
   width: 100%;
   height: 15px;
   font-size: 1px;
}
.roundedcornr_content_538593 { margin: 0 15px; }

/* Dropdown menu */

.dropmenu { 
	margin: 0; 
	padding: 0; 
	height: 30px;
	position: absolute;
	top: 32px;
	left: 175px;
	z-index: 100;
}

/*		Topitems			*/

.dropmenu ul {
	border: 1px solid #666666;
	display: none;
}

.dropmenu li.last ul {
	left: -70px !important;
}

.dropmenu li {
	float: left;
	display: inline;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
	text-transform: uppercase;
	margin: 0 20px 0 0 !important;
	height: 20px;
}

.dropmenu li span {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	cursor: pointer;
}

.dropmenu a:link, .dropmenu a:visited { 
	display: block;
	float: left;
	color: #FFF !important;
	text-decoration: none;
	position: relative;
	z-index: 100;
	padding: 1px 0 0 1px;

	overflow: hidden;
}

.dropmenu a:hover {
	text-decoration: underline;
	color: #FFF;
}

/*		Subitems			*/

.dropmenu ul li {
	float: none;
	display: block;
	font: 12px Arial, Helvetica, sans-serif;
	color: #FFF;
	position: relative;
	text-transform: none;
	margin: 0 !important;
	height: auto;
	background: #666666 url('../i/submenu-sep.gif') no-repeat 7px 100%;
	width: 117px;
	padding: 0 5px 1px 5px !important;
}

.dropmenu ul li.first {
	padding-top: 3px !important;
}

.dropmenu ul li.last {
	border-bottom: 0px solid transparent;
	padding-bottom: 3px !important;
}

.dropmenu ul a:link, .dropmenu ul a:visited {
	display: block !important;
	float: none;
	color: #FFF;
	text-decoration: none;
	position: relative;
	z-index: 100;
	padding: 3px 0 3px 3px;
}

.dropmenu ul a:hover {
	color: #c1d63e !important;
	text-decoration: none;
}


/* Fix for Safari that applies anti-aliasing to navigation items */

@media screen and (-webkit-min-device-pixel-ratio:0){
.menu li  { margin: 0 20px 0 0; }
}

/* Fix for Safari that applies anti-aliasing to navigation items */

@media screen and (-webkit-min-device-pixel-ratio:0){
.menu li  { margin: 0 20px 0 0; }
}
.outer .all .frame .frame-inner .content .columns.clearfix .col-left .tab-content #screen .tab-body #news .item.clearfix .item-description h3 a span {
	font-size: 14px;
}

