@charset "UTF-8";

@font-face {
	font-family: "BlockGothic";
	src: url(fonts/BlockGothicRR-MediumCond.eot);
}


@font-face {
	font-family: "BlockGothic";
	src: url(fonts/BlockGothicRR-MediumCond.otf) format("opentype");
}

* {
	margin: 0;
	padding: 0;
}

body {
	font: 13px/1.6em "Trebuchet MS", Arial, sans-serif;
	color: #6f6f6f;
}

a:link, a:visited { color:#6DB33F; }
a:hover { color:#6bad32; text-decoration:underline; }

h1 {
	color:#6DB33F;
	font-weight:normal;
	letter-spacing: 0.04em;
	font-size:210%;
	text-transform:uppercase;
	margin:20px 0 10px 0;
	font-family: BlockGothic;
}

h2 {
	color:#6DB33F;
	font-weight:normal;
	letter-spacing: 0.05em;
	font-size:210%;
	text-transform:uppercase;
	margin:15px 0 5px 0;
	font-family: BlockGothic;

}

h3 {
	font-weight:normal;
	letter-spacing: 0.05em;
	font-size:170%;
	border-bottom:1px solid #ccc;
	padding:0 0 5px 0;
	margin: 5px 0 5px 0;
	color:#6DB33F;
	text-transform:uppercase;
	font-family: BlockGothic;
}

h4 {
	font-weight:normal;
	letter-spacing: 0.05em;
	color: #b7ae4e;
	font-size:170%;
	padding:0 0 5px 0;
	margin-bottom:2px;
	text-transform:uppercase;
	font-family: BlockGothic;
}

p {
	margin: 0 0 20px 0;
}

#main ol li,#main ul li {
	margin-left: 25px;
}
#main ul {
	margin-bottom: 20px;
}

#wrapper {
	width: 900px;
	margin: 0 auto;
}

#content {
  float: left;
  width: 100%;
  margin-top: 6px;
}

#main {
  width: 660px;
  padding-right: 15px;
  float: left;
 }

#sidebar {
  width: 225px;
  float: right;
}

#footer {
  clear: both;
  padding:15px 0;
  font-size:90%;
}

#header {
	height: 160px;
}

#header h1 {
	height: 71px;
	width: 220px;
	float: left;
	margin: 54px 0 0 0;

}

#header h1 a {
	display: block;
	height: 100%;
	width: 100%;
	background: url(../gfx/logo.png);
	text-indent: -5000em;
}

#tagline {
	display: block;
	width: 234px;
	height: 15px;
	float: left;
	margin: 83px 0 0 38px;
	background-image: url(../gfx/tagline.png);
	text-indent: -5000em;
}

ul#nav-sf { width: 100%; float: left; background: #eaedef; }
ul#nav-sf li { list-style: none; float: left; position: relative; line-height: 45px; }
ul#nav-sf li a { display: block; padding: 0 20px; font-weight: bold; text-decoration: none; text-transform: uppercase; }
ul#nav-sf li a:hover { background: #6bb03c; color:#FFFFFF; }
ul#nav-sf li ul { list-style: none; position: absolute; z-index: 1000; top: -3000em; width: 270px; background: #6DB33F; }
ul#nav-sf li:hover ul { top: 45px; }
ul#nav-sf li ul li { float: none; }
ul#nav-sf li ul li a { color: white; text-transform: none; border-top: 1px solid #eaedef; }
ul#nav-sf li ul li a:hover{ background: #6bb03c; color:#FFFFFF; }

ul#nav-top { float: right; margin: 80px 0 0 0;}
ul#nav-top li { float: left; list-style: none; }
ul#nav-top li a { text-decoration:none; font-weight:bold; padding:0 5px; }

ul#nav-footer { width: 100%; float: left; }
ul#nav-footer li { float: left; list-style: none; margin-right:1em; padding-left:1em; border-left: 1px solid #666;}
ul#nav-footer li:first-child { padding-left: 0em; border-left: none; }
ul#nav-footer li a {color: #4e4e4e; line-height:1em; text-decoration:none; }
ul#nav-footer li a:hover { text-decoration:underline; }


ul#nav-vert { }
ul#nav-vert li { border-bottom: 5px solid white; list-style: none; }
ul#nav-vert li a { display: block; text-decoration: none; text-indent: -3000em; height: 55px; outline: none; }
ul#nav-vert li a:hover { filter:alpha(opacity=30); -moz-opacity: 0.3;opacity: 0.3; }
ul#nav-vert li a#nav-sub-bus { background: url(../gfx/nav-sub-bus.jpg); }
ul#nav-vert li a#nav-sub-res { background: url(../gfx/nav-sub-res.jpg); }
ul#nav-vert li a#nav-sub-ser { background: url(../gfx/nav-sub-ser.jpg); }



ul.home li { float: left; list-style: none; line-height: 1em;  margin-top: 15px; }
ul.home li.one { width: 323px; margin-right: 15px; }
ul.home li.two { width: 323px; margin-right: 15px; }
ul.home li.three { width: 224px; }

ul.promo { width: 100%; float: left; margin-bottom: 25px; }
ul.promo li { float: left; list-style: none; line-height: 1em;  margin-top: 15px; height: 120px; }
ul.promo li.one { width: 330px; }
ul.promo li.two { width: 338px; }
ul.promo li.three { width: 232px; }

ul.promo li a {
	display: block;
	height: 100%;
	width: 100%;
	background-image: url(../gfx/home-hotbuttons.jpg);
	text-indent: -5000em;
	outline: none;
}

ul.promo li.one a {
	background-position: left bottom;
}

ul.promo li.two a {
	background-position: -330px bottom;

}
ul.promo li.three a {
	background-image: url(../gfx/home-hotbutton-reasonable-usage-anim.gif);
	background-position: 0 -11px;
}

ul.promo li a:hover, ul.promo li a:focus {
	filter:alpha(opacity=30); -moz-opacity: 0.3;opacity: 0.3;
}


span#nav-rural { display: block; width: 224px; height: 320px; text-indent: -3000em; background: url(../gfx/home-image3.jpg) }
a#nav-home-business { display: block; width: 323px; height: 55px; text-indent: -3000em; background: url(../gfx/nav-business.jpg) }
a#nav-home-residential { display: block; width: 323px; height: 55px; text-indent: -3000em; background: url(../gfx/nav-residential.jpg) }
a#nav-home-service { display: block; width: 224px; height: 55px; text-indent: -3000em; background: url(../gfx/nav-service.jpg) }
ul.home li a:hover { filter:alpha(opacity=30); -moz-opacity: 0.3;opacity: 0.3; }


ol.policy li {
	margin-bottom: 20px;
}


ul.sidepromo { }
ul.sidepromo li { list-style: none; margin-bottom: 2px; }
ul.sidepromo li.one { height: 120px; }
ul.sidepromo li.two { height: 80px; }
ul.sidepromo li.three { height: 80px; }

ul.sidepromo li a {
	display: block;
	height: 100%;
	width: 100%;
	text-indent: -5000em;
	outline: none;
}

ul.sidepromo li.one a {
	background-image: url(../gfx/btn-reasonable-usage.gif);
}

ul.sidepromo li.two a {
	background-image: url(../gfx/btn-platinum-access.jpg);
}

ul.sidepromo li.three a {
	background-image: url(../gfx/btn-mad-4-movies.jpg);
}

ul.sidepromo li a:hover, ul.sidepromo li a:focus {
	filter:alpha(opacity=30); -moz-opacity: 0.3;opacity: 0.3;
}



.promo-table {
	width: 100%;
}

td.inset {
	width: 190px;
	vertical-align: top;
}

.promo-table td {
	padding-bottom: 30px;
}

.footer-image {
	float: right;
	margin-bottom: 30px;
}

.disclaimer {
	font-size: 90%;
	color: #6f6f6f;
}

.highlight {
	padding: 30px;
	background: #f7f7f7;
	margin: 20px 0;
}

.highlight ul li {
	font-weight: bold;
}

.phonehighlight {
	font-family: BlockGothic;
	font-size: 350%;
	font-weight: bold;
	padding: 5px 0 50px 0;
	color:#6DB33F;
	text-align: center;

}

.callnow {
	text-align: center;
}

#business-packages {
	background-image: url(../gfx/promo-smb-packages.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-indent: -5000em;
	height: 666px;
	padding-bottom: 30px;
}
#business-packages table {
	margin-left: -5000em;
}

#gmap { height: 500px; width: 100%; position: relative; z-index: 1; }


#footer p {line-height:1.4em; color:#7e7e7e;}



