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

* {
	margin:0;
	padding:0;
}

body {
	background-color:#646d40;
}
	#container {
		height:auto;
		width:1271px;
		margin:0 auto;
	}
		.wrap {
			margin-left:155px;
		}
		
		.header {
			background-image:url('../images/header.jpg');
			height:192px;
			width:961px;
		}
		
		.menu {
			height:34px;
			width:961px;
		}
			.menu a {
				background-position:top;
				height:34px;
				float:left;
				outline:none;
			}
			
			.menu a span {
				display:none;
			}
			.menu a:hover {
				background-position:bottom;
			}
			
			.menu a h2 {
				display:none;
			}
			
			.home {
				background-image:url('../images/home.jpg');
				width:115px;
			}
			
			.who {
				background-image:url('../images/who.jpg');
				width:141px;
			}
			
			.what {
				background-image:url('../images/what.jpg');
				width:148px;
			}
			
			.news {
				background-image:url('../images/news.jpg');
				width:161px;
			}
			
			.resources {
				background-image:url('../images/resources.jpg');
				width:132px;
			}
			
			.scheduling {
				background-image:url('../images/scheduling.jpg');
				width:141px;
			}
			
			.contact {
				background-image:url('../images/contact.jpg');
				width:123px;
			}
			
		.sidebar {
			background-color:#a8b37c;
			height:auto;
			width:258px;
			float:right;
		}
			.buttons {
				background-color:#a8b37c;
				height:auto;
				width:258px;
			}
				.buttons a:hover {
					background-position:bottom;
				}
				
				.button1 {
					background-image:url('../images/time.jpg');
					background-position:top;
					height:86px;
					width:258px;
					margin:4px 0;
					float:right;
				}
				
				.button2 {
					background-image:url('../images/services.jpg');
					background-position:top;
					height:86px;
					width:258px;
					margin:4px 0;
					float:right;
				}
		
		.home_container {
			background-color:#FFF;
			height:auto;
			width:945px;
			margin:0 auto;
			padding:5px 8px 15px 8px;
			float:left;
		}
			.picture {
				height:298px;
				width:677px;
			}
			
		.welcome {
			height:auto;
			width:681px;
			margin-top:7px;
		}
			.welcome p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
			}

.bar {
	background-image:url('../images/bar.jpg');
	height:17px;
	width:681px;
	margin:5px 0 8px 0;
}

.pagetitle {
	font-family:Candara;
	font-size:38px;
	color:#000;
	background-image:url('../images/titlebg.jpg');
	height:41px;
	width:671px;
	padding-left:10px;
}

.text {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	width:650px;
}
.text2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
	width:650px;
}

.green {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#484f2b;
}
.green2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:bold;
	color:#484f2b;
}
.listen {
	font-family: Arial, Helvetica, sans-serif;
}

