/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}



body {
	background: #3d2d5d;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;
	
}


html, body{

	}

	
/* 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: #333366;
	margin: 8px 0px 0px 25px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: underline;
}

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%;
		
}

.list li{
	list-style: url(images/arrow.gif);
}

/* 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%;
	margin: 0px auto;
	background: url(images/bg_site.gif) repeat-x #ececec;
	position: relative;	
}	


div#container { 
	width:990px; 
	margin: 0px auto;
	position: relative;
	background: url(images/bg_wrapper.gif) ;	
	}
	


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{
	margin: 12px 0px 0px 18px;
	position: absolute;
	top: -3px;
}

 
div#header_main{
	background: url(images/header_main.jpg);
	width: 990px;
	height: 202px;

}


/*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: 233px;
	height: 39px;
	background: url(images/audio_bg.gif);
	margin: 0px 0px 0px 25px;
	position: relative;
}

#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{
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#333366;
	font-size: 120%;
	margin: 0px 0px 10px 30px;	
}

address a:link{
	color: #333366;
}


div#footer {
	width: 990px;
	height: 63px;
	background: url(images/footer.gif);
	position: relative;
	clear: both;
	margin: 0px auto;
}





	
 /* ----------------- 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;
	

 }
 
 #copyright img{
 	margin-top: -20px;
	float:right;
 }
 
 #copyright a{
 	color: #fff;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */

		#navcontainer{
		background: url(images/navbg.gif);
			height: 42px;
			width: 990px;
			position: relative;
			margin: 0px auto;
		}
	
		#mainnav{
		
		}	
	
		#mainnav ul{
	position: absolute;
	left: 16px;
	top: 19px;
	width: 984px;
	height: 9px;
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
		font-family: Tahoma, Arial, Helvetica, sans-serif;
		font-size: 11px;
		float: left;
		color: #fff;
		font-weight: bold;
		margin: 0px;
		padding: 5px 15px 5px 15px;
		text-decoration: none;
		text-transform: uppercase;
			}
			
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		background: #ececec;
		color: #333366;
		}
		
		#mainnav ul li .current{
		background: #fff;
		color: #990000;
		}
	
	

		

/* ----------------- UTILITY NAVIGATION ----------------- */

div#utilitynav{
	position: absolute;
	clear: both;
	left: 235px;
	top: 23px;
	width: 623px;
}


	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: #4c5d9f;
		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;
	background: #a2a2c6;
	width: 275px;
	margin: 0px 0px 10px 30px;
	border: 3px solid #fff;	
}

.packages img{
	border: 5px solid #fff;
	margin: 2px;
}


.packages2{
	background: #a2a2c6;
	width: 587px;
	margin: 0px 0px 10px 30px;
	border: 3px solid #fff;	
}


.packages li{
	list-style: url(images/arrows.gif);
}

.packages2 li{
	list-style: url(images/arrows.gif);
}

#white{
	color: #fff;
}


 table{
	width: 650px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 5px;
	font-size: 11px;
	margin: 0px auto;
}

table tr{
	padding-bottom: 5px;
}

 th{
	background: #333366;
	color: #fff;
	font-size: 14px;
	height: 21px;
	text-align: left;
	padding: 5px;
	text-transform: uppercase;

}

td{
padding: 5px;
border-bottom: 1px solid #ccc;
vertical-align: top;
}
