body {
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
	background-color: #EE0000;
	background-image: url(images/bg.gif);
	background-repeat: repeat-x;
	font-size: x-small;
}

	
/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h1, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

/* Redefines the p tag: text set universally in body tag */
p { 	
	color: #666;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 15px 10px 25px;
	line-height: 1.6em;
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


h1 {
	font-size: 250%;
	color: #ee0000;
	width: 90%;
	margin: 0px 0px 10px 25px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}




h2 {
	font-size: 140%;
	color: #333366;
	width: 90%;
	margin: 0px 0px 0px 25px;
	text-transform: uppercase;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
}

h6 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;

}


h3 {
	font-size: 150%;
	color: #fff;
	margin: 0px;
	padding: 3px 0px 3px 0px;
	background: #9a2d4a;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-indent: 5px;
}



.list{
	color: #333;
	list-style: url(images/arrow.gif);
	margin: 5px 0px 10px 30px;
	line-height: 160%;
	font-size: 120%;
		
}



/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #333;
	text-decoration: underline;
	
}
a:visited {
	color: #333;
	text-decoration: underline;	
}
a:hover {
	color: #333;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 990px;
	background: url(images/bg.gif) repeat-x #ee0000;
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}	


div#container {
	width:990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(images/bg_wrapper.gif);
	background-repeat: repeat-y;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	padding: 0px;
	}
	


div#header {
	width: 990px;
	height: 98px;
	background-image: url(images/header.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: bottom;
 }
 
div#index_flash{
	width: 990px;
	height: 316px;
	background-image: url(images/flash_bg_index.jpg);
	position: relative;
	margin: 0px;
	padding-top: -1px;
}

div#flash{
	width: 990px;
	height: 95px;
	position: absolute;
	top: 0px;
	left: 0px;
}
div#cta {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 285px;
	height: 96px;
}


 
div#header_main{
	width: 990px;
	height: 199px;
	position: relative;
	background-image: url(images/header_main-original.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}

/* ---------------------- MAIN NAVIGATION---------------------- */

		div#navcontainer{
	height: 42px;
	width: 990px;
	padding: 0px;
	margin: 0px;
	position: relative;
	background-image: url(images/navbg.gif);
		}
	
		div#mainnav{

		
		}	
	
		div#mainnav ul{
	width: 990px;
	position: absolute;
	top: 6px;
	left: -13px;

		}
		
		div#mainnav ul li{
		display: inline;
		}
		
		
		div#mainnav ul li a{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 11px;
	float: left;
	color: #e00;
	font-weight: bold;
	margin: 0px;
	text-decoration: none;
	text-transform: uppercase;
	border-right: 1px solid #ccc;
	padding-top: 5px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 32px;
		
			}
			
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		div#mainnav ul li a:hover{ 
		background: #e00;
		color: #ff0;
		
		}
		
		div#mainnav ul li .current{
			background: #e00;
		color: #fff;
		border-right: 1px solid #ccc;
		
		}


/*container for pagetext and left coloum */


div#leftcolumn{
	width: 270px;
	float: left;
	display: inline;

}




div#pagetext2{
	width: 705px;
	float: left;
	position:relative;	
	display: inline;
	margin: 8px 4px 5px 0px;	

}

#location{
	position: absolute;
	height: 78px;
	left: 731px;
	top: 18px;
	color: #fff;
}

.location{
	color: #fff;
}

#specialoffer{
	width: 705px;
	height: auto;
	padding: 10px 0px 10px 0px;
	background: #e00;
}

/*
#audio{
	width: 122px;
	height: 39px;
	background: url(images/audio_bg.gif);
	margin: 0px 0px 0px 25px;
	position: absolute;
	left: 760px;
	top: 103px;
}

#applett{
	position: absolute;
	left: 87px;
	top: 11px;
}
*/
div#textbox1{
	width: 610px;
	padding: 20px;
	margin: 0px auto;
	background: #fff;
	border: 1px solid #ccc;
}



/*Below is for netopia pages--div below holds i-frmaes*/
#netopia{
	width: 625px;
	float: left;
	position:relative;	
	display: inline;
	margin: 0px 0px 0px 20px;
	background: none;
	border-right: 1px dashed #000;	
	
}

div#right{
	width: 214px;
	float: right;
	display: inline;
	background: none;
	margin: 5px 5px 0px 0px;
	background: #08387b;
}




  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #fff;
	text-align:left;
	
}



address{
	border-top: 1px solid #fff;
	width: 200px;
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#fff;
	font-size: 110%;
	padding: 10px 0px 0px 0px;
	margin: 25px 0px 10px 45px;	
}

address a:link{
	color: #fff;
}

address img{
	margin-top: 10px;
}


div#footer {
	width: 990px;
	height: 48px;
	background: url(images/footer.gif) no-repeat;
	margin: 0px auto;
	position: relative;
	
}





	
 /* ----------------- IMAGE ELEMENTS ----------------- */
.imagesright{
	float: right;
	font-size: 10px;
	margin-right: 25px;
	border-right: 1px solid #808008;
	border-bottom: 1px solid #808008;
	
}


.imagesright img{
	border: 5px solid #fff;

}


.right{
	float: right;
	text-align: center;
	font-size: 10px;
}


.right img{
	margin: 5px;
	padding: 2px

}


 #copyright {
	width: 970px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size:9px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;

 }
 
 #copyright img{
 	margin-top: -20px;
	float:right;
 }
 
 #copyright a{
 	color: #fff;
	}
/* ---------------------- INDEX PAGE NAVIGATION---------------------- */
ul#indexnav {
	margin: 0px;
	padding: 0px;
	position: absolute;
	width: 219px;
	left: 21px;
	top: 47px;
	height: 233px;
}

ul#indexnav li {
	display: inline; 
	list-style: none;


}


ul#indexnav li a:link, ul#indexnav li a:visited, ul#indexnav li a:active {
	color: #fff;
	width: 138px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 9px 0px 9px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	background: none;
	font-family:Tahoma, sans-serif;

}

/* Creates our hover status. */
ul#indexnav li a:hover {
	color: #fff;
	background: url(images/pointer.gif) no-repeat left;

	
}

ul#indexnav li a.current:link, ul#indexnav a.current:visited {
	color: #ff0;
	background: url(images/pointer.gif) no-repeat left;

}
	
	

		

/* ----------------- UTILITY NAVIGATION ----------------- */

div#utilitynav{
	clear: both;
	width: 623px;
	padding-top: 25px;
	margin-left: 20px;
	position: absolute;
	left: 250px;
	top: -1px;
}


	ul#utilitynav {
	padding: 0px;
	width: 990px;
	height: 25px;
	margin-left: 5px;
	

	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #457dc0;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 7px 6px 7px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #660000;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #660000;
		width: auto;
	}

.clear{
	clear: both;
}

.center{
	text-align: center;
}



/*=====================Netopia================================*/
iframe{
	margin: 0px 0px 10px 20px;
}

/*========================ADMIN LOGIN======================*/

div#ownerlogin{
	position: absolute;
	left: 868px;
	top: 70px;
}



.border{
	border: 1px solid #ccc;
	padding: 2px;
}
	
.staff{
	border-bottom: 1px solid #ccc;
	width: 100%;
}	

.column1{
	float: left;

}

.packages{
	float: left;
	width: 320px;
	margin: 0px 0px 10px 20px;
	display: inline;
}


.packages p{
	margin-left: 0px;
}


.packages img{
	margin: 2px 0px 0px 0px;
	padding: 0px;
}




.packages li{
	list-style: url(images/arrow.gif);
}

.packages2 li{
	list-style: url(images/arrow.gif);
}

.highlight{
   background: #e2e2e2;
}
div#headertop {
	width: 990px;
	height: 98px;
	background-image: url(images/header.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	padding: 0px;
	background-color: #FFFFFF;
	background-position: bottom;
}
div#containerindex {
	width:990px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	background-image: url(images/bg_wrapper.gif);
	background-repeat: repeat-y;
	padding: 0px;
}
