/* CSS Document */

body {
	margin:0px auto 0px;
	width:818px;
}

.site_container {
	background-image:url('../images/border.jpg');
	background-repeat:repeat-y;
	width:878px;
	float:left;
	margin:0px auto 0px;
	padding-left:30px;
}

.header {
	height:113px;
	width:818px;
	overflow:hidden;
}

.menu {
	height:42px;
	width:820px;
	float:left;
}
	.menu ul {	
		margin: 0;
		padding: 0;
		list-style: none;
		width:820px;
		height:42px;
		overflow:hidden;
	}
	
	.menu ul li {
		height:42px;
		float:left;
	}
	
	.menu li ul {
		position:absolute;
		left:0;
		top:34px;
		display:none;
	}
	
	/* Fix IE. Hide from IE Mac \*/
	* html ul li { float: left; }
	* html ul li a { height: 1%; }
	/* End */

	.menu li:hover ul { display: block; }
	
	.menu a {
		background-repeat:no-repeat;
		background-position:top;
		height:42px;
		float:left;
	}
	
	.menu a:hover {
		background-position:bottom;
	}
	
	.home {
		background-image:url('../images/home.jpg');
		width:76px;
	}
	
	.members {
		background-image:url('../images/members.jpg');
		width:125px;
	}
	
	.links {
		background-image:url('../images/links.jpg');
		width:69px;
	}
	
	.news {
		background-image:url('../images/news.jpg');
		width:73px;
	}
	
	.officers {
		background-image:url('../images/officers.jpg');
		width:123px;
	}
	
	.stories {
		background-image:url('../images/resources.jpg');
		width:119px;
	}
	
	.events {
		background-image:url('../images/events.jpg');
		width:92px;
	}
	
	.testimonials {
		background-image:url('../images/advertising.jpg');
		width:141px;
	}

.homepage_content {
	background-color:#FFFFFF;
	width:818px;
	height:auto;
	float:left;
}
	.inner_left {
		margin-left:30px;
		width: 470px;
		height:auto;
		float:left;
	}
	
	.left {
		/*background-image:url('../images/mouth1.jpg');
		background-repeat:no-repeat;
		background-position:top right;*/
		margin-left:20px;
		width: 490px;
		height: auto;
		float:left;
	}
		.page_title {
			font-family:Arial, Helvetica, sans-serif;
			font-size:24px;
			font-weight:bold;
			color:#191919;
			width:250px;
		}
	
		.home_text {
			font-family:Arial, Helvetica, sans-serif;
			font-size:13px;
			color:#4c4c4c;
			width:auto;
		}

	.home_news {
		float:right;
		height:auto;
		width:300px;
		margin-top:15px;
	}
		.news_title {
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			color:#FFFFFF;
			font-weight:bold;
			background-image:url('../images/newsbg.jpg');
			background-repeat:no-repeat;
			width:300px;
			margin-top: 0px;
			padding-top: 5px;
			line-height:25px;
			display:block;
			text-align:center;
		}
	
		.news_items {
			border-left:medium #666666 solid;
			padding-left:10px;
		}
			.news_items a {
				font-family:Georgia, "Times New Roman", Times, serif;
				font-size:12px;
				color:#0c2f3d;
				text-decoration:none;
				border-bottom:thin #CCCCCC dashed;
			}

	hr {
		background-image:url('../images/hrbg.jpg');
		background-repeat:no-repeat;
		border:0;
		height:9px;
		width:818px;
		margin:0;
		padding:0;
		float:left;
	}
	
	.twofer {
		background-image:url('../images/Contact Events Buttons.jpg');
		background-repeat:no-repeat;
		height:30px;
		width:818px;
		float:left;
	}
		.twofer span {
			font-family:Arial, Helvetica, sans-serif;
			font-size:16px;
			font-weight:bold;
			color:#FFFFFF;
		}
		.twofer_left {
			margin-left:100px;
			margin-top:5px;
			float:left;
		}
		.twofer_right {
			margin-right:220px;
			margin-top:5px;
			float:right;
		}
	
	.twofer_bottom {
		height:auto;
		width:818px;
		float:left;
		margin-bottom:15px;
	}
		.twofer_contact {
			background-image:url('../images/lefthing.jpg');
			background-repeat:no-repeat;
			background-position:left;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:14px;
			color:#0c2f3d;
			margin-top:5px;
			margin-left:50px;
			float:left;
			padding-left: 30px;
		}
		
		.twofer_membership {
			background-image:url('../images/lefthing.jpg');
			background-repeat:no-repeat;
			background-position:left;
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color:#4c4c4c;
			margin-top:5px;
			margin-right:15px;
			width:460px;
			float:right;
			padding-left: 30px;
		}

		.twofer_membership a {
			font-family:Arial, Helvetica, sans-serif;
			font-weight:bold;
			font-size:12px;
			color:#c77a1e;
		}
		
	.footer {
		background-color:#c4c6c8;
		height:34px;
		width:818px;
		float:left;
	}
		.footer_left {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color:#4c4c4c;
			float:left;
			margin-left:15px;
			margin-top:10px;
		}
		
		.footer_right {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color:#4c4c4c;
			float:right;
			margin-right:40px;
			margin-top:10px;
		}
		
		.footer_right a {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:13px;
			color:#4c4c4c;
			text-decoration:none;
		}

