/*	MAIN.CSS - Stylesheet for the layout
	(margins, position, width, height, and floats)
	No color or background declarations should be here. */

.clear {clear:both;}
.section-inner { 
	width: 970px;
	margin: 0 auto;
	position: relative;
}
.w-w2 {	
	min-width: 970px;
	padding-top: 133px;  /* Change to height of header */
}

/* --HEADER-- */
#header, .h-w1, .h-w2 { height: 146px; } /* Change to correct height */
#header { 
	top: 0; left: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
	background: #d3e3ea;
}
	.h-w1 {
		position: relative;
		left: -50%;
		background: url(/images/skin/bg/bg-logo.gif) repeat-x 0 0;
	}
	.h-w2 {
		position: relative;
		left: 50%;
		background: #d3e3ea;
	}
	#mainnavigation, #utilities, #logo {
		position: absolute;
	}
	#mainnavigation {
		z-index: 20;
		bottom: -8px;
		right: 0;
		height: 154px;
		background: #d3e3ea url(/images/skin/bg/bg-header-shadow.png) repeat-x 0 146px;
	}
		#mainnavigation li {
			float: left;
		}
		#mainnavigation a {
			display: block;
			height: 1px;
			padding-top: 145px;
			overflow: hidden;
		}
		#mainnavigation a:hover {
			background-position: 0 -146px;
		}
		#header #mainnavigation a.active {
			background-position: 0 -146px;
		}
		#nav-services {
			width: 118px;
			background: url(/images/skin/nav/nav-services.jpg) no-repeat 0 0;
		}
		#nav-network {
			width: 207px;
			background: url(/images/skin/nav/nav-network.jpg) no-repeat 0 0;
		}
		#nav-faq {
			width: 93px;
			background: url(/images/skin/nav/nav-faq.jpg) no-repeat 0 0;
		}
		#nav-news {
			width: 90px;
			background: url(/images/skin/nav/nav-news.jpg) no-repeat 0 0;
		}
		#nav-about {
			width: 130px;
			background: url(/images/skin/nav/nav-about.jpg) no-repeat 0 0;
		}
	#logo {
		top: 0px;
		left: 0px;
	}
	#utilities {
		top: 36px;
		right: 15px;
	}
		#utilities li {
			float: left;
		}
		#utilities a {
			display: block;
			height: 1px;
			width: 21px;
			padding-top: 19px;
			overflow: hidden;
			margin-left: 7px;
		}
		#utilities a:hover {
			background-position: 0 -20px;
		}
		#utils-home {
			background: url(/images/skin/bg/utils-home.png) no-repeat 0 0;
		}
		#utils-contact {
			background: url(/images/skin/bg/utils-contact.png) no-repeat 0 0;
		}


/* --CONTENT-- */
#main { 
	position: relative; 
	/* margin-top: 200px; */
}
	#main .m-w1 {
		position: relative;
		left: -50%;
		background: #d3e3ea url(/images/skin/bg/bg-header-shadow.png) repeat-x 0 0;
		
	}
	#main .m-w2 {
		position: relative;
		left: 50%;
		background: url(/images/skin/bg/bg-header-shadow.png) repeat-x 0 0;
	}
	#main .m-w3 {
		background:url(/images/skin/bg/bg-content.png) repeat-y 234px 0;
	}
	#main .m-w4 {
		padding: 0px 0 75px;
		overflow: hidden;
		min-height: 692px;
	}
	.home #main .m-w4 {min-height: 100%;}
	
	#subnav, #content {
		float: left;
	}
	#ctas {
		width: 150px;
		float: right;
		margin-top: 70px;
	}
		#cta-title {
			display: block;
			width: 136px;
			margin-left: 2px;
			text-align: center;
			font-size: 13px;
			line-height: 20px;
			font-weight: bold;
			text-transform: uppercase;
			padding-bottom: 5px;
			border-bottom: 5px solid #a3c1ce;
			margin-bottom: 20px;
		}
/*		#ctas ul {
			margin-top: 20px;
		}
		#ctas li {
			margin-bottom: 45px;
		}
		#ctas a {
			display: block;
			height: 1px;
			padding-top: 215px;
			width: 141px;
			overflow: hidden;
		}
		#ctas a:hover {
			background-position: -141px 0;
		}
		#cta-cost-2009 {
			background: url(/images/skin/bg/cta-cost-2009.png) no-repeat 0 0;
		}
		#cta-cost-2008 {
			background: url(/images/skin/bg/cta-cost-2008.png) no-repeat 0 0;
		}*/
	/* Subnav appears after content-body in markup, 
		but often is shifted to the left */
	#subnav {
	}
	#bg-left-img {
		position: absolute;
		right: 238px;
		top: 0;
	}
	
	.services #bg-left-img {background: url(../images/banner/services.jpg) left top no-repeat; width: 407px; height: 692px;}
	.network #bg-left-img {background: url(../images/banner/provider.jpg) left top no-repeat; width: 407px; height: 692px;}
	.faq #bg-left-img {background: url(../images/banner/faq.jpg) left top no-repeat; width: 407px; height: 692px;}
	.news #bg-left-img {background: url(../images/banner/news.jpg) left top no-repeat; width: 407px; height: 692px;}
	.about #bg-left-img {background: url(../images/banner/about-us.jpg) left top no-repeat; width: 407px; height: 692px;}
	
	#content {
		width: 490px;
		padding-top: 35px;
		padding-left: 25px;
		position: relative;
		left: 240px;  /*Positive width of #subnav */
		top: 0;
		background: url(/images/skin/bg/bg-header-shadow.png) repeat-x 0 0;
	}
	.c-w1 {
		padding: 0 0 0 65px;
		
	}
		.content-img {
			float: left;
			padding: 4px 15px 10px 0px;
			margin-left: -65px;
			display: inline;
			/*margin: 0 15px 10px -65px;*/
		}
	.call-us {
		position: absolute;
		right: 15px;
		bottom: 5px;
		display: block;
		width: 285px;
		height: 1px;
		padding-top: 27px;
		overflow: hidden;
		background: url(/images/skin/bg/call-us.png) no-repeat 0 0;
	}

/* --FOOTER-- */
#footer {
	font-size: 11px;
	line-height: 14px;
	background: #42495d;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	height: 40px;
}
	.f-w2 {
		padding-top: 14px;
	}
	#footer a {
		color: #ffffff;
		text-decoration: none;
	}
	#footer a:hover {
		text-decoration: underline;
	}
	#copyright {
		float: left;
	}
		.footer-links {
			margin-left: 15px;
		}
	#credit {
		float: right;
		padding-right: 15px;
	}

/*html,body {	height:100%; }
#wrapper { min-height: 100%; position: relative; }
#footer { 
	position: absolute; bottom: 0; left: 0; width: 100%; 
	height: 40px;
}
#main { padding-bottom: 40px; }
*/




#content-container {
	float: left;
	width: 320px;
	text-align: justify;
}	

.about #ctas {display: none;}

#cta-news li a {
	display:block;
	background-image: url(../images/bg-cta09-0810-0809.jpg);
	background-repeat: no-repeat;
	width:141px;	
}

#cta-news0712 li a {
	display:block;
	background-image: url(../images/bg-cta0712.jpg);
	background-repeat: no-repeat;
	width:141px;	
}

#cta-news09-0810 li a {
	display:block;
	background-image: url(../images/bg-cta08-09.jpg);
	background-repeat: no-repeat;
	width:141px;	
}

#cta-news0809 li a {
	display:block;
	background-image: url(../images/bg-cta0809.jpg);
	background-repeat: no-repeat;
	width:141px;	
}
#news1 { height:255px; background-position: 0px 0px;}
#news1:hover {background-position: -141px 0px;}

#news2 {height:251px; background-position: 0px -255px;}
#news2:hover {background-position: -141px -255px;}

#news3 {height:251px;background-position: 0px -506px;}
#news3:hover{background-position: -141px -506px;}