@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(images/body_back.jpg) repeat;
	margin: 2.5em 0; 
	font: 0.9em Arial, Helvetica, sans-serif;
	padding: 0;
	text-align: center; 
	color: #fff;
}

	img {
		border: none;
	}
	
	img, div { behavior: url(iepngfix.htc); }

	#top-nav {
		
		text-align: center;
		min-width: 960px;
		font-size: 1.1em;
	}
		#top-nav ul {
			list-style: none;
		}
		#top-nav ul li {
			padding: 0 1em;
			display: inline;
		}
		
			a.menu-links,
			a:link.menu-links,
			a:active.menu-links,
			a:visited.menu-links {
				text-decoration: none;
				color: #FFF;
				font-weight: 700;
			}
			
			a:hover.menu-links {
				text-decoration: underline;
			}


.twoColElsLtHdr #container { 
	width: 960px;  
	background-color: #fff;
	
	color: #333;
	margin: 0 auto; 
	border: 0.3em solid #000000;
	text-align: left; 
} 
.twoColElsLtHdr #header { 
	background: url(images/header.jpg) no-repeat center #fff; 
	padding: 0 10px;  
	height: 23em;
} 
.twoColElsLtHdr #header h1 {
	margin: 0; 
	padding: 10px 0; 
}


.twoColElsLtHdr #sidebar1 {
	float: left; 
	width: 19em; 
	background: url(images/content-back.jpg) repeat-x cenrer #fff;
	padding: 15px 0; 
	text-align: center;
}
.twoColElsLtHdr #sidebar1 h3, .twoColElsLtHdr #sidebar1 p {
	margin-left: 10px; 
	margin-right: 10px;
}

	#wagmp_map_1 {
		width: 250px; 
		height: 250px; 
		margin-right: 8px;
		border: 2px solid #009;
		
		
		
	}
	
	
	
	.centers {
		margin: 0 auto;
		text-align: center;
	}
	
	
	
	#cert-table {
		margin: 0 auto;
	}


.twoColElsLtHdr #mainContent {
	padding: 2em 1.5em 0 19.5em; 
	margin: -1.15em 0 0 0;
	background: url(images/content-back.jpg) repeat-x 50% 0% #fff;
	min-height: 1010px;
} 

	.twoColElsLtHdr #mainContent p {
		margin: 0.7em 0;
		line-height: 1.5em;
	}

	#products {
		width: 100%;
	}
	#products td {
		vertical-align: bottom;
		width: 33%;
		text-align: center;
	}
	
	#bottom-nav {
		font-size: 1.3em;
		padding-bottom: 1em;
	}
	
	#site-map {
		width: 960px;
		text-align: center;
		margin: 0 auto;
	}
	
		a.bottom-links,
			a:link.bottom-links,
			a:active.bottom-links,
			a:visited.bottom-links {
				text-decoration: none;
				color: #FFF;
				font-size: 0.8em;
			}
			
			a:hover.bottom-links {
				text-decoration: underline;
			}

/* Miscellaneous classes for reuse */

.pic-border {
	border: 4px solid rgb(31, 80, 102);
}

.orange {
	color: rgb(234, 119, 42);
}

.white {
	color: #FFF;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.small-text {
	font-size: 0.8em;
	font-style:italic;
	
}

a.text-links {
	text-decoration: none;
	font-weight: 600;
	font-style: italic;
	color: #333;
}

a:hover.text-links {
	text-decoration: underline;
}

form p {
	margin: 0;
	padding: 0;
}

	form legend {
		font: 1.2em bold;
		color: #666;
	}
	
	#copyright {
		color: #fff;
	}

	#lighthouse {
			font-size: 0.9em;
			text-align: right;
			margin-right: 3em;
			color: #fff;
		}
		
		#lighthouse a {
			color: #fff;
		}
		
		#lighthouse a:hover {
			text-decoration: underline;
		}


