#container{
	margin:0;
	padding:0;
	width:1015px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#nav_container{
	float:left;
	margin:0;
	padding:0;
	width:1015px;
	height:104px;
	background:url(images/logo_bg.jpg) no-repeat;
}

#nav_menu{
	float:left;
	margin:84px 0 0 237px;
	height:20px;
	width:780px;
	background:#7d9153;/*nav_green*/
	padding:0;
	display:inline;
}
	#nav_menu p{
		margin:3px 0 0 0;
		padding:0;
	}

	#nav_menu a{
		text-decoration:none;
		color:#FFF;
		margin:0;
		padding:0 35px 0 35px;
	}
	
	#nav_menu a:hover{
		text-decoration:none;
	}
	
#content_container{
	float:left;
	margin:20px 0 0 0;
	padding:0;
	width:1015px;
}

#left_content{
	float:left;
	width:230px;
	margin:0;
	padding:0;
}

	#announcements{
		float:left;
		width:210px;
		background:#dedfd7;/*tan*/
		margin:0 0 7px 0;
		padding:0 10px 5px 10px;
	}
		
		#announcements_spacer{
			float:left;
			width:1px;
			height:90px;
			margin:0;
			padding:0;
			
		}
		
		#announcements h4{
			font-size:14px;
			color:#7d9153;/*nav_green*/
			font-family:Arial, Helvetica, sans-serif;
			margin:5px 0 0 0;
			padding:0;
			border-bottom:1px solid white;
		}
		
		#announcements p{
			border-bottom:1px solid white;
			padding:5px 0 5px 0;
			margin:5px 0 5px 0;
		
		}
		
		#announcements a{
			margin:0;
			padding:0;
			text-decoration:none;
			color:#7d9153;/*nav_green*/
		}
		
		#announcements a:hover{
			text-decoration:underline;
		}
	
	#left_image{
		float:left;
		width:230px;
		margin:0 0 7px 0;
		padding:0;
	}
	
	#events{
		float:left;
		width:210px;
		margin:0;
		padding:0 10px 10px 10px;
		background:#939975;/*events_green*/
	}
	
		#events_spacer{
			float:left;
			width:1px;
			height:195px;
			margin:0;
			padding:0;
			
		}
	
		#events a{
			color:#000;
			text-decoration:underline;
		}
		
		#events a:hover{
			text-decoration:none;
		}
		
		#events strong{
			color:#800000;/*burgandy*/
		}
		
		#events h4{
			margin:5px 0 5px 0;
			padding:0;
			font-size:14px;
			color:#000;
		}
		
		#events p{
			margin:0;
			padding:5px 0 5px 0;
			border-bottom:1px solid black;
		}
	
	
#right_content{
	float:left;
	width:760px;
	background:url(images/background_content_leaf.jpg) repeat-y;
	margin:0 0 0 5px;
	padding:0 10px 0 10px;
}

	#min_height{
		float:left;
		margin:0;
		padding:0;
		width:1px;
		height:484px;
	}

	#right_content h1{
		margin:15px 0 10px 0;
		padding:0;
		color:#7d9153;/*nav_green*/
		font-size:21px;
	}

	#right_content h2{
		margin:10px 0 10px 0;
		padding:0;
		color:#7d9153;/*nav_green*/
		font-size:18px;
	}
	
	#right_content h3{
		margin:15px 0 10px 0;
		padding:0;
		color:#000;/*black*/
		font-size:14px;
	}
	
	#right_content h4{
		margin:15px 0 0 0;
		padding:0;
		color:#800000;/*burgandy*/
		font-size:12px;
	}
	
	#right_content a{
			margin:0;
			padding:0;
			text-decoration:none;
			color:#7d9153;/*nav_green*/
		}
		
		#right_content a:hover{
			text-decoration:underline;
		}

#dataArea {
	float: left;
	width: 750px;
	padding: 0;
	margin: 0 0 10px 0;
	z-index: 0;
	position: relative;
}

	#dataArea .required{
		color:red;
	}

	#dataArea input,
	#dataArea textarea,
	#dataArea select {
		border: none;
		font-size: 12px;
		font-family: inherit;
	}
	
	#dataArea input,
	#dataArea textarea {
		padding: 4px 5px 0px 5px;
	}

	#dataArea p {
		margin: 0;
		padding: 0 0 8px 0;
	}
	
	#dataArea .fieldWrapper {
		float: left;
		width: 730px;
		border-bottom: 1px solid white;
		background: #939975;  				/* green */
		padding: 10px;
		margin: 0;
	}

	#dataArea .fieldWrapperError {
		float: left;
		width: 730px;
		border-bottom: 1px solid white;
		background: #FFFF66;
		padding: 10px;
		margin: 0;
	}

	#dataArea .category {
		float: left;
		width: 150px;
		margin: 0;
		padding: 0 10px 0 0;
		display: inline;
	}
	
	#dataArea .content {
		float: left;
		width: 415px;
		margin: 0;
		padding: 0;
		display: inline;
	}
	
		#dataArea .content p.error {
			padding: 3px 0;
			color: red;
		}



#costTable{
	border-right:1px solid black;
	border-bottom:1px solid black;
	padding:0;
	margin:0;
	background:#fff;
}

#costTable th,
#costTable td{
	border-left:1px solid black;
	border-top:1px solid black;
	padding:3px;
	margin:0;
}

#costTable th{
	background:#CCC;
	text-align:center;
}



#contact_us_form{
	float:left;
	width:482px;
	margin:0;
	padding:0;
}

	#contact_us_form input.submit {
		background: #7d9153;/*nav_green*/
		color: white;
		font-weight: bold;
		padding: 3px 5px;
		border: 1px solid white;
	}
	
		#contact_us_form input.submit:hover {
			background:#F90;	
		}

.name{
	width:108px;
	float:left;
}

.content{
	width:374px;
	float:left;
}

.spacer10{
	width: 482px;
	height:10px;
	float:left;
}

.red_text{
	color: #FF0000;	
}

.errorswrapper {
width: 463px;
float: left;
background-color: #FFFF99;
margin: 0px 0px 10px 0px;
}

.errors {
font: inherit;
font-size: 12px;
color: #FF0000;
padding: 10px 10px 10px 10px;
}

.imageRight{
	float:right;
	margin:0 0 5px 10px;
	padding:0;
	border:1px solid #7d9153;
}

.imageLeft{
	float:Left;
	margin:0 10px 5px 0;
	padding:0;
	border:1px solid #7d9153;
}

.imageContact{
	float:right;
	margin:10px 0 5px 0;
	padding:0;
	border:1px solid #7d9153;
}

#footer{
	float:left;
	width:760px;
	margin:10px 0 0 235px;
	padding:0;
	background:url(images/footer_canada.gif) top center no-repeat;
	text-align:center;
	display:inline;
}

	#footer p{
		margin:50px 0 0 0;
		padding:0;
	}
	
	#footer a{
		margin:0;
		padding:0;
		text-decoration:none;
		color:#7d9153;/*footer_green*/
	}
	
	#footer a:hover{
		text-decoration:underline;
	}
	
.time{ 
	margin:0;
	padding:0;
	width:80px;
	height:30px;
	font-weight:bold;
	background:#c9cac1;
}

#schedule{
	background:#dedfd7;/*tan*/
	margin:0 0 15px 0;
	padding:0;
}

#schedule th{
	text-align:center;
	color:#800000; /*redish*/
	font-size:16px;
	margin:0;
	padding:5px 0;
}

#schedule h1{
	font-size:16px;
	color:#7d9153;/*nav_green*/	
	margin:0;
	padding:5px 0;
}

#schedule h2{
	font-size:14px;
	color:#7d9153;/*nav_green*/	
	margin:0;
	padding:5px 0;
}

#schedule h3{
	font-size:14px;
	color:#000;	
	margin:0;
	padding:5px 0;
}


#schedule h4{
	font-size:10px;
	color:#7d9153;/*nav_green*/	
	margin:0;
	padding:5px 0;
}

#schedule h5,h6{
	font-size:10px;
	color:#000;
	margin:0;
	padding:5px 0;
}

#schedule td{
	margin:0;
	padding:5px;
}

#schedule p{
	margin:0;
	padding:3px 0 2px 0;
	font-size:12px;
	color:#000;
}