/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/bg.gif) repeat-x #666633;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;		
}


*html body{
 	font-size: x-small /* for IE5/Win*/
	f\ont-size: small;/*for  all other older verions of IE */

	}

	
/* 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: #000;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 10px 10px 25px;
	line-height: 1.3em;

}

p span{
	color: #575787;
	font-weight: 900;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 250%;
	color: #0066CC;
	font-weight: normal;
	padding: 20px 0px 0px 0px;
	margin: 0px 0px 15px 25px;
	border-bottom: 1px solid #ccc;
	font-weight: normal;


}


h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #0066CC;
	font-weight: normal;
	margin: 10px 0px 0px 25px;

}

h2.largerfont {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 195%;
	color: #0066CC;
	font-weight: normal;
	margin: 10px 0px 0px 25px;

}

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #808080;
	margin: 10px;
	font-weight: normal;
	width: 90%;
	padding: 10px 0px 10px 25px;
	text-align: center;
}


#pagetext li {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #000;
	margin: 0px 0px 0px 40px;
	line-height: 140%;
		
}

#pagetext ul.larger li {
	font-size: 130%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #000;
	margin: 0px 0px 0px 40px;
	line-height: 140%;
		
}

#pagetext li, ul{
	margin-left: 30px;
}



/* 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;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
}


div#container { 
	width:990px; 
	margin: 0px auto;
	position: relative;
	}
	

div#header { 
	background: url(images/header.jpg);
	width: 990px;
	height: 233px;
	
	margin:0px auto;
	position: relative;
 }
 


/*container for pagetext and left coloum */
div#content {
	width: 990px;
	margin: 0px;	
 }
 
div#cta{
	width: 562px;
	height: 95px;
	background: url(images/cta.jpg);
	margin: 4px 0px 5px 8px;
	
} 

div#audiobg{
	width: 312px;
	height: 39px;
	background: url(images/audio_bg.gif);
	position: relative;
}


div#audio{
	position: absolute;
	left: 161px;
	top: 8px;
}


div#pagetext {
	width: 670px;
	float: left;
	position:relative;	
	display: inline;
	background: none;
	background: none;
	margin-left: 5px;	
}

/*Below is for netopia pages--div below holds i-frmaes*/
#netopia{
	width: 625px;
	float: left;
	position:relative;	
	display: inline;
	margin: 00px 0px 0px 20px;
	background: none;
	border-right: 1px dashed #000;	
	
}

div#right{
	width: 312px;
	float: right;
	display: inline;


}

div#right img{

}

div#left img{
	margin-bottom: 10px;	
}


div#left a:link{
	color: #ffff00;		
}

div#left a:visited{
	color: #ffff00;		
}


address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#333;
	font-size: 100%;
	width: 266px;
	margin: 20px 0px 0px 20px;
}

#location{
	display: inline;
	float: left;
	width: 130px;
	border-right: 1px solid #333;
	padding-right: 10px;
}

#hours{
	display: inline;
	float: right;
	width: 150px;
	margin-right: 20px;
}



div#footer {
	width: 990px;
	height: 91px;
	background: url(images/bg_footer.gif);
	position: relative;
}


#flash{
	width: 651px;
	height: 233px;
	position: absolute;
	left: 320px;
	top: 12px;
}



	
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	text-align: center;
	font-size: 10px;
}


.right img{
	margin: 5px;
	border: 1px solid #808080;
	padding: 2px;

}


.left{
	float: left;
	text-align: center;
	font-size: 10px;
}


.left img{
	margin: 0px 5px 5px 5px;
	border: 1px solid #808080;
	padding: 2px;

}


 #copyright {
 	width: 990px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	margin-top: 10px;

 }
 
 #copyright a{
 	color: #fff;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */	

		#navcontainer{
		background: url(images/navbg.gif);
		height: 38px;
		margin: 0px auto;
		position: relative;
		}

		#mainnav{
	position: absolute;
	width: 946px;
	left: 15px;
	height: 34px;
	top: 0px;
		}
		
		#mainnav ul{
		 text-transform: uppercase;
		 margin-left: 0px;
	
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 110%;
		float: left;
		color: #fff;
		font-weight: bold;
		margin: 0px 0px 0px 0px;
		padding: 12px 52px 6px 52px;
		text-decoration: none;
		border-right: 1px solid #003469;
		border-left: 1px solid #0156ac;
		background: url(images/navbg_hover.gif);
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		color:#fff;
		background: none;
		}
		
		#mainnav ul li .current{
		color: #ff0;
		background: none;
		
		}
	
	

	

/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 619px;
	height: 25px;
	left: 27px;
	top: 29px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #fff;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #ff0000;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #99000;
		width: auto;
	}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.column1{
	width: 250px;
	float: left;
	margin-left: 25px;
	padding: 10px;
}


.column2{
	width: 300px;
	float: left;
	margin-left: 20px;
	padding: 10px;
}
/*=====================Netopia================================*/
iframe{
	margin: 0px 0px 10px 20px;
}

/*========================ADMIN LOGIN======================*/

div#ownerlogin{
float: right;
margin: 0px 50px 10px 0px;
}

div#ownerlogin a{
	color: #fff;
}
