/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}



body {
	background: url(images/bg.gif) repeat-x #82caf2;
	/*Below sets a base for em percentage used. x-small generally is about 12px*/
	font-size: x-small;
}


html, body{
	height: 100%;
	}

	
/* 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 15px 10px 35px;
	line-height: 1.6em;
	font-family: Arial, Helvetica, sans-serif;

}


h1 {
	font-size: 200%;
	color: #333;
	width: 878px;
	margin: 0px auto;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	background: url(images/heading.gif) no-repeat;
	padding: 0px 0px 0px 25px;
	margin-left: 30px;
	text-align: left;
	clear: both;
}


h2 {
	font-size: 180%;
	color: #333;

	font-family:"Trebuchet MS",Tahoma,Arial;
	font-weight: normal;
	margin: 5px 0px 5px 25px;
	text-indent: 10px;
}


h3 {
	font-size: 275%;
	color: #5fb6ee;

	font-family:"Trebuchet MS",Tahoma,Arial;
	font-weight: bold;
	margin: 5px 0px 5px 25px;
	text-indent: 10px;
}


h3 span{
	color: #ff0099;
}


h6 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 100%;
	text-align: center;
	margin: 10px 0px 10px 0px;

}

strong{
	color: #334090;
}




.list{
	color: #333;
	margin: 10px 0px 10px 60px;
	line-height: 160%;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
		
}

.list li{

}

/* Creates the general link style for the site. This is not the main navigation.  */

a:link {
	color: #0099cc;
	text-decoration: underline;
	
}
a:visited {
	color: #0099cc;
	text-decoration: underline;	
}
a:hover {
	color: #0099cc;
	text-decoration: underline;
}
a:active {
	text-decoration: underline;	
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#wrapper{
	width: 970px;
	background: url(images/bg_wrapper.gif);
	margin: 0px auto;
	position: relative;	
	margin-top: 20px;

}	

div#indexcontainer{
	width: 970px;
	height: 502px;

}


div#container { 
	width:970px; 
	position: relative;
	margin: 0px auto;

	}
	
div#top{
	width: 970px;
	height: 21px;
}	
	

div#header { 
	background: url(images/index_header.jpg);
	width: 970px;
	height: 500px;
	margin:0px auto;
	position: relative;
 }
 
 
 
div#header2 { 
	background: url(images/header_training.jpg);
	width: 970px;
	height: 286px;
	margin:0px auto;
	position: relative;
 }
 
 
 
div#header3 { 
	background: url(images/header_guest.jpg);
	width: 970px;
	height: 286px;
	margin:0px auto;
	position: relative;
 }
 
 
 
div#header4 { 
	background: url(images/header_group.jpg);
	width: 970px;
	height: 286px;
	margin:0px auto;
	position: relative;
 }
 
 div#header5 { 
	background: url(images/header_about.jpg);
	width: 970px;
	height: 286px;
	margin:0px auto;
	position: relative;
 }

div#header6 { 
	background: url(images/header_location.jpg);
	width: 970px;
	height: 286px;
	margin:0px auto;
	position: relative;
 }



/*container for pagetext and left coloum */








div#content{
	width: 970px;
	position:relative;	
	display: inline;
	padding: 10px;


}




/*Below is for netopia pages--div below holds i-frmaes*/
#netopia{
	width: 625px;
	float: left;
	position:relative;	
	display: inline;
	margin: 0px 0px 0px 20px;
	background: none;
	border-right: 1px dashed #000;	
	
}

div#right{
	width: 214px;
	float: right;
	display: inline;
	background: none;
	margin: 5px 5px 0px 0px;
	background: #08387b;
}




  #right p{
  	font-family:Arial, Helvetica, sans-serif;
	font-size: 120%;
	color: #fff;
	text-align:left;
	
}



address{
	font-family	: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:color: #334090;
	font-size: 110%;
	text-align:center;
	color: #666;
	margin: 20px auto 10px auto;
}

address a:link{
	color: #334090;
}


div#footer {
	width: 970px;
	height: 63px;
	background: url(images/footer.jpg);
	position: relative;
	clear: both;
	margin: 0px auto;
}




	
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	text-align: center;
	font-size: 10px;
	color: #008e52;
	font-size: 160;
}


.right img{
	margin: 5px;
	padding: 2px
	
}


.left{
	float: left;
	text-align: center;
	font-size: 10px;
	color: #008e52;
	font-size: 160;
}


.left img{
	margin: 5px;
	padding: 2px
	
}


 #copyright {
 	width: 960px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #334090;
 	font-size:9px;
	margin: 0px auto;


 }
 
 #copyright img{
	float:right;
	margin-top: -20px;
 }
 
 #copyright a{
 	color: #334090;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */

		#navcontainer{
		background: url(images/navbg.gif);
			height: 36px;
			width: 970px;
			position: relative;
		}
	
		#mainnav {
	width:956px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:110%;
	font-weight:bold;
	line-height:normal;
	position: absolute;
	left: 0px;
	top: -10px;
	
      }
	  
    #mainnav ul {
	margin:0;
	padding:10px 10px 0px 0px;
	list-style:none;
      }
	  
    #mainnav li {
      display:inline;
      margin:0;
      padding:0;
      }
	  
    #mainnav a {
      float:left;
      margin-left: 2px;
      padding:0 0 0px 8px;
      text-decoration:none;
	   background:url("images/navleft.gif") no-repeat left top;
	   background-position: 0% -42px;
	   font-weight: normal;
	   font-size:14px;
	  
      }
    #mainnav a span {
      float:left;
      display:block;
    background:url("images/navright.gif") no-repeat top right;
      padding:10px 10px 15px 4px;
      color: #334090;
	  background-position: 100% -42px;
	   color: #fff;  
      }
	  
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #mainnav a span {float:none;}
    /* End IE5-Mac hack */
  
    #mainnav a:hover {
	  color:#333300;
	   background:url("images/navleft.gif") no-repeat left top;
	
      }
    #mainnav a:hover span {
	  background:url("images/navright.gif") no-repeat top right;
	  
      }  
	  
	 #mainnav a.current {
       background-position:0% -42px;
	 background:url("images/navleft.gif") no-repeat left top;
      }
 
 	 #mainnav a.current span{
	 background:url("images/navright.gif") no-repeat top right;
       
	    color: #fff;
	   
      }

		

/* ----------------- UTILITY NAVIGATION ----------------- */

div#utilitynav{
	position: absolute;
	clear: both;
	left: 22px;
	top: 27px;
	width: 938px;
}


	ul#utilitynav {
	padding: 0px;
	width: 970px;
	height: 25px;

	

	}
	
	
	ul#utilitynav li {
		display: inline; 
		list-style: none;
	}
	
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
		color: #334090;
		display: block;
		float: left;
		font-size: 9px;
		font-weight: bold;
		padding: 4px 35px 6px 7px;
		text-decoration: none;	
	
	}
	
	
	ul#utilitynav li a:hover {
		color: #334090;
		width: auto;
		text-decoration: underline;
		
	}
	
	ul#utilitynav li a.current:link, ul#utilitynav a.current:visited {
		color: #334090;
		width: auto;
		text-decoration: underline;
	}

.clear{
	clear: both;
}

.center{
	text-align: center;
}



/*=====================Netopia================================*/
iframe{
	margin: 0px 0px 10px 20px;
}

/*========================ADMIN LOGIN======================*/

.border{
	border: 1px solid #ccc;
	padding: 2px;
}
	
.column1{
	margin-left: 15px;
	float: left;
	width: 300px;
	background: #efefef;
	margin-bottom: 10px;
}	

table{
	font-size: 11px;
	margin: 0px auto;
}

td{
	padding: 10px;
}
