/*Universally selected margins and padding*/
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #1e2158;
	/*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: 0px 18px 10px 20px;
	line-height: 1.5em;

}

p span{
	color: #1e2158;
	font-size: 150%;	
}

h1 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 200%;
	color: #1e2158;
	margin: 20px 0px 5px 20px;
}

h2 {
	font-family:"Trebuchet MS",Tahoma,Arial;
	font-size: 150%;
	color: #1e2158;
	margin: 20px 0px 5px 20px;
}

.list{
	font-size: 120%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style:url(images/arrow.gif);
	margin: 0px 0px 10px 20px;
	line-height: 140%;
	color: #000;
}


/* 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:960px; 
	margin: 0px auto;
	position: relative;
	background: url(images/bg_wrapper.jpg);
	}
	


div#header { 
	background: url(images/header.jpg);
	width: 960px;
	height: 248px;
	margin:0 auto;
	position: relative;
 }
 

/*container for pagetext and left coloum */

div#cta{
	width: 562px;
	height: 95px;
	background: url(images/cta.jpg);
	margin: 4px 0px 5px 8px;
	
} 

div#leftcolumn{
	width: 221px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 10px;
}

div#leftcolumn img{

}


div#pagetext {
	float: left;
	width: 559px;
	position:relative;	
	display: inline;
	background: url(images/pool_bg.jpg) bottom no-repeat #fff;
	
}

#images{
	margin-bottom: 20px;
}

#pagetext img{
	margin-left: 20px; 
	border: 1px solid #000;
}



div#right{
	width: 159px;
	float: left;
	display: inline;
	margin: 0px;

}

div#right img{
	margin: 10px 0px 0px 20px;	
}


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: 100%;
	margin-left: 20px;
	padding-top: 5px;	
}

div#footer {
	width: 960px;
	height: 35px;
	background: url(images/footer.gif);
	position: relative;
	margin: 0px auto;
}


div#footer a{

	color: #fff;
}

	
 /* ----------------- IMAGE ELEMENTS ----------------- */


.right{
	float: right;
	text-align: center;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0px 18px 0px 0px;
}



.right img{
	margin: 0px;
	border: 1px solid #333;
	padding: 2px;

}


 #copyright {
 	width: 960px;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
 	font-size:9px;
	margin: 0px auto;
	margin-top: 10px;

 }
 
 #copyright a{
 	color: #fff;
	}


/* ---------------------- MAIN NAVIGATION---------------------- */	

div#mainnav{
	width: 221px;
	height: 387px;
	background: url(images/nav_bg.jpg);
	border-top: 1px solid #014562;
}

ul#leftlink li {
	display: inline; 
	list-style: none;
	margin: 10px;

}


ul#leftlink li a:link, ul#leftlink li a:visited, ul#leftlink li a:active {
	color: #fff;
	width: 220px;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 0px 8px 0px;
	text-decoration: none;
	border-bottom: 1px solid #014562;
	font-family:Tahoma, sans-serif;
	text-indent: 10px;
	
	

}
/* Creates our hover status. */
ul#leftlink li a:hover {
	color: #fff;
	background:#024f6f;
	
	
	
}

ul#leftlink li a.current:link, ul#leftlink a.current:visited {
	color: #fff;
	background: url(images/pointer.gif) no-repeat top center;
	text-align: center;
	border-top: #1D2055 3px solid;
	

}




/* ----------------- UTILITY NAVIGATION ----------------- */



	ul#utilitynav {
	position: absolute;
	padding: 0px;
	width: 428px;
	height: 25px;
	left: 510px;
	top: 36px;
	}
	
	
	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: #fff;
		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;
color: #fff;
}

div#ownerlogin a{
	color: #fff;
}

 table{
	width: 550px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 10px 5px;
	font-size: 11px;
}

table tr{
	padding-bottom: 5px;
}

 th{
	background: #015b7e;
	color: #fff;
	font-size: 12px;
	height: 21px;
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #fff;

}

td{
padding: 5px;
border-bottom: 1px solid #808080;
}
