* {
margin: 0;
padding: 0;
}
html, body {
height: 100%;
}

/* __________________________________________________ General Tags */
body {
font: 13px/22px 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
text-align: center;
color: #574f4a;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
background: #fff url(../images/bg.gif) repeat-x;
}
:focus {
outline: none;
}
a {
color: #7b8f9e;
text-decoration: none;
}
	a:hover {
	color: #4c5d69;
	}
	img a:hover {
	border: 0;
	}
img {
border: 0;
vertical-align: middle;
}
p, ul, ol, form, table, blockquote, pre {
margin: 0 0 25px;
}
	ul, ol {
	margin-left: 30px;
	}
input.button {
cursor: pointer;
}

/* __________________________________________________ Container */
#container {
margin: 0 auto -75px;
padding: 0 20px;
width: 760px;
height: auto !important;
min-height: 100%;
text-align: left;
}
	.page #content, .page-404 #content {
	margin-bottom: 25px;
	padding: 15px;
	background: rgba(255, 255, 255, .4);
	border-radius: 15px;
	}
#push {
height: 75px;
}

/* __________________________________________________ Header */
/* Logo */
#logo {
z-index: 0;
height: 200px;
text-indent: -9999px;
background: url(../images/smalllogo.png) no-repeat center;
}
	#logo a {
	display: block;
	height: 130px;
	}

/* Navigation */
#nav {
z-index: 100;
margin: -45px 34px 20px;
padding: 0;
list-style: none;
}
	.page #nav, .page-404 #nav {
	margin-left: 0;
	margin-right: 0;
	}
	#nav > li {
	position: relative;
	float: left;
	}
		#nav > li > a {
		display: block;
		margin-right: 5px;
		width: 100px;
		font: 16px/39px 'Gill Sans', Helvetica, Arial, Sans-Serif;
		text-align: center;
		color: #504e73;
		}
			#nav > li.current > a {
			background: rgba(255, 255, 255, .4);
			border-radius: 15px;
			}
			#nav > li:hover > a, #nav > li.current:hover > a {
			background: rgba(255, 255, 255, .4);
			border-radius: 15px 15px 0 0;
			}
				#nav > li.nochildren:hover > a, #nav > li.current.nochildren:hover > a {
				border-radius: 15px;
				}
			#nav #news-events > a {
			width: 120px;
			}
			#nav #employment > a {
			width: 110px;
			}
			#nav #home > a, #nav #contact > a {
			width: 94px;
			}
			#nav #you-can-help > a {
			margin: 0;
			padding: 0;
			width: 112px;
			height: 39px;
			text-indent: -9999px;
			background: url(../images/youcanhelp.png) no-repeat;
			border-radius: 0;
			}
				#nav #you-can-help > a:hover {
				background-color: transparent;
				background-position: 0 -39px;
				border-radius: 0;
				box-shadow: none;
				}
/* Subnav */
		#nav li ul {
		display: none;
		position: absolute;
		top: 39px;
		margin: 0;
		padding: 0 0 2px;
		width: 225px;
		background: #d2e1eb;
		border-radius: 0 15px 15px 15px;
		box-shadow: 0 1px 1px #fff;
		}
			#nav ul li {
			list-style: none;
			}
				#nav ul li a {
				display: block;
				padding: 7px 15px;
				font: 14px/14px 'Gill Sans', Helvetica, Arial, Sans-Serif;
				text-shadow: 0 1px 0 #e4eef5;
				color: #546572;
				border-bottom: 1px solid #bdcfdd;
				border-top: 1px solid #e4eef5;
				}
					#nav ul li:first-child a {
					border-top: 0;
					}
					#nav ul li:last-child a {
					border-bottom: 0;
					}
					#nav ul li a:hover {
					text-shadow: 0 1px 0 #e4eef5;
					color: #839aaa;
					}
/* You Can Help Subnav */
		#nav #you-can-help ul {
		top: 44px;
		left: -50%;
		border-radius: 15px;
		}

/* Line Divider */
hr {
margin-bottom: 25px;
width: 760px;
height: 2px;
background: url(../images/line.gif) no-repeat center center;
border: 0;
}

/* __________________________________________________ Content */
/* Headers */
h2 {
margin-bottom: 5px;
font: 32px/48px 'Rokkitt', Rockwell, Baskerville, Georgia, Serif;
color: #5d5754;
}
h3 {
margin-bottom: 10px;
font: 18px/18px Agenda, 'Gill Sans', Sans-Serif;
text-align: center;
color: #5d5754;
}
	.page-employment h3 {
	text-align: left;
	}

/* Links */
.button {
display: inline-block;
padding: 0 15px;
height: 37px;
font: 16px/37px 'Gill Sans', Helvetica, Arial, Sans-Serif;
text-shadow: 0 1px 1px #1f2e3c;
color: #fff;
background-color: #435d74;
background-image: -webkit-gradient(linear, left top, left bottom, from(#435d74), to(#2e4254));
background-image: -webkit-linear-gradient(top, #435d74, #2e4254);
background-image: -moz-linear-gradient(top, #435d74, #2e4254);
background-image: -ms-linear-gradient(top, #435d74, #2e4254);
background-image: -o-linear-gradient(top, #435d74, #2e4254);
background-image: linear-gradient(to bottom, #435d74, #2e4254);
border: 1px solid #1f2e3c;
border-radius: 5px;
box-shadow: inset 0 1px 1px #6887a3, 0 2px 1px rgba(0, 0, 0, .15);
}
	.button:hover {
	text-shadow: 0 1px 1px #222;
	color: #fff;
	background-color: #555;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#555), to(#444));
	background-image: -webkit-linear-gradient(top, #555, #444);
	background-image: -moz-linear-gradient(top, #555, #444);
	background-image: -ms-linear-gradient(top, #555, #444);
	background-image: -o-linear-gradient(top, #555, #444);
	background-image: linear-gradient(to bottom, #555, #444);
	border-color: #333;
	box-shadow: inset 0 1px 1px #777, 0 2px 1px rgba(0, 0, 0, .15);
	}
	.button.blue {
	text-shadow: 0 1px 1px #0a466f;
	background-color: #2582c1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#2582c1), to(#146195));
	background-image: -webkit-linear-gradient(top, #2582c1, #146195);
	background-image: -moz-linear-gradient(top, #2582c1, #146195);
	background-image: -ms-linear-gradient(top, #2582c1, #146195);
	background-image: -o-linear-gradient(top, #2582c1, #146195);
	background-image: linear-gradient(to bottom, #2582c1, #146195);
	border: 1px solid #0a466f;
	box-shadow: inset 0 1px 1px #63b4ec, 0 2px 1px rgba(0, 0, 0, .15);
	}
		.button.blue:hover {
		text-shadow: 0 1px 1px #125c8e;
		background-color: #3498db;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#3498db), to(#2075ae));
		background-image: -webkit-linear-gradient(top, #3498db, #2075ae);
		background-image: -moz-linear-gradient(top, #3498db, #2075ae);
		background-image: -ms-linear-gradient(top, #3498db, #2075ae);
		background-image: -o-linear-gradient(top, #3498db, #2075ae);
		background-image: linear-gradient(to bottom, #3498db, #2075ae);
		border: 1px solid #125c8e;
		box-shadow: inset 0 1px 1px #8fcaf2, 0 2px 1px rgba(0, 0, 0, .15);
		}
	.button.right {
	margin: 0 0 10px 10px;
	}
	.facebook {
	display: inline-block;
	margin-left: 25px;
	width: 126px;
	height: 41px;
	line-height: 41px;
	text-indent: -9999px;
	background: url(../images/facebookbutton.png) no-repeat center 0;
	}
		.facebook:hover {
		background-position: center -41px;
		}

/* Tables */
table {
font: 12px/16px 'Helvetica Neue', Sans-Serif;
border-collapse: collapse;
}
	thead tr th {
	font: 16px/16px 'Gill Sans', Helvetica, Arial, Sans-Serif;
	color: #7b8f9e;
	background: #e2ecf4;
	border-bottom: 1px solid #bdd4e6;
	}
		thead th:first-child {
		border-radius: 15px 0 0 0;
		}
		thead th:last-child {
		border-radius: 0 15px 0 0;
		}
	table tbody td {
	background: #fff;
	border-bottom: 1px solid #eee;
	box-shadow: inset 0 2px 0 #fff;
	}
		table tbody tr.odd-row td {
		background: #f9f9f9;
		}
		table tbody tr:last-child td {
		border: 0;
		}
	table th, table td {
	padding: 10px;
	}
	table .phone-column {
	width: 80px;
	}

/* Homepage - Columns */
.column {
float: left;
margin-right: 20px;
width: 370px;
}
	.column p {
	margin-bottom: 22px;
	}
	.cleft {
	padding: 15px;
	width: 340px;
	background: rgba(255, 255, 255, .4);
	border-radius: 15px;
	}
	.cright {
	margin: 0;
	}
	#learnmore a {
	display: block;
	width: 340px;
	height: 51px;
	text-indent: -9999px;
	background: url(../images/learnmore-left.png) no-repeat center 0;
	}
		#learnmore a:hover {
		background-position: center -51px;
		}
	#needhelp {
	margin: 0 0 25px;
	padding: 15px;
	width: 340px;
	font: 13px/19px 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
	text-shadow: 0 1px 1px #648cad;
	color: #fff;
	background-color: #83adcf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#a4cced), to(#83adcf)); 
	background-image: -webkit-linear-gradient(top, #a4cced, #83adcf); 
	background-image: -moz-linear-gradient(top, #a4cced, #83adcf); 
	background-image: -ms-linear-gradient(top, #a4cced, #83adcf); 
	background-image: -o-linear-gradient(top, #a4cced, #83adcf); 
	background-image: linear-gradient(to bottom, #a4cced, #83adcf);
	border-radius: 15px;
	box-shadow: inset 0 1px 3px #6a91b1, 0 1px 0 #fff;
	}
		#needhelp p {
		margin-bottom: 10px;
		}
		#needhelp p:last-child {
		margin-bottom: 0;
		}
		#needhelp strong {
		font: 20px/20px 'Gill Sans', Arial, Sans-Serif;
		text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
		color: #3d5c76;
		}
	.cright h2 {
	font-size: 20px;
	}
	.cright img {
	border: 4px solid #fff;
	box-shadow: 0 2px 1px rgba(0, 0, 0, .07);
	}
	#portrait {
	margin: 0 0 35px;
	padding: 15px;
	background: rgba(255, 255, 255, .4);
	border-radius: 15px;
	}
		#portrait img {
		float: left;
		width: 160px;
		border: 4px solid #fff;
		box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
		}
			#portrait p {
			padding-top: 65px;
			font: 18px/24px 'Helvetica Neue', Helvetica, Arial, Sans-Serif;
			text-align: center;
			}
				#portrait p a {
				color: #574f4a;
				}

/* Box */
.box {
padding: 15px;
color: #526471;
background: #dfecf6;
background-color: #dfecf6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#dfecf6), to(#d6e5f2));
background-image: -webkit-linear-gradient(top, #dfecf6, #d6e5f2);
background-image: -moz-linear-gradient(top, #dfecf6, #d6e5f2);
background-image: -ms-linear-gradient(top, #dfecf6, #d6e5f2);
background-image: -o-linear-gradient(top, #dfecf6, #d6e5f2);
background-image: linear-gradient(to bottom, #dfecf6, #d6e5f2);
border-radius: 15px;
box-shadow: inset 0 1px 1px #a8c4da, 0 1px 0 #fff;
}
	.box.half {
	float: left;
	width: 325px;
	margin: 0 20px 20px 0;
	}
		.box.half:nth-child(2) {
		margin-right: 0;
		}
	.box.right {
	margin: 0 0 10px 10px;
	text-align: left;
	}
	.box.left {
	margin: 0 10px 10px 0;
	}
	.box h3 {
	font: 16px/18px Agenda, 'Gill Sans', Sans-Serif;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	color: #7b8f9e;
	}
		.parent-you-can-help .box h3 {
		text-align: left;
		}
	/* Box - About Page */
	.page-about .box {
	width: 290px;
	}
	.box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
		.page-our-board .box ul li, .page-about .box ul li a {
		display: block;
		padding: 7px 5px;
		font: 12px/16px 'Helvetica Neue', Sans-Serif;
		text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
		border-top: 1px solid #c0d6e8;
		border-bottom: 1px solid rgba(255, 255, 255, .4);
		}
			.page-our-board .box ul li:first-child, .box ul li:first-child a {
			border-top: 0;
			}
			.page-our-board .box ul li:last-child, .box ul li:last-child a {
			border-bottom: 0;
			}

/* Grid */
.grid {
float: left;
width: 350px;
margin-right: 30px;
}
	.rgrid {
	float: right;
	margin: 0;
	}
	.small-grid {
	width: 330px;
	}
	.large-grid {
	width: 370px;
	}
	.grid.margin-top {
	margin-top: 25px;
	}

/* Mission */
.page-mission h3 {
text-align: left;
color: #504e73;
}

/* Guiding Beliefs Page */
.page-guiding-beliefs #content ul {
margin-left: 0;
padding: 0;
list-style: none;
}
	.page-guiding-beliefs #content ul li {
	padding: 10px;
	line-height: 20px;
	text-align: justify;
	border-bottom: 1px solid #d6e5f2;
	}
.page-guiding-beliefs #content li:last-child {
border: 0;
}

/* Programs */
.drawer {
margin: 0 0 25px;
padding: 15px;
background-color: #dfecf6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#dfecf6), to(#d6e5f2));
background-image: -webkit-linear-gradient(top, #dfecf6, #d6e5f2);
background-image: -moz-linear-gradient(top, #dfecf6, #d6e5f2);
background-image: -ms-linear-gradient(top, #dfecf6, #d6e5f2);
background-image: -o-linear-gradient(top, #dfecf6, #d6e5f2);
background-image: linear-gradient(to bottom, #dfecf6, #d6e5f2);
border-radius: 15px;
box-shadow: inset 0 1px 1px #a8c4da, 0 1px 0 #fff;
color: #526471;
}
	.drawer h3 {
	font: 14px/18px Agenda, 'Gill Sans', Sans-Serif;
	text-align: left;
	text-shadow: 0 1px 0 rgba(255, 255, 255, .7);
	color: #546572;
	}
	.drawer .more {
	padding-top: 15px;
	border-top: 1px solid rgba(255, 255, 255, .6);
	}
	.drawer .more :last-child {
	margin-bottom: 5px;
	}
	.drawer .morelink {
	margin: 0;
	text-align: center;
	}
		.drawer .morelink a {
		padding: 5px 10px;
		font: bold 11px/11px Arial, Sans-Serif;
		text-transform: uppercase;
		background-color: #d6e5f2;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#d6e5f2), to(#cedeeb));
		background-image: -webkit-linear-gradient(top, #d6e5f2, #cedeeb);
		background-image: -moz-linear-gradient(top, #d6e5f2, #cedeeb);
		background-image: -ms-linear-gradient(top, #d6e5f2, #cedeeb);
		background-image: -o-linear-gradient(top, #d6e5f2, #cedeeb);
		background-image: linear-gradient(to bottom, #d6e5f2, #cedeeb);
		border-radius: 12px;
		box-shadow: inset 0 1px 1px #a8c4da, 0 1px 0 #fff;
		}

/* Slider */
.slider {
margin: 0 0 25px;
border: 5px solid #fff;
box-shadow: 0 1px 3px rgba(0, 0, 0, .15);
}
	.slider.portrait {
	width: 240px;
	height: 360px;
	}
	.slider.landscape {
	width: 360px;
	height: 240px;
	}
	.slider.left {
	margin: 0 15px 15px 0;
	}
	.slider.right {
	margin: 0 0 15px 15px;
	}
	.slider.center {
	margin-bottom: 25px;
	}
	.slider .slide {
	position: absolute;
	z-index: 10;
	}
		.slider .top-slide {
		z-index: 200;
		}
		.slider .next-slide {
		z-index: 100;
		}

#slider {
margin: 0 0 25px;
}
	.page-programs #slider {
	width: 350px;
	height: 237px;
	}
	#slider.portrait {
	height: 360px;
	}
	#slider ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
		#slider ul li {
		position: absolute;
		width: 350px;
		text-align: center;
		}
			#slider img {
			border: 5px solid #fff;
			}
				#slider .landscape img {
				width: 340px;
				}
				#slider .portrait img {
				height: 227px;
 				}

/* News & Events */
.news h3 {
margin: 0;
text-align: left;
}
.news .meta {
margin: 0;
color: #888;
}

/* Random Classes */
.amp {
font-family: Baskerville;
font-style: italic;
}
.reveal strong {
cursor: pointer;
}
span.margin {
display: inline-block;
width: 25px;
}
img.right {
margin: 0 0 10px 10px;
border: 4px solid #fff;
box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
}

/* __________________________________________________ Footer */
#footerwrap {
width: 100%;
height: 75px;
background: url(../images/footer.gif) repeat-x;
}
	#footer {
	margin: 0 auto;
	width: 760px;
	font: 13px/75px 'Helvetica Neue', Sans-Serif;
	text-shadow: 0 1px 1px #83a0b8;
	color: #fff;
	}
		#footer p {
		margin: 0;
		}
		#copyright {
		float: left;
		padding-left: 55px;
		background: url(../images/minilogo.gif) no-repeat left center;
		}
		#copyright span {
		padding-left: 40px;
		text-shadow: 0 1px 0 #dee9f2;
		color: #43647e;
		}
			#copyright span a {
			color: #43647e;
			}
				#copyright span a:hover {
				text-shadow: 0 1px 1px #83a0b8;
				color: #fff;
				}
			#footer .right {
			float: right;
			}
			#minidonate {
			float: right;
			margin: 21px 0 0;
			}
				#minidonate input {
				display: block;
				width: 68px;
				height: 33px;
				text-indent: -9999px;
				background: url(../images/minidonate.png) no-repeat center top;
				border: 0;
				}
					#minidonate input:hover {
					background-position-y: -33px;
					cursor: pointer;
					}

/* __________________________________________________ Classes */
.clear { zoom: 1; }
.clear:after { display: block; content: ''; clear: both; }
.center { margin-left: auto; margin-right: auto; text-align: center; }
.left { float: left; text-align: left; }
.right { float: right; text-align: right; }