/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/bg.gif) repeat-x #fff;
	/*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: #666;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 10px 10px 10px;
	line-height: 1.3em;

}

p span{
	color: #575787;
	font-weight: 900;
}


h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 180%;
	color: #009966;
	margin: 10px 0px 15px 10px;
}

h3 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 160%;
	color: #25305e;
	margin: 0px 0px 15px 10px;
}



#pagetext li {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.jpg);
	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;
	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: 276px;
	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#left{
	width: 250px;
	float: left;
	margin-left: 0px;
	margin-right: 5px;
	display: inline;
}

div#left h1{
	font-size: 150%;
	padding: 10px;
	background: url(images/column_left_top.gif);
	color: #25305e;
	margin-left: 0px;
	border-bottom: 1px solid #fff;
	text-align: center;
	text-transform: uppercase;
}

div#left h2{
	font-size: 140%;
	color: #000;
	margin-top: -15px;
	padding: 10px 0px 10px 0px;
	text-align: center;
	background: #ccc;
}



div#left img{
	margin-bottom: 10px;
}


div#pagetext {
	width: 480px;
	float: left;
	position:relative;	
	display: inline;
	background: none;	
}

div#pagetextborder{
	width: 470px;
	border-top: 1px dashed #808080;
}

div#servicearea{
	background: #efefef;
	padding: 10px;
	width: 450px;
	margin: 0px auto;
	text-align: center;
	border: 1px solid #808080;
}


/*Below is for netopia pages--div below holds i-frmaes*/

div#right{
	width: 250px;
	float: right;
	display: inline;	
	position: relative;
}


div#right p{	
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 20px 10px 20px;
	color: #fff;
	font-size: 120%;
	font-style:italic;

}

div#right img{
	margin: 0px 0px 10px 9px;
	border: 1px solid #fff;	
}


div#right a:link{
	color: #ffff00;		
}

div#right a:visited{
	color: #ffff00;		
}



address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#333;
	font-size: 120%;
	margin: 10px 0px 20px 10px;
	
}

address span{
	padding-left: 92px;
}

div#footer {
	width: 990px;
	height: 25px;
	background: url(images/bg_footer.gif);
	position: relative;
	background: #eee;
	margin: 10px 0px 10px 0px;
}

#print a{
	font-size: 140%;
}

#flash{
	width: 637px;
	height: 192px;
	position: absolute;
	left: 353px;
	top: 77px;
}

#indextext{
	width: 385px;
	height: 270px;
	border: 1px solid #000;
	float: left;
	display: inline;
	background:url(images/pendant_bg.jpg);
}

#indextext p{
	color: #fff;
	margin-top: 50px;
}
	
div#testimonials{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 10px 5px 10px 0px;
	color: #fff;
	font-size: 120%;
}


	
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	text-align: center;
	font-size: 10px;
}


.right img{
	margin: 5px;
	border: 1px solid #333;
	padding: 2px;

}


 #copyright {
 	width: 990px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	margin: 0px auto;
	margin-top: 10px;

 }
 
 #copyright img{
 	margin-top: 10px;
 }
 
 #copyright a{
 	color: #000;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */	
		#mainnav{
			background: url(images/navbg.gif);
			height: 38px;
			position: relative;
			
		}	
	
		#mainnav ul{
		background: url(images/navbg.gif);
		 text-transform: uppercase;
		
	
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 92%;
		float: left;
		color: #fff;
		font-weight: bold;
		margin: 0px;
		padding: 13px 35px 14px 33px;
		text-decoration: none;
		background: transparent url(images/pointer.jpg) right no-repeat;
		border-left: 1px solid #fff;
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		color:#fff;
		background: #0099cc;
		}
		
		#mainnav ul li .current{
		background: #bb250c;
		color: #fff;
		}
	
	#mainnav ul li .sisters{
		background: #ffffff;
		color: #25305e;
		font-weight: bold;
		}
	
	
	


/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width:990px;
	height: 25px;
	left: -1px;
	top: 9px;
	background: #006633;
	}
	
	
	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 19px 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: 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{
float: right;
margin: 0px 50px 10px 0px;
}


/*========================AUDIO==================================*/


div#applet{
	position: absolute;
	left: 79px;
	top: -23px;	
}
