* {
  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 -57px; /* the bottom margin is the negative value of the footer's height */
  background-color: #F5F5F5;
}

.footer, .push {
  height: 57px; /* .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: 107px 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: 52px;
  text-align: center;
  padding-top: 3px;
  font: 0.9em Arial, Verdana, Geneva, Helvetica, sans-serif;
  color: #FFF;
  background: #236267;
  border-top: 2px solid #082B2F;
  line-height:23px;
  /* border: 1px solid yellow; */
}

a:link {
  text-decoration: none;
  color: #2980b9;
}
  
a:visited {
  text-decoration: none;
  color: #2980b9;
}
  
a:active {
  text-decoration: none;
  color: #2980b9;
}
  
a:hover {
  text-decoration: none;
  color: #236267;
}

a.footerLink:link {
  text-decoration: none;
  color: #082B2F;
}
  
a.footerLink:visited {
  text-decoration: none;
  color: #082B2F;
}
  
a.footerLink:active {
  text-decoration: none;
  color: #082B2F;
}
  
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: #13464B;
  color: #DEEAEC;
  border-top: 2px solid #C7D7D9;
  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: #DEEAEC !important;
  background: #13464B !important;
  border-top: 0 !important;
}  

#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: #13464B;
  color: #DEEAEC;
  border-top: 2px solid #C7D7D9;
  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: #DEEAEC !important;
  background: #13464B !important;
  border-top: 0 !important;
}  

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

.clearfloats {
  clear: both;
}

  /* START OF BOTTOM LINK BAR */

#link_bar {
  position: relative;
  width: 800px;
  background-color: #000;
  /*behavior: url(PIE.htc);*/
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px; /* for old Konqueror browsers */
  padding: 10px;
  height: 20px;
  margin: 0 auto;
  text-align: center;
}

#link_bar a {
  color: white;
  font-weight: bold;
  font-size: 15px;
  padding-left: 30px;
  padding-right: 30px;
}

#link_bar a:hover {
  color: #f0A513;
}
   /* END OF BOTTOM LINK BAR */
   
  /* START OF TABLE LAYOUT */
 
th.title {
  background-color: #082B2F;
  color: #FFF;
  text-align: center;
  font: 11pt Arial, Verdana, Geneva, Helvetica, sans-serif;
  font-weight: bold;
}

tr.rowdesc {
  background-color: #13464B;
  color: #FFF;
  font: 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;
}  
 
tr.row0 td {
  background-color: #DAEAEA;
  font: 10pt Arial, Verdana, Geneva, Helvetica, sans-serif;
}

tr.row1 td {
  background-color: #C7D7D9;
  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: 20px;
  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 #082B2F;
/*  behavior:url(PIE.htc); */
  text-align: center;
  padding:10px;
  background:#DEEAEC;
  width:300px;
 }
 
 #smallSignup {
  border-radius:9px;
  -moz-border-radius:9px;
  -webkit-border-radius:9px;
  -khtml-border-radius:9px;
  border:3px solid #082B2F;
/*  behavior:url(PIE.htc); */
  text-align: center;
  padding:7px;
  background:#DEEAEC;
  width:240px;
 }
 
 /* START OF ACCORDION MENU LINKS */
 h4.accMenu{
  cursor: pointer;
  color: #0067A5;
  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 {
  -webkit-border-radius: 22;
  -moz-border-radius: 22;
  border-radius: 18px;
  font-family: Arial;
  color: #932210;
  font-size: 20px;
  background: #F39C12;
  padding: 10px 20px 10px 20px;
  border: solid #e74c3c 5px;
  text-decoration: none;
width:330px;
}

.btn:hover {
  background: #F9BF3B;
  text-decoration: none;
  cursor: pointer;
}
  
/* START TEST AREA */


    
/* END TEST AREA */    
