html {
	width:					100%;
	overflow:				auto;
	}
	
body {
	background-image: 		url('/files/template/global/background.gif');
	background-repeat:		repeat-x;
	background-position:	top;
	background-color:		#484745;
	margin:					5px;
	
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				12px;
	text-align:				left;
	color:					#000000;
	line-height:			18px;
	}

#header_container {
	width:					960px;
	height:					106px;
	}
	
#logo {
	background-image:		url('/files/template/global/fulllogo.png');
	background-repeat:		no-repeat;
	width:					275px;
	height:					115px;
	float:					left;
	position:				relative;
	left:					-4px;
	}
#logo:hover {
	background-image:		url('/files/template/global/fulllogo_hover.png');
	background-repeat:		no-repeat;
	width:					275px;
	height:					115px;
	float:					left;
	position:				relative;
	left:					-4px;
	}
	
#header_area {
	background-image:		url('/files/template/global/headerbg.png');
	background-repeat:		repeat-x;
	width:					685px;
	height:					80px;
	float:					left;
	padding-top:			26px;
	position:				relative;
	left: 					-4px;
	top: 					9px;
	}

#search_field {
	width:					250px;
	height:					27px;
	text-align:				right;
	position:				relative;
	left:					210px;
	}

#utilities {
	background-image:		url('/files/template/global/utilities_background.gif');
	background-repeat:		repeat-y;
	width:					630px;
	height:					28px;
	padding-top:			9px;
	padding-left:			50px;
	display:				block;	
	}	

#above_nav {
	background-image:		url('/files/template/global/above_nav.gif');
	background-repeat:		no-repeat;
	background-position:	right;
	width:					185px;
	height:					16px;
	position:				relative;
	left:					250px;
	}

#navigation {
	background-image:		url('/files/template/global/nav_background.gif');
	background-repeat:		no-repeat;
	width:					934px;
	height:					44px;
	margin-top:				9px;
	margin-left:			7px;
	padding-left:			10px;
	overflow:				hidden;
	}

#contact_us {	
	background-image:		url('/files/template/nav/contact_us.png');
	background-repeat:		no-repeat;
	width:					125px;
	height:					29px;
	float:					right;
	position:				relative;
	right:					15px;
	}
#contact_us:hover {	
	background-image:		url('/files/template/nav/contact_us_on.png');
	background-repeat:		no-repeat;
	width:					125px;
	height:					29px;
	float:					right;
	position:				relative;
	right:					15px;
	}

/* Utility Divs */
#utility_pay_my_bill {
	background-image:		url('/files/template/nav/util_paymybill.png');
	background-repeat:		no-repeat;
	width:					116px;
	height:					23px;
	float:					left;
	}
#utility_pay_my_bill:hover {
	background-image:		url('/files/template/nav/util_paymybill_on.png');
	background-repeat:		no-repeat;
	width:					116px;
	height:					23px;
	float:					left;
	}
	
#utility_spacer1 {
	background-image:		url('/files/template/nav/util_spacer1.png');
	background-repeat:		no-repeat;
	width:					4px;
	height:					17px;
	margin-left:			15px;
	float:					left;
	}
	
#utility_order_new_service {
	background-image:		url('/files/template/nav/util_orderservice.png');
	background-repeat:		no-repeat;
	width:					194px;
	height:					23px;
	margin-left:			15px;	
	float:					left;
	}
#utility_order_new_service:hover {
	background-image:		url('/files/template/nav/util_orderservice_on.png');
	background-repeat:		no-repeat;
	width:					194px;
	height:					23px;
	margin-left:			15px;	
	float:					left;
	}
	
#utility_spacer2 {
	background-image:		url('/files/template/nav/util_spacer2.png');
	background-repeat:		no-repeat;
	width:					4px;
	height:					17px;
	margin-left:			15px;	
	float:					left;
	}
	
#utility_check_email {
	background-image:		url('/files/template/nav/util_checkemail.png');
	background-repeat:		no-repeat;
	width:					128px;
	height:					23px;
	margin-left:			15px;
	float:					left;
	}
#utility_check_email:hover {
	background-image:		url('/files/template/nav/util_checkemail_on.png');
	background-repeat:		no-repeat;
	width:					128px;
	height:					23px;
	margin-left:			15px;
	float:					left;
	}

.clear {
	clear:					both;
	}


/* Navigation Divs */
#nav_news {
	background-image:		url('/files/template/nav/news.gif');
	background-repeat:		no-repeat;
	width:					53px;
	height:					27px;
	}
#nav_voice {
	background-image:		url('/files/template/nav/voice.gif');
	background-repeat:		no-repeat;
	width:					58px;
	height:					27px;
	}
#nav_internet {
	background-image:		url('/files/template/nav/internet.gif');
	background-repeat:		no-repeat;
	width:					78px;
	height:					27px;
	}
#nav_video {
	background-image:		url('/files/template/nav/video.gif');
	background-repeat:		no-repeat;
	width:					63px;
	height:					27px;
	}
#nav_wireless {
	background-image:		url('/files/template/nav/wireless.gif');
	background-repeat:		no-repeat;
	width:					82px;
	height:					27px;
	}
					
	
	
#ad_space {
	width:					203px;
	margin-left:			9px;
	margin-top:				20px;
	}

#networks_bar {
	background-color:		#26538a;
	width:					944px;
	text-align:				center;
	}

#footer {
	background-color:		#d2e5f6;
	width:					944px;
	height:					27px;
	text-align:				center;
	padding-top:			7px;
	margin-top:				7px;
	}	
	
	
	
/* Links */
a:link {
	color:					#26538a;
	font-size:				12px;
	text-decoration:		none;
	}
a:visited {
	color:					#26538a;
	font-size:				12px;
	text-decoration:		none;
	}
a:active {
	color:					#26538a;
	font-size:				12px;
	text-decoration:		none;
	}
a:hover {
	color:					#4375b1;
	font-size:				12px;
	text-decoration:		none;
	}

a.footer:link {
	color:					#26538a;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:		none;
	}
a.footer:visited {
	color:					#26538a;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:		none;
	}
a.footer:active {
	color:					#26538a;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:		none;
	}
a.footer:hover {
	color:					#4375b1;
	font-size:				12px;
	font-weight:			bold;
	text-decoration:		none;
	}


/* headers */
h1 {
	font-family:			Arial, Helvetica, sans-serif;
	font-size:				26px;
	font-weight:			normal;
	color:					#3974ba;
	margin:					0px;
	padding-bottom:			5px;
	}

/* miscenllaneous */
.input {
	font-size:				11px;
	color:					#666666;
	}	