/* CSS Document for KyWimax Internet Services*/
/* by JB Design (http://www.jbdesign.net) */


* {
  margin: 0;
  padding: 0;
}

* html .clearfix {height: 1%;}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

body {
  font: 70%/1.5  Verdana, Arial, Helvetica, sans-serif;
  background: url(../img/bk/top-bk5.gif) top repeat-x;
}

#container {
  width: 770px;
  background-color: #FFFFFF;
  margin-left: auto;
  margin-right: auto;
}

#topIndexContainer {
  width: 770px;
}
  
#bottomIndexContainer {
  width: 770px;
}

#content {
  width: 770px;
  background: #FFFFFF url(../img/bk/content-bk.jpg) top no-repeat;
  padding-top: 35px;
}

#contact<ky>Content</ky> { float: left; width: 500px; }

#contactSideContent {
  width: 229px;
  float: right;
  border-left: 1px solid #CCCCCC;
  margin-right: 8px;
  margin-left: 15px;
  clear: both;
}

#rightIndexContent {
  float: right;
  width: 265px;
}

#sideContent {
  width: 229px;
  float: right;
  border-left: 1px solid #CCCCCC;
  margin-right: 8px;
  margin-left: 15px;
}

#newsBox {
  width: 229px;
  margin-left: 20px;
  margin-right: 8px;
  height: 224px;
  float: right;
  background: #FFF url(../img/bk/newsbox.gif) center no-repeat;
}
 
#protectBox {
  width: 229px;
  height: 224px;
  float: left;
  margin-left: 5px;
  background: #FFF url(../img/bk/protectbox.gif) center no-repeat;
}

#voipBox {
  width: 229px;
  height: 224px;
  float: left;
  margin-left: 5px;
  background: #FFF url(../img/bk/voipbox.gif) center no-repeat;
}

#wirelessBox {
  width: 229px;
  height: 224px;
  background: #FFF url(../img/bk/wirelessbox.gif);
  float: left;
  margin-right: 5px;
}

#directvBox {
  width: 229px;
  height: 224px;
  background: #FFF url(../img/bk/dishbox.gif);
  float: left;
  margin-right: 29px;
}

#dishnetBox {
  width: 229px;
  height: 224px;
  background: #FFF url(../img/dishnetbox.gif);
  clear: both;
  float: left;
  margin-right: 28px;
  margin-left: 15px;
}

#footer {
  width: 770px;
  background: #FFF url(../img/bk/footer-bk.gif) center no-repeat;
  padding-top: 30px;
  height: 30px;
  clear: both;
}

#webmailLogin { float: right; margin-top:50px; margin-right: 8px; margin-bottom: 5px; }
#webmailTxt { text-align: right; width: 320px; color: #01a6ff; }


/* Headers */

h1 {
  width: 282px;
  height: 64px;
  text-indent: -9999px;
  margin-top: 12px;
  margin-left: 10px;
  background-image: url(../img/kywimax-logo-mod.gif);
  overflow: hidden;
  margin-top: 20px; float: left;
}

h2 {
  width: 770px;
  height: 101px;
  text-indent: -9999px;
  z-index: 5;
}

.h2index { background-image: url(../img/banner-index.jpg); }
.h2overview { background-image: url(../img/b_overview.jpg); }
.h2sat { background-image: url(../img/banner-sat.jpg); }
.h2web { background-image: url(../img/banner-web.jpg); }
.h2voip { background-image: url(../img/banner-voip.jpg); }
.h2dish { background-image: url(../img/banner-dish.jpg); }
.h2links { background-image: url(../img/banner-link.jpg); }
.h2audio { background-image: url(../img/banner-audio.jpg); }

h3 {
  width: 358px;
  height: 34px;
  text-indent: -9999px;
  background-image: url(../img/welcome.gif);
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 5px;
}

h4 {
  font-size: 140%;
  font-family: "Garamond", Arial;
  color: #2a83bd;
}

h5 {
  font-weight: bold;
  color:#2a83bd;
  margin-left: 40px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 100%;
}

/* Navigation Menu */

ul#nav{
  width: 540px;
  margin: 0 auto; 
  list-style: none; 
}


#nav { /* all lists */
	padding: 0;
	list-style: none;
	margin: 0 auto; 
	line-height: 1em;
	margin-top: 15px;
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	color: #606060;
}
  
#navContainer { background-image: url(../img/bk/nav-bk5.gif); width: 770px; margin-top: 5px; clear: both; }
/* .subNav a { display: block; } */
.hFix { height: 3em; }

#nav a {
	display: block;
	width: 90px;
	color: #606060;
	padding-top: 9px;
	padding-bottom: 9px;
	text-decoration: none;
}

#nav a:hover, a.sfhover { font-weight: bold; }

#nav li { /* all list items */
	float: left;
	width: 90px;; /* width needed or else Opera goes nuts */
	/* background-image: url(../img/bk/nav-bk.jpg); */
	background-repeat: repeat-x;
	text-align: center;	
	list-style: none;
}

.main { text-align: center; }

#nav li ul { /* second-level lists */
	position: absolute;
	background: /* orange #81c4c0; */ #e4e7e9;
	/* width: 10em; */
	margin-left: 10px;
	margin-top: 0px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-bottom: 2px solid #b1b4b6;
	border-top: 2px solid #b1b4b6;
	text-align: left;
	z-index: 999;
	width: 10em;
}

#nav ul li a { text-align: left;  padding-left: 15px; width: 95px; padding-top: 5px; padding-bottom: 5px; border: 1px solid #d9dbdd; }

#nav li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 10em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
  left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
  left: auto;
}

#nav ul li:hover, #nav ul li.sfhover {
  background: /* #eb9904  #009c90; */ #d1d3d5;
}

/* Text & Headers, Images */

.subFooter { text-align: center; font-size: 80%; color: #CCCCCC; }
#footer p { text-align: center; font-size: 80%; color: #CCCCCC; }
.satSmall { text-align: center; font-size: 80%; }

.indexImg { margin-left: 30px; }
.headerImg { margin-left: 30px; }
img.floatLeft { margin-right: 20px; margin-left: 40px; float: left; }
img.floatRight { margin-left: 20px; margin-right: 40px; float: right; padding-top: 8px; }
.satImg { margin-left: 30px; margin-right: auto; }
.centerImg { display: block; margin-left: 55px; margin-right: auto; }
img.centerCImg { display: block; margin-left: 155px; margin-right: auto; }
.listHead { color: #2a83bd; }
#footballImages img { border:0; padding-bottom: 10px; }

#wirelessBox p { padding-left: 15px; margin-top: 195px; }
#dishnetBox p { padding-left: 15px; margin-top: 195px; }
#directvBox p { padding-left: 15px; margin-top: 195px; }

#indexContent p { margin-left: 40px; color: #666666; margin-bottom: 15px;}
#content P { margin-left: 40px; margin-right: 30px; color: #666666; margin-bottom: 15px; }
.protectText { color: #999999; font-size: 90%; text-align: center; margin-top: 60px; margin-left: 1px; margin-right: 7px; } 
.listDate { color: #3164cd; font-weight: bold; }

.addressBlock { margin-top: 20px; margin-bottom: 140px; margin-left: 10px; font-size: 90%; }

a { color: #2a83bd; text-decoration: none; }
a:hover { text-decoration: underline; }
#footerList a { color: #666666; }
.smallText { font-size: 90%; text-align: center; }

#faqA { margin-top: 20px; }
p.faqQ { font-weight: bold; margin-bottom: 0px !important; }
#faqA p { margin-bottom: 7px; }


/* Lists */


ul.contentList {
  list-style: none;
  list-style-image: url(../img/bk/bullet.gif);
  padding-left: 65px;
  margin-right: 15px;
  margin-top: 8px;
  color: #666666;
  line-height: 1.3;
  margin-bottom: 20px;
}

.contentList li {
  margin-bottom: 15px;
}

ul.webList {
  list-style: none;
  list-style-image: url(../img/bk/bullet-grn.gif);
  padding-left: 65px;
  margin-right: 15px;
  margin-top: 8px;
  color: #666666;
  line-height: 1.3;
  font-size: 90%;
  margin-bottom: 20px;
}

.webList li {
  margin-bottom: 5px;
}


ul.satList {
  list-style: none;
  list-style-image: url(../img/bk/bullet.gif);
  padding-left: 65px;
  margin-right: 15px;
  margin-top: 8px;
  color: #666666;
  line-height: 1.3;
  font-size: 90%;
  margin-bottom: 20px;
}

.satList li {
  margin-bottom: 5px;
}
 

ul.sideList {
  list-style: none;
  list-style-image: url(../img/bk/bullet.gif);
  padding-left: 15px;
  margin-right: 15px;
  margin-top: 60px;
  color: #666666;
  line-height: 1.3;
  font-size: 90%;
}

ul.newslist { 
	list-style-image: none; !important 
	margin-right: -10px;
	

}

.newslist li { margin-bottom: 8px; text-align: justify; }

ul#footerList {
  list-style-type: none;
  text-align: center;
  margin-bottom: 20px;
}

#footerList li {
  display: inline;
  color: #999999;
  border-right: 1px solid #999999;
  padding-right: 5px;
  padding-left: 9px;
  font-size: 90%;
 }


#protectList {   margin-top: 4px; !important }
#protectList li { 
  margin-bottom: 5px;
  margin-left: 17px;
}

ol.faqList {
  padding-left: 75px;
  margin-right: 20px;
}

/* ol.faqList li div { display: none; } */
a { cursor: pointer; }

/* Forms */

form.webmailLogin input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	padding: 4px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 8px;
}

form.webmailLogin input.username {
	background: #EEEEEE url(../img/icon-user.gif) 135px no-repeat;
}

form.webmailLogin input.password {
	background: #EEEEEE url(../img/icon-login.gif) 135px no-repeat;
}

#contactform { margin-left: 30px; width: 470px; }
table.formtable { padding-top: 15px; }
table.formtable th { color: #2a83bd; font-weight:  bold; padding-bottom: 10px; }
form.contactForm input { font-family: Verdana, Arial; }
.buttons {  border: #2a83bd; color: #2a83bd !important; }

/* Notebox */

div.noteBox {
	background-color: #f3f5f5;
	border-top: 1px solid #e2e7e7;
	border-bottom: 1px solid #e2e7e7;
	width: 400px;
	padding: 6px;
	padding-top: 16px;
	margin-left: 65px;
	margin-bottom: 15px;
}

img.noteImg { float: left; margin-right: 10px; margin-left: 10px; }