@charset "utf-8";
/* CSS Document */

body, html {
	margin: 0;
	padding: 0;
}

body {
	background-image: url(images/bg_04.gif);
	background-repeat: repeat-x;
	background-color: #ff6600;
	text-align: center;
}
.clearfloat {
	clear: both;
}
h2 {
	font-size: 10pt;
	text-transform:uppercase;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 0px;
}
#container {
	width: 960px;
	text-align: left;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
}

#header {
	background-repeat: no-repeat;
}

#header_left {
	float: left;
}

.logo_text {
	display: none;
}

#header_right {
	float: left;
	padding: 70px 0 0 240px;
}

#main {
	/*background-image: url(images/repeat_inside.gif);
	background-repeat: repeat-y;*/
	margin: 0;
	padding: 0;
	background-color: white;
}

#main2 {
	background-image: url(images/bg_content.gif);
	background-repeat: no-repeat;
	margin-top: 0;
}

#nav {
	float: left;
	width: 220px;
	padding: 5px 35px 15px 15px;
}

.nav_contact {
	color: #000000;
	padding-left: 27px;
	font-size: 9pt;
	padding-top: 20px;
}

.nav_orange, 
.nav_green, 
.nav_blue {
	list-style-type: none;
	margin: 10px 0 20px 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
	font-weight: bolder;
}

.nav_orange li a {
	background-image: url(images/nav_orange.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 10px 10px 25px;
	text-decoration: none;
	color: #000000;
	display: block;
}

.nav_orange li a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(images/nav_red.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.nav_green li a {
	background-image: url(images/nav_green.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 10px 10px 25px;
	text-decoration: none;
	color: #000000;
	display: block;
}

.nav_green li a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(images/nav_red.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

.nav_blue li a {
	background-image: url(images/nav_blue.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 5px 5px 10px 25px;
	text-decoration: none;
	color: #000000;
	display: block;
}

.nav_blue li a:hover {
	text-decoration: none;
	color: #000000;
	background-image: url(images/nav_red.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#content {
	float: left;
	width: 565px;
	padding: 15px 0px 15px 55px;
	line-height: 1.4em;
	position: relative;
}

.calltoaction {
	position: absolute;
	right: 0px;
	top: 5px;
	border: 0px;
}
#content_home {
	float: left;
	width: 690px;
	margin-top: -20px;
	padding: 0px 0px 15px 0px;
	line-height: 1.4em;
}

#main_footer {
	background-image: url(images/footer_inside.gif);
	background-repeat: no-repeat;
	height: 14px;
}

#footer {
	text-align: center;
	padding: 10px;
}

#footer a {
	color: #000000;
}

#footer a:hover {
	color: #003399;
}

.clear {
	clear: both;
}

.hidden {
	display: none;
}

a {
	color: #FF6600;
}

a:hover {
	color: #FF3300;
}
.cableleft {
	float: left;
	width: 175px;
	clear: none;
}
.cableright {
	float: right;
	width: 350px;
	clear: none;
}
.telephone {
	/*padding-left: 25px;
	padding: 2px;
	border: solid 0px #FF6600;
	margin-bottom: 5px;*/
}
.internetright {
	float: right;
	width: 150px;
	clear: none;
	font-size: xx-small;
	padding-left: 20px;
	padding-top: 10px;
}
.channels_table {
	border: 1px solid #E15C03;
}

.line {
	background-color: #FF6600;
	height: 1px;
}
.contactleft {
	float: left;
	width: 200px;
	clear: none;
}
.contactright {
	float: left;
	width: 300px;
	clear: none;
	margin: 10px;
	padding: 5px;
	color: #000000;
	background-color: #FFB810;
}

#hometop_top {
	width: 656px;
	height: 34px;
	background-image: url(images/home_heading_03.gif);
	background-position: bottom center;
	background-repeat:no-repeat;
}
#hometop_middle {
	background-image: url(images/home_heading_06.gif);
	background-repeat: repeat-y;
	background-position:top center;
	width: 656px;
	color: #FFFFFF;
	
}
.hometop_leftcolumn {
	margin-top: 10px;
	margin-left: 26px;
	padding: 0px 0px;
	width: 165px;
	float: left;
	
}
.hometop_middlecolumn {
	margin-top: 10px;
	margin-left: 55px;
	padding: 0px;
	width: 165px;
	float: left;
}
.hometop_rightcolumn {
	margin-top: 10px;
	margin-left: 55px;
	padding: 0px;
	width: 165px;
	float: left;
}
#hometop_bottom {
	width: 656px;
	height: 99px;
	background-image: url(images/home_header_08.jpg);
	background-position: top center;
	background-repeat:no-repeat;
}
#homebottom_container {
	width: 654px;
	margin-top: 0px;
	background-image: url(images/bg_home_dots_28.gif);
	background-repeat: repeat-y;
	background-position: top center;
	border-left: solid 1px #333b48;
	border-right: solid 1px #333b48;
}
#homebottom_footer {
	width: 656px;
	height: 14px;
	background-image: url(images/bg_home_dot_footer_35.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#homebottom_container h3 {
	font-family: Georgia;
	font-size: 10pt;
	font-weight: bold;
	color: #000000;
}
.homebottom_leftcolumn {
	margin-top: 10px;
	margin-left: 16px;
	width: 175px;
	float: left;
	
}
.homebottom_middlecolumn {
	margin-top: 10px;
	margin-left: 45px;
	width: 175px;
	float: left;
}
.homebottom_middlecolumn td {
	font-family: tahoma;
	font-size: 8pt;
	font-weight: bold;
}
.homebottom_middlecolumn td a {
	color: black;
	text-decoration: none;
	
}
.homebottom_middlecolumn td a:hover {
	text-decoration: underline;
	
}
.homebottom_rightcolumn {
	margin-top: 10px;
	margin-left: 40px;
	width: 190px;
	float: left;
		font-family: tahoma;
	font-size: 8pt;
}
/* zebra table */
table.zebra tr.even td, table.zebra tr.even th { background-color:#FFF; } 
table.zebra tr.odd td { background-color:#e9eef5; } 
table.zebra thead { background-color: #E15C03; }

a.readmore, a:hover.readmore {
color: white;
}
.featureheading {
	font-weight: bold;
	padding-top: 20px;
}