/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/bg.gif)  repeat-x #450003;
	/*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: Arial, Helvetica, sans-serif;
	font-size: 200%;
	border-bottom: 1px solid #ccc;
	color: #450003;
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	text-transform: uppercase;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 180%;
	color: #333;
	margin: 20px 0px 0px 5px;
	font-weight: normal;

}


h3{
	font-size: 160%;
	margin: 20px 0px 0px 5px;
	font-weight: normal;
}

h4{

}


h5{

}

h6{
	text-align: center;
	font-size: 100%;
	margin: 20px;
	padding-top: 5px;
	width: 600px;
	height: 15px;
	border: 1px solid #ccc;
	background: #eee;
	
}


blockquote{
	float: right;
	margin: 15px;
	border-top: 1px solid #808080;
	border-bottom: 1px solid #808080;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 300px;
	padding: 5px;
	font-size: 250%;
	color: #808080;
}

blockquote span{
	color: #000099;
}

#pagetext li{
	font-size: 120%;
}


#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;
	line-height: 1.6;
			
}


/* 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: 960px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
}

div#top{
    margin: 0px auto;
	width: 960px;
	height: 47px;
	position: relative;
	background: url(images/top.gif);
}


div#container { 
	width:960px; 
	margin: 0px auto;
	position: relative;

	
	}
/*=====================Flash================================*/	

div#flash{
	width: 396px;
	height: 205px;
	position: absolute;
	left: 541px;
	top: 14px;
}



div#header { 
	background: url(images/header.jpg) no-repeat;
	width: 960px;
	height: 250px;
	margin:0px auto;
	position: relative;
	clear: both;
 }
 

div#leftcolumn{
	width: 283px;
	float: left;
	display: inline;

	
}

div#leftcolumn img{
	margin-left: 0px;
}


div#pagetext {
	width: 659px;
	background: #fff;
	float: left;
	position:relative;	
	display: inline;

}




  #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: 110%;
	margin: 0px 0px 12px 10px;	
	width: 230px;
	padding: 20px 0px 3px 10px;
	border-top: 1px solid #333;
	width: 229px;
}

address strong {font-size: 14px;}

address a:link{
	color: #fff;
}

address span{
	font-size: 90%;
}

div#footer {
	width: 960px;
	height: 45px;
	background: url(images/footer.gif);
	position: relative;
}

	
 /* ----------------- 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: #fff;
 	font-size:9px;
	margin: 0px auto;
	margin-top: 10px;
 }
 
 #copyright img{
 	margin-top: -20px;
	float: right;
 }
 
 #copyright a{
 	color: #fff;
	}


/*  MAIN NAVIGATION
==========================================================================*/
  #mainnav {
	width:900px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:12px;
	font-weight: normal;
	line-height:normal;
	position: absolute;
	font-size: 120%;
	left: 16px;
	top: 14px;
	height: 20px;
      }
	  
    #mainnav ul {
	margin:0;
	padding:0px 20px 0px 0px;
	list-style:none;
      }
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
    #mainnav a {
      float:left;
      margin-left: 1px;
      padding:10px 38px 10px 38px;
      text-decoration:none;
	  color: #000;
      }
   
   
    #mainnav a:hover {
  
	   color:#000;
	   background: #fff;
      }

	  
	 #mainnav a.current {
	   color: #f00;
	    background: #fff;
		text-decoration: underline;
      }
	  
	  #mainnav a#admin {font-size:10px; padding:5px 20px 15px 20px;}
	  #mainnav a#admin:hover {background:none;text-decoration:underline}
		/*===========================LEFT COLUM LINKS===============================================*/
ul#leftlink li {
	display: inline; 
	list-style: none;
	
}


ul#leftlink li a:link, ul#leftlink li a:visited, ul#leftlink li a:active {
	color: #fff;
	width: 229px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	padding: 8px 0px 8px 15px;
	text-decoration: none;
	border-bottom: 1px solid #000;
	border-top: 1px solid #333;
	font-family:Tahoma, sans-serif;
	margin: 0px 0px 0px 10px;
	text-transform: uppercase;

}
/* Creates our hover status. */
ul#leftlink li a:hover {
	background:#4e4949;
	color:#fff;

	
}

ul#leftlink li a.current:link, ul#leftlink a.current:visited {
	color: #fff;
	background: #000;
	text-align: center;
	

}
	

/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 912px;
	height: 24px;
	left: 24px;
	top: 42px;
	}
	
	
	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 50px 6px 50px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #fff;
		width: auto;
		text-decoration: underline;
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #fff;
		width: auto;
		text-decoration: underline;
	}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.service{
	width: 200px;
	height: 225px;
	float: left;
	margin: 10px 0px 10px 10px;
	background: #ececec;
	position: relative;
	display: inline;
}

.service h1{
	font-size: 120%;
	background: #f00;
	padding: 10px;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}


.column1{
	width: 220px;
	float: left;
}

/*=====================Netopia================================*/
iframe{

}

/*========================ADMIN LOGIN======================*/

.border{
	border: 1px solid #ccc;
	padding: 2px;
}

/* ----------------- WEB AUDIO APPLET ----------------- */
/* -----------------------------------------------------*/

div#applet {
	position:relative;
	width: 180px;
	height: 100px;
	background: url(images/webaudio.gif) top left no-repeat;}

div#applet div {
	position: absolute;
	top: 49px;
	left: 71px;
	width: 68px;
	height: 30px;
}

div#applet a {
	display: block;
	position: absolute;
	top: 85px;
	left: 0px;
	width: 180px;
	height: 10px;}
	
	.indent{
		text-indent: 25px;
	} 
