* {
	margin: 0px;
	padding: 0px;
}



body {
	background: #132940;
	/*Below sets a base for percentage used. x-small generally is about 10px*/
	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: Arial, Helvetica, sans-serif;
}
/* Redefines the p tag */
p { 	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #fff;
	margin: 10px 20px 0px 30px;
}



h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:160%;
	color: #fff;
	margin: 10px 0px 0px 10px;
	text-transform:uppercase;
	margin: 10px 0px 10px 20px;	
}

h2{
}	


/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color:#fff;
	text-decoration: none;
}
a:visited {
	color: #fff;
	text-decoration: none;	
}
a:hover {
	color: #fff;
	text-decoration: underline;
}
a:active {
	text-decoration: none;	
}


/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 990px;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);
}



div#container {
	width:990px;
	position: relative;
	margin: 0px auto;
	background: url(images/bg_wrapper.gif);

 }
 
div#header { 
	background: url(images/header.gif);
	width: 990px;
	height: 122px;
	position: relative;

 }
 
div#top{
	background: url(images/top.jpg);
	width: 741px;
	height: 233px;
	position: relative;
	float: right;
} 
  
div#top p{
	width: 55%;
	margin-top: 10px;
	margin-left: 20px;	

} 
 
div#top h1{
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size:160%;
	color: #fff;
	margin: 10px 0px 0px 10px;
	text-transform:uppercase;
	margin: 10px 0px 10px 20px;	
} 



 
div#netopiaheader{
	width: 990px;
	height: 122px;
	margin: 0px auto;
	background: url(images/netopiaheader.gif);
	position: relative;

} 
 
div#netopiatop{
	width: 741px;
	background: url(images/netopiatop.gif);
}
 
div#flash{
position: absolute;

}



div#top li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #fff;
	line-height: 1;
	list-style-image:url(images/arrow.gif);
	margin-left: 40px;
	margin-right: 20px;
	margin-bottom: 10px;
	
	}


div#textleft{
	float: left;
	width: 249px;
	display: inline;
	margin-left: 0px;
	
}



div#textright{
	background: url(images/bg_main.jpg) no-repeat;
	float: left;	
	width: 741px;
	display:inline;		
}

div#textrightnetopia{
	background: url(images/netopia_top.gif) no-repeat;
	float: left;	
	width: 741px;
	display:inline;		
}


div#textright p{
	margin-left: 20px;
}

div#textright h1{
	font-size: 160%;
	color:#dabb24;
	margin: 10px 0px 0px 20px;
}

div#textright a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fff;		
}

div#textright a:visited{
	color:#fff;		
}

#textright li{
	color: #fff;
	font-size: 120%;
	margin-left: 30px;
	line-height: 2;
}

.textbox{
	width: 240px;
	float: left;
	display: inline;
	margin:5px 0px 5px 6px;
	background: url(images/textbox.gif) no-repeat;
}


 #top span{
	color: #dabb24;
	font-weight: 900;
}

 #textright span{
	color: #dabb24;
	font-weight: 900;
}

.textbox p{
	margin-left: 15px;
}


address{
	font-style:normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	text-align: center;
}


 
 
  div#bottom{
  	background: url(images/bg_footer.gif);
 	width: 990px;
	height: 49px;
	margin:0px auto;
	position: relative;
	clear: both;
 }


 /* ----------------- IMAGE ELEMENTS ----------------- */


.right {
	margin: 5px 15px 5px 5px;
	float: right;
}

.right img{
	border: 1px solid #fff;
	
}

img.left {


}


 #copyright {
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	text-align: center; 
	clear: both;
	width: 990px;
	padding: 5px 0px 10px 0px;
	
 }
 
 
 #copyright a{
 	color: #fff;
 }
 
 #copyright img{
	margin-top: 10px;
 }
 
  div#login{
 	width: 990px;
	text-align: right;
	clear: both; 
	font-size: 10px;
	margin: 0px auto;
 }
 
  div#login img{
  	float: right;
  }


/* ---------------------- nav ---------------------- */


/* ---------------------- MAIN NAVIGATION---------------------- */	
		#mainnav{
			margin-left: 0px;
			
		}	
	
		#mainnav ul{
	position: absolute;
	left: 380px;
	top: 28px;
		}
		
		#mainnav ul li{
		display: inline;
		}
		
		
		#mainnav ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 120%;
		float: left;
		color: #fff;
		font-weight: bold;
		padding: 12px 8px 11px 8px;
		text-decoration: none;
		}
		/*
		#mainnav ul li a:visited{
			}
		*/
		
		#mainnav ul li a:hover{ 
		color:#cecece;
		background: transparent url(images/pointer.gif) top center no-repeat;
		}
		
		#mainnav ul li .current{
		color: #ff0;
		background: transparent url(images/pointer.gif) top center no-repeat;
		}

	 /* ----------------- end NAVIGATION ----------------- */
	 
	 
	 
	 
	 
	 
	 
	 /* ----------------- UTILITY NAVIGATION ----------------- */

	ul#utilitynav {
	padding: 0px;
	width: 480px;
	height: 25px;
	position: absolute;
	left: 267px;
	top: 6px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}
	
	
	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: 11px;
		font-weight: bold;
		padding: 10px 10px 0px 0px;
		text-decoration: none;	

	
	}
	
	
	ul#utilitynav li a:hover {
		color: #ff0;
		width: auto;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #243f8f;
		width: auto;
	}
	

/*---------------------------------------Custom classes-----------------------------------------*/

.clear{
	clear: both;
	}
		
	
.center{
	text-align: center;
}

#audio{
	position: absolute;
	left: 857px;
	top: 38px;
}



.column1{
	width: 200px;
	float: left;
	margin-top: 10px;

	border-right: 1px solid dotted #808080;
}

iframe{
	margin-left: 30px;
}

a.contact{
	font-size: 16px;
}
