/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: url(images/bg.gif) repeat-x #999;
	/*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: #000;
	/*font percentage based on base declared in body tag*/
	font-size: 120%;
	margin: 10px 15px 10px 25px;
	line-height: 1.5em;

}

p span{
	color: #575787;
	font-weight: 900;
}


h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 180%;
	color: #990000;
	margin: 0px 0px 15px 20px;
	position: absolute;
	left: 5px;
	top: -17px;
	width: 132px;
}



#pagetext li {
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #000;
	margin: 0px 0px 10px 20px;
	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#container { 
	width:990px; 
	margin: 0px auto;
	position: relative;
	background: url(images/bg_wrapper.gif);
	}
	
div#containerindex{
	width:990px; 
	margin: 0px auto;
	position: relative;
	background: #fdffe4;
}	
	

div#header { 
	background: url(images/header.jpg);
	width: 990px;
	height: 215px;
	margin:0 auto;
	position: relative;
 }
 

div#indexheader { 
	background: url(images/index_header.jpg);
	width: 990px;
	height: 215px;
	margin:0 auto;
	position: relative;
 }


/*container for pagetext and left coloum */
 
div#indextext{
	position: absolute;
	width: 300px;
	left: 662px;
	top: 55px;
	line-height: 1.3em;
} 
 
div#indextext p{
	color: #fff;
}  
 
div#cta{
	width: 562px;
	height: 95px;
	background: url(images/cta.jpg);
	margin: 4px 0px 5px 8px;
	
} 

div#imagecolumn{
	width: 215px;
	float: left;
	margin-left: 10px;
	display: inline;
}

div#imagecolumn img{

	margin: 0px 0px 0px 6px;
}


div#pagetext {
	float: left;
	width: 542px;
	position:relative;	
	display: inline;
	background: none;
	
}

/*Below is for netopia pages--div below holds i-frmaes Keep in case customer adds more netopia pages
#netopia{
	width: 625px;
	float: left;
	position:relative;	
	display: inline;
	margin: 00px 0px 0px 20px;
	background: none;
	border-right: 1px dashed #000;	
	
}
*/

div#right{
	width: 211px;
	float: left;
	display: inline;
	margin: 0px;
}

div#left img{
	margin-bottom: 10px;	
}


div#left a:link{
	color: #ffff00;		
}

div#left a:visited{
	color: #ffff00;		
}





address{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	color:#fff;
	font-size: 110%;
	margin-left: 10px;
	border-top: 2px dashed #fff;
	width: 90%;
	padding-top: 10px;	
}

div#footer {
	width: 990px;
	height: 40px;
	background: url(images/bg_footer.gif);
	position: relative;
	margin: 0px auto;
}

#indextext li{
	font-size: 1.5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	color: #333;
	margin: 0px 0px 0px 30px;
	line-height: 120%;	

}	
	
	
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 900;
}


.right img{
	margin: 5px;
	border: 1px solid #333;
	padding: 2px;

}


 #copyright {
 	width: 990px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
 	font-size:9px;
	margin: 0px auto;
	margin-top: 10px;

 }
 
 #copyright a{
 	color: #000;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */	
		#top{
			background: url(images/top.gif);
			height: 19px;
			width: 990px;
			margin: 0px auto;
			clear: both;
			position: relative;	
		}	
	
		#top ul{
	background: url(images/navbg.gif);
	text-transform: uppercase;
	margin-left: 10px;
	position: absolute;
	left: -10px;
	
		}
		
		#top ul li{
		display: inline;
		}
		
		
		#top ul li a{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 110%;
		float: left;
		color: #fff;
		font-weight: bold;
		margin: 0px 0px 0px 2px;
		padding: 12px 20px 10px 20px;
		text-decoration: none;
		background: transparent url(images/pointer.gif) bottom no-repeat;
		}
		/*
		#top ul li a:visited{
			}
		*/
		
		#top ul li a:hover{ 
		color:#036;
		background: transparent url(images/pointer.gif) bottom no-repeat;
		}
		
		#top ul li .current{
		color: #036;
		background: transparent url(images/pointer2.gif) bottom no-repeat;
	}
	
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: #fff;
	width: 218px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	border-bottom: 1px solid #77a3ce;
	background: url(images/arrow2.gif) no-repeat left center;
	font-family:Tahoma, sans-serif;
	text-indent: 20px;
	
	

}
/* Creates our hover status. */
ul#leftlink li a:hover {
	color: #333;
	background:#fff;
	
	
}

ul#leftlink li a.current:link, ul#leftlink a.current:visited {
	color: #fff;
	background:#990000;
	text-align: center;
	

}




/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 428px;
	height: 25px;
	left: 275px;
	top: 3px;
	border-top: 1px solid #ccc;
	}
	
	
	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 10px 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;
	}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.border{
	border: 1px solid #333;
	padding: 2px;
}

.column1{
	width: 200px;
	float: left;
	margin-left: 35px;
	background: #eee;
	padding: 10px;
}
/*=====================Netopia================================*/
iframe{
	margin: 0px 0px 10px 20px;
}

/*========================ADMIN LOGIN======================*/

div#ownerlogin{
float: right;
margin: 0px 50px 10px 0px;
}
.sidebarwhite {
	text-align: center;
	color: #fff;
}