/* CSS Document */


/*---------
   Choice Communications
   Updated: Wed 11/25/08 @ 3:35 p.m.
   Author:  Monica Lincoln Graphics / Web Design
   ---------------------------------------------*/


html,body {
	margin:0;
	padding:0;
	height:100%;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#666666;
	}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:876px;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	min-height:100%; /* real browsers */
	}
	
.left {float:left; text-align:left; padding-right:8px;}
.right {float:right; text-align:right; padding-left:4px;}
.clear {clear:none;}


/*--------- TEXT DIRECTIONS */

h1{
	font-size:1.75em;
	font-weight:normal;
	line-height:1em;
	margin-top:0;
	color:#006699;
	}
h2 {
	font-weight:normal;
	color:#006600;
	font-size: 1.2em;
	vertical-align: text-top;
	}
h3 {
	font-size:1.2em;
	font-weight:bold;
	color: #006600;
	}
.smalltype{
	font-size:.7ems;
	font-size: 0.75em;
	text-align: center;
	}
.planName {
	font-size:13px;
	
	color: #006600;
	}
ol li{line-height:1.5em;}
.bold{font-weight:bold;}
.italics{font-style:italic;}
.underine{text-decoration:underline;}



/*--------- HEADER */

#header{
	position:relative;
	width: 876px;
	}
#header img{
	float:left;
	}
#header #links{
	float:right;
	position: relative;
	color: #666666;
	width: 88%;
	text-align: left;
	padding-top: 7px;
	padding-right: 12px;
	padding-bottom: 7px;
	padding-left: 0px;
	}
#header ul {
	float: right;
	list-style: none;
	}
#header #links ul{
	margin: 0;
	list-style-type: none;
	padding:0;
	}
#header #links  ul li {
	display: inline;
	}
#header #links ul li a {
	text-decoration: none;
	font-size:12px;
	color:336699;
	padding: 0.5em;
	line-height: 0px;
	}
#header #links ul li a:hover {
	color: #000066;
	text-decoration:underline;
	}
#followon{
	float:left;
	width: 75px;
	height: 28px;
	padding-left: 10px;
	}

/*--------- MENU*/

#menu {
	height: 20px;
	width: 100%;
	clear: both;
	overflow: visible;
}
#menu ul {
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
	}
#menu ul li{
	display:inline;
	list-style-type:none;
}
#menu ul li a{
	float:left;
	width:109px;
	height: 20px;
	text-decoration:none;
	color: #fff;
	font-size:1.2em;
	line-height:1.8em;
	text-align:center;
	background:url(images/menubkg.jpg) no-repeat left top;
	padding:0px;
	}
#menu ul li a:hover{
	background:url(images/menubkg.jpg) no-repeat left bottom;
	}
	
	/*--------- SPECIAL BUTTONS - FIRST & LAST */
	#menu li#nav-rez a{
		background:url(images/menuBfirst.jpg) no-repeat left top;
		}
	#menu li#nav-rez a:hover{
		background:url(images/menuBfirst.jpg) no-repeat left bottom;
		}
	#menu li#nav-sig a{
		background:url(images/menuBlast.jpg) no-repeat left top;
		}
	#menu li#nav-sig a:hover{
		background:url(images/menuBlast.jpg) no-repeat left bottom;
		}
	
	/*--------- SPECIAL BUTTONS - 111PX WIDTH */
	#menu li#nav-cov a{
		width:111px;
		background:url(images/menuBbig.jpg) no-repeat left top;
		}
	#menu li#nav-wor a{
		width:111px;
		background:url(images/menuBbig.jpg) no-repeat left top;
		}
	#menu li#nav-cov a:hover{
		background:url(images/menuBbig.jpg) no-repeat left bottom;
		}
	#menu li#nav-wor a:hover{
		background:url(images/menuBbig.jpg) no-repeat left bottom;
		}
			
	/*--------- SHOW CURRENT PAGE */
	#residential li#nav-rez a{
		background:url(images/menuBfirst.jpg) no-repeat left bottom;
		}		
	#business li#nav-biz a{
		background:url(images/menubkg.jpg) no-repeat left bottom;
		}
	#mobile li#nav-mob a{
		background:url(images/menubkg.jpg) no-repeat left bottom;
		}
	#tv li#nav-tv a{
		background:url(images/menubkg.jpg) no-repeat left bottom;
		}
	#coverage li#nav-cov a{
		background:url(images/menuBbig.jpg) no-repeat left bottom;
		}
	#works li#nav-wor a{
		background:url(images/menuBbig.jpg) no-repeat left bottom;
		}
	#tech #nav-tec a{
		background:url(images/menubkg.jpg) no-repeat left bottom;
		}
	#signup li#nav-sig a{
		background:url(images/menuBlast.jpg) no-repeat left bottom;
		}
		
/*--------- CONTENT AREA*/
#content{
	width:875px;
	position: relative;
	margin: 0;
	}
	#content img{
		border:0;
		text-align: center;
		}
	#container img a{
		border:0;
		text-decoration:none;
		}
#mainimagearea{
	height:208px;
	}	
	#residential #mainimagearea{
		background-image:url(images/noflash/rez.jpg);
		}		
	#business #mainimagearea{
		background-image:url(images/noflash/biz.jpg);
		}
	#mobile #mainimagearea{
		background-image:url(images/noflash/mob.jpg);
		}
	#tv #mainimagearea{
		background-image:url(images/noflash/tv.jpg);
		}
	#coverage #mainimagearea{
		background-image:url(images/noflash/coverage.jpg);
		}
	#works #mainimagearea{
		background-image:;
		}
	#tech #mainimagearea{
		background-image:url(images/noflash/tec.jpg);
		}
	#signup #mainimagearea{
		background-image:url(images/noflash/sign.jpg);
		}
		
	
		
/*--------- COLUMNS */
.colCont{
	width:80%;
	margin:40px auto 0px auto;
	}
	.colCont .colIMG{
		text-align:center;
		width:100%;
		padding-bottom:1em;}
	#content .horizLine{
		text-align:center;
		padding-bottom:0;
		}
.lineright{
	width:2px;
	float:right;
	}
.lineleft{
	width:2px;
	float:left;
	}


/* 2 COLUMNS & A COPY BOX*/
	
	#column2 #copybox {
		width:75%;
		margin:5px auto 0 auto;
		position: relative;
		}
		#column2 #copybox p{
			margin-left: 20px;
			}
	#column2 .column1of2{
		width:431px;
		float:left;
		position:relative;
		}
	#column2 .column2of2{
		width:431px;
		float:left;
		}	
	
/* 3 COLUMNS */	
	#column3 .colCont{

		}
	#column3 #column1of3{
		width:292px;
		float:left;
		}
	#column3 #column2of3{
		width:290px;
		float:left;
		}
	#column3 #column3of3{
		width:292px;
		float:right;
		}
		
/*Speial Alert on home page*/
	#column3 .alert{
		margin:5px auto 0 auto;
		clear:both;
		text-align: center;
		color:#CC0000;
		}	
	.alert a{color:#FF0000;text-decoration:none;}
	.alert a:hover{color:#0066FF;text-decoration:underline;}
	.alert a:visited{color:#FF0000;text-decoration:none;}
		
/*--------- GREEN & BLUE LINKS */

	.moreInfo{
		height:30px;
		width: 228px;
		margin:0px auto;
		position:relative;
		text-align:center;
		overflow: visible;
		}
	.threebutton{
		width: 327px;
		}
	.moreInfo a.blue{
		text-decoration: none;
		color: #ffffff;
		width: 109px;
		height: 20px;
		float: left;
		display: inline;
		padding:3px 0 10px 0;
		background: url(images/blue.jpg) no-repeat left top;
		overflow: visible;
		}
	.moreInfo a:hover.blue{
		background-image: url(images/blue.jpg) no-repeat left bottom;
		}
	.moreInfo a:active.blue{
		background-image:url(images/MoreInfoBlueeC.jpg);
		}
	.moreInfo a.green{
		display: inline;
		text-decoration: none;
		color: #ffffff;
		width: 109px;
		height: 20px;
		float: left;
		padding:3px 0 10px 0;
		background: url(images/green.jpg) no-repeat left top;
		overflow: visible;
		}
	.moreInfo a:hover.green{
		background-image:url(images/green.jpg) no-repeat left bottom;
		}
	.moreInfo a:active.signUp{
		background-image:url(images/MoreInfoGreenC.jpg);
		}

/*--------- FAQ */	

	#TJK_ToggleON,#TJK_ToggleOFF {display:none}

/*--------- SERVICE AREA MAP STYLES */	

	#mapcenter{
		width:640px;
		margin:0 auto;
		}
	#map {
		border: #42AD4C solid 5px;
		clear: both;
		}
	.backdot{
		border:none;
		text-decoration:none;
		float: left;
		}
	
/*--------- FOOTER */

	#footer {
		position:relative;
		width:100%;
		height:28px;
		bottom:0;
		background:url(images/footer.jpg) repeat-x;
		font-size:10px;
		color:#336699;
		clear: both;
		border-top: 1px solid #336699;
		}
	#footer p {
		margin:0;
		line-height: 2.5em;
		}
	#footer a{
		color:#336699;
		text-decoration:none;
		}
	#footer a:hover{
		color:#660000;
		text-decoration:underline;
		}
