@charset "UTF-8";
/* CSS Document */

body{
margin: 0 0 0 0;
padding: 0 0 0 0;
height: 100%;
width: 100%;
font-family: Arial;
font-size: 12px;
color: #747474;
background-image: url(images/background.png);
background-repeat: repeat-x;
background-attachment: fixed;
background-color:#000;

}
	h2{
	color:#0055a9;
	font-family: Times;
	font-size: 20px;
	}
	
	h3{
	color:#0055a9;
	font-family: Times;
	font-size: 17px;
	}
	
	img{
	border-style: none;
	}
	 
	#container{
	background-image:url(images/container.png);
	background-repeat:repeat-y;
	margin-left:auto;
	margin-right:auto;
	width:957px;
	}
	
	#top_bar{
	background-image: url(images/headsmall.png);
	margin-left:auto;
	margin-right:auto;
	width:907px;
	height:28px;
	background-repeat: repeat-x;
	}
	
	#hosting{
	text-align: right;}
	
	#header{
	margin-left:auto;
	margin-right:auto;
	background-image: url(images/head.png);
	width:907px;
	height: 150px;
	}
	
	#side_bar{
	position: absolute;
	background-color: #ececec;
	color: #0055a9;
	margin-left: 30px;
	margin-top: 5px;
	padding-bottom: 50px;
	padding-top: 30px;
	padding-left: 20px;
	padding-right: 15px;
	width: 155px;
	}
	
	#tops{
	background-image: url(images/junetopten.png);
	height: 885px;
	width: 224px;
	}
	
	
	
	.brochures{
	height: 70px;
	width: 150px;
	margin-bottom: 20px;
	text-align: center;
	}

	
	.leaflet{
	height: 140px;
	width: 150px;
	margin-bottom: 20px;
	text-align: center;
	}
	
	.leaflet:hover{
	background-color: white;
	}
	
	.leaflet a:hover{
	background-color: white;
	}
	
	#nav{
	padding-top: 122px;
	margin-left: 520px;
	}
	
	
	.content{
	margin-left: 210px;
	width: 460px;
	padding-left: 20px;
	padding-bottom: 50px;
	font-family: Arial;
	font-size: 13px;
	min-height: 1250px;
	height:100%;
	}
	
	
	#right_nav{
	text-align: center;
	position: absolute;
	margin-left: 700px;
	margin-top: 180px;
	width: 220px;
	height: 100%;
	}
	
	#right_links{
	text-align: left;
	list-style: none; 
	width: 210px;
	height: 420px;
	margin-top: 10px;
	padding-top: 15px;
	padding-left: 9px;
	background-color:#ececec;
	}
	
	#donations{
	padding-top: 10px;
	}
	
	#traffic{
	margin-top: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color:#ececec;
	}
	
	
	#banners{
	margin-left: 225px;
	margin-top: 5px;
	}
	
	.banner{
	margin-left: 5px;
	
	}
	
	
	
	ul {
	margin-top: 0px;
    margin-bottom: 0px;
	}
	
		#nav ul {
		padding: 0px 0 0 0;
		list-style: none;
		padding-top: 2px;
		}
		
		#nav li {
		display: inline;
		}
	
		#nav a {
		display: block;
		float: left;
		margin-left: 5px;
		padding: 4px 8px;
		text-decoration: none;
		font-size: 11px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		color: #ffffff;	
		}
		
		#nav a:hover {
		text-decoration:underline;
		}
		
		#nav .active a {
		text-decoration: none;
		}
		
		a:link {
		text-decoration: none;
			COLOR: #0055a9;
		}
		a:visited {
		text-decoration: none;
			COLOR: #0055a9;
		}
		a:hover {
			COLOR: #0055a9;
			text-decoration:underline;
		}
		a:active {
		text-decoration: none
			COLOR: #0055a9;
		}
		

#footer{
	color: white;
	text-align: center;
	padding-top: 6px;
	background-image: url(images/headsmall.png);
	margin-left:auto;
	margin-right:auto;
	width:907px;
	height:22px;
	background-repeat: repeat-x;
	}
	
		
	
		.black_link a 
		{
		color: #ffffff;	
		}
		
}
		
		
