@charset "UTF-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
	}

body {
	font-size:small;
	font-family:"Trebuchet MS", Geneva, Arial, sans-serif;
	color:#333;
	text-align:center;
	background:#fff;
	line-height:1.4em;
	padding-top:10px;
	}

/* for Opera */
html>body {
	font-size:small;
	}

img {
	border:0;
	}

p {
	margin:1.5em 0;
	}

h1 {
	font-size:225%;
	font-weight:normal;
	color:#999999;
	margin:1em 0;
	position:relative;
	}

h2, .cssForm legend {
	font-size:125%;
	color:#f00;
	margin:1em 0;
	}

.headline h2 {
	font-size:185%;
	margin-top:2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	line-height:1em;
	}

h2.faqs {
	color:#333333;
	font-size:200%;
	}

h3 {
	font-size:110%;
	color:#333;
	margin:1em 0;
	}
	
h4 {
	font-size:90%;
	color:#333;
	font-weight:bold;
	}

ul {
	list-style:none;
	}

a:link, a:active, a:visited {
	text-decoration:none;
	color:#f00;
	}

a:hover {
	color:#870000;
	}

.pad {
	padding:20px;
	}

.button {
	background:#f00;
	color:#fff;
	padding:3px 5px;
	border:none;
	cursor:pointer;
	font-size:.9em;
	}

.button:hover {
	background:#870000;
	color:#fff;
	}

#pageContainer {
	width:767px;
	margin:10px auto;
	text-align:left;
	font-size:95%;
	}

.mainContent {
	padding:0 20px;
	padding-bottom:20px;
	}

#header h1 {
	float:left;
	margin:0;
	padding:0;
	}

.partnership {
	font-size:75%;
	}

.roundedBotLeft {
	background:url(../pix/roundedBox-left.gif) bottom left no-repeat;
	}

.roundedBotRight {
	background:url(../pix/roundedBox-right.gif) bottom right no-repeat;
	}

.globalNav {
	background:#f00 url(../pix/roundedBox-right.gif) top right no-repeat;
	color:#fff;
	float:right;
	font-size:90%;
	position:relative;
	top:-10px;
	}

.globalNav ul, #footer ul {
	list-style:none;
	background:url(../pix/roundedBox-left.gif) top left no-repeat;
	padding:.5em 1em;
	}

.globalNav li, #footer ul ul li {
	display:inline;
	border-right:1px solid #fff;
	}

.globalNav a:link, .globalNav a:active, .globalNav a:visited, #footer a:link, #footer a:active, #footer a:visited {
	color:#fff;
	padding:.5em 1em;
	}

.globalNav a:hover, #footer a:hover {
	color:#870000;
	}

.globalNav li.last, #footer li.last {
	border:none;
	}

.globalNav a.coverageMaps:hover {
	background:none;
	color:#ccc;
	}

#content {
	clear:both;
	width:100%;
	}

form#login, #selectPlan form {
	position:relative;
	}

form div {
	margin:.5em 0;
	}

div#username, div#password, div#submit, div#email, div#zipcode {
	position:relative;
	float:left;
	margin-right:3px;
	}

.cssForm div{
	width: 160px;
	clear: left;
	margin: 0;
	padding: 5px 0 8px 0;
	padding-left: 150px; /*width of left column containing the label elements*/
	height: 1%;
	}

.cssForm label{
	float: left;
	margin-left: -125px; /*width of left column*/
	width: 115px; /*width of labels. Should be smaller than left column to create some right margin*/
	text-align:right;
	}

.cssForm input[type="text"], 
.cssForm input[type="file"], 
.cssForm input[type="password"], 
.cssForm textarea, 
.cssForm select, 
.cssForm input[type="checkbox"], 
.cssForm input[type="radio"] {
	border:2px solid #ccc;
	}

.cssForm input[type="text"],
.cssForm select { /*width of text boxes. IE6 does not understand this attribute*/
	width: 125px;
	}

.cssForm textarea{
	width: 250px;
	height: 150px;
	}

.cssForm .noFormat {
	float:none;
	margin:0;
	padding:0;
	}

.cssForm input[type="text"]:focus, 
.cssForm input[type="file"]:focus, 
.cssForm input[type="password"]:focus, 
.cssForm textarea:focus, 
.cssForm input[type="checkbox"], 
.cssForm select:focus, 
.cssForm input[type="radio"]   {
	border-color:#f00;
	}

.cssForm fieldset {
	border:none;
	margin:25px 0;
	}

.cssForm legend {
	margin-bottom:1em;
	}

.cssForm select {
	width:200px;
	}

input.invalid {
 background: #fff6bf;
 border: 2px solid #ffd324;
    }
    
.error {
  color: #f00;
  clear:both;
  display:inline-block;
    }
    
.errorlist {
    margin: 0;
    padding: 0;
	display:none;
    }


.reverse {
	color:#fff;
	}

.continue {
	background:#f00;
	color:#fff;
	padding:1em 20px;
	clear:both;
	}

small {
	color:#999999;
	}

/* Nav styles */

#nav {
	clear:both;
	position:relative;
	display:block;
	width:100%;
	background:#9d0000 url(../pix/navBG.png) top right repeat-x;
	border-bottom: 1px solid #fff;
	margin:20px 0 0 0;
	}

#nav ul {
	color:#fff;
	list-style:none;
	width:auto;
	}

#nav li {
	display:block;
	float:left;
	margin:0;
	}
	
#nav ul li a {
	color:#fff;
	font-size:130%;
	border-right:1px solid #fff;
	margin:0;
	display:block;
	float:left;
	padding:9px 20px;
	position:relative;
	}

#nav ul a:hover {
	background:#8a0000;
	}

/* Content styles */

#popUp {
	padding:25px;
	text-align:left;
}

.pageHeading {
	width:100%;
	border-bottom:1px solid #ccc;
	margin-bottom:25px;
	}

.pageHeading img {
	float:right;
	clear:right;
	}
	
.pageHeading h1 {
	padding-top:3em;
	margin:0;
	line-height:1em;
	}

#servicesPopular {
	background:url(../pix/servicesBG.jpg) top center no-repeat;
	height:244px;
	overflow:visible;
	}

.twoColumn .left {
	width:536px;
	float:left;
	}

.twoColumn .right {
	width:149px;
	float:right;
	font-size:90%;
	}

.threeColumn, .pricing {
	margin-bottom:50px;
	color:#666666;
	}
	
.pricing div {
	width:215px;
	float:left;
	}

.pricing div div {
	width:auto;
	}

.threeColumn .left, .threeColumn .center, .threeColumn .right {
	margin:10px 0;
	padding:10px 0;
	}
	
.threeColumn .center, .threeColumn .right  {
	float:left;
	width:215px;
	margin-left:41px;
	}

.threeColumn .left {
	float:left;
	width:215px;
	clear:both;
	margin-left:0;
	}



td {
	padding:4px 10px 4px 0;
	}

.pricing table {
	width:100%;
	border:1px solid #efefef;
	}

.pricing th {
	background-color:#efefef;
	color:#666;
	padding:.5em;
	text-align:center;
	}

.pricing td {
	text-align:center;
	border:1px solid #ccc;
	}

.pricing td.price {
	color:#f00;
	font-weight:bold;
	}

#selectedProducts {
	background:#efefef;
	border:1px solid #ccc;
	padding:10px;
	width:450px;
	clear:both;
	}

.sideBox {
	padding:0 0 0 11px;
	margin:0 0 25px 0;
	background:#f00 url("../pix/sideBoxWaves.gif") top left no-repeat;
	color:#fff;
}
.sideBox h2 {
	background:url("../pix/availability_right.gif") top right no-repeat;
	margin:0;
	padding:20px 0 0.5em 0;
	color:#fff;
}
.sideBox div {
	margin:0 0 0 -11px;
	padding-left:11px;
	background:url("../pix/availability_left.gif") bottom left no-repeat;
}
.sideBox a.more {
	display:block;
	text-align:right;
	padding:0 10px 10px 0;
	color:#fff;
	background:url("../pix/availability_right.gif") bottom right no-repeat;
}
.sideBox form {
	margin:0;
	padding:0;
	}

.coverageMaps {
	margin-bottom:25px;
	background:none;
	}

.dateline {
	color:#999999;
	text-transform:uppercase;
	letter-spacing:.1em;
	margin-bottom:1.5em;
	font-size:90%;
	}

.storySnippet {
	margin-bottom:.5em;
	}

.externalLink, #content li {
	background:url(../pix/bullet_waves.png) top left no-repeat;
	padding-left:15px;
	margin-left:25px;
	}


.faqs dt {
	margin:0;
	font-size:125%;
	color:#fff !important;
	}

.faqs dt a {
	color:#f00;
}

.faqs dd {
	margin-bottom:.5em;
	padding-bottom:.5em;
	border-bottom:1px solid #ccc;
	}

#content .faqs li {
	margin-left:0;
	}

.pricing h3 {
	font-size:135%;
	}

h4.priceInfo {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#ff0000;
	line-height:normal;
	font-size:400%;
	font-weight:normal;
	}

.priceInfo sup {
	font-size:50%;
	}

.perMonth {
	color:#f00;
	}	

#pageBottom {
	background:url(../pix/pageBottom-bg.gif) top left repeat-y;
	border-top:1px solid #ccc;
	font-size:90%;
	color:#666;
	margin-top:25px;
	}

.terms dt {
	margin-top:2em;
	margin-bottom:.5em;
	font-weight:bold;
	font-size:125%;
	}

.terms dd, .terms li {
	margin-bottom:1em;
	background:none;
	}

.hotSpotMaps {
	padding:10px; 
	margin-left:20px; 
	margin-bottom:20px; 
	float:right; 
	width:300px; 
	background:#efefef; 
	border:1px solid #ccc;
	}
/*
.hotSpotMaps img {
	background:#fff;
	padding:5px;
	border:1px solid #666;
	border-top-color:#ccc;
	border-left-color:#ccc;
	}
	*/
		
#bigBox {
	background:#f00 url(../pix/bigBox-Bottom2.jpg) bottom left no-repeat; 
	margin:25px 0 0 0;	
	color:#fff; 
	float:left;
	width:767px;
	}

#bigBox h1 {
	width:767px;
	color:#fff; 
	padding:25px; 
	margin:0;
	font-size:200%;
	background:url(../pix/bigBox-Top.png) top left no-repeat;
	line-height:1em;
	}

#bigBox .left {
	width:522px; 
	padding-left:25px;	 
	float:left; 
	text-align:center;
	}

#bigBox .right {
	width:148px; 
	margin-right:25px;
	float:right;
	}
	
#bigBox ul {
	list-style:none;
	position:relative;
	top:-50px;
	}

#bigBox li {
	margin:1em 0;
	background:none;
	line-height:1.2em;
	}

#bigBox .right img {
	margin-top:-50px;
	}

#bigBox .step1, #bigBox .step2, #bigBox .step3 {
	height:60px;
	overflow:visible;
	float:left;
	width:140px;
	font-size:150%;
	height:150px;
	border-right:1px solid #fff;
	padding:0 10px;
	margin:0 10px;
	}

#bigBox .step1 {
	background:url(../pix/1.png) top center no-repeat;
	padding-left:0;
	margin-left:0;
	}

#bigBox .step2 {
	background:url(../pix/2.png) top center no-repeat;
	}

#bigBox .step3 {
	background:url(../pix/3.png) top center no-repeat;
	padding-right:0;
	margin-right:0;
	border:none;
	}

#bigBox .step3 input {
	margin-top:-15px;
	}

#announcement {
	background:#860808 url(../pix/announcementBG.png) top left repeat-x;
	color:#fff;
	padding:.75em 20px;
	margin-top:1px;
	font-size:105%;
	}

#homeBox {
	margin-top:1px;
	}

#homeBox .left, #homeBox .right {
	width:355px;
	text-align:center;
	}

#homeBox .left {
	float:left;
	}

#homeBox .right {
	float:right;
	}

#homeBox h1 {
	color:#000;
	font-size:150%;
	font-weight:bold;
	}

#pageBottom ul {
	list-style:none;
	}

#pageBottom li {
	margin:.5em 0;
	}

#pageBottom .dateline {
	font-size:85%;
	color:#666;
	margin:0;
	}

#pageBottom .headlines {
	padding:20px;
	padding-right:0;
	margin-right:20px;
	width:324px;
	float:left;
	}

#pageBottom .right {
	float:right;
	padding:20px 0;
	width:341px;
	}

#pageBottom .right .left {
	width:150px;
	float:left;
	}

#pageBottom .right .right {
	width:150px;
	float:right;
	padding:0;
	}

h3.heading {
	background:#000;
	color:#999;
	padding:.25em 1em;
	display:block;
	}

.wifiInfo {
	background:url(../pix/wifi_logo.png) .5em left no-repeat; 
	padding-left:100px;
	}

/* Footer styles */

#footer {
	width:100%;
	clear:both;
	float:left;
	background:#f00 url(../pix/roundedBox-right.gif) top right no-repeat;
	color:#fff;
	font-size:90%;
	}

#footer ul {
	padding:1em;
	float:left;
	}

#footer ul ul {
	background:none;
	padding:0;
	float:none;
	}

#footer #copyright {
	float:left;
	}

#footer #footerLinks {
	float:right;
	}
	
.credit {
	text-align:center;
	clear:both;
	margin:25px auto;
	padding-top:25px;
	}
		
/* self-clearing floats */
#footer:after, #nav:after, #header:after, #content:after, #bigBox:after, #pageBottom:after, .pageHeading:after, .twoColumn:after, .oneColumn:after, .pricing:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}