@charset "utf-8";
/* CSS Document */

body {
	background-color:#FFF;
	margin:0px;
	text-align:center;
	font-family: 'Muli', sans-serif;
	font-size:16px;
	color:#000000;
}
.mainContent {
	text-align:center;
	width:100%;
	padding:0px;
}
.content {
	padding:15px 4%;
	text-align:left;
	width:auto;
}
.header {
	margin:0px;
	text-align:center;
	height:auto;
	background-image:url(/images/headerBG.png); background-repeat:repeat-x;
}
.heading1 {
	font-family: 'Oswald', sans-serif;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.menuBar_m {
	background-color:#000000;
	height:auto;
	margin:0px auto;
	font-size:16px;
	color:#CCC;
	font-weight:bold;
}
.menuBar_d {
	background-color:#000000;
	height:46px;
	margin:0 auto;
	font-size:14px;
	color:#FFF;
	line-height:50px;
}
.priceBoxTop {
	width:auto; height:40px; margin:10px 10px 0px 10px; background-color:#666; text-align:center; font-family:"Arial Narrow"; color:#FF9900; font-weight:bold; font-size:20px; line-height:40px; border-top-left-radius:10px; border-top-right-radius:10px;
}
.priceBoxMid {
	width:auto; height:auto; margin:0px 10px; background-color:#FFF; color:#000; text-align:left; padding:10px; border:#666 solid 1px;
}
.priceBoxBot {
	width:auto; height:auto; margin:0px 10px 10px 10px; background-color:#666; text-align:center; font-family:"Arial Narrow"; color:#FFF; font-weight:normal; font-size:20px; padding:10px; border-bottom-left-radius:10px; border-bottom-right-radius:10px;
}
.buttonGreen {
	background-color:#3F6; border:#000 solid 1px; border-radius:2px; padding:2px 4px;
}
.buttonWhite {
	background-color:#FFF; border:#000 solid 1px; border-radius:2px; padding:2px 4px;
}
@media only screen and (max-width: 1026px) {
.menuBar_d {
	display: none;
}
.screenWidth_d {
	display: none;
}
.priceContainerL {
	width:100%; margin-bottom:20px; max-width:500px;
}
.priceContainerC {
	width:100%; margin-bottom:20px; max-width:500px;
}
.priceContainerR {
	width:100%; max-width:500px;
}
}
@media only screen and (min-width: 1026px) {
.menuBar_m {
	display: none;
}
.screenWidth_m {
	display: none;
}
.priceContainerL {
	width:33%; float:left;
}
.priceContainerC {
	width:34%; float:left;
}
.priceContainerR {
	width:33%; float:right;
}
}
li {
margin-top: .1em;
margin-bottom: .1em;
}
a:link {
	text-decoration: none;
	color:#C30;
	border:none;
	outline:none;
}
a img {
	border:none;
	outline:none;
	}
a:visited {
	text-decoration: none;
	color:#C30;
	border:none;
	outline:none;
}
a:hover {
	text-decoration: none;
	border:none;
	outline:none;
}
a:active {
	text-decoration: none;
}
a.menu:link {
	margin:0 10px;
	text-decoration: none;
	color: #FFF;
	border:none;
	outline:none;
}
a.menu:visited {
	text-decoration: none;
	color: #FFF;
	border:none;
	outline:none;
}
a.menu:hover {
	text-decoration: none;
	border:none;
	outline:none;
}
a.menu:active {
	text-decoration: none;
}
a.imageLinks:link {
	background-color:#0000FF;
	padding:5px 5px;
	border-radius:8px;
	color:#FFFF00;
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px 5px;
}
a.imageLinks:visited {
	color:#FFFF00;
}
a.imageLinks:hover {
	color:#FFFF00;
}
a.imageLinks:active {
	color:#FFFF00;
}
.bodyTextLeft {
	height:100%;
	text-align:left;
	padding:1% 3%;
	margin:1% auto;
	max-width:500px;
}

.header_m {
	margin:0px;
	padding:0% 0% 1% 0%;
	text-align:center;
	height:auto;
	background-color:#000000;
}
.heading1white {
	font-size:24px;
	font-weight:bold;
	color:#FFF;
}
.heading2 {
	font-size:24px;
	font-weight:bold;
	color:#C30;
}
.heading3 {
	font-size:18px;
	font-weight:normal;
	color:#00F;
}
.heading4 {
	font-size:18px;
	font-weight:bold;
	color:#00F;
}
.bodyText {
	font-size:18px;
	padding:0px 10px;
}

.showDivClass {
	background-color:#000000;
	text-align:left;
	padding-left:60px;
	display:none;
	margin:0 auto;
}
.menuBarText {
	padding-left:50px;
	float:left;
	font-size:14px;
	color:#CCC;
	line-height:35px;
	display:inline-block;
}
.menuLinks {
	font-size:16px;
	line-height:24px;
	font-weight:normal;
}
.textFields {
	font-size:16px;
	font-family:"Arial Narrow";
	line-height:24px;
	background-color:#EEE;
	border:1px solid #C30;
	border-radius:5px;
	width:94%;
	padding:3px 3px;
	margin:4px 0px;
}
.graphics {
	text-align:center;
	margin:0px auto;
}
.linkBoxes {
	height:auto; 
	padding:5px; 
	margin:5px; 
	border:1px solid #000; 
	border-radius:10px; 
	background-color:#FFF;
	text-align:center;
	width:150px;
	color:#CC3300;
	display:inline-block;
}
.grid {
	color:#000;
	width:94%;
	max-width:900px;
	font-family: 'Muli', sans-serif;
	font-size:16px;
	padding:4px;
	margin:0px auto 0px auto;
	border-color:#C30;
}
.grid td {
	padding: 4px;
	border-color:#C30;
}
.grid a {
	color:#C30;
	font-size: 16px;
}
.grid a:hover {
	color:#C30;
	font-size: 16px;
}
.gridHeader {
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
}
.gridItem {
	font-weight: normal;
	color:#000;
	background-color:#FFF;
}
.gridAltItem {
	font-weight: normal;
	color:#000;
	background-color:#FFF;
}
.flatRatePrice {
	font-size:36px;
	color:#333333;
	text-align:center;
	line-height:50px;
}
.logoImage {
	max-width:175px;
	margin:10px;
	width:35%;
}
.prodBoxes {
	padding:10px;
	border:solid 1px #000;
	border-radius:10px;
	margin:10px 0px 20px 0px;
}
.prodImage {
	width:30%;
	margin:10px;
	max-width:100px;
}
.prodImage2 {
	width:26%;
	margin:10px;
	max-width:200px;
}
.prodImage22 {
	width:24%;
	margin:10px;
	max-width:175px;
}
.prodImage3 {
	width:45%;
	margin:10px;
	max-width:300px;
}
.usageWrap {
	width:auto;
	height:auto;
	margin-top:10px;
	border-top:#0000FF solid 2px;
	padding-top:5px;
}
.usagePic {
	width:250px;
	height:auto;
	float:right;
	text-align:left;
}
.video-container {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
float:right;
width: 60%;
text-align:left
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.quoteImage {
	width:200px;
	height:auto;
	float:left;
	margin:10px;
	text-align:center;
	display:block;
}
.grid2 {
	color:#000;
	width:94%;
	font-family: 'Muli', sans-serif;
	font-size:16px;
	padding:4px;
	margin:0px auto 0px auto;
	border-color:#C30;
}
.grid2 td {
	padding: 4px;
	border-color:#C30;
}
.grid2 a {
	color:#C30;
	font-size: 16px;
}
.grid2 a:hover {
	color:#C30;
	font-size: 16px;
}
.gridHeader2 {
	font-weight: bold;
	background-color: #FFFFFF;
	text-align: center;
}
.gridItem2 {
	font-weight: normal;
	padding:8px;
	color:#000;
	background-color:#FFF;
}
.gridAltItem2 {
	font-weight: normal;
	padding:8px;
	color:#000;
	background-color:#FFF;
}
.contentBlurb_wImage1 {
	height:110px;
	font-size:24px;
	font-weight:bold;
	color:#21409A;
	text-align:left;
	margin:5px 0px 5px 50px;
	padding-left:110px;
	background-image:url(/images/pageContent/websites/internetGlobe.png);
	background-repeat:no-repeat;
}