/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}



body {
	background: url(images/bg.gif) repeat-x #01538f;
	/*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: #000;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 20px 10px 20px;
	line-height: 1.5;

}

p span{
	color: #575787;
	font-weight: 900;
}


h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 180%;
	color: #0B4493;
	margin: 20px 0px 15px 20px;
}

h2 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 140%;
	color: #0B4493;
	margin: 10px 0px 5px 20px;
}

#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%;
		
}


/* 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: #fff;
	position: relative;
}	


div#container { 
	width:960px; 
	margin: 15px 0px 15px 15px;
	position: relative;
	background: #01538f;
	}
	

div#header { 
	background: url(images/header.jpg);
	width: 990px;
	height: 153px;
	margin:0px auto;
	position: relative;
 }
 
div#indexheader{
	background: url(images/index_header.jpg);
	width: 948px;
	height: 248px;

} 


/*container for pagetext and left coloum */

 
div#cta{
	width: 562px;
	height: 95px;
	background: url(images/cta.jpg);
	margin: 4px 0px 5px 8px;
	
} 

div#leftcolumn{
	width: 239px;
	float: left;
	margin: 5px;
	display: inline;
	background: url(images/left_bg.jpg);
}

div#leftcolumnindex{
	width: 239px;
	height: 150px;
	float: left;
	margin: 5px;
	display: inline;
	background: url(images/left_bg.jpg);
}

div#leftcolumn img{
	
}


div#leftcolumn a:link{
	color: #fff;
}


div#pagetext {
	width: 485px;
	height: 150px;
	float: left;
	position:relative;	
	display: inline;
	background: #fff;
	margin: 5px 5px 5px 0px;			
}

div#pagetext2{
	width: 703px;
	float: left;
	position:relative;	
	display: inline;
	background: #fff;
	margin: 5px 5px 5px 0px;	

}


#audio{
	position: absolute;
	left: 834px;
	top: 59px;
}


#audio2{
	position: absolute;
	left: 104px;
	top: 18px;
}

/*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;
	height: 150px;
	float: right;
	display: inline;
	background: none;
	margin: 5px 5px 0px 0px;
	background: #08387b;
}



div#left a:link{
	color: #ffff00;		
}

div#left a:visited{
	color: #ffff00;		
}


  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #fff;
	text-align:left;
	margin-left: 10px;
}



address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#fff;
	font-size: 120%;
	margin: 20px 0px 10px 20px;
	
}

address span{
	
	font-size: 90%;
}

div#footer {
	width: 990px;
	height: 129px;
	background: url(images/bg_footer.gif);
	position: relative;
	clear: both;
}

#print a{
	font-size: 140%;
}

#flash{
	width: 465px;
	height: 156px;
	position: absolute;
	left: 283px;
	top: 15px;
}

	


#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;
	padding: 2px;

}

img.left{
	float: left;
	margin-right: 10px;
		border: 1px solid #808080;
	padding: 5px;
}



 #copyright {
 	width: 960px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #01538f;
 	font-size:9px;
	margin: 20px 0px 0px 15px;
	text-align: center;

 }
 
 #copyright img{
 	margin-top: 10px;
 }
 
 #copyright a{
 	color: #01538f;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */	

div#navcontainer{
	width: 990px;
	height: 38px;
	background: url(images/navbg.gif);
	position: relative;

}


div#nav {
	position: absolute;
	top: 12px;
	left: 22px;
	width: 726px;}
	
div#nav li a.current, div#nav li a.current:hover{
	background: url(images/nav_current1.gif) top left no-repeat;
	color: #fff;}
	
div#nav li a.current span, div#nav li a.current:hover span{
	background: url(images/nav_current2.gif) top right no-repeat;}

/* UL TAG */
div#nav ul {
	margin:0;
	padding:0;
	list-style:none;
	font-size:10px;
	text-transform: uppercase;
} 

div#nav li {
	list-style: none;
	float:left;
	margin-left: 10px;
	padding:0;
	line-height:normal;
	text-indent:0;}

div#nav li a {
	display:block;
	padding-left: 8px;;
	/*width: 100px;*/
	color:#fff;
	text-decoration:none;
	background:url(images/nav_off1.gif) top left no-repeat;
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;}
	
div#nav li a span {
	display: block;
	padding: 4px 8px 5px 0;
	background: url(images/nav_off2.gif) top right no-repeat;}

/**/* html #nav a {
	width: 1%;}

div#nav li a:hover {
	background: url(images/nav_on1.gif) top left no-repeat;
	color: #fff;}

div#nav li a:hover span {
	background: url(images/nav_on2.gif) top right no-repeat;}
	 /* ----------------- end NAVIGATION ----------------- */
	

		

/* ----------------- UTILITY NAVIGATION ----------------- */

div#utilitynav{
	position: relative;
	clear: both;
	border: 1px solid #ccc;
	background: #eee;
	width: 958px;
	margin-left: 15px;
}


	ul#utilitynav {
	padding: 0px;
	
	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: #01538f;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 10px 6px 10px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #01538f;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #01538f;
		width: auto;
	}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.column1{
	width: 200px;
	height: 100px;
	float: left;
	margin-left: 35px;
	border: 1px solid #808080;
	background: #eee;
	padding: 10px;
}
/*=====================Netopia================================*/
iframe{
	margin: 0px 0px 10px 20px;
}

/*========================ADMIN LOGIN======================*/

div#ownerlogin{
	position: absolute;
	left: 845px;
	top: -1px;
	width: 75px;
}

/*========================Table======================*/
 table{
	width: 675px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
	font-size: 120%;
	border: 1px solid #fff;
}

table th{
	background: #01538f;
	color: #fff;
	text-align: center;
}

table tr{
	padding-bottom: 5px;

}


td{
padding: 5px;
background: #eee;
border-right: 1px solid #fff;
vertical-align: top;
}

#map{
	margin-bottom: 10px;
}

.emplyoees{
	width: 665px;
	height: 240px;
	margin-left: 20px;
	border-bottom: 1px solid #ccc;
	clear: both;
	margin-bottom: 10px;
}

.border{
	border: 1px solid #808080;
	padding: 2px;
}
