* {
  margin: 0 auto;
}

html {
  overflow-y: scroll;
}  
  
html, body {
  height: 100%;
  font: .93em Arial, Verdana, Geneva, Helvetica, sans-serif;
  background-color: #F5F5F5;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -56px; /* the bottom margin is the negative value of the footer's height */
  background-color: #F5F5F5;
}

.footer, .push {
  height: 56px; /* .push must be the same height as .footer */
  clear: both;
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/
.header {
  height: 180px;
}

.innerheader {
  height: 100%;
  padding: 120px 7px 7px 7px;
  font-size: 1em;
  width:900px;
  /* border: 1px solid yellow; */
} 

#menuContainer {
    width:100%;
	background:#000;
}

#menuHolder {
	background-color:#000;
	height:32px;
	margin:0 auto;
	width:900px;
}

.mainbody {
  padding: 10px;
  /* border: 1px solid pink; */
}

.innerfooter {
  height:40px;
  text-align: center;
  padding: 7px;
  font: 0.9em Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #FFF;
  background: #007AA5;
  border-top: 2px solid #003366;
  line-height:20px;
}

a:link {
  text-decoration: none;
  color: #0169C9;
}
  
a:visited {
  text-decoration: none;
  color: #0169C9;
}
  
a:active {
  text-decoration: none;
  color: #0169C9;
}
  
a:hover {
  text-decoration: none;
  color: #C00000;
}

a.footerLink:link {
  text-decoration: none;
  color: #003399;
}
  
a.footerLink:visited {
  text-decoration: none;
  color: #003399;
}
  
a.footerLink:active {
  text-decoration: none;
  color: #003399;
}
  
a.footerLink:hover {
  text-decoration: none;
  color: #FFF;
}

a.extLink:after
{
content:url(/support/images/exit-arrow.png);
}

a.dropMenu:before {
  content:url(/images/menuArrow01.png);
}

a.dropMenu:hover:before {
  content:url(/images/menuArrow02.png);
}

div#preload { /* Fixes the dropMenu jump because of hover images */
  display:none;
}

/* LEFT-SIDE MENU */

#leftMenu ul {
  list-style: none;
  margin: 0;
  padding-left: 10px;
  letter-spacing: 1px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  float: left;
  white-space: nowrap;
}

#leftMenu ul li {
  position: relative;
  margin: 0px;
  float: left;
}

#leftMenu ul li a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  display: block;
  height: 30px;
  line-height: 32px;
  padding: 0 10px;
  text-decoration: none;
}

#leftMenu ul li a:hover {
  background: #007AA5;
  color: #FFF;
  border-top: 2px solid #99D6DD;
  height: 30px;
  line-height: 32px;
}

#leftMenu ul ul {
  visibility: hidden;
  position: absolute;
  background: #000;
  padding: 0px;
  top: 32px;
}

#leftMenu ul ul li {
  float: none;
}

#leftMenu ul ul li a:hover {
  color: #FFF !important;
  background: #007AA5 !important;
  border-top: 0 !important;
/*
  border-left: 3px solid #99D6DD;
  padding-right:7px;
*/
}  

#leftMenu ul li:hover > ul {
  visibility: visible;
}

/* RIGHT-SIDE MENU */  

#rgtMenu {
  background: #000;
  height: 32px;
}

#rgtMenu ul {
  list-style: none;
  margin: 0;
  padding-right: 10px;
  letter-spacing: 1px;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  float: right;
  white-space: nowrap;
}

#rgtMenu ul li {
  position: relative;
  margin: 0px;
  float: right;
}

#rgtMenu ul li a {
  color: #FFFFFF;
  font-weight: bold;
  font-size: 14px;
  display: block;
  height: 30px;
  line-height: 32px;
  padding: 0 10px;
  text-decoration: none;
}

#rgtMenu ul li a:hover {
  background: #007AA5;
  color: #FFF;
  border-top: 2px solid #99D6DD;
  height: 30px;
  line-height: 32px;
}

#rgtMenu ul ul {
  visibility: hidden;
  position: absolute;
  background: #000;
  padding: 0px;
  top: 32px;
}

#rgtMenu ul ul li {
  float: none;
}

#rgtMenu ul ul li a:hover {
  color: #FFF !important;
  background: #007AA5 !important;
  border-top: 0 !important;
}  

#rgtMenu ul li:hover > ul {
  visibility: visible;
}

.clearfloats {
  clear: both;
}
   
  /* START OF TABLE LAYOUT */
 
th.title {
  background-color: #2E3436;
  color: #FFF;
  text-align: center;
  font: 11pt Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: bold;
}

tr.rowdesc {
  background-color: #BABDB6;
  font: 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;
}  
 
tr.row0 td {
  background-color: #6CA6CD;
  font: 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;
  color:#F7F7F7;
}

tr.row1 td {
  background-color: #B0E2FF;
  font: 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;
}

  /* END OF TABLE LAYOUT */
  
  /* START OF SUPPORT WEBPAGE CONTAINER */
   
#tech_container {
  width: 850px;
  margin: 0 auto 20px auto;
}

#tech_leftcolumn {
  width: 230px;
  padding: 15px 10px 10px 5px;
  float: left;
  /*background-color: pink;*/
}

#tech_rightcolumn {
  width: 600px;
  padding-top: 15px;
  padding-left: 5px;
  float: right;
  background-color: #F5F5F5
}

p.boldblu {
  font-weight: bold;
  color: #0169C9;
}

hr.blu2 {
  background: #003366; 
  width: 100%; 
  height: 2px;
  margin: 1em 0;
  border: none;
}

h3.h3_title {
  color: #003399;
  text-align: center;
}

h4.h4_title {
  color: #003366;
  text-align: center;
}

.SecHeadline {
  border-top: 2px solid #336699;
  margin: 0 -15px 15px -22px;
  padding: 5px 0px 5px 25px;
}

.leftside {
  float: left;
  height: 585px;  
}

.rightside {
  float: left;
  width: 290px;
  padding-left: 5px;
}

#dsl {
  height: 181px;
  margin-bottom: 10px;
  cursor: pointer;
}

#blaze {
  height: 181px;
  margin-bottom: 20px;
  cursor: pointer;
}

#dialup {
  height: 181px;
  margin-bottom: 20px;
  cursor: pointer;
}

#email {
  height: 181px;
  margin-bottom: 20px;
  cursor: pointer;
}

#propel {
  height: 181px;
  margin-bottom: 20px;
  cursor: pointer;
}

#signup {
  border-radius:18px;
  -moz-border-radius:18px;
  -webkit-border-radius:18px;
  -khtml-border-radius:18px;
  border:3px solid #003366;
/*  behavior:url(PIE.htc); */
  text-align: center;
  padding:10px;
  background:#D6D6D8;
  width:300px;
 }
 
  #smallSignup {
  border-radius:9px;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  -khtml-border-radius:9px;
  border:3px solid #003366;
/*  behavior:url(PIE.htc); */
  text-align: center;
  padding:7px;
  background:#D6D6D8;
  width:240px;
 }
 
 /* START OF ACCORDION MENU LINKS */
 h4.accMenu{
  cursor: pointer;
  color: #0169C9;
  outline: none;
  padding: 3px;
  } 
  
  .accContent {
  background:#FFF;
  padding:7px;
  border-radius:9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border:2px solid #BABDB6;
  }
/* END OF ACCORDION MENU LINKS */ 
 
.supportContent {
  background:#FFF;
  padding:7px;
  border-radius:9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  border:2px solid #BABDB6;
  }

h3.supportTitle {
  color: #555753;
  }
  
dl.table-display {
  float: left;
  width: 570px;
  margin: 1em 0;
  padding: 0;
  border-bottom: 2px solid #F5F5F5;
}
  
.table-display dt {
  clear: left;
  float: left;
  width: 100px;
  margin: 0;
  padding: 5px;
  border-top: 2px solid #F5F5F5;
  background:#D9D9D9;  
  font-weight: bold;
}
  
.table-display dd {
  float: left;
  width: 450px;
  margin: 0;
  padding: 5px;
  border-top: 2px solid #D9D9D9;
}

p.fldTxt {
  font-style: italic;
  font-weight: bold;
  color: #CC3333;
  display:inline;
}
 
ul.vertSpace li {
  margin-bottom: 3px;
}
.btn {
  display: inline;
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 18px;
  font-family: Arial;
  color: #932210;
  font-size: 20px;
  background: #F39C12;
  text-align: center;
  padding: 10px 20px 10px 20px;
  border: solid #e74c3c 5px;
  text-decoration: none;
width:330px;
}

.btn:hover {
  display: inline;
  background: #F9BF3B;
  text-decoration: none;
  cursor: pointer;
}


/* START TEST AREA */


    
/* END TEST AREA */    
