 /* Wee Host Liquid Baseline CSS Style */

/* the appropriate background class will be applied based on class attached to the body */

/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
  font: 62.5%/1.6 "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  background-color: #84AACE;
  background-image: url(../images/BG4.gif);
  background-repeat: repeat-x;
  background-position: top left:
}

h1 {
  font-size: 2.2em;
  font-weight: normal;
  color: #0008A1;
}

h2 {
  font-size: 1.8em;
  font-weight: normal;
  color: #404040;
}

p, li {
  font-size: 1.4em;
}

h1, h2, p {
  margin: 1em 0;
}

a:link, a:visited {
color: #0000ff;
}

a:hover, a:active {
color: #0008A1;
}

#wrapper {
  background-color: #fff;
  border: #000040 1px solid;
}

#branding {
  height: 140px;
  background-color:#8EBBE4;
  background-image: url(../images/skyHD.jpg);
  background-repeat: no-repeat;
  background-position: top left; 
  padding: 20px;
  padding-bottom: none;
}

#branding h1 {
  margin: 0;
}

#mainNav {
  list-style: none;
  background-color:#ffffff;
}

#secondaryContent {
  background-color:#ffffff;
}

#secondaryContent h2 {
  font-size: 1.6em;
  margin: 0;
  color: #FF9800;
  padding-bottom: 0;
  line-height: 100%
}

#secondaryContent p {
font-family: Arial, "Trebuchet", Sans serif;
  font-size: 1.2em;
}

#footer {
  background-color:#ffffff;
  height: 30px;
  padding: 1px 10px;
}

/* floating elements
================================= */

body {
  text-align: center; 
  min-width: 760px;
}

#wrapper {
  width: 85%; 
  margin: 0 auto; 
  text-align: left; 
}

#mainNav { 
  width: 18%;
  float: left;
}


#content { 
  width: 80%; 
  float: right; 
}

/*MainContent style elements*/
#mainContent { 
  width: 70%; 
  margin: 0; 
  float: left; 
} 

#mainContent h1 {
  margin-bottom: 0;
}
#mainContent h2 {
 color: #00C000;
 margin: 0;
}

#mainContent p {
 margin-top: 0;
}

#mainContent hr {
margin-top: 20px;
color: #666666;
height: 1px;
}

#mainContent ul {
list-style-type: square;
margin-left: 4px;
list-style: inner;
}
#mainContent ul li {
list-style-position: inside;
padding-left: 10px;
padding-bottom: 5px;
}

/*secondary content*/
#secondaryContent { 
  width: 27%;
  min-width: 10em;
  display: inline; /* :KLUDGE: Fixes IE double margin float bug */
  float: right; 
} 
/*changed width from 31 to 20 to widen main content by 10 px*/

#footer { 
  clear: both; 
}

#footer p { 
text-align: center;
font-size: 90%;
}
/* padding for main nav and secondary content areas */

#mainNav, #secondaryContent {
  padding-top: 10px;
  padding-bottom: 20px;
}

#mainNav *, #secondaryContent * { 
 padding-left: 20px;
 padding-right: 20px;
}

#mainNav * *, #secondaryContent * * { 
 padding-left: 0;
 padding-right: 0;
}

/* horizontal main menu navigation - based on a method from Richard Rutter */

 #topNav
{
margin-top: 132px;
margin-bottom: 0;
margin-left: 0; 
margin-right: 0;
padding: 0;
height: 35px;
font-weight: bold;
font-size: 80%;
}

#topNav ul
{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#topNav li
{
display: block;
margin: 0;
margin-top: 2px;
padding: 0;
float: right;
width: auto;
}

#topNav a
{
color: #FFFFFF;
display: inline;
width: auto;
text-decoration: none;
background: #000040;
margin: 0;
padding: 10px 10px;
border-right: 1px solid #75A5CE;
}

#topNav a.active:link, #topNav a.active:visited
{
position: relative;
z-index: 102;
background: #BBB;
color: #D7D493;
font-weight: bold;
}
#topNav a:hover, #topNav a:active { background: #99FF00; color: #000040; }

#topNav a.HERE:link
{
color: #FF9800;
display: inline;
width: auto;
text-decoration: none;
background: #000040;
margin: 0;
padding: 10px 10px;
border-right: 1px solid #75A5CE;
}

#topNav a.HERE:visited, #topNav a.HERE:hover, #topNav a.HERE:active
{
color: #FF9800;
display: inline;
width: auto;
text-decoration: none;
background: #000040;
margin: 0;
padding: 10px 10px;
border-right: 1px solid #75A5CE;
}

/*Main (sideNav) headings*/
#mainNav h2 {
font-size: 130%;
font-weight: bold;
line-height: 100%;
padding: 0;
padding-left: 20px;
margin: 0;
color: #FF9800;
}

/*SideNav elements within Main Nav-----------------------------*/
.sideNav ul {
list-style-type: none;
margin-top: 0px;
margin-left: 0;
margin-bottom: 0;
padding: 3px;
font-size: 70%
}

.sideNav li a:link {
color:#333;
line-height:160%;
text-decoration:none;
display:block;
width:144px;
border-bottom: 2px solid #EDEAEB;
background: #FFF;
}

.sideNav li a:visited {
line-height:160%;
display:block;
color: #000040;
width:144px;
border-bottom: 1px solid #EDEAEB;
text-decoration:none;
}

.sideNav li a:hover {
color: #0000FF;
line-height:160%;
display:block;
width:144px;
border-bottom: 1px solid #EDEAEB;
background: #CCFFFF;
text-decoration:none;
}

.sideNav li a:active {
color:#333;
line-height:160%;
text-decoration:none;
display:block;
width:144px;
border-bottom: 1px solid #EDEAEB;
background: #FFF;
}


.sideNav li a#sideHere {
color:#0000FF;
line-height:160%;
text-decoration:none;
font-weight: bold;
display:block;
width:144px;
border-bottom: 1px solid #EDEAEB;
background: #FFF;
}



/*specialized style elements --------------------------------------------*/

#loginBX {
display: none;
background-color: #000398;
margin-right: 10px;
margin-bottom: 10px;
padding-bottom: 5px;
}

#loginBX H2{
color: #ffffff;
padding-top: 5px;
padding-bottom: 3px;
}
/* form styling */

form {
margin: 0;
padding: 0;
font-size: 80%;
}

input.submit {
	border: 0;
	margin-bottom: 2px;
	margin-left: 5px;
	padding: 5px;
	background: transparent;
	font-size: 12px;
	color: #666666;
}


input
{
color: #000040;
background: #CCFFFF;
border: 1px solid #000040
}
/*
.submit input
{
margin-left: 3px;
color: #000040;
font-weight:bold;
background: #ffffff;
border: 2px outset #d7b9c9
} */

fieldset
{
border: 1px solid #000040;
width: 15em
}


form#login {
  position:relative;
}

form#logBTN {
font-weight: bold;
}

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

input#username-field,
input#password-field {
  width:9em;
}

label.overlabel {
  position:absolute;
  top:3px;
  left:5px;
  z-index:1;
  color:#999;
}
 label.overlabel-apply {
    position:absolute;
    top:3px;
    left:5px;
    z-index:1;
    color:#999;
  }
  

 /*comparison chart style */
#chart table {font-family: "Trebuchet MS", verdana, arial, sans-serif; border: 1px solid #CCCCCC; font-size:1.2em; margin-bottom: 30px;}
#chart tr {padding-top: 8px; padding-bottom: 8px; vertical-align: top; margin: 0}
#chart tr.head * {background-color: #00079F; font-weight: bold; color: #ffffff; }
#chart tr.odd * {background-color: #E3E1E1;}
#chart tr.even * {background-color: #D9E9F7; }
#chart td {padding: 5px; margin: 0;}
#chart td.feature, #chart td.HDfeature {width: 34%; font-weight: bold}
#chart td.Mini, #chart td.HDMini  {width: 11%;}
#chart td.Small, #chart td.HDSmall  {width: 11%}
#chart td.Medium, #chart td.HDMedium  {width: 11%} 
#chart td.Large, #chart td.HDLarge  {width: 11%} 
#chart td.XL, #chart td.HDXL  {width: 11%} 
#chart td.XXL, #chart td.HDXXL  {width: 11%} 
#chart td.Sunday, #chart td.HDSunday  {width: 12%} 
#chart td.HDfeature, #chart td.HDMini, #chart td.HDSmall, #chart td.HDMedium, #chart td.HDLarge, #chart td.HDXL, #chart td.HDXXL, #chart td.HDSunday {font-weight: bold; font-size: 1.0em; text-align: center;}
#chart a.TBLlink {font-family: "Trebuchet MS", verdana, arial, sans-serif; font-size: 1.1em} 
#chart p.price {font-weight: bold; color:#000040; font-size: 1.1em; }
#chart p.spec {font-weight: normal; color:#666666; font-size: 1.0em; }
#chart ul {font-weight: normal; font-size: 1.0em; list-style-type: square;
list-style-position: outside;
padding-left: 5px;}
#chart li {padding-left: 10px; font-size: 1.0em; color:#000040; }

/*check and xMark divs*/

.check {
display:block;
padding: 3px;
height: 40px;
width: 40px;
border: none;
background: transparent url(../images/check.gif);
background-repeat: no-repeat;
background-position: top; 
}

.Xmark {
display:block;
padding: 3px;
height: 40px;
width: 40px;
border: none;
background: transparent url(../images/Xmark.gif);
background-repeat: no-repeat;
background-position: top center; 
}

.posted {
display: block;
margin: 0 0 0 10px;
padding: 0 0 10px 0;
font-weight: bold;
color: #666;
font-size: 110%;
}

.postedUnderline {
display: block;
margin: 0 5px 5px 50px;
padding: 0 0 5px 0;
font-weight: bold;
color: #666;
border-bottom: 1px solid #999;
}

.orderBTN {
display: inline;
margin: 5px;
float: right;
clear: both;
padding: 8px;
font-weight: bold;
}

.orderBTN a:link {
text-decoration:none;
color: #000040;
margin-top: 10px;
border: 1px solid #000000;
height: 20px;
width: 70px;
padding: 4px;
background-color: #84AACE;
}


.orderBTN a:visited {
color: #000040;
margin-top: 10px;
border: 1px solid #000000;
height: 20px;
width: 70px;
padding: 4px;
background-color: #84AACE;
}

.orderBTN a:hover {
margin-top: 10px;
border: 2px solid #0000CC;
height: 20px;
width: 70px;
padding: 4px;
color: #0000FF;
background-color: #CCFFFF;
}


.orderBTN a:active {
margin-top: 10px;
border: 1px solid #000000;
height: 20px;
width: 70px;
padding: 4px;
background-color: #99CCFF;
}


.orderBTNsm a:link {
text-decoration:none;
color: #0000FF;
margin-top: 10px;
border: 1px solid #0000CC;
height: 20px;
width: 70px;
padding: 4px;
background-color: #84AACE;
}


.orderBTNsm a:visited {
color: #0000FF;
margin-top: 10px;
border: 1px solid #0000CC;
height: 20px;
width: 70px;
padding: 4px;
background-color: #84AACE;
}

.orderBTNsm a:hover {
text-decoration: underline;
margin-top: 10px;
border: 1px solid #000040;
height: 20px;
width: 70px;
padding: 4px;
color: #000040;
background-color: #CCFFFF;
}


.orderBTNsm a:active {
margin-top: 10px;
border: 1px solid #0000CC;
height: 20px;
width: 70px;
padding: 4px;
background-color: #99CCFF;
}


#loginLink {
display: none
}
		
