/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}



body {
	background: url(images/bg.gif) repeat-x #6b360f;
	/*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: #2a1306;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 15px 10px 25px;
	line-height: 1.6em;
	font-family: Georgia, "Times New Roman", Times, serif;

}

p span{
	color: #575787;
	font-weight: 900;
}


h1 {
	font-size: 200%;
	color: #2a1306;
	width: 90%;
	margin: 0px 0px 0px 25px;
	padding-bottom: 10px;
	text-transform: uppercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.list {
	font-size: 110%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	margin: 0px 0px 0px 40px;
	line-height: 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;
	min-height: 100%;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
	position: relative;	
}	


div#container { 
	width:990px; 
	
	position: relative;

	}
	
div#top{
	width: 990px;
	background: url(images/top.gif);
	height: 42px;
}	
	

div#header { 
	background: url(images/header.jpg);
	width: 990px;
	height: 188px;
	margin:0px auto;
	position: relative;
 }
 



/*container for pagetext and left coloum */

div.indextext{
	float: left;
	width: 325px;
	margin: 10px;
}



div#leftcolumn{
	width: 263px;
	float: left;
	display: inline;
	background: none;
}


div#leftcolumn a:link{
	color: #fff;
}



div#pagetext2{
	width: 705px;
	float: left;
	position:relative;	
	display: inline;
	
	margin: 0px 4px 5px 0px;	

}

#audio{
	background: url(images/bg_audio.jpg);
	width: 263px;
	height: 212px;
	position: relative;
	margin: 5px 0px 10px 0px;
}


#audio2{
	position: absolute;
	left: 784px;
	top: 98px;
}

/*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;
}



div#left a:link{
	color: #063820;		
}

div#left a:visited{
	color: #063820;		
}


  #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:#063820;
	font-size: 110%;
	margin: 0px 0px 10px 10px;
	
	
}


div#footer {
	width: 990px;
	height: 70px;
	background: url(images/footer.gif);
	position: relative;
	clear: both;
	margin: 0px auto;
}



#flash{
	width: 689px;
	height: 353px;
	display: inline;
	margin-left: 12px;
}

	
#indextext li{
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	margin: 0px 0px 0px 30px;
	line-height: 120%;	

}	

#pagetext li{
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	margin: 0px 0px 0px 30px;
	line-height: 140%;	

}	


#pagetext2 li{
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	margin: 0px 0px 0px 30px;
	line-height: 140%;	

}	

	


	
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	text-align: center;
	font-size: 10px;
}


.right img{
	margin: 5px;
	border: 1px solid #000;

}


 #copyright {
 	width: 990px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px 0px 20px 0px;
	text-align: center;

 }
 
 #copyright img{
 	margin-top: 10px;
 }
 
 #copyright a{
 	color: #fff;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */

#navcontainer{
			background: url(images/navbg.gif);
			height: 41px;
			width: 990px;
			position: relative;
	}
		#mainnav{
	position: absolute;
	width: 882px;
	left: 25px;
	top: -1px;
		}	
	
		#mainnav ul{
		 text-transform: uppercase;
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 110%;
		float: left;
		color: #fff;
		font-weight: bold;
		margin: 0px;
		padding: 16px 10px 13px 10px;
		text-decoration: none;
			}
			
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
	
		color: #ff0;
		}
		
		#mainnav ul li .current{
		background: url(images/pointer.gif) no-repeat center bottom;
		color: #ff0;
		}
	
	

		

/* ----------------- UTILITY NAVIGATION ----------------- */

div#utilitynav{
	position: absolute;
	clear: both;
	left: 271px;
	top: 5px;
}


	ul#utilitynav {
	padding: 0px;
	width: 900px;
	height: 25px;
	margin-left: 15px;
	

	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #000;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #000;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #000;
		width: auto;
	}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.column1{
	width: 250px;
	height: 150px;
	float: left;
	margin-left: 40px;
	margin-bottom: 10px;
	border: 1px dashed #333;
	position: relative;
	display: inline;
	
}

.column1 h2{
	font-family:"Trebuchet MS",Tahoma,Arial;
	background: ;
	margin: 10px 0px 10px 10px;
	color: #333;
	font-size: 120%;
}

.column1 h3{
	font-family:"Trebuchet MS",Tahoma,Arial;
	padding: 10px;
	background: #1e76cc;
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-size: 200%;
	text-align: center;
}

/*=====================Netopia================================*/
iframe{
	margin: 0px 0px 10px 20px;
}

/*========================ADMIN LOGIN======================*/

div#ownerlogin{
	position: absolute;
	left: 892px;
	top: 68px;
}

div#ownerlogin a{
	color: #fff;
}

.border{
	border: 1px solid #808080;
}
