@charset "UTF-8";
/* CSS Document */

*	{
			margin: 0 auto;
			padding: 0 auto;
		}
		
		#clear	{
			clear: both;
		}
		
		
		body	{
			background-image: url(images/body_bg.jpg);
			background-position: top center;
			background-repeat: repeat-x;
			background-attachment: scroll;
		}
		
		h1	{
			font-family: Verdana, Geneva, sans-serif;
			font-size: 1em;
		}
		
		p	{
			font-family: Verdana, Geneva, sans-serif;
			font-size: 0.7em;
		}
		
		.bolder	{
			font-weight: bold;
		}
		
		#page-wrap	{
			width: 960px;
			margin: 0 auto;
		}
		
		#header	{
			width: 223px;
			float: left;
		}
		
		#nav	{
			width: 980px;
			height: 80px;
			float: left;
			margin-top: 30px;
			padding-top: 29px;
			padding-left: 266px;
			background-image: url(images/moose_nav.png);
			background-repeat: no-repeat;
			
		}
		
		ul#menu {
		}
		
		ul#menu li {
		display:inline;
		}
		
		ul#menu li a {
		display:block;
		float:left;
		height:45px;
		text-indent:-9999px;
		
		}
		
		ul#menu li.home a {
		background:transparent url(images/home.png) no-repeat scroll center bottom;
		width:88px;
		}
		
		ul#menu li.support a {
		background:transparent url(images/support.png) no-repeat scroll center bottom;
		width:98px;
		}
		
		ul#menu li.internet a {
		background:transparent url(images/internet.png) no-repeat scroll center bottom;
		width:96px;
		}
		
		ul#menu li.hosting a {
		background:transparent url(images/hosting.png) no-repeat scroll center bottom;
		width:93px;
		}
		
		ul#menu li.voice a {
		background:transparent url(images/voice.png) no-repeat scroll center bottom;
		width:82px;
		}
		
		ul#menu li.news a {
		background:transparent url(images/news.png) no-repeat scroll center bottom;
		width:83px;
		}
		
			ul#menu li.contact a {
		background:transparent url(images/contact_us.png) no-repeat scroll center bottom;
		width:134px;
		}



		ul#menu li a:hover {
		background-position:center top;
		}

		
		#monitors	{
			width: 947px;
			margin: 0 auto;
			margin-top: 0px;
		}
		
		#box	{
			width: 960px;
			margin-top: 30px;
		}
		
		#content	{
			background-image: url(images/content_bg.png);
			background-repeat: repeat-y;
			padding-left: 10px;
			padding-right: 10px;
		}
		
		#featured-content	{
			width: 490px;
			
		}
		
		#broadband	{
			float: left;
			
			
		}
		
		#broadband-pic	{
			float: left;
			width: 97px;
			
		}
		
		#broadband-text	{
			
			width: 390px;
			
			
		}
		
		#hosting	{
			float: left;
			
			
		}
		
		#hosting-pic	{
			float: left;
			width: 97px;
			margin-top: 10px;
			
		}
		
		#hosting-text	{
			width: 390px;
			
			
		}
		
		#voice	{
			float: left;
			
			
		}
		
		#voice-pic	{
			float: left;
			width: 97px;
			margin-top: 10px;
			
		}
		
		#voice-text	{
			
			width: 390px;
			
			
		}
		
		#v-divider {
			float: left;
		}
		
		#main-content {
			float: left;
			width: 370px;
			margin-left: 10px;
			margin-top: 20px;
		
		}