/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Trebuchet MS', sans-serif;
	background-color: white;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
	}
a:visited{
	color:green;
}
li{
	margin-bottom:3px;
}
img{
	border:0px;
}
p{
	margin-right:5px;
}
#page {
	text-align: left;
	margin: 5px auto;
	padding: 0;
	width: 835px;
	}
#header_right {
	position:relative;
	float:right;
	height: 250px;
	width:211px;
	background-image:url('images/header_02a.jpg');
	}
#header_right a{
	position:absolute;
	top:160px;
	left:40px;
	font-size:14pt;
	color:white;
	text-decoration:none;
	background-color:#858585;
	display:inline-block;
	padding:2px 22px 3px 22px;
	border-top:1px white solid;
	border-bottom:1px white solid;	
}
#header_left {
	position:relative;
	height: 250px;
	width:615px;
	}
.layered-images{
	display:none;
	position:absolute;
	right:0px;
	top:0px;
}	
#header-image{
	opacity:1;
	position:absolute;
	right:0px;
	top:0px;
}	
	
#nav_links{
	clear:both;
	height:28px;
	text-align:center;
	margin-top:7px;
	padding-top:10px;
	background-image:url('images/main_04.jpg');
	background-repeat:no-repeat;
	background-position:center right;
	}
#nav_links ul{
	list-style: none;
	padding: 0;
	margin: 0;
	}
#nav_links li{
	font-weight:bold;
	display:inline;
	font-size:8pt;
	padding:0px 5px;
	border-left:1px solid #badd43;
	height:auto;
	}


	
#nav_links li:first-child{
	border:0px;
}	
#nav_links li a,#nav_links li a:visited{
	color:white;
	}
#nav_links li.current_page_item a, #nav_links li.current_page_item a:visited{
	color:#badd43;
	text-decoration:none;
	}
#newsletter-form{
	border:1px #00502f solid;
	margin-right:5px;
	font-weight:bold;
	padding:5px;
}				
h1{
	display:inline-block;
	font-size:12pt;
	font-weight:normal;
	text-align:center;
	height:27px;
	padding:7px;
	padding-bottom:0px;
	background-image:url('images/header_bg.gif');
	color:white;
	margin:4px;
	margin-left:0px;
	}
h2{
	font-size:12pt;
	color:#333333;
}	

#content {
	margin-top:20px;
	font-size: 1.2em;
	}
.tagline{
	font-style:italic;
}
.narrowcolumn {
	float: left;
	width: 505px;
	margin-left:5px;
	padding-right:5px;
	border-right:4px solid #00502f;
	margin-bottom:15px;
	}
.widecolumn{
	margin-left:5px;
}	
#sidebar{
	float:right;
	width:305px;
	margin-top:20px;
	font-size: 1.2em;
	}


#footer {
	width: 840px;
	clear: both;
	text-align:center;
	color:white;
	height:34px;
	background-image:url('images/main_04.jpg');
	background-repeat:no-repeat;
	background-position:center left;
	}

#footer p {
	margin: 0;
	padding-top:10px;
	text-align: center;
	}
#sub-foot{
	color:gray;
	text-align:center;
}	



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.page-item-54, .page-item-54 a, .page-item-58,.page-item-58 a{
	display:none;
}	
	
