/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #bcbc8e;
	/*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 15px;
	line-height: 1.3em;

}

p span{
	color: #575787;
	font-weight: 900;
}


h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #064400;
	margin: 0px 0px 15px 15px;

}



#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;
	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: 287px;
	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#imagecolumn{
	width: 250px;
	float: left;
	display: inline;
}

div#imagecolumn img{
	border: 1px solid #000;
	margin: 10px 0px 0px 10px;
	padding: 1px;
}


div#pagetext {
	width: 475px;
	float: left;
	position:relative;	
	display: inline;
	background: none;
	margin: 10px 0px 10px 0px;
}

/*Below is for netopia pages--div below holds i-frmaes*/
#netopia{
	width: 725px;
	float: left;
	position:relative;	
	display: inline;
	margin: 0px;
	padding-top: 10px;
	background: #fff;
	
}

div#left{
	width: 265px;

	/* Use min-height declaration if you no longer want a fixed height
	min-height: 337px;
	*/
	float: right;
	display: inline;
	background: url(images/left_top.jpg) no-repeat;
	margin: 0px;
}

div#left img{
	margin-bottom: 10px;	
}


div#left a:link{
	color: #ffff00;		
}

div#left a:visited{
	color: #ffff00;		
}


  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #fff;
	text-align:left;
	
}



address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#fff;
	font-size: 120%;
	position: absolute;
	left: 17px;
	top: 152px;
	width: 227px;
	text-align: center;
	
}

address a:link{
	color: #fff;
}

address span{
	
	font-size: 90%;
}

div#footer {
	width: 990px;
	height: 50px;
	background: #333;
	position: relative;
}

#print a{
	font-size: 140%;
}

#flash{
	width: 465px;
	height: 156px;
	position: absolute;
	left: 238px;
	top: 0px;
}

#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;
}
	
#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%;	

}	
	
	
#indextext2{
 width: 938px;
 margin-top: 10px;
 margin-left:5px;
 clear: both;
 border: 1px solid #000;
 background: #bfbf5f;

}	


	
 /* ----------------- 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 a{
 	color: #000;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */	
	/* ---------------------- nav ---------------------- */
  #navcontainer {
	width:990px;
	height: 39px;
	background: url(images/navbg.gif);
	position: relative;
      }
	  
	#mainnav{
	position: absolute;
	left: 13px;
	top: 1px;
	width: 974px;
	
	} 
	  
    #mainnav ul {
	margin:0;
	padding:10px 10px 0px 0px;
	list-style:none;
      }
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainnav a {
      float:left;
      background:url("images/navleft.gif") no-repeat left top;
      margin-left: 2px;
      padding:0 0 0 12px;
      text-decoration:none;
	  font-size: 12px;
      }
    #mainnav a span {
      float:left;
      display:block;
      background:url("images/navright.gif") no-repeat right top;
      padding:11px 15px 16px 5px;
      color:#fff;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainnav a span {float:none;}
    /* End IE5-Mac hack */
    #mainnav a:hover span {
      color:#fff;
      }
    #mainnav a:hover {
      background-position:0% -42px;
      }
    #mainnav a:hover span {
      background-position:100% -42px;
      }  
	  
	 #mainnav a.current {
       background-position:0% -42px;
	   color: #ffff00;
      }
 
 	 #mainnav a.current span{
       background-position:100% -42px;
	      color: #ffff00;
      }
	
	

/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 676px;
	height: 25px;
	left: 8px;
	top: 13px;
	}
	
	
	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: #ffff00;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		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;
}


div#audio{
	position: absolute;
	left: 800px;
	top: 194px;
}
