
/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}



body {
	background: #006600;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;
}


html, body{
	height: 100%;
	}

	
/* 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: #333;
	/*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: 200%;
	color: #333366;
	width: 90%;
	margin: 0px 0px 10px 25px;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, 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;
}


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;
}

h6 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;

}



.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: 100%;
	background: url(images/bg.gif) repeat-x #0000cd;
	position: relative;
	margin: auto;
	padding: 0px;
}	


div#container {
	width:990px;
	background: url(images/bg_wrapper.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear: both;
	padding: 0px;
	}
	


div#header { 
	background: url(images/header.jpg);
	width: 990px;
	height: 98px;
	margin:0px auto;
	position: relative;
 }
 
 #index_flash{
	width: 990px;
	height: 286px;
	background: url(images/flash_bg.jpg);
	position: relative;
}

#flash{
	width: 795px;
	height: 312px;
	position: absolute;
	top: -42px;
	left: 177px;
}

 



/*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;
}


#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: 960px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	padding-top: 20px;

 }
 
 #copyright img{
 	margin-top: -20px;
	float:right;
 }
 
 #copyright a{
 	color: #fff;
	}


/* all lists */
div#navtwo, div#navtwo ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}

div#navtwo a {
	display: block;
	width: 10em;
	}

/* all list items */
div#navtwo li { 
	float: left;
	width: 10em;
	}

/* second-level lists */
div#navtwo li ul { 
	position: absolute;
	background: orange;
	width: 10em;
	margin-left: -1000em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	}

/* third-and-above-level lists */
div#navtwo li ul ul { 
	margin: -1em 0 0 -1000em;
	}

div#navtwo li:hover ul ul, #navtwo li.sfhover ul ul {
	margin-left: -1000em;
	}

/* lists nested under hovered list items */
div#navtwo li:hover ul, #navtwo li.sfhover ul { 
	margin-left: 0;
	}
div#navtwo li li:hover ul, #navtwo li li.sfhover ul {
	margin-left: 10em;
	}

/* extra positioning rules for limited noscript keyboard accessibility */
div#navtwo li a:focus + ul {
	margin-left: 0;
	}
div#navtwo li li a:focus + ul {
	margin-left: 1010em;
	}
div#navtwo li li a:focus {
	margin-left:1000em;
	width: 10em;
	background: orange; 
	}
div#navtwo li li li a:focus {
	margin-left: 2010em;
	width: 10em;
	background: orange;
	}
div#navtwo li:hover a:focus, #navtwo li.sfhover a.sffocus {
	margin-left: 0;
	}
div#navtwo li li:hover a:focus + ul, #navtwo li li.sfhover a.sffocus + ul {
	margin-left: 10em;
	}

/* END HORIZONTAL NAVIGATION /*
/* ------------------------------------------------------- */


div#header_main{
	background: url(images/header_main.jpg);
	width: 990px;
	height: 202px;
	border-top: 1px solid #fff;
	clear: both;
}		

/* ----------------- UTILITY NAVIGATION ----------------- */

div#utilitynav{
	clear: both;
	width: 623px;
	padding-top: 25px;
	margin-left: 20px;
	position: absolute;
}


	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{
	border: 1px solid #ccc;
	margin: 2px 0px 0px 0px;
	padding: 0px;
}




.packages li{
	list-style: url(images/arrow.gif);
}

.packages2 li{
	list-style: url(images/arrow.gif);
}
