@charset "UTF-8";
/* CSS Document */

html {
	height:100%;
	margin-bottom:1px;
}
body {
	background:url(../images/bg.png) repeat-x;
	background-color:#3399cc;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	line-height:17px;
	color:#333;
	letter-spacing:.05em;
}
#container {
	position:relative;
	text-align:left;
	margin:0 auto;
	width:849px;
}

#header h1 {
	background:url(/media/images/logo.png) no-repeat;
	width:522px;
	height:341px;
	text-indent:-5000px;
	margin:0;
	padding:0;
	margin-left:-120px;
	margin-bottom:-134px;
	float:left;
}
#header #header-flash {
	float:left;
}
#wrapper {
	border:1px solid #f1c15d;
	border-top:none;
	margin-bottom:10px;
}
	#nav {
		position:relative;
		height:33px;
		width:847px;
		overflow:hidden;
		margin-left:0px;
	}
		#nav ul {
			list-style-type:none;
			padding:0;
			margin:0 auto;
			width:847px;
			float:right;
		}
			#nav ul li {
				display:inline;
			}
				#nav ul li a {
					background:url(../images/nav.jpg) no-repeat;
					float:left;
					height:0;
					padding-top:33px;
					overflow:hidden;
					cursor:pointer;
				}
				
				#nav ul li a#nav-home {
					width:57px;
					background-position:0px 0px;
				}
				#nav ul li a#nav-about {
					width:80px;
					background-position:-57px 0px;
				}
				#nav ul li a#nav-foster {
					width:177px;
					background-position:-137px 0px;
				}
				#nav ul li a#nav-community {
					width:118px;
					background-position:-314px 0px;
				}
				#nav ul li a#nav-media {
					width:61px;
					background-position:-432px 0px;
				}
				#nav ul li a#nav-calendar {
					width:81px;
					background-position:-493px 0px;
				}
				#nav ul li a#nav-partner {
					width:125px;
					background-position:-574px 0px;
				}
				#nav ul li a#nav-donate {
					width:69px;
					background-position:-699px 0px;
				}
				#nav ul li a#nav-contact {
					width:79px;
					background-position:-768px 0px;
				}

				#nav ul li a#nav-home:hover {
					width:57px;
					background-position:0px -33px;
				}
				#nav ul li a#nav-about:hover {
					width:80px;
					background-position:-57px -33px;
				}
				#nav ul li a#nav-foster:hover {
					width:177px;
					background-position:-137px -33px;
				}
				#nav ul li a#nav-community:hover {
					width:118px;
					background-position:-314px -33px;
				}
				#nav ul li a#nav-media:hover {
					width:61px;
					background-position:-432px -33px;
				}
				#nav ul li a#nav-calendar:hover {
					width:81px;
					background-position:-493px -33px;
				}
				#nav ul li a#nav-partner:hover {
					width:125px;
					background-position:-574px -33px;
				}
				#nav ul li a#nav-donate:hover {
					width:69px;
					background-position:-699px -33px;
				}
				#nav ul li a#nav-contact:hover {
					width:79px;
					background-position:-768px -33px;
				}
	#body {
		position: relative;
		background:url(/media/images/fp_content_bg.png) top repeat-x;
		background-color:white;
		min-height:400px;
		_height:400px;
		padding:10px;
	}
	#footer {
		background:url(/media/images/footer-nav-bg.png) repeat-x;
		height:102px;
		padding:20px;
		font-family:Arial, Helvetica, sans-serif;
	}
		#footer ul {
			float:left;
			width:215px;
			font-size:10px;
			color:#cc9933;
		}
			#footer ul li {
				margin-bottom:3px;
				line-height:11px;
			}
				#footer ul li a {
					color:#cc9933;
					text-decoration:none;
				}
				#footer ul li a:hover {
					text-decoration:underline;
				}
			#footer ul li.title {
				text-transform:uppercase;
				font-size:12px;
				margin-bottom:5px;
			}
	#copyright {
		background:url(/media/images/footer-copy-bg.png) repeat-x;
		height:20px;
		color:#cc9933;
		padding-top:4px;
		padding-left:10px;
		font-size:11px;
	}
	

.scroller {
	overflow:auto;
	width:100%;
	height:100%;
}

.clear {
	clear:both;
}

#page-header {
	position:relative;
	height:160px;
	width:100%;
}
h1.section-title {
	color:#efb949;
	font-size:75px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	position:absolute;
	bottom:0px;
	left:25px;
	line-height:55px;
}
#page-content {
	width:454px;
	margin-left:25px;
	margin-bottom:20px;
}
#page ul {
	list-style-type:disc;
	margin-left:25px;
	margin-bottom:20px;
}
#page ul li {
	margin:5px;
}

/*Accordian Styles
**************************/
#accordian-box {
	padding:20px;
}
.accordian {
	position:relative;
}
.accordian_tab {
	position:relative;
	background:url(/media/images/divider-lines.gif) repeat-x bottom;
	clear:both;
	padding:7px 0px 0px 0px;
	margin:0;
	overflow:hidden;
	cursor:pointer;
}
.accordian_tab h1 {
	color:#66ccff;
	font-size:24px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
.accordian_content {
	clear:both;
	padding:8px 214px 0px 14px;
	overflow:hidden;
	cursor:auto;
}
.accordian_tab img.btn {
	position:absolute;
	right:10px;
	bottom:5px;
	width:42px;
	height:18px;
}

/*More Info Styles
**************************/
.more-info {
}
.more-info-tab {
	cursor:pointer;
	color:#06F;
}
.more-info-tab span.more-info-btn {
	color:#FC0;
}
.more-info-content {
	padding:0px 5px;
}