/* CSS Document */

body {
	text-align: center;
	background: #d9ecf0 url('../images/static/body-bg.jpg') repeat-x 0 0;
}
	
	
	
/* container for all content */
#outerwrap {
	width: 850px;
	text-align: left;
	margin: 0 auto;	
}

#rpf_branding {
	position: relative;	
}

/* logo image replacement */
#rpf_branding h1 {
	display: block;
	width: 202px;
	height: 82px;
	/* margin: 20px 0; */
	margin: 1em 0;
	text-indent: -5000px;
	background: url(../images/static/logo.png) no-repeat 0 0;
}
	#rpf_branding h1 a {
		display: block;
		width: 202px;
		height: 82px;
		text-decoration: none;
	}
/* stuff at top right */
#rpf_branding #rpf_top {
	display: block;
	/* width: 310px; */
	width: 28em;
	/* height: 65px; */
	height: 5.9em;
	position: absolute;
	right: 0;
	top: 15px;
	overflow: hidden;	
}
	#rpf_top ul.topnav {
		margin: 0;
		/* height: 21px; */
		height: 1.91em;
		padding: 0;
	}
		#rpf_top li {
			list-style: none;
			/* display: block; */
			float: left;
			margin: 0;
		}
		#rpf_top a {
			text-decoration: none;
		}
			#rpf_top a:hover {
				text-decoration: underline;
			}
			
			#rpf_top .topnav a {
				color: #306471;
				/* display: block; */
				height: 16px;			
			}
			
			#rpf_top .topnav .nav_donate, #rpf_top .topnav .nav_map {
				padding-right: 12px;
				background: url(../images/static/topnav_divider.png) no-repeat right top;
				margin-right: 7px;
			}
				#rpf_top .topnav .nav_donate a {
					padding-left: 23px;
					background: url(../images/static/boat.png) no-repeat 0 0;
				}	
			
			#rpf_top .topnav .nav_map {
					
			}
				#rpf_top .topnav .nav_map a {
					padding-left: 23px;
					background: url(../images/static/tree.png) no-repeat 0 0;
				}
			
			#rpf_top .topnav .nav_resources {
			
			}
				#rpf_top .topnav .nav_resources a {
					padding-left: 40px;
					background: url(../images/static/bench.png) no-repeat 0 0;
				}	
	#rpf_top form#topnav_search p {
		margin: 0;
		text-align: left;
	}
		#topnav_search input {
			/* width: 250px; */
			width: 20.7em;
			/* height: 15px; */
			height: 1.5em;
			border: 1px solid #c8c8c8;
			background-color: #fff;
			vertical-align: top;
		}
		#topnav_search button {
			display: -moz-inline-box;
			display: inline-block;
			/* width: 50px; */
			width: 4.54em;
			/* height: 20px; */
			height: 1.82em;
			line-height: 1.82em; 
			border: 1px solid #c8c8c8;
			color: #666;
			background-color: #fff;
			margin: 0 0 1px 5px;
			text-align: center;
			vertical-align: top;
		}
		
	#rpf_top ul.bottomnav {
		margin: 3px 0 0 19px;
		padding: 0;	
	}
		#rpf_top .bottomnav li {
			margin-left: 15px;
		}
		#rpf_top .bottomnav a {
			color: #666;
		}

/* main navigation */
ul#mainnav {
	display: block;
	/* width: 818px; */
	/* height: 19px; */
	line-height: 1.8em;
 	height: 1.8em; 
	border: 1px solid #2b5d66;
	background-color: #306471;
	margin: 0;
	padding: 0 0 0 30px;
	/* overflow: hidden; */
}
	#mainnav li {
		list-style: none;
		display: block;
		float: left;
		margin: 0 6em 0 0;
		position: relative;
	}
		#mainnav li a {
			text-decoration: none;
			color: #fff;
		}
	body.about li.nav_about, body.visit li.nav_visit, body.involved li.nav_involved, body.education li.nav_education, body.calendar li.nav_calendar, body.volunteer li.nav_volunteer {
		font-weight: bold;
	}	
	
	
	ul.subnav {
		margin: 0;
		padding: 0;
		position: absolute;
		left: -10px;
		top: 1.8em;
		background-color: #000;
		background-color: rgba(0, 0, 0, .73);
		z-index: 100;
		display: none;
	}
	
	#mainnav li:hover ul.subnav {
		display: block;
	}
	
	#mainnav ul.subnav li {
		float: none;
		padding: 0 10px 0;
		margin: 0 0 5px 0;
		font-weight: normal;
	}
		#mainnav .subnav a {
			white-space: nowrap;
			padding: 0 0 4px 0;
			display: block;
			border-bottom: 1px solid #fff;
		}
			#mainnav .subnav a.lastlink {
				border-bottom-width: 0;
				padding-bottom: 2px;
			}	
div#content {
	background-color: #fff;
	border: 1px solid #b7cfd0;
	margin: 0;
	width: 850px;
}

/* bottom stuff */
div#rpf_bottom {
	padding: 20px 0 10px 22px;
	width: 828px;
	border-top: 1px solid #e2e2e2;
	/* background-color: #f5f5f5; */
	background: #fff url(../images/static/rpf_bottom-bg.jpg) repeat-x left bottom;
	position: relative;
	clear: both; 
}
	#rpf_bottom a {
		color: #666;
		text-decoration: none;
	}
		#rpf_bottom a:hover {
			text-decoration: underline;
		}

	form#email_list {
		position: absolute;
		right: 50px;
		top: 30px;
		float: none;
		padding: 0;
		width: 200px;
	}
		form#email_list h4 {
			margin: 0 0 .25em;
		}
		form#email_list p {
			margin: 0;
		}	
		form#email_list input {
			width: 175px;
			height: 15px;
			border: 1px solid #c8c8c8;
			background-color: #fff;
			margin: 5px 0;
		}
		form#email_list button {
			display: block;
			border: 1px solid #c8c8c8;
			background-color: #fff;
			color: #666;
		}
		
/* footer navigation */
ul#footer {
	margin: 7px 0 10px -17px;
	padding: 0 0 25px 0;
}
	#footer li {
		list-style: none;
		display: block;
		float: left;
		margin: 0 0 0 16px;
	}
		#footer li a {
			text-decoration: none;
			color: #666;
		}			
			#footer li a:hover {
				text-decoration: underline;
			}	

/* image alignment */
img.rightimg {
	float: right;
	margin: 8px 0 8px 8px;
}
img.leftimg {
	float: left;
	margin: 8px 8px 8px 0;
}

