@charset "utf-8";
/* CSS Reset */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, dfn, em, font, img, ins, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 16px;;
	font-family: inherit;
	
}
:focus {
	outline: 0;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	
}
/************** end reset **************/


/* CSS Document */
/*   >>>>>>>>> STRUCTURE >>>>>>>>>>   */
html{
  font: 100.01%/130% Arial, Helvetica, sans-serif;
}
body  {
	background: #fff;
	
	color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers.  */
	font-size:16px;

}

 
 #container { 
	width:970px;  
	background: #FFFFFF;
	margin: 0 auto;  
	text-align: left; /* this overrides the text-align: center on the body element. */
	font-size:16px;
	line-height:22px;
} 
 #container2{
 width:970px;
 margin:0 auto;
}
 #header{
/*background:#ffffff url(../images/hdrbkgrnd.png) no-repeat;*/
	width:970px;
	margin:0 auto;
	padding: 10px 10px 0 10px;
	height:425px;
	

}
 #subheader{
	/*background:#ffffff url(../images/hdrbkgrnd.png) repeat;*/
	padding: 10px 10px 0 10px;
	height:140px;
	width:970px;
	margin:0 auto;
}
 .submenu{
 margin:10px 20px 0 15px;
 width:360px;
   display:block;
   float:left;
} 

 .submenu-rt{
margin-top:10px;
 margin-left:auto; 
 width:380px;
 float:right; 
}
 .submenu p, .submenu-rt p{
 height:90px;
 display:block;
 margin-top:0;
 
}
 .submenu a, .submenu-rt a{
 text-decoration:none;
 font-size: 22px;
 line-height:30px;
 color:#000;
}
 .submenu a:hover, .submenu-rt a:hover{
  color:#000099;
}
 .submenu img, .submenu-rt img{
 padding-right:15px;
 }
 .submenu-heading{
  color:#000099;
  font-size:22px;
  height:72px;
  display:block;
 }
 #sidebar1 {
	float: left; 
	width: 280px;
	background: #fff; 
	padding: 15px 10px 10px 0px; 

}

 #breadcrumb{
 font-size:14px;
margin: 25px 0 15px 0;
 font-weight:bold;
}
 #breadcrumb a{
	text-decoration:none;
	color:#993300;
	font-weight:bold;
	text-transform: uppercase;
}
/*----------------- >>> SIDEBARS <<< ---------------------------*/
 #sidebar1 h3,  #sidebar1 p, #sidebar2 h3,  #sidebar2 p{
	margin-left: 10px; 
	margin-right: 10px;
}
 
 #sidebar2 {
	float: left; 
	width: 295px;  	
	padding: 15px 0 15px 0;  
	text-align:left;	 
	margin-left:30px;
	
}
 #sidebar1 img{
 margin-bottom:15px;
}

 #sidebar2 img{
 margin-bottom:15px;
}
 #mainContent {	
	margin-left: 10px;	
	padding:10px;
 width:600px;
}  
 #mainContent p{
margin-top:7px;


}
 #subContent{
	width:500px;
	margin-left: 300px;  
	padding:10px;
}
 #subContent p{
margin-top:7px;
}
 #fullContent{
width:860px;
margin:25px auto;
}

 #fullContent p, #smallContent p{
margin-top:7px;
}
/*-----------------------------------------------------------------------------*/
 

 #footer{
	background:#fff;
	font-size:0.75em;
	text-align:center;
	 
}
/*----- END STRUCTURE --------------*/
/*--------------Horizontal Navigation ----------------*/
 
#navbar{
	width:970px;
	margin: 10px auto;
	height: 50px;
	font-size:0.875em;
	padding: 0 10px 0 10px;
	background-image: url(../images/cvvnavbkgnd.png);
	background-repeat: no-repeat;	
	 
	 
}

#navbar ul {
	border: 0;
	margin: 0px 1px 0px 0px;
	padding: 0 0 0px;
	list-style-type: none;
	text-align: center;
}
#navbar ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0;
}

#navbar ul li a {
	width: 186px;
	height: 40px;
	line-height:45px;
	padding: 0;	
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	display: block;
	text-align: center;	
	margin-right:2px;
	margin-top:1px;

}

#navbar ul li a:hover {
	color:#FFFF00;
}

#navbar a:active {	
	
}
#navbar li#active a {
	
}
.dropmenudiv_b{
	position:absolute;
	top: 0;
	margin-top:3px;
	border: 1px solid #918d8d; /*THEME CHANGE HERE*/
	border-width: 0 1px;
	font:normal 12px Verdana;
	line-height:25px;
	z-index:100;
	background-color:#FFE1E1;
	width: 200px;
	visibility: hidden;
	text-align: left;
}
.dropmenudiv_b a{
	width: auto;
	display: block;
	text-indent: 5px;
	border: 0 solid #918d8d; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	text-align: left;
	background-color: #FFE1E1;
}

* html .dropmenudiv_b a{ /*IE only hack*/
width: 100%;
text-align: left;
}

.dropmenudiv_b a:hover{ /*THEME CHANGE HERE*/
background-color: #efefef;
text-align: left;
}


 #buttons{
  padding:5px 0; 
  width:970px;
  height:278px;
  margin:0 auto;
 }
 #buttons ul{
 border: 0;
	margin: 0px 1px 0px 0px;
	padding: 0 0 0px;
	list-style-type: none;
	text-align: center;
 }
 #buttons ul li {
	display: block;
	float: left;
	text-align: center;
	padding: 0;
	margin: 0 10px 0 0;
}
#buttons ul li a {
	height: 256px;
	width:301px;
	padding: 0;
	text-decoration: none;
	display: block;
	text-align: center;
	background-image: url(../images/buttonhover.png);
	background-repeat: no-repeat;
	background-position: -9000px -9000px;
}
#buttons ul li a:hover{
	background-position:0 0;
}
#buttons .button1 {
	background-image: url(../images/television.jpg);
	background-repeat: no-repeat;
	display:block;
}
#buttons .button2 { 
	margin-left:18px;
	background-image: url(../images/internetsection.jpg);
	background-repeat: no-repeat;
	display:block;
}
#buttons .button3 {
	margin-left:18px;
	background-image: url(../images/bundles.png);
	background-repeat: no-repeat;
	display:block;
}
#button4 a{
	height: 158px;
	width:272px;
	display: block;
	text-align: left;
	background-image: url(../images/wirelesssection.png);
	background-position: right;
	background-repeat: no-repeat;
}
#button4 a:hover{
	background-image: url(../images/wirelesshover.png);
	background-position:right;
	background-repeat: no-repeat;
}
#button5 a{
	height: 166px;
	width:278px;
	display: block;
	text-align: center;
	background-image: url(../images/bundle.png);
	
}
#button5 a:hover{
 background-image: url(../images/bundlehover.png);
}
#btnrow1{
	height:278px;
	width:100%;
	margin-bottom:15px;
}
#btnrow2{
 width:100%;
 clear:left;
 height:200px; 
}
.btn{	 
	float:left;
	margin:0 7px 0 7px;
	behavior: url(ie-css3.htc);
}
 
 img.btn:hover{
	opacity:0.5;
filter:alpha(opacity=50); /* For IE8 and earlier */
}
 #row3 {
   width:100%;
  
  display:block;
  
 }
 #logoarea{
 height:100px;
 display:block;
 font-weight:bold;
 }
 h1 {
 color:#0501ba;
 font-size:20px;
 line-height:22px;
 font-weight:bold;
 
 }
 h2{
 color:#006600;
 font-size:22px;
 font-weight:bold;
 }
 .hdr1{
 color:#0501ba;
 font-size:20px;
 line-height:40px;
 font-weight:bold;
 }
.fltrt {  
	float: right;
	margin-left: 10px;
}
.fltlft { 
	float: left;
	
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

 
.eastable{
	border: thin solid #0000CC;
	padding: 5px;
	margin: 5px;
}
.even{
background-color:#efefef;
}
.cvv{
	background-color:#F7F7F7;
	padding: 5px;
	border: thin solid #CCCCCC;
}
.cvc{
	background-color:#FFFFCC;
	padding: 5px;
	border: thin solid #CCCCCC;
}
.bundles{
	border-left: 2px solid #FF0000;
	border-right: 2px solid #FF0000;
	border-bottom: 2px solid #FF0000;
	font-size:14px;
	width:222px;
	margin:-10px 0 0 36px;


}
.hightlight{
 
background-color:#FFFF99;
}

.double-space{
line-height:30px;
}

#wx_module_9101{
height:150px;
width:180px;
position:relative;
float:right;
 
/*margin-top: -180px;*/



}
