@charset "UTF-8";

/* CSS RESET */
* {
	margin:0;
	padding:0;
	border:0;
	}

h1, h2, h3, h4, code, address, caption, cite, code, form, p, blockquote, fieldset, input, ul, ol, li {
	font-size:1em;
	font-weight:normal;
	font-style:normal;
	}

ul, ol {
	list-style:none;
	}
	
/* END CSS RESET */

/* TAGS */
body {
	background-color:#111111;
	color: #333333;
	text-align: center;
	font: "Times New Roman", Times, serif;
	font-size: 14px;
	}
p {	
	}
h1 {
	text-indent: -9000px;
	}
h2.title{
	font-size:18px;
	line-height:21px;
	}
h3{
	font-size:22px;
	font-weight:bold;
	text-align:left;
	margin-left:200px;
	}
a {
	color: #999999;
	}
a:visited {
	color: #758D93;
	}
a:active {
	color: #9B9B80;
	}
a:hover {
	color: #9B9B80;
	}
/* END TAGS */

/* DIV I.D. */
#wrapper {
	margin:0 auto;
	width:960px;
	}
#nav {
	height:56px;
	background:url(images/nav.jpg) no-repeat;
	}
#header {
	width:960px;
	height:151px;
	text-indent: -9000px;
	display:block;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	}
#content {
	background-color:#FFFFFF;
	}
#breadcrumb{
	margin-top:10px;
	}
#footer {
	background:url(images/footer.jpg) no-repeat;
	height:149px;
	color:#FFFFFF;
	padding-top:20px;
	}
#contact {
	width:400px;
	text-align:left;
	padding-left:50%;
	margin-left:-200px;
	}
#homeh2{
	height:56px;
	width:456px;
	background:right no-repeat url(images/home_h2.png);
	text-indent:-9000px;
	padding-left:50%;
	margin-left:-228px;
	}
#abouth2{
	height:56px;
	width:456px;
	background:right no-repeat url(images/about_h2.png);
	text-indent:-9000px;
	padding-left:50%;
	margin-left:-228px;
	}
#involvedh2{
	height:56px;
	width:456px;
	background:right no-repeat url(images/involved_h2.png);
	text-indent:-9000px;
	padding-left:50%;
	margin-left:-228px;
	}
#programsh2{
	height:56px;
	width:456px;
	background:right no-repeat url(images/programs_h2.png);
	text-indent:-9000px;
	padding-left:50%;
	margin-left:-228px;
	}
#photoh2{
	height:56px;
	width:456px;
	background:right no-repeat url(images/photos_h2.png);
	text-indent:-9000px;
	padding-left:50%;
	margin-left:-228px;
	}
#contacth2{
	height:56px;
	width:456px;
	background:right no-repeat url(images/contact_h2.png);
	text-indent:-9000px;
	padding-left:50%;
	margin-left:-228px;
	}
#content p{
	margin-left:200px;
	text-align:left;
	width:600px;
	margin-top:20px;
	margin-bottom:30px;
	}
#content img{
	float:left;
	margin-left:100px;
	margin-right:30px;
	margin-top:20px;
	margin-bottom:30px;
	}
#content a{
	text-align:left;
	width:600px;
	margin-top:20px;
	margin-bottom:30px;
	}
#content ul{
	margin-left:200px;
	text-align:left;
	width:600px;
	margin-top:20px;
	margin-bottom:30px;
	list-style:square;
	}
#album1{
	float:none;
	width:810px;
	height:300px;
	margin-left:100px;
	}
#album1 img{
	margin:20px 20px 20px 20px;
	}

/* END DIV I.D. */

		/* List Nav */
		.nav {
			float:left;
			}
		#nav a {
			display:block;
			}
		/* End List Nav */

		/* Footer Breadcrumb */
		.breadcrumb {
			padding-top:10px;
			}
		.footer {
			
			}
		a.footer:link {
			text-decoration:underline;
			color:#FFFFFF;
			}
	
		a.footer:hover {
			text-decoration:none;
			}
	
		a.footer:visited {
			text-decoration:none;
			}

		/* End Footer Breadcrumb */

/* IMAGE REPLACEMENT */
/* END IMAGE REPLACEMENT */

/* CLASSES */

.thumb {
	margin-right:28px;
	margin-bottom:28px;
	}

.thumbright {
	margin-bottom:28px;
	}
.sub {
	font-size:14px;
	font-style:italic;
	margin-top:5px;
	}
.contact {
	font-size:18px;
	line-height:22px;
	margin-bottom:30px;
	}
.navcenter {
	margin-left:-287px;
	padding-left:50%;	}
/* END CLASSES */
