/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/bg.gif);
	/*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: #333;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 10px 10px 0px;
	line-height: 1.5em;

}



h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	text-transform: uppercase;
	color: #4096d3;
	font-weight: normal;

}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 180%;
	color: #333;
	margin: 0px 0px 0px 15px;
	font-weight: normal;
	border-bottom: 1px solid #808080;
	width: 90%;
}


h3{
	font-size: 200%;
	font-weight: bold;
	text-align: center;
	color: #444;
	margin-bottom: 10px;

}

h4{
	font-size: 180%;
	font-weight: bold;
	color: #444;
	margin: 0px 15px 0px 15px;
}


h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	color: #333;
	margin: 0px 0px 0px 15px;
	font-weight: normal;
	border-bottom: 1px solid #808080;
	width: 90%;
}

h6{
	text-align: center;
	font-size: 100%;
	margin: 20px;
	padding-top: 5px;
	width: 600px;
	height: 15px;
	border: 1px solid #ccc;
	background: #eee;
	
}


strong{
	color: #4096d3;
}

#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: 120%;
	color: #333
	
		
}


/* 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;	
}

.list{
	line-height: 1.5;
	margin-left: 40px;
	color: #333
}



/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 980px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
}


div#container { 
	width:980px; 
	margin: 0px auto;
	position: relative;

	
	}
/*=====================Flash================================*/	


div#top{
	background: url(images/top.gif);
	width: 980px;
	height: 25px;
	position: relative;
}	


div#header { 
	background: url(images/header.jpg);
	width: 980px;
	height: 281px;
	margin:0px auto;
	position: relative;
 }
 
div#flash{
	margin-left: 11px;
}

div#leftcolumn{
	width: 285px;
	float: left;
	display: inline;
	color: #fff;	
}

div#leftcolumn p{
	color: #fff;
}

div#leftcolumn img{
	margin-left: 11px;
}


div#pagetext {
	width: 677px;
	background: none;
	float: left;
	position:relative;	
	display: inline;
}




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:#333;
	font-size: 110%;
	margin: 10px 3px 12px 0px;	
	padding: 3px;
	border-top: 1px solid #ccc;
}


address span{
	
	font-size: 90%;
}

div#footer {
	width: 980px;
	height: 78px;
	background: url(images/footer.gif);
	position: relative;
}

	
 /* ----------------- IMAGE ELEMENTS ----------------- */
.left{
	float: left;
	margin: 10px;
	border: 1px solid #000;
}

.right{
	float: right;
	text-align: center;
	font-size: 10px;
	font-size: 110%;
}


.right img{
	margin: 5px;
	border: 1px solid #ccc;
	padding: 2px;

}


 #copyright {
 	width: 980px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	margin-top: 10px;
 }
 
 #copyright img{
 	margin-top: -30px;
	float: right;
 }
 
 #copyright a{
 	color: #fff;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */	
	/* ---------------------- nav ---------------------- */
  #navcontainer {
	width:960px;
	height: 25px;
	background: url(images/nav_bg.gif);
	position: relative;
	margin-left: 11px;
	border-top: 1px solid #ccc;
      }
	  
	#mainnav{
	margin-left: 0px;
		
	}	
	
	#mainnav ul{
	position: absolute;
	left: 0px;
	height: 26px;
	width: 958px;
	top: 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;
		padding: 5px 13px 5px 13px;
		text-decoration: none;
		background: #4096d3;
	
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		background: #196499	;
		color: #fff;
		
		}
		
		#mainnav ul li .current{
		background: #efefef;
		color: #333;

		}

	
	

/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 921px;
	height: 24px;
	left: 25px;
	top: 34px;
	}
	
	
	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: #ff0;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #ff0;
		width: auto;
	}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.column1{
	width: 212px;
	float: left;
	margin: 10px 0px 10px 0px;
	position: relative;
	display: inline;
}



/*=====================Netopia================================*/
iframe{

}

/*========================ADMIN LOGIN======================*/

div#ownerlogin{
float: right;
margin: 0px 50px 10px 0px;
}

div#ownerlogin a{
	color: #fff;
}

.border{
	border: 1px solid #ccc;
	padding: 2px;
}

#audio{
	position: absolute;
	left: 772px;
	top: 13px;
}

/* ======================= CUSTOM CLASSES =================*/
.disclaimer {
	font-size: 85%;
}
p.disclaimer strong {
	color: #000000;
}
