/*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.) */

strong{
	color: #f00;
}

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 5px;
	line-height: 1.6em;

}

p span{
	color: #575787;
	font-weight: 900;
}


h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 205%;
	font-weight: normal;
	color: #87251f;
	margin: 0px 0px 15px 5px;
	text-transform: uppercase;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
}

h3 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 160%;
	color: #25305e;
	margin: 0px 0px 15px 15px;
}



#pagetext li {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #666;
	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: 960px;
	margin: 0px auto;
	
}


div#container { 
	width:960px; 
	margin: 0px auto;
	position: relative;
	background: url(images/bg_wrapper.jpg);
	
	}
	

div#header { 
	background: url(images/header.jpg);
	width: 976px;
	height: 296px;
	margin:0px auto;
	position: relative;
 }
 
div#audio {
	position:absolute;
	top: 8px;
	left: 800px;
	width: 100px;
	height: 25px;
}
 
div#flash {
	position: absolute;
	width: 288px;
	height: 196px;
	left: 555px;
	top: 59px;
	border: 5px solid #fff;
} 
 
 
 
/*container for pagetext and left coloum */
div#content {
	width: 960px;
	margin: 0px;	
 }
 
 
div#cta{
	width: 562px;
	height: 95px;

	margin: 4px 0px 5px 8px;
	
} 

div#left{
	width: 233px;
	float: left;
	margin-right: 5px;
	display: inline;
	background: none;
}


div#pagetext {
	width: 715px;
	float: left;
	position:relative;	
	display: inline;
	background: none;	
}

/*Below is for netopia pages--div below holds i-frmaes*/
#netopia{
	width: 700px;
	float: left;
	position:relative;	
	display: inline;

	background: none;

	
}

div#right{
	width: 250px;
	float: right;
	display: inline;

}


div#right h1{
	font-size: 150%;
	padding: 10px;
	color: #25305e;
	margin-left: 0px;
	border-bottom: 1px dotted #fff;
	text-align: center;
	text-transform: uppercase;
}

div#right img{
	margin: 0px 0px 10px 12px;
	border: 1px solid #808080;	
}


div#right a:link{
	color: #ffff00;		
}

div#right a:visited{
	color: #ffff00;		
}



address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#fff;
	font-size: 120%;
	margin: 10px 0px 20px 10px;
	
}

address strong{
	color:#fff;
}


address span{
	padding-left: 92px;
}

div#footer {
	width: 960px;
	height: 22px;
	position: relative;
	background: #eee;
	margin: 20px auto 10px auto;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	
}

#print a{
	font-size: 140%;
}

#flash{
	width: 976px;
	height: 525px;
	margin: 0px auto;
}


#indextext p{
	color: #fff;
	margin-top: 50px;
}
	



	
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	text-align: center;
	font-size: 10px;
}


.right img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 2px;

}


 #copyright {
 	width: 960px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	margin: 0px auto;
	margin-top: 10px;

 }
 
 #copyright a{
 	color: #000;
	}


		
	/*===========================LEFT COLUM LINKS===============================================*/
ul#leftlink li {
	display: inline; 
	list-style: none;
	margin-bottom: 10px;
	list-style-type: 

}


ul#leftlink li a:link, ul#leftlink li a:visited, ul#leftlink li a:active {
	color: #87251f;
	width: 208px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 8px 15px;
	text-decoration: none;
	border-bottom: 1px solid #fff;
	background: none;
	font-family:Tahoma, sans-serif;

}
/* Creates our hover status. */
ul#leftlink li a:hover {
	background: #660000;
	color:#fff;

	
}

ul#leftlink li a.current:link, ul#leftlink a.current:visited {
	color: #fff;
	background:#87251f;
}

	
	
	
	/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width:1012px;
	height: 25px;
	left: 0px;
	top: 1px;
	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #99000;
		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;
		text-decoration: underline;
	}

















.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#audio{
width: 250px;
height: 44px;
margin-bottom: 10px;
/*
background: url(images/bg_audio.gif);
*/
position: relative;
}


div#applet{
	position: absolute;
	left: 828px;
	top: 92px;
	
}
f
