/* CSS Document */


body {
	background-image: url(../images/diamond-plate.jpg);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
}

.headerbar {
	width: 100%;
	padding: 4px;
	background-color: #333333;
	text-align: center;
	font-size: 13px;
}

	.headerbar a {
		color: #cccccc;	
		text-decoration: none;	
	}

.container {
	width: 642px; 
	margin: 20px auto;
	position: relative;
}

	.menu {
		position: absolute;
		top: 100px;
		left: -280px;
		width: 300px;
	}
	
		.menu ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}
		
			.menu ul li {
				margin-bottom: 10px;
				text-align: right;
			}
			
				.menu ul li a {
					display: inline-block;
					background-color: #FFFFFF;
					padding: 6px 10px 6px 10px;
					font-size: 14px; 
					color: #333333;
					text-decoration: none;
					font-weight: bold;
					background-image: url(../images/menu-shadow-right.png);
					background-position: right;
					background-repeat: repeat-y;
				}
				
				.menu ul li a:hover,
				.menu ul li.active a  {
					background-color: #CC0000;
					color: #FFFFFF;
					padding: 6px 30px 6px 10px;
				}
				
	.peachland-chamber {
		width: 220px;
		height: 176px;
		background-image: url(../images/peachland-chamber-of-commerce-in.png);
		background-repeat: no-repeat;
		position: absolute;
		top: 100px;
		right: -200px;
	}

	
	.peachland-chamber:hover {
		right: -220px;
		width: 240px;
		background-image: url(../images/peachland-chamber-of-commerce-out.png);
	}
	
	.peachland-chamber .shadow {
		height: 176px;
		width: 100%;
		background-image: url(../images/shadow-left.png);
		background-repeat: repeat-y;	
	}
	
	.peachland-chamber img { border: 0px; }
	
	.body {
		width: 642px;
		
		min-height: 400px; 
		background-image: url(../images/left-right-shadow.png);
		background-repeat: repeat-y;
		margin: 0 auto;
	}
	
		.header {
			margin: 0px 40px 0px 40px;
			padding: 20px 0px 20px 0px;
			height: 60px;
		}
		
			.logo {
				height: 60px;
				width: 300px;
				float: left;
			}
			
			.contact {
				float: right;
				width: 250px;
				height: 60px;
				line-height: 60px;
				font-size: 25px;
				text-align: right;
			}
			
		.feature {
			height: 175px;
			background-image: url(../images/feature.jpg);
			background-repeat:no-repeat;
			border-top: 6px solid #cc0000;
			margin: 0 41px;
		}
		
			.feature.small {
				height: 50px;
				background-position: center;	
			}
		
		.content {
			margin: 20px 40px;
		}
		
		.shadow-left-right {
			position: absolute;
			left: -20px;
			top: 0;
			height: 100px;	
			background-image: url(../images/left-right-shadow.png);
			background-repeat:repeat-y;
		}
		
h1 {
	color: #CC0000;	
}