/* CSS Document */

body, h1, h2, h3, h4, img, li, ol, ul, p, a, div, form, table {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

body {
	background: #ffffff url(images/bg-tile.gif) top left repeat-x;
	font-family: Arial;
	font-size: 70%;
	text-align: center;
}

a, object {
	outline: 0;
}

img {
	display: block;
}

.clear {
	clear: both;
}

#wrap {
	margin: 0px auto;
	width: 960px;
	text-align: left;
}

#header {
	position: relative;
	height: 102px;
	background: url(images/header-bg.gif) top left no-repeat;
	z-index: 0;
}

.header_logo {
	float: left;
}

#top {
	position: relative;
	z-index: 1;
}

.header_img {
	position: absolute;
	top: -102px;
	right: 0px;
	z-index: 2;
}

.about_header_img {
	position: absolute;
	top: -103px;
	right: 13px;
	z-index: 2;
	overflow: visible;
}

.top_home {
	height: 270px;
	background: url(images/top-home-bg.jpg) top left no-repeat;
}

.top_about {
	height: 174px;
	background: url(images/top-about-bg.jpg) top left no-repeat;
}

.top_products {
	height: 174px;
	background: url(images/top-products-bg.jpg) top left no-repeat;
}

.top_support {
	height: 174px;
	background: url(images/top-support-bg.jpg) top left no-repeat;
}

.top_partners {
	height: 174px;
	background: url(images/top-partners-bg.jpg) top left no-repeat;
}

.top_testimonials {
	height: 174px;
	background: url(images/top-testimonials-bg.jpg) top left no-repeat;
}

.top_faq {
	height: 174px;
	background: url(images/top-faq-bg.jpg) top left no-repeat;
}

.top_contact {
	height: 174px;
	background: url(images/top-contact-bg.jpg) top left no-repeat;
}

.top_sitemap {
	height: 174px;
	background: url(images/top-sitemap-bg.jpg) top left no-repeat;
}

#topnav {
	width: 779px;
	height: 41px;
}

#broadband_promo {
	position: absolute;
	top: 83px;
	left: 377px;
	width: 343px;
	height: 171px;
	padding: 10px;
	color: #281b4b;
	background: url(images/broadband-promo-bg.gif) top left no-repeat;
}

#broadband_promo p {
	width: 210px;
}

#promos {
	position: absolute;
	width: 221px;
	top: 97px;
	left: 755px;
}

ul.promo_list {
	list-style: none;
}

ul.promo_list li {
	float: left;
}

ul.promo_list li a {
	display: block;
	width: 191px;
	height: 174px;
	padding: 12px 15px 10px 15px;
	text-decoration: none;
	background: url(images/promo-bg.gif) top left no-repeat;
	color: #281b4b;
}

ul.promo_list li a:hover {
	background: url(images/promo-bg.gif) top right no-repeat;
}

.promo_title {
	color: #40c5e9;
	font-size: 1.2em;
	font-weight: bold;
}

#page {
	z-index: 0;
	position: relative;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
	height: 555px;
	min-height: 555px;
	padding: 0px 0px 35px 25px;
	background: #ffffff url(images/page-bg.gif) bottom left no-repeat;
	color: #281b4b;
}

html>body #page {
	height: auto;
}

#page a {
	color: #40c5e9;
	text-decoration: underline;
}

#page a:hover {
	color: #ffffff;
	background-color: #40c5e9;
}

#page_left {
	float: left;
	width: 360px;
	padding-right: 20px;
	border-right: 1px solid #f8f8f8;
}

#page_full {
	width: 700px;
	padding-top: 30px;
}

#page_wide {
	width: 715px;
}

#page_right {
	float: left;
	width: 400px;
	margin-left: 20px;
}

.blue_text {
	color: #40c5e9;
}

.large_text {
	font-size: 1.2em;
	margin-bottom: 4px;
}

ul.page_list {
	list-style: disc;
	margin: 10px 0px;
}

ul.page_list li {
	margin: 0px 0px 3px 20px;
}

#subnav {
	padding: 0px 0px 30px 10px;
	background: #ffffff;
	border-left: 1px solid #e1e1e1;
	border-right: 1px solid #e1e1e1;
}

ul.subnavlist {
	list-style: none;
}

ul.subnavlist li {
	float: left;
}

ul.subnavlist li a {
	float: left;
	display: block;
	padding: 0px 7px;
	color: #281b4b;
	font-size: 1.1em;
	text-decoration: none;
	font-weight: bold;
	border-right: 1px solid #a6e4f5;
}

ul.subnavlist li a.active, ul.subnavlist li a:hover {
	text-decoration: underline;
}

.noborder {
	border: 0px !important;
}

.about_wrap {
	margin-bottom: 25px;
}

.about_left {
	float: left;
	width: 223px;
}

.about_right {
	float: right;
	width: 450px;
}

h1 {
	color: #40c5e9;
	font-size: 1.5em;
	margin-bottom: 20px;
}

h2 {
	color: #40c5e9;
	font-size: 1.2em;
	margin: 10px 0px;
}

h3 {
	font-size: 1.5em;
	margin-top: 30px;
}

.about_img {
	position: absolute;
	top: 55px;
	right: 244px;
	z-index: 2;
}

#footer {
	height: 37px;
	background: url(images/footer-bg.gif) top left no-repeat;
	text-align: right;
}

#footer a {
	color: #281b4b;
	text-decoration: none;
	margin: 7px 18px 0px 0px;
}

#nav {
	margin: 10px 0px 20px 0px;
	text-align: center;
	color: #281b4b;
	background: url(images/nav-bg.gif) top left no-repeat;
	font-size: 0.9em;
}

#nav a {
	color: #281b4b;
	text-decoration: none;
	padding: 0px 8px;
}

#nav a:hover {
	color: #ffffff;
	background-color: #281b4b;
}

.partners_img {
	margin-left: -8px;
	padding-top: 5px;
}

.noimg {
	margin-top: -30px;
}

#contact_left {
	float: left;
	width: 385px;
	height: 638px;
	min-height: 638px;
	margin-top: 20px;
	padding: 15px 0px 0px 70px;
	background: url(images/contact-bg.gif) top left no-repeat;
}

html>body #contact_left {
	height: auto;
}

.contact_text {
	color: #40c5e9;
	font-size: 1.4em;
}

#contact_form {
	margin-top: 40px;
	width: 310px;
}

form.form1 label {
	float: left;
	width: 70px;
	text-align: right;
	padding-right: 15px;
}

form.form1 input {
	margin-bottom: 5px;
	width: 200px;
	padding: 2px;
	background-color: #ffffff !important;
	border: 0px;
	border: 1px solid #c7c7c7;
}

.text_area {
	width: 200px;
	height: 100px;
	margin-bottom: 5px;
	background-color: #ffffff !important;
	border: 0px;
	padding: 2px;
	border: 1px solid #c7c7c7;
}

.checkbox {
	width: 16px !important;
}

.submit_button {
	width: 53px !important;
	height: 19px !important;
	padding: 0px !important;
	border: 0px !important;
}

.contact_right {
	margin-top: 35px;
	float: left;
	width: 220px;
}

.directions_button {
	margin: 10px 0px 30px 0px;
}

.product_promo {
	float: left;
	width: 351px;
	margin: 10px 0px 20px 0px;
}

.margin_left {
	margin-left: 13px;
}

.level2 {
	margin-left: 15px;
}

.productnav {
	width: 850px;
}

.product_wrap {
	float: left;
	width: 210px;
	margin: 40px 28px 0px 0px;
}

.product_text {
	border-top: 1px solid #efefef;
	padding-top: 8px;
}

.more_button {
	margin-top: 15px;
}

.corp_link {
	margin: 17px 0px 0px 115px;
}

.page_img {
	float: right;
	margin: 0px 0px 0px 10px;
}