/*layout - HughesNet*/
/*(c) Copyright 2008 MetTech All Rights Reserved*/
/*Rev 5.0 header, nav, footer, 3 column*/

#body,html
{
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
font-family: Tahoma, Arial, geneva, "sans serif";
font-style: normal;
color: black;
background-color: transparent;
}

div.access
{
position: absolute;
margin-left: -100px;
width: 80px;
font-size: x-small;
Z-index: -50;
}

/*------------------------- container --------------*/
div.container
{
position: absolute;
margin-top: 0;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
width: 100%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
font-family: Tahoma, Arial, geneva, "sans serif";
font-style: normal;
color: black;
background-color: transparent;
}

/*---------------------------  header  ---------------*/
div.header
{
float: left;
margin-left: 0;
margin-top: 0;
margin-right: 2%;
/*margin-bottom: 120px;*/
width: 98%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
/*background-color: blue;*/
background-image: url(images/MVC-009F-R2.jpg);
background-position: center right;
background-repeat: repeat-x;
}



/*---------------container for top navigation --------*/
div.nav
{
position: absolute;
clear: left;
margin-left: 0;
margin-right: 0;
margin-top: 0;
width: 98%;
padding: 0;
height: 2.4em;
/*background-color: yellow;*/
background-image: url(images/smblue_bar.gif);
background-repeat: repeat-x;
background-position: top left;
border-bottom: 2px solid #0000FF;
}

/* --------------------- top navigation --------------*/
#topnav{
margin-left: 0;
margin-top: 0;
padding: 0;
float: left;
font: bold small Tahoma;
width: 100%;
}

#topnav li{
display: inline;
}

#topnav li a{
float: left;
color: black;
padding: 10px .5em; /*padding of tabs*/
text-decoration: none;
background: transparent url(images/smblue_bar.gif) top left repeat-x;
/*border-top: 1px solid #d3bdbe;*/ /*top border style*/
/*border-bottom: 2px solid #0000FF;*/ /*thick bottom border below tabs-#ffa1a3*/
}

#topnav li a#leftmostitem{ /*Extra CSS for left most menu item*/
border-left: 1px solid #d3bdbe; /*left border style*/
}

#topnav li a#rightmostitem{ /*Extra CSS for right most menu item*/
border-right: 1px solid #d3bdbe; /*right border style*/
background-position: top left; /*Position background image to the left instead of default right, to hide indented underline for this link*/
}

#topnav li a:visited{
color: black;
}

#topnav li a:hover{
color: black;
background-image: url(images/orange_bar.gif); /*background image swap on hover*/
border-bottom: 2px solid #0000FF; /*thick bottom border below tabs*/
}

#topnav li a:active{
color: black;
background-image: url(images/orange_bar.gif); /*background image swap on hover*/
border-bottom: 2px solid #0000FF; /*thick bottom border below tabs*/
}


/* -----------------side navigation ------------------*/

#sidenav{
margin-left: 0;
margin-top: 0;
padding: 0;
float: left;
font: bold small Tahoma;
width: 112px;
}

#sidenav li a{
float: left;
color: black;
padding: 5px .5em; /*padding of tabs*/
text-decoration: none;
background-color: #F1F1F1;
border-bottom-color: #FF0000;
border-bottom-style: solid;
border-bottom-width: 2px;
border-top: none;
border-right: none;
border-left: none;
width: 112px;
}

#sidenav li a:visited{
color: black;
}

#sidenav li a:hover{
color: black;
background-color: #64C1FF; /*background color swap on hover*/
border-bottom: 2px solid #FF0000; /*thick bottom border below tabs*/
text-decoration: none;
}

#sidenav li a:active{
color: black;
background-color: #64C1FF; /*background color swap on active*/
border-bottom: 2px solid #FF0000; /*thick bottom border below tabs*/
}

/* --------------- other links ------------------------*/

a.img
{
border: none;
}

a:link {color: blue}
a:visited {color: purple}
a:active {color: red}


/*  ---------------  left column container  -------------*/
div.leftcol
{
position: absolute;
margin-left: 0;
margin-right: 14%;
margin-top: 2.25em;
width: 14%;
height: 90%;
padding: 0;
background-color: transparent;
Z-index: -30;
}

/*  -------------------  right column container  ---------*/
div.rightcol
{
position: absolute;
margin-left: 84%;
margin-right: 2%;
margin-top: 2.25em;
width: 14%;
padding: 0;
background-color: transparent;
Z-index: -30;
}


/*  ---------------  center column container  ------------*/
div.centercol
{
position: absolute;
margin-left: 14%;
margin-right: 85%;
margin-top: 2.25em;
width: 71%;
padding-top: 0;
background-color: transparent;
}


/*  ------------  float area for right sidecars  ------*/
div.rightfloat
{
float: right;
clear: both;
margin-right: 1%;
margin-left: 1%;
margin-top: 2em;
width: 98%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-color: transparent;
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
border-left-style: none;
text-align: left;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: small;
Z-index: -1;
}


/*  ------------- float area for left sidecars  -------*/
div.leftfloat
{
float: left;
clear: left;
margin-right: 1%;
margin-left: 1%;
margin-top: 2em;
width: 98%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-color: transparent;
border-top-style: none;
border-bottom-style: none;
border-right-style: none;
border-left-style: none;
text-align: left;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: small;
Z-index: -1;
}


/*  ---------------margins for center content  ----------*/
div.centermargin
{
position: relative;
margin-top: 2em;
margin-right: 2em;
margin-left: 2em;
padding: 0;
background-color: white;
}

/* ------------  news box in center column ------------*/
div.news
{
position: static;
margin-left: 0;
margin-top: 4em;
background-image: url(images/sidenavtop.gif);
background-position: top left;
background-repeat: no-repeat;
width: 80%;
}

p.news
{
border-color: #FF0000;
border-style: solid;
border-width: 2px;
display: block;
margin-top: 16px;
margin-left: 0;
margin-right: 0;
padding-top: 1em;
padding-right: 1em;
padding-bottom: 1em;
padding-left:1em;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: 90%;
background-color: transparent;
width: 80%;
}

span.news
{
display: inline;
color: #FF3D00;
font-weight: bold;
font-size: 110%;
}


/*----------------  footers  ----------------------*/

/* ---- geeks, guarantee, order, purchase, speed, support --*/
/* ---- websites, hosting, home business, about mettech---*/
div.footer
{
position: relative;
float: left;
clear: both;
display: block;
margin-left: 2%;
margin-bottom: 0;
margin-right: 2%;
margin-top: 84%;
width: 096%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-image: url(images/footer.gif);
background-repeat: repeat-x;
background-position: top left;
}

/* ---- equipment, info, seo, small business, index -----------*/
div.footer2
{
position: relative;
float: left;
clear: both;
display: block;
margin-left: 2%;
margin-bottom: 0;
margin-right: 2%;
margin-top: 120%;
width: 096%;
padding-top: 2em;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-image: url(images/footer.gif);
background-repeat: repeat-x;
background-position: top left;
}

/* ----------- install  --------------------*/ 
div.footer4
{
position: relative;
float: left;
clear: both;
display: block;
margin-left: 2%;
margin-bottom: 0;
margin-right: 2%;
margin-top: 150%;
width: 096%;
padding-top: 2em;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-image: url(images/footer.gif);
background-repeat: repeat-x;
background-position: top left;
}

/* -----------  promo  --------------------*/ 
div.footer5
{
position: relative;
float: left;
clear: both;
display: block;
margin-left: 2%;
margin-bottom: 0;
margin-right: 2%;
margin-top: 170%;
width: 096%;
padding-top: 2em;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-image: url(images/footer.gif);
background-repeat: repeat-x;
background-position: top left;
}



/*  -------------about, technology, cancel -----------------*/
div.footer8
{
position: relative;
float: left;
clear: both;
display: block;
margin-left: 2%;
margin-bottom: 0;
margin-right: 2%;
margin-top: 200%;
width: 096%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-image: url(images/footer.gif);
background-repeat: repeat-x;
background-position: top left;
}

/* ----------- plans            --------------------*/ 
div.footer9
{
position: relative;
float: left;
clear: both;
display: block;
margin-left: 2%;
margin-bottom: 0;
margin-right: 2%;
margin-top: 220%;
width: 096%;
padding-top: 2em;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-image: url(images/footer.gif);
background-repeat: repeat-x;
background-position: top left;
}

/*  -------------- benefits  ------------------------------*/
div.footer10
{
position: relative;
float: left;
clear: both;
display: block;
margin-left: 2%;
margin-bottom: 0;
margin-right: 2%;
margin-top: 340%;
width: 096%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-image: url(images/footer.gif);
background-repeat: repeat-x;
background-position: top left;
}

/*  -----------------------faq  --------------------------*/
div.footer12
{
position: relative;
float: left;
clear: both;
display: block;
margin-left: 2%;
margin-bottom: 0;
margin-right: 2%;
margin-top: 480%;
width: 096%;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
background-image: url(images/footer.gif);
background-repeat: repeat-x;
background-position: top left;
}



/*  --------------  blue header for sidecars  -------------*/
H1.bluehead
{
display: block;
position: absolute;
width: 100%;
font-size: medium;
font-weight: bold;
text-align: center;
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding-top: .3em;
padding-right: 0;
padding-bottom: .5em;
padding-left: 0;
background-image: url(images/blue_par2.gif);
background-repeat: no-repeat;
background-position: top center;
Z-index: 30;
}


/*  --------------  orange header for sidecars  ----------*/
H1.orangehead
{
display: block;
position: absolute;
width: 100%;
font-size: medium;
font-weight: bold;
font-style: oblique;
font-variant: small-caps;
text-align: center;
margin-top: 0;
margin-left: 0;
margin-right: 0;
padding-top: .3em;
padding-right: 0;
padding-bottom: .5em;
padding-left: 0;
background-image: url(images/orange_par2.gif);
background-repeat: no-repeat;
background-position: top center;
Z-index: 30;
}

/*  ---------- plain H1 for center/main content column -----*/
H1.content
{
display: block;
background: transparent;
margin-left: 0;
margin-top: 0;
padding: 0;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: large;
font-weight: bold;
letter-spacing: .5em;
text-align: left;
}

/*---------------H2 content - blue bar background ---------*/
H2.bluecontent
{
display: block;
background-image: url(images/blue_bar.gif);
margin-left: 0;
padding: .2em;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: medium;
font-weight: bold;
font-variant: small-caps;
font-style: oblique;
letter-spacing: .1em;
text-align: left;
}

/*-------------H2 content - orange bar background --------*/
H2.orangecontent
{
display: block;
background-image: url(images/orange_bar.gif);
margin-left: 0;
padding: .2em;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: medium;
font-weight: bold;
font-variant: small-caps;
font-style: oblique;
letter-spacing: .1em;
text-align: left;
}

/*----------------- H2 content ----------------------*/
H2.content
{
font-weight: bold;
font-size: medium;
text-decoration: underline;
}

/*----------------- H2 blue content -------------------*/
H2.blue
{
font-weight: bold;
font-size: medium;
text-decoration: none;
color: blue;
}

/*----------------- H3 content - underline-------------*/
H3.content
{
font-weight: bold;
font-size: medium;
text-decoration: underline;
}

/*----------------- H3 content - center----------------*/
H3.center
{
font-weight: bold;
font-size: medium;
text-decoration: none;
text-align: center;
}


H3.centred
{
font-size: 200%;
font-weight: bold;
font-variant: small-caps;
font-style: oblique;
color: red;
line-height: 1em;
text-align: center;
display: inline;
}

/*-------------H2 sidecar - text for inside white box --------*/
H2.side
{
display: inline;
background-color: transparent;
margin-left: 0;
padding: .2em;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: medium;
font-weight: bold;
font-variant: small-caps;
font-style: oblique;
letter-spacing: .1em;
text-align: center;
line-height: 1em;
}


/*--------------legal text in footer ---------------------*/
P.legal
{
display: block;
margin-top: 2em;
margin-right: 0;
margin-bottom: 0;
margin-left: 0;
width: 094%;
padding-top: 2em;
padding-right: 2em;
padding-bottom: 2em;
padding-left: 2em;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: xx-small;
font-weight: normal;
font-variant: normal;
font-style: normal;
color: gray;
letter-spacing: .1em;
text-align: left;
}

/*  ---------------  sidecar text  --------------------*/
P.sidecar
{
display: block;
margin-top: 2em;
padding-top: 1em;
padding-right: .5em;
padding-bottom: 2em;
padding-left: .5em;
font-size: small;
border-top-style: none;
border-right: thin solid #D4D0C8;
border-bottom: thin solid #D4D0C8;
border-left: thin solid #D4D0C8;
background-image: url(images/sidecar_bottom.gif);
background-color: white;
background-repeat: no-repeat;
background-position: bottom center;
Z-index: 1;
}

/*  ----------------- W3C images for left column ---------*/
P.w3c
{
display: block;
margin-top: -3em;;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
text-align: center;
}



/*  -----------  center/content column plain text ----------*/
P.content
{
display: block;
margin-left: 0;
margin-right: 0;
padding-top: 0em;
padding-right: 0em;
padding-bottom: 0em;
padding-left: 0em;
border-style: none;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: medium;
background-color: transparent;
Z-index: 1;
}

/* ------------ right float for content column --------*/
P.rightinsert
{
position: relative;
float: right;
display: inline;
text-align: center;
font-size: smaller;
width: 30%;
margin-right: 0;
}

/* ----------------reduce font size ---------------------*/
P.smaller
{
font-size: smaller;
}

/*----------- MetTech tagline for header logo -----------*/
P.tag
{
position: absolute;
display: block;
margin-left: -9em;
margin-top: 7.5em;
margin-bottom: 0;
padding-top: 0;
padding-right: 0;
padding-bottom: 0;
padding-left: 0;
border-style: none;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: x-small;
color: white;
font-weight: bold;
font-style: italic;
background-color: transparent;
text-align: left;
text-indent: 0;
Z-index: 30;
}

/* ---------------ITR placement in header ----------------*/
P.itr
{
position: absolute;
display: inline;
margin-right: 1%;
margin-left: 50%;
margin-top: 0;
padding-top: 1em;
width: 30%;
background-color: transparent;
}

/* --------------- right header overlay -----------------*/
P.rightheadoverlay
{
position: absolute;
display: inline;
margin-right: 2%;
margin-left: 45%;
margin-top: 0;
padding-top: 1em;
width: 30%;
background-color: transparent;
z-index: 50;
}

/*---------------Alignment for Adobe requirements---------*/
P.adobe
{
margin-left: 51px;
margin-right: 51px;
padding: 0;
font-size: 85%;
}

/*------------no cable no dsl no problem -------------------*/
P.no
{
display: block;
text-align: center;
letter-spacing: .5em;
font-weight: bold;
font-style: italic;
font-stretch: ultra-expanded;
font-size: 100%;
color: #0000FF;/*dark royal blue*/
}

/*-------------email this page to a friend-----------------*/
P.email
{
float: right;
margin-top: -2em;
display: block;
width: 30%;
text-align: right;
font-size: 80%;
padding: 0em;
}


/*----------------- go to next page -----------------*/
P.nextpage
{
position: relative;
float: right;
margin-top: 20px;
margin-right: 2%;
padding-top: 1em;
padding-left: 60px;
padding-bottom: 0;
padding-left: 0;
display: block;
width: 30%;
height: 60px;
font-size: 100%;
background-image: url("images/arrow-r.gif");
background-position: top left;
background-repeat: no-repeat;
text-indent: 62px;
}

/*----------------- go to previous page -----------------*/
P.prevpage
{
position: relative;
float: left;
margin-top: 20px;
margin-left: 2%;
padding-top: 1em;
padding-left: 60px;
padding-bottom: 0;
padding-left: 0;
display: block;
width: 30%;
height: 60px;
text-align: right;
font-size: 100%;
background-image: url("images/arrow-l.gif");
background-position: top left;
background-repeat: no-repeat;
text-indent: 62px;
}

/*------------Columns in Content Container--------------------*/

/* ----------P left float for content column - block-----------*/
/* -----Use for 1st position - could also use prevpage above---*/
P.left
{
position: relative;
float: left;
margin-top: 20px;
margin-left: 2%;
padding-top: 1em;
padding-left: 0;
padding-bottom: 0;
padding-right: 0;
display: block;
width: 30%;
}

/* ----------P left float for content column - inline -----------*/
/* ---------Use for 2nd and/or 3rd position --------------------*/
/* ---Can also use nextpage above for 3rd position-add break for 2nd line--*/
P.left2
{
position: relative;
float: left;
margin-top: 20px;
margin-left: 2%;
padding-top: 1em;
padding-left: 0;
padding-bottom: 0;
padding-right: 0;
display: inline;
width: 30%;
}




/*-----------------MetTech logo  layering ------------------*/
img.mettech
{
position: absolute;
Z-index: 10;
}

/*  ------------  blue bullet list  ----------------------*/
ul.blue
{
list-style-image: url(images/blue_dash.gif);
list-style-position: outside;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: medium;
line-height: normal;
}

/* --------------------- plain bullet list - faq ------*/
/* ------ used for text links -------------------------*/
ul.faq
{
list-style-image: none;
list-style-type: none;
list-style-position: outside;
line-height: normal;
}

li.faq
{
list-style-image: none;
list-style-type: none;
list-style-position: outside;
line-height: normal;
}

/* ----------list in table on Hughes about page ---------*/
ul.bold
{
list-style-image: none;
list-style-type: none;
list-style-position: outside;
line-height: normal;
margin-left: 0.5em;
}

li.bold
{
list-style-image: none;
list-style-type: none;
list-style-position: outside;
line-height: normal;
font-weight: bold;
}


/*  ------------  orange bullet list  ----------------*/
ul.orange
{
list-style-image: url(images/orange_dash.gif);
list-style-position: outside;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: medium;
line-height: normal;
}


/* ------------level two bullet list-orange ------------ */
li.orangetwo
{
text-indent: 2em;
list-style-image: url(images/orange_bullet.gif);
white-space: nowrap;
}

/* --------------level two bullet list-blue ---------------- */
li.bluetwo
{
margin-left: 2em;
list-style-image: url(images/blue_bullet.gif);
}

/* --------------level two ordered list ---------------- */
li.loweralpha
{
margin-left: 0.5em;
list-style-type: lower-alpha;
}

/* --------------level three ordered list ---------------- */
li.lowerroman
{
margin-left: 1em;
list-style-type: lower-roman;
}



/* --------------level four ordered list ---------------- */
li.decimal
{
margin-left: -0.5em;
list-style-type: decimal;
}

/* ------------FAQ, AUP page data defination lists ------------*/
dt
{
font-weight: bold;
}

/* ---------  AUP page data defination lists ---------------*/
dd.aup
{
padding-right: 2em;
}

/* --------------  image captions in side columns ----------*/
span.caption
{
font-size: small;
font-style: italic;
padding-left: 1em;
}

/*------------Hughes Compare Plans table -----------------*/

table.hughes
{
border-width: 1px;
border-style: ridge;
border-color: #82CBFF;
}

th.hughes
{
background-color: #82CBFF;
empty-cells: hide;
/*background-image: url(images/bluetable2.gif);
background-repeat: no-repeat;*/
}

th.bluerow
{
background-color: #82CBFF;
font-weight: 400;
font-style: normal;
font-size: 90%;
text-align: center;
padding-top: 0.25em;
padding-bottom: 0.5em;
padding-right: 0;
padding-left: 0;
}

td.smalldata
{
text-align: left;
font-size: 90%;
padding: 0.25em;
}

td.green
{
background-color: #C1F6C6;
font-weight: 500;
}

td.emp
{
font-weight: 600;
}

td.order
{
border-top-style: double;
border-top-color: #FFA106;
border-top-width: 6px;
border-right-style: double;
border-right-color: #FFA106;
border-right-width: 6px;
border-bottom-style: double;
border-bottom-color: #FFA106;
border-bottom-width: 6px;
border-left-style: double;
border-left-color: #FFA106;
border-left-width: 6px;
background-color: #FFAF31;
font-weight: bold;
vertical-align: middle;
cursor: pointer;
background: transparent url(images/orange_bar.gif) top left repeat-x;
display: inline;
}
a td.order:link {color: black}
a td.order:visited {color: black}
a td.order:hover {background-image: url(images/smblue_bar.gif); border-color: #d3bdbe; color: #0000FF;}

a.order2:link{
color: black;
}

a.order2:visited{
color: black;
}

a.order2:hover{
background-color: #BDE6FF;
background-image: url(images/smblue_bar.gif);
background-position: top center;
background-repeat: repeat;
border-color: #BDE6FF;
border-style: double;
border-width: 6px;
color: #0000FF;
/*font-size: 120%;*/
text-decoration: none;
/*white-space: nowrap;
padding-right: 1em;
padding-left: 1em;
padding-top: 4em;
padding-bottom: 4em;*/
z-index: 5;
}

caption.orangecontent
{
display: block;
background-image: url(images/orange_bar.gif);
margin-left: 0;
padding: .2em;
font-family: Tahoma, Arial, geneva, "sans serif";
font-size: medium;
font-weight: bold;
font-variant: small-caps;
font-style: oblique;
letter-spacing: .1em;
text-align: center;
}



/* -------------------- Misc font span settings ----------*/
span.small
{
font-size: 85%;
vertical-align: top;
}

span.big
{
font-size: 110%;
font-weight: bold;
}

span.italic
{
font-style: italic;
}

span.smitalic
{
font-size: 85%;
font-style: italic;
margin-top: 3em;
}

span.super/*  -- superscript  --*/
{
font-size: 70%;
vertical-align: super;
}

span.sub/*  -- subscript  --*/
{
font-size: 70%;
vertical-align: sub;
}

span.emph
{
font-size: 120%;
font-weight: bold;
font-variant: small-caps;
font-style: oblique;
letter-spacing: .1em;
text-align: center;
line-height: 1em;
}

span.bigred
{
font-size: 120%;
font-weight: bold;
font-variant: small-caps;
font-style: oblique;
color: red;
line-height: 1em;
}

span.caption
{
text-align: center;
white-space: pre;
}

span.red
{
color: red;
font-weight: bold;
font-style: italic;
}

span.smred
{
font-size: 85%;
color: red;
font-weight: bold;
font-style: italic;
text-align: center;
}

span.highlight
{
background-color: yellow;
}

acronym
{
color: blue;
}

span.orange
{
color: #FD7401;
font-weight: bold;
}

span.indent
{
text-indent: 5em;
}


